]> Pileus Git - ~andy/gtk/history - gdk/x11
2.15.4
[~andy/gtk] / gdk / x11 /
2009-02-13 Matthias ClasenRegister randr events
2009-02-13 Matthias ClasenCheck for Xrandr 1.3
2009-01-24 Matthias ClasenDon't update blank cursors
2009-01-23 Matthias Clasen Bug 567761 – Spellfixes in GTK+ documentation
2009-01-20 Matthias Clasen Cache cursors to avoid libXcursor theme lookup...
2009-01-04 Matthias ClasenRecheck _NET_SUPPORTING_WM_CHECK every now and then...
2008-12-26 Matthias ClasenTypo fixes and small doc improvements
2008-12-13 Matthias ClasenRemove a C99ism. Pointed out by Eric Lamarque
2008-12-13 Matthias ClasenInitialize the XAtom cache earlier. Patch by Christian...
2008-12-13 Matthias ClasenFix a typo
2008-12-08 Behdad EsfahbodBug 563547 – Update gdkx11 atom precache table
2008-11-30 Christian DywanBug 559622 – GdkDevice test segfaults
2008-11-30 Christian DywanBug 554076 – eventually release g_new-ed supported_atoms
2008-10-22 Matthias ClasenOnly emit size-changed if the screen size actually...
2008-10-01 Matthias Clasenremove debug spew
2008-09-29 Matthias ClasenBug 107000 – Add signals to GdkKeymap for monitoring...
2008-09-29 Emmanuele BassiCorrectly chain up the finalize implementation.
2008-09-27 Matthias ClasenBug 552956 – Should check composite extension version
2008-09-27 Matthias Clasen Bug 553803 – eventually call XCloseDevice on...
2008-09-23 Michael Nattererremove unused variable and fix indentation.
2008-09-10 Søren SandmannDon't use XRRGetScreenResources() as there are performa...
2008-08-28 Matthias ClasenReturn FALSE from reparent implementations to avoid...
2008-08-20 Søren Sandmann Ped... +Wed Aug 20 18:16:29 2008 Søren Sandmann <sandmann...
2008-08-13 Erwann Chenede -Bug 547456 - gdk/x11/gdkscreen-x11.c : init_solaris_xin...
2008-08-12 Michael Nattererdefine -DGDK_PIXBUF_DISABLE_DEPRECATED in the global...
2008-08-04 Tor LillqvistBug 544684 - Win64 issue, window handles are assumed...
2008-08-04 Tor LillqvistBug 544684 - Win64 issue, window handles are assumed...
2008-08-03 Matthias ClasenSupport GEmblemedIcon
2008-07-24 Matthias ClasenBug 544265 – GDK assumes XFIXES extension
2008-07-22 Frederic CrozatDon't use RandR 1.2 if driver is detected as randr12_co...
2008-07-06 Matthias ClasenBug 493008 – gdk_screen_get_window_stack is not 64...
2008-07-04 Matthias ClasenSome GDK doc additions
2008-07-01 Cody RussellRevert name change
2008-07-01 Matthias ClasenAdd event sound settings. Patch by Lennart Pöttering.
2008-06-30 Cody RussellPractically everything changed.
2008-06-30 Michael NattererSome unrelated cleanups found while reviewing the offsc...
2008-06-27 Emmanuele BassiAbstract some GdkWindow API into an interface that...
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2008-06-18 Michael Nattererdeprecate GdkDestroyNotify.
2008-06-17 Matthias ClasenProtect against XKB being stupid. Reported by Pedro...
2008-06-06 Matthias ClasenReturn the right coordinates
2008-06-06 Behdad EsfahbodBug 536185 – monitor font configuration
2008-05-28 Michael Nattererdefine __GDK_H_INSIDE__ around including all other...
2008-05-25 Cody RussellBug 526635 - _gdk_window_get_toplevel handles FOREIGN...
2008-05-25 Cody RussellBug 525461 - Don't invalidate under an input-only child
2008-05-25 Cody RussellBug 524110 - Gdk should not assume reparenting WMs...
2008-05-25 Cody RussellBug 522269 - Evince windows sometimes incorrectly unmax...
2008-05-21 10:49:20 Tim JanikBug 318807 – Offscreen windows and window redirection.
2008-05-06 Michael Natterergdk/gdkinternals.h gdk/gdkevents.c gdk/directfb/gdkeven...
2008-05-06 Richard HultAdd private backend data to events, and handle it when...
2008-04-03 Matthias ClasenDon't call XFreeColormap on foreign colormaps
2008-02-15 Matthias ClasenFix a small doc issues.
2008-02-15 Matthias ClasenDocumentation fixes
2008-01-15 Michael Natterergdk/gdkdisplay.h gdk/gdkdrawable.h gdk/gdkevents.h...
2008-01-14 Michael Natterergdk/gdk.h gdk/gdkcairo.h gdk/gdkcolor.h gdk/gdkgc.h...
2008-01-04 Michael Nattererdon't forget to set the time in the returned GdkTimeCoords.
2007-12-28 Matthias ClasenDon't return NULL.
2007-12-27 Christian PerschFir the patch from bug #504886 not to read unitialised...
2007-12-22 Christian PerschPlug mem leaks. Bug #504886.
2007-12-20 Alexander LarssonUpdate for gio API changes
2007-12-18 Matthias ClasenAdd a gtk-im-module GTK setting
2007-12-14 Michael Natterergdk/gdkinternals.h #include <gio/gio.h> instead of...
2007-12-13 Søren SandmannAdd RandR 1.2 support
2007-12-13 Michael NattererRemove all .cvsignore files.
2007-12-13 Matthias ClasenImplement GAppLaunchContext in gdk, providing startup...
2007-11-22 15:39:40 Tim Janikcall g_test_init() from gtk_test_init().
2007-11-21 Ross BurtonAdd xsetting for gtk-scrolled-window-placement (#458103).
2007-11-21 Behdad EsfahbodAdd Gtk/EnableAccels and Gtk/EnableMnemonics xsettings for
2007-11-20 Tim JanikFixed copyright for newly submitted files.
2007-11-20 Tim JanikMoved Gdk test functions from Gtk+ to Gdk test utils.
2007-11-12 Alexander LarssonAvoid loading the ISO8859-1 iconv module. We're already...
2007-09-10 Behdad EsfahbodFix serial number comparison regression introduced...
2007-09-09 18:22:28 Tim Janikfix invalid list node accesses, spotted by Benjamin...
2007-08-28 Tim Janikfix X serial handling to cope with wraparounds and...
2007-07-22 Matthias ClasenDocumentation fixes
2007-07-19 Ryan Lortieadd note that the semantics of this call, when mixed...
2007-06-30 Matthias ClasenNew function to determine if keyboard layouts for both...
2007-06-29 Ryan LortieConnect the "destroy" signal so that the 'window' point...
2007-06-21 Tim Janikapplied patch from Mark Tiefenbruck to add missing...
2007-06-17 Xan Lopezreplace GDK_WINDOW calls by cast to GdkWindow. Patch...
2007-06-11 Matthias ClasenHandle child_setup being NULL. (#445691, Christopher...
2007-06-06 Ross BurtonSet DISPLAY in the child process using g_setenv() inste...
2007-06-06 Tor LillqvistFix embarrassing crash. (#444457, Torsten Schoenfeld)
2007-06-05 Matthias ClasenCheck that window_private is not NULL before using...
2007-06-01 Matthias ClasenAdd support for composited child windows. (#412882...
2007-05-26 Matthias ClasenUpdate docs
2007-05-26 Matthias ClasenFix docs
2007-05-23 Matthias ClasenAdd some missing symbols.
2007-05-02 Dan WinshipMake sure the leader_window's WM_CLIENT_LEADER points...
2007-04-30 Tor LillqvistAdd functionality to set overall opacity of a top-level...
2007-04-29 Dan WinshipNew method to marshall and send a Startup Notification...
2007-04-27 Matthias ClasenFactor out window movement functions. (#63820, Tilman...
2007-04-27 Matthias ClasenFactor out translate_pos(). (#63820, Tilman Sauerbeck)
2007-04-27 Matthias ClasenFactor out window mapping and unmapping functions....
2007-04-27 Matthias ClasenMake list handling code easier to read. (#63820, Tilman...
2007-04-25 Cody RussellWin32 drop shadow goodness
2007-04-10 Matthias ClasenChange the XSettingsWatchFunc to return a Bool to indic...
2007-04-03 Loïc MinierRevert to non-xinerama mode when XineramaQueryScreens...
2007-04-01 Elijah NewrenPatch from Matthias to add support for the _NET_WM_USER...
2007-03-17 Chris WilsonInitialise nxvisuals to 0 in order to handle XGetVisual...
next