summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* x11: Remove unused macroRoss Lagerwall2013-03-041-4/+0
* broadway: pointer targets differ in signednessBenjamin Otte2013-03-011-2/+2
* broadway: variable 'broadway_display' set but not usedBenjamin Otte2013-03-011-4/+0
* gdkwindow: Update window debug dump codeAlexander Larsson2013-03-011-1/+6
* Fix broken quartz build from df3e19bJohn Ralls2013-02-281-2/+3
* GdkScreen: get a long X property correctlyGeoff Reedy2013-02-261-1/+1
* gdk: prevent NULL pointer access when debugging is enabledThomas Wood2013-02-261-1/+1
* win32: fix possible memleak if GlobalAlloc() failsAleksander Morgado2013-02-261-2/+2
* Fix a few more doc issuesMatthias Clasen2013-02-252-1/+2
* Add available marker to gdk_x11_window_set_utf8_propertyMatthias Clasen2013-02-251-0/+1
* Pedantic fixesMatthias Clasen2013-02-251-3/+5
* Include GdkFrameClock in the docsMatthias Clasen2013-02-253-13/+13
* Include public headers in gdk.hMatthias Clasen2013-02-251-0/+2
* Broadway/Quartz/Win32: make event source prepare()/check() note paused statusOwen W. Taylor2013-02-213-18/+31
* wayland: don't attempt to unqueue events when events are pausedThomas Wood2013-02-211-0/+6
* Avoid loop in paint update cycleAlexander Larsson2013-02-191-1/+2
* x11: Handle case where xsettings are NULLBenjamin Otte2013-02-191-0/+2
* x11: Fix introspection buildBenjamin Otte2013-02-191-1/+0
* x11: Get rid of XSettingsClient objectBenjamin Otte2013-02-196-119/+69
* x11: Use _gdk_x11_get_xatom_for_display_printf()Benjamin Otte2013-02-191-9/+9
* x11: Introduce _gdk_x11_get_xatom_for_display_printf()Benjamin Otte2013-02-194-17/+33
* x11: Don't keep an "in_init" variableBenjamin Otte2013-02-193-17/+11
* x11: Clean up xsettings headerBenjamin Otte2013-02-193-27/+21
* x11: Get rid of XSettingsSettingBenjamin Otte2013-02-193-158/+92
* x11: Remove extra variableBenjamin Otte2013-02-191-6/+5
* x11: Split xsettings event filter into 2 functionsBenjamin Otte2013-02-191-61/+45
* x11: Make stored xsettings window a GdkWindowBenjamin Otte2013-02-191-49/+25
* x11: Split function into twoBenjamin Otte2013-02-191-40/+47
* x11: Use gdk_display_flush()Benjamin Otte2013-02-191-3/+7
* x11: Get selection atom useing GDK functionsBenjamin Otte2013-02-191-9/+4
* x11: Warning improvements to xsettings codeBenjamin Otte2013-02-191-2/+2
* x11: Use usual Atom handling in xsettings codeBenjamin Otte2013-02-191-15/+14
* x11: Consolidate root window event setting in one placeBenjamin Otte2013-02-192-15/+1
* x11: Remove unused argumentBenjamin Otte2013-02-191-11/+5
* x11: Store GDK name in xsettings hash tableBenjamin Otte2013-02-193-49/+38
* x11: Remove XSettingsAction typeBenjamin Otte2013-02-192-24/+5
* x11: Make xsettings callbacks code go awayBenjamin Otte2013-02-194-187/+155
* x11: Don't store name in XSettingsSetting anymoreBenjamin Otte2013-02-192-24/+19
* x11: Use boolean instead of enum for errors in xsettings codeBenjamin Otte2013-02-191-71/+37
* x11: Move error reporting to where the error happensBenjamin Otte2013-02-191-18/+11
* x11: Move length checking into return_if_fail() macroBenjamin Otte2013-02-191-8/+11
* x11: Use GDK error trapping codeBenjamin Otte2013-02-191-10/+2
* x11: Split out xsettings string reading codeBenjamin Otte2013-02-191-26/+25
* x11: Clean up xsettings headerBenjamin Otte2013-02-192-26/+19
* x11: Add debugging output for xsettings codeBenjamin Otte2013-02-191-0/+10
* gdk: Add a debug category for settingsBenjamin Otte2013-02-192-2/+4
* x11: Use glib malloc funcs for XSettingsBenjamin Otte2013-02-192-28/+8
* x11: Call grab functions directlyBenjamin Otte2013-02-193-60/+5
* x11: Pass the GdkScreen to the XSettingsClientBenjamin Otte2013-02-193-15/+15
* x11: Fold xsettings-common.[ch] into xsettings-client.[ch]Benjamin Otte2013-02-195-178/+105