]> Pileus Git - ~andy/gtk/history - gdk
Do not leak the URI returned by the model; select the row when calling
[~andy/gtk] / gdk /
2006-07-10 Matthias ClasenDon't confuse gtk-doc.
2006-07-10 Richard HultAccount for alignment when reading xbm data. (#346721...
2006-07-09 Richard HultImplement some more stubs for pygtk, bug #346713.
2006-07-09 Richard HultRelease the pool in all cases. (move_resize_window_inte...
2006-07-08 Behdad EsfahbodFix quadratic implementation of gdk_pango_layout_get_cl...
2006-07-07 Richard HultGenerate a grab broken event when appropriate. Fixes...
2006-07-03 Michael David EmmelNot sure this went in
2006-06-29 Matthias ClasenFix root window size changes
2006-06-28 Matthias Clasenbroken pipe
2006-06-26 Michael David EmmelAdded ifdef to compile with 0.9.24 removes creating...
2006-06-20 Matthias ClasenUpdate the docs. (#345194, Yevgen Muntyan)
2006-06-14 Michael Emmelupdated mininum dfb to 0.9.24 added more directfb wrapp...
2006-06-11 Tor LillqvistConvert \n to \r\n also when storing CF_UNICODETEXT...
2006-06-09 Tor LillqvistCall ReleaseDC() on DCs acquired with GetDC() (for...
2006-06-08 Tor Lillqvist[WM_WINDOWPOSCHANGED] Replace identical code as in
2006-06-07 Behdad EsfahbodFix typo.
2006-06-07 Behdad EsfahbodBug 337603 – Possible off-by-one in
2006-06-05 Matthias ClasenRemove the right XID from the xid table. (#34327, Sampo...
2006-06-03 Richard HultAdd spawn functions, copied from the win32 backend.
2006-05-31 Matthias ClasenDon't use G_DEFINE_TYPE, since the instance struct...
2006-05-30 Behdad EsfahbodFix offset to center the underline in requested rectang...
2006-05-28 Behdad EsfahbodNote in docs that @dest can be the same as @src1 or...
2006-05-25 Matthias ClasenMake GTK+ work as an untrusted X client. (#136571,...
2006-05-22 Behdad EsfahbodRollback the following changes, to fix it the proper...
2006-05-22 Matthias Clasengdk_color_parse returns boolean, not int. (#342569...
2006-05-22 Matthias ClasenRemove _gdk_x11_screen_request_cm_notification
2006-05-22 Behdad EsfahbodAdd new function _gdk_screen_get_font_map() and have...
2006-05-18 Matthias ClasenAlways set protocol. (#342003, Tommi Komulainen)
2006-05-18 Michael David EmmelFixed bug 342091
2006-05-15 Søren Sandmanngtk/gtklayout.c (gtk_layout_realize), gtk/gtkiconview.c
2006-05-15 Richard HultRemove obsolete comment. (poll_func): Remove assert...
2006-05-14 Matthias ClasenRemove extraneous ;
2006-05-11 Matthias ClasenRegenerated from Xorg 7.1 keysyms.h, using gdkkeysyms...
2006-05-11 Matthias ClasenConsistently use lowercase in hex numbers.
2006-05-09 Tor LillqvistLook at both GDK_SCROLL_MASK and GDK_BUTTON_PRESS_MASK...
2006-05-07 Matthias Clasenfix docs
2006-05-04 Michael David EmmelRemoved DIKI_ALTGR
2006-05-04 Matthias ClasenMake symbol list mstch reality.
2006-05-03 Matthias ClasenAdd missing files. (#340533, Ludovic Rousseau)
2006-04-30 Michael David EmmelRemoved subtracting one from all clips
2006-04-28 Behdad EsfahbodCast to double before dividing by PANGO_SCALE. (#334582)
2006-04-27 Matthias Clasenfix build without xfixes
2006-04-25 Matthias ClasenAdd gdk_screen_is_composited
2006-04-25 Søren SandmannCreate 'composited' label.
2006-04-24 Matthias ClasenDocumentation fixes.
2006-04-21 Alexander LarssonMerge the gtk-printing branch. For more detailed Change...
2006-04-20 Michael David Emmel fixed off by one error in clip patch from (#330824)
2006-04-19 Tor LillqvistMap VK_NUMPAD[0-9] to GDK_KP_[0-9]. (#337562)
2006-04-16 Richard HultAdd check for source being a window.
2006-04-16 Richard HultRemove leading cairo/ in include.
2006-04-16 Matthias ClasenAvoid a possible array overrun. (Coverity)
2006-04-13 Anders CarlssonTake grabs into account.
2006-04-12 Matthias ClasenFix another Coverity bug
2006-04-12 Matthias ClasenMake this work for list == NULL. (Coverity)
2006-04-12 Matthias ClasenRearrange the code a bit.
2006-04-12 Anders CarlssonHandle page up and page down.
2006-04-12 Anders CarlssonDon't flush if we're inside a begin_paint/end_paint...
2006-04-12 Matthias ClasenFix another Coverity bug
2006-04-10 Anders CarlssonHave GdkWindowImplQuartz implement GdkPaintable.
2006-04-10 Anders CarlssonAdd new GdkPaintable interface which implementation...
2006-04-06 Tor LillqvistCorrect the appearance of non-square icons and cursors...
2006-04-04 Søren SandmannAdd "_private" to make it build.
2006-04-04 Matthias ClasenUse G_DEFINE_TYPE.
2006-04-04 Matthias ClasenSmall savings
2006-04-03 Matthias ClasenHere too.
2006-04-03 Matthias ClasenMake _gdk_windowing_args const.
2006-04-03 Matthias ClasenInclude gdksreen.h (#337032, Kazuki IWAMOTO)
2006-03-30 Matthias ClasenReword docs to help gtk-doc.
2006-03-30 Michael David EmmelAdded gdk_pixmap_foreign_new_for_screen
2006-03-30 Matthias ClasenMake it compile
2006-03-30 Matthias ClasenNew function to allow wrapping a native pixmap without...
2006-03-29 Richard HultAdd missing CLIPBOARD atom.
2006-03-27 Anders CarlssonMake the poll func work with real file descriptors...
2006-03-27 Richard HultAdd more stubs.
2006-03-21 Michael Nattererremoving trailing \ fixes the build.
2006-03-21 Anders CarlssonImplement gdk_window_scroll.
2006-03-21 Anders CarlssonAdd the GDK part of the DND implementation.
2006-03-21 Anders CarlssonOffset coordinates by 0.5 pixels to get consistant...
2006-03-21 Anders Carlsson]): Synthesize GDK_CONFIGURE events when the window...
2006-03-15 Behdad EsfahbodAdded checksettings.
2006-03-11 Tor LillqvistUse Polygon() for outlined polygons, too. Same idea...
2006-03-08 Michael Natterergdk/gdkscreen.h gdk/x11/gdkscreen-x11.c added
2006-03-04 Matthias ClasenAdjust the handling of min values for the x and y axes...
2006-02-27 Michael Natterermap "gtk-touchscreen-mode" to the "Gtk/TouchscreenMode...
2006-02-27 Tim Janikmoved and renamed the gdk_settings_names and gdk_settin...
2006-02-26 Michael David EmmelRemoved old build instructions
2006-02-25 PST 2006 Michael... *gdk/directfb/gdkdisplay-directfb.c *gdk/directfb/gdkwi...
2006-02-24 Tim Janikremove unconditional warnings about missing X locale...
2006-02-21 Anders CarlssonAdd these from the win32 backend.
2006-02-20 Matthias ClasenObtain the background color from the gc when it is...
2006-02-20 Matthias ClasenForgotten file
2006-02-20 Matthias ClasenAdd a gc_changed argument, and avoid setting the clip...
2006-02-20 Anders CarlssonAdd stubs for input shape functions.
2006-02-20 Anders CarlssonFix typo so ctrl gets passed on to the gdk event.
2006-02-20 Tor LillqvistNew function, return TRUE. (gdk_display_supports_input_...
2006-02-20 Tor LillqvistNew function. Factor out code from gdk_window_shape_com...
2006-02-20 Michael Nattereradding boolean have_shapes and have_input_shapes member...
2006-02-20 Tor LillqvistReplace all calls to g_strcasecmp() with g_ascii_strcas...
2006-02-20 Matthias ClasenSupport input shapes: (#331070)
2006-02-17 Matthias ClasenBe robust and reject rectangles with negative width...
next