]> Pileus Git - ~andy/gtk/history - gdk
don't use deprecated gdk_gc_unref function.
[~andy/gtk] / gdk /
2005-06-10 Kjartan MaraasDestroy the cairo surface when done with it. Plugs...
2005-06-10 Matthias ClasenGenerate N_() calls for translatable key names.
2005-06-10 Matthias ClasenSmall markup fixes.
2005-06-09 Matthias ClasenUpdate the user time on the window when a drop happens...
2005-06-09 Matthias ClasenSmall markup fixes.
2005-06-05 Tor LillqvistReturn NULL unless screen number is zero. We have only...
2005-06-04 Tor Lillqvistgdk/win32/gdkcursor-win32.c gdk/win32/gdkwindow-win32...
2005-05-26 Tor LillqvistIf blitting from the root window, take the multi-monito...
2005-05-24 Tor LillqvistHandle gtk-alternative-button-order (setting it to...
2005-05-22 Tor LillqvistMap VK_APPS to GDK_Menu. (#172383, Ivan Wong)
2005-05-22 Tor LillqvistIf the keysym isn't one of the special cases this funct...
2005-05-18 Tor Lillqvistgdk/win32/gdkevents-win32.c gdk/win32/gdkkeys-win32...
2005-05-18 Matthias ClasenWarn if length overflows. (#161520, Ian Wienand)
2005-05-17 Owen TaylorUpdate to changed cairo interface.
2005-05-17 Matthias ClasenAdjust offsets when recursing. (#153682, Felipe Heidrich)
2005-05-16 Matthias ClasenFix a typo in the docs. (#303940, Masao Mutoh)
2005-05-14 Manish Singhgdk/gdkdraw.c #include gdkcairo.h for gdk_cairo_create...
2005-05-14 Owen TaylorUpdate for cairo-xlib API change.
2005-05-11 Owen TaylorUse a GtkAlignment rather than a GtkDrawingArea to...
2005-05-10 Tor LillqvistCheck that GDK_IS_SCREEN(screen) (like the X11 backend...
2005-05-09 Owen TaylorFill in unused bits so they can be used for the depth...
2005-05-08 Matthias ClasenSmall documentation additions.
2005-05-08 Matthias ClasenForgotten fix.
2005-05-08 Matthias ClasenFix typos in the docs. (#303389, Masao Mutoh)
2005-05-07 Owen TaylorGet the foreground color, not the background color.
2005-05-07 Owen TaylorChange prototype to match cairo_set_source_surface().
2005-05-05 Owen TaylorFix a bug in focus tracking when we move between has_po...
2005-05-04 Tor Lillqvistgdk/win32/gdkdrawable-win32.c (generic_draw, blit_from_...
2005-05-02 Owen TaylorAdd a draw-border style property to allow themes to...
2005-04-30 Tor LillqvistTake multi-monitor offset into account. (#302525)
2005-04-21 Ivan, Wong Yat CheungMatch character height instead of cell height. Fix...
2005-04-18 Owen Taylorgtk/gtkstyle.c gtk/gtkcolorsel.c gtk/gtkhsv.c gtk/gtkic...
2005-04-11 Ivan, Wong Yat CheungFix #300218:
2005-04-10 Matthias ClasenSome more fixes necessary to make building with gcc...
2005-04-08 Carl WorthSimplify matrix manipulation now that cairo exposes...
2005-04-05 Tor LillqvistHandle 16 colour display mode. For some reason, in...
2005-04-05 Tor LillqvistDon't force 24bpp GdkVisual on 32bpp displays. (#140706)
2005-04-04 Tor LillqvistNew debugging function, to log a clipboard format name...
2005-04-03 Hans Breuer[merged from gtk-2-6 branch] let dash_offset shift...
2005-03-30 Matthias ClasenInclude cairo.h
2005-03-30 Tor LillqvistFix event filter handling. If an event filter (global...
2005-03-30 Tor LillqvistThe state field should represent the state before the...
2005-03-28 Søren SandmannDon't invalidate areas that are covered by mapped input...
2005-03-26 Matthias ClasenUse canonical names for g_object_notify() as well.
2005-03-21 Matthias ClasenMark param spec strings as static.
2005-03-20 Tor LillqvistReturn the Terminal Services session number, window...
2005-03-18 Owen TaylorCall cairo_surface_finish()
2005-03-18 Tor LillqvistOn WM_MOUSEMOVE, don't check if this process owns the...
2005-03-18 Owen TaylorUse cairo_set_device_offset().
2005-03-17 Owen TaylorFix get_stipple_surface to actually work, set EXTEND_RE...
2005-03-17 Tor Lillqvistgdk_key is a typedef, not a struct tag.
2005-03-17 Owen TaylorSwitch set_cairo_target() virtual function to ref_cairo...
2005-03-16 Manish SinghShut up CVS
2005-03-16 Manish Singh#include gdkaliasdef.c here too.
2005-03-16 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-03-16 Tor Lillqvistgdk/win32/gdkprivate-win32.h Drop global variable _gdk_...
2005-03-16 Tor LillqvistPrint debugging output only if asked for, not always.
2005-03-15 Tor LillqvistNew debugging function. As GetKeyNameText() returns...
2005-03-12 Ivan, Wong Yat CheungA further fix for big window support. Now also the...
2005-03-11 Ivan, Wong Yat CheungBig window fix for Win32. Big windows are still emulate...
2005-03-08 Matthias ClasenConvert the gdk keyval-keyname tables to a big string...
2005-03-01 Manish SinghCast to avoid const warnings on data structure seeding.
2005-03-01 Matthias Clasengdk/gdkkeyuni.c gdk/gdkpixbuf-drawable.c gdk/gdkrgb...
2005-02-25 Robert ÖgrenImplement better handling of Wintab tablet context...
2005-02-23 Tor LillqvistWorkaround for bug in MapVirtualKey(VK_DIVIDE, 0) in...
2005-02-22 Federico Mena QuinteroMerged from gtk-2-6:
2005-02-21 Matthias ClasenSet have_render_with_trapezoids to GDK_YES when we...
2005-02-07 Hans Breuerbuild with Cairo dependency. The patch to acually use...
2005-02-04 Manish Singh#include cairo-xlib.h
2005-02-03 Owen TaylorAdd gdk_drawable_set_cairo_target().
2005-02-03 Matthias ClasenMake the gdk_key array const (#166075, Tommi Komulainen)
2005-02-02 Tor LillqvistImplement lazy extended input initialization on Win32...
2005-02-02 Ivan, Wong Yat CheungUse a FIFO list for storing GdkSelProp of a single...
2005-02-01 Matthias ClasenFix many instances of "the the" in docs and comments...
2005-02-01 Tor LillqvistRemove superfluous blank line.
2005-02-01 Tor LillqvistNew functions, code blocks refactored out of update_key...
2005-01-25 Matthias ClasenFix docs. (#165163, Jeff Franks)
2005-01-25 Matthias ClasenInitialize user_time from DESKTOP_STARTUP_ID. (#165131...
2005-01-23 Matthias ClasenRemove the accidentally added prototype for this unimpl...
2005-01-23 Tor LillqvistFix for #163702, from Ivan Wong:
2005-01-23 Tor LillqvistHandle Greek tonos dead accent key. (#164859, reported...
2005-01-20 Manish SinghCall GDK_DISPLAY_XDISPLAY with a display, not a window...
2005-01-20 Manish SinghSquash strict aliasing warning in _NET_VIRTUAL_ROOTS...
2005-01-19 Tor LillqvistHandle keyboards with ShiftLock (and not CapsLock)...
2005-01-19 Matthias ClasenPrecache the _NET_VIRTUAL_ROOTS atom.
2005-01-19 Matthias ClasenAdd a function to obtain the last user interaction...
2005-01-18 Manish SinghTue Jan 18 13:46:46 2005 Manish Singh <yosh@gimp.org
2005-01-18 Matthias ClasenAdd pointer warping to GDK. (#160437)
2005-01-18 Matthias ClasenAvoid X errors when running against servers which imple...
2005-01-13 Matthias ClasenAdd an OS_LINUX conditional.
2005-01-12 Tor LillqvistFix for #162790, by Iwan Wong:
2005-01-09 Tor LillqvistSet current cursor also when changing the cursor of...
2005-01-07 Tor LillqvistFix braino. (#163232, Arnaud Charlet)
2005-01-05 Matthias ClasenUpdate the user time when receiving a WM_DELETE message...
2004-12-28 Matthias ClasenSet x_root and y_root in button and motion events from...
2004-12-22 Søren SandmannAdd sensitivity-changing timeout. Written by Christian...
2004-12-19 Tor LillqvistUse wide character API when available. Use UTF-8 for...
2004-12-15 Tor LillqvistIndentation fix. Won't bother with a ChangeLog entry.
2004-12-03 Matthias Clasen2.5.6
2004-12-03 Tor Lillqvistgdk-pixbuf/Makefile.am (gdk_pixbuf.def) gdk/Makefile...
next