summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Add deprecation guards for gdk_device_get_core_pointer()Javier Jardón2010-09-221-0/+2
* Do not use deprecated gdk_display_get_core_pointer()Javier Jardón2010-09-225-12/+32
* Fix an off-by-one error in serial range handlingMatthias Clasen2010-09-211-1/+1
* Use g_warning() for X errors and X IO errorsOwen W. Taylor2010-09-212-11/+10
* Tons of transfer annotationsMatthias Clasen2010-09-211-1/+1
* Add a couple of missing transfer annotationsJohan Dahlin2010-09-202-5/+5
* Fixup gtk-doc comment syntaxJohan Dahlin2010-09-201-8/+8
* More error trap cleanupsMatthias Clasen2010-09-205-24/+15
* Only store error codes in inner-most X error trapOwen W. Taylor2010-09-201-0/+1
* Add new error trap api to gdk.symbols and gdk3-sections.txtMatthias Clasen2010-09-191-1/+5
* Improve tests for X error traps, fix two bugsHavoc Pennington2010-09-182-3/+25
* Fix bugs that crashed gdk_display_close() on x11Havoc Pennington2010-09-187-23/+55
* Revamp and modernize X error trapsHavoc Pennington2010-09-1810-97/+489
* Replace crufty old code for gdk error traps with GQueue and GSliceHavoc Pennington2010-09-181-26/+9
* Remove trailing whitespace and obsolete doc comments from gdk_error_trap codeHavoc Pennington2010-09-181-30/+11
* Fix a doc commentMatthias Clasen2010-09-171-1/+1
* Scan gdk/x11 sources for Gdk-3.0.girMatthias Clasen2010-09-171-0/+3
* Add annotationsMatthias Clasen2010-09-1710-13/+22
* introspection: Only use 0.9.3 APIColin Walters2010-09-151-1/+1
* gdk: Only use XComposite if it is availableSebastian Dröge2010-09-151-0/+2
* [GdkWindowCache] Don't ignore the CompositeOverlayWindowAdel Gadllah2010-09-131-0/+16
* Update Quartz backend for GDK key name changesKristian Rietveld2010-09-132-72/+72
* docs: Fix gdk_display_get_core_pointer() docsJavier Jardón2010-09-131-2/+2
* Don't use g_idle_add to schedule idles in GDKMatthias Clasen2010-09-101-4/+4
* Include gdkkeysyms.h in gdk.h2.90.7Matthias Clasen2010-09-101-0/+1
* Drop the gdk_display variable from gdkMatthias Clasen2010-09-094-21/+1
* Avoid potential DLL hijacking in Wintab codeTor Lillqvist2010-09-091-1/+24
* Adapt to the GDK_KEY changesTor Lillqvist2010-09-094-201/+201
* GDK: Prefix key names with KEY_Colin Walters2010-09-087-2215/+4463
* gdk: Update gdkkeysyms.hColin Walters2010-09-081-0/+1
* Remove deprecated gdk_window_get_deskrelative_origin() and its implementationsJavier Jardón2010-09-098-162/+0
* Drop GDK_DEBUG_GC and _IMAGE as GDK doesn't do that any moreTor Lillqvist2010-09-092-11/+7
* Remove variables from the platform-independent GDK APITor Lillqvist2010-09-085-42/+11
* Fix annotations for gdk_window_get_device_position()Owen W. Taylor2010-09-071-4/+4
* Avoid segfault on xkbless systemsMatthias Clasen2010-09-071-1/+3
* Don't leak display nameMatthew Barnes2010-09-031-1/+5
* x11: Unused variableBenjamin Otte2010-09-031-1/+0
* Just use TrackMouseEvent directlyTor Lillqvist2010-09-031-34/+13
* introspection: Update to new scanner APIColin Walters2010-08-311-2/+2
* Miscellaneous property string fixesPhilip Withnall2010-08-291-5/+5
* Fix Win32 buildTor Lillqvist2010-08-291-2/+1
* Remove the long deprecated GDK_WINDOW_DIALOG type.Matthias Clasen2010-08-286-36/+5
* gdk/gdkwindowimpl.c: Use G_DEFINE_INTERFACE macroJavier Jardón2010-08-261-13/+5
* gdk/x11/gdkeventtranslator.c: use G_DEFINE_INTERFACE macroJavier Jardón2010-08-261-14/+6
* Make gdk_keymap_map_virtual_modifiers work earlyMatthias Clasen2010-08-251-0/+1
* gdk/gdkwindow.c: Fix compilation warningJavier Jardón2010-08-241-1/+1
* Fix Win32 buildTor Lillqvist2010-08-238-586/+207
* directfb: RemoveBenjamin Otte2010-08-2333-14012/+2
* Miscellaneous string fixesPhilip Withnall2010-08-221-2/+2
* Use G_DEFINE_BOXED_TYPEChristian Persch2010-08-184-44/+12