summaryrefslogtreecommitdiff
path: root/gdk/x11
Commit message (Expand)AuthorAgeFilesLines
* gdk/gdkinternals.h gdk/gdkevents.c gdk/directfb/gdkevents-directfb.cMichael Natterer2008-05-061-2/+2
* Add private backend data to events, and handle it when copying/freeingRichard Hult2008-05-061-0/+11
* Don't call XFreeColormap on foreign colormapsMatthias Clasen2008-04-031-2/+3
* Fix a small doc issues.Matthias Clasen2008-02-152-16/+16
* Documentation fixesMatthias Clasen2008-02-152-12/+20
* gdk/gdkdisplay.h gdk/gdkdrawable.h gdk/gdkevents.h gdk/gdkpango.hMichael Natterer2008-01-152-8/+8
* gdk/gdk.h gdk/gdkcairo.h gdk/gdkcolor.h gdk/gdkgc.h gdk/gdkinternals.hMichael Natterer2008-01-146-31/+31
* don't forget to set the time in the returned GdkTimeCoords.Michael Natterer2008-01-041-5/+10
* Don't return NULL.Matthias Clasen2007-12-281-0/+2
* Fir the patch from bug #504886 not to read unitialised memory.Christian Persch2007-12-271-1/+1
* Plug mem leaks. Bug #504886.Christian Persch2007-12-221-4/+10
* Update for gio API changesAlexander Larsson2007-12-201-2/+2
* Add a gtk-im-module GTK settingMatthias Clasen2007-12-181-2/+5
* gdk/gdkinternals.h #include <gio/gio.h> instead of individual files.Michael Natterer2007-12-141-2/+0
* Add RandR 1.2 supportSøren Sandmann2007-12-136-193/+456
* Remove all .cvsignore files.Michael Natterer2007-12-131-9/+0
* Implement GAppLaunchContext in gdk, providing startup notification.Matthias Clasen2007-12-132-0/+425
* call g_test_init() from gtk_test_init().15:39:40 Tim Janik2007-11-221-1/+2
* Add xsetting for gtk-scrolled-window-placement (#458103).Ross Burton2007-11-211-2/+4
* Add Gtk/EnableAccels and Gtk/EnableMnemonics xsettings forBehdad Esfahbod2007-11-211-2/+6
* Fixed copyright for newly submitted files.Tim Janik2007-11-201-1/+2
* Moved Gdk test functions from Gtk+ to Gdk test utils.Tim Janik2007-11-202-0/+219
* Avoid loading the ISO8859-1 iconv module. We're already doing all theAlexander Larsson2007-11-121-21/+21
* Fix serial number comparison regression introduced recently. (#474897)Behdad Esfahbod2007-09-101-2/+5
* fix invalid list node accesses, spotted by Benjamin Berg, bug #475158.18:22:28 Tim Janik2007-09-091-1/+2
* fix X serial handling to cope with wraparounds and maintain referentialTim Janik2007-08-281-6/+4
* Documentation fixesMatthias Clasen2007-07-221-3/+4
* add note that the semantics of this call, when mixed with the newRyan Lortie2007-07-192-4/+7
* New function to determine if keyboard layouts for both LTR and LTRMatthias Clasen2007-06-301-54/+125
* Connect the "destroy" signal so that the 'window' pointer is set back toRyan Lortie2007-06-291-8/+0
* applied patch from Mark Tiefenbruck to add missing return_if_fail,Tim Janik2007-06-211-0/+1
* replace GDK_WINDOW calls by cast to GdkWindow. Patch by Tilman SauerbeckXan Lopez2007-06-171-2/+2
* Handle child_setup being NULL. (#445691, Christopher Taylor)Matthias Clasen2007-06-111-3/+4
* Set DISPLAY in the child process using g_setenv() instead of constructingRoss Burton2007-06-061-81/+33
* Fix embarrassing crash. (#444457, Torsten Schoenfeld)Tor Lillqvist2007-06-061-1/+1
* Check that window_private is not NULL before using it. (#444351, DavidMatthias Clasen2007-06-051-1/+1
* Add support for composited child windows. (#412882, Ryan Lortie)Matthias Clasen2007-06-015-2/+156
* Update docsMatthias Clasen2007-05-261-2/+3
* Fix docsMatthias Clasen2007-05-261-1/+1
* Add some missing symbols.Matthias Clasen2007-05-231-0/+1
* Make sure the leader_window's WM_CLIENT_LEADER points to itself. #435028Dan Winship2007-05-021-2/+6
* Add functionality to set overall opacity of a top-level window. (#405316)Tor Lillqvist2007-04-302-1/+55
* New method to marshall and send a Startup Notification message. (fromDan Winship2007-04-292-44/+76
* Factor out window movement functions. (#63820, Tilman Sauerbeck)Matthias Clasen2007-04-271-31/+34
* Factor out translate_pos(). (#63820, Tilman Sauerbeck)Matthias Clasen2007-04-271-24/+20
* Factor out window mapping and unmapping functions. (#63820, TilmanMatthias Clasen2007-04-271-10/+25
* Make list handling code easier to read. (#63820, Tilman Sauerbeck)Matthias Clasen2007-04-271-59/+19
* Win32 drop shadow goodnessCody Russell2007-04-251-0/+3
* Change the XSettingsWatchFunc to return a Bool to indicate success. UpdateMatthias Clasen2007-04-103-11/+44
* Revert to non-xinerama mode when XineramaQueryScreens returns NULL; patchLoïc Minier2007-04-031-5/+9