summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* quartz: don't filter away directly encoded 24-bit UCS charactersMichael Natterer2011-09-281-21/+5
* Bug 659406 - Abstract what triggers a context menuMichael Natterer2011-09-272-1/+52
* Bug 659602 - Provide an abstraction for the platform's use of modifier keysMichael Natterer2011-09-275-0/+129
* quartz: resolve the modifier confusion on the MacMichael Natterer2011-09-262-8/+18
* Documentation fixesMatthias Clasen2011-09-251-4/+5
* gdk/gdkkeys.h: Remove api documentation as Its already in the .c fileJavier Jardón2011-09-161-18/+0
* Fix a segfault if the GAppInfo does not have an iconRichard Hughes2011-09-131-5/+7
* Bug 617583 - Dead accents keys don't work in GTK+ applications on OSXJohn Ralls2011-09-091-5/+72
* x11: Don't create GdkDevices for disabled devicesCarlos Garnacho2011-09-061-0/+4
* API: add accessors for GdkEvent fieldsCosimo Cecchi2011-08-283-3/+204
* wayland: Acquire cairo device during operations that need the GL contextDaniel Nicoara2011-08-221-0/+2
* Install gdk/win32 headersGreg Hellings2011-08-151-0/+10
* [gi] annotate gdk_container_set_user_data to take a GObjectJohn (J5) Palmieri2011-08-141-1/+1
* Bug 655122: Lion Crashes during resizeJohn Ralls2011-08-131-24/+60
* Bug 655122: Detect OSX version for handling version-dependent specialJohn Ralls2011-08-132-0/+32
* Make focus rectangles optionalMatthias Clasen2011-08-101-2/+4
* Add annotations so that methods are properly paired to objects.Pavel Holejsovsky2011-08-017-30/+32
* Enable introspection of X11-specific functions and methodsPavel Holejsovsky2011-08-017-22/+22
* quartz: use already existing current_button_state variableKristian Rietveld2011-07-301-4/+2
* quartz: remove _gdk_quartz_events_get_current_event_maskKristian Rietveld2011-07-302-9/+0
* quartz: return modifiers instead of an event mask ...Kristian Rietveld2011-07-304-5/+27
* quartz: Remove MAC_OS_X_VERSION_MIN_ALLOWED ifdefKristian Rietveld2011-07-281-2/+0
* Bug 655074 - Fix crash with undecorated windows on MacOS LionMichael Hutchinson2011-07-251-12/+21
* Ditch some long dead perl cruftMatthias Clasen2011-07-232-280/+0
* XK_Num_Lock is called GDK_KEY_Num_Lock in this source tree.Patrick Welche2011-07-221-1/+1
* Don't return a value from a void functionMatthias Clasen2011-07-171-1/+1
* x11: Skip GenericEvents with no cookie data in the xi2 device managerCarlos Garnacho2011-07-151-0/+3
* gdk/x11: Add gdk_x11_device_manager_lookup()Carlos Garnacho2011-07-157-0/+92
* gdk/x11: Add gdk_x11_device_get_id()Carlos Garnacho2011-07-157-0/+94
* Bug 653450 - gtkfilechooser crashes when added favoriteJohn Ralls2011-07-141-3/+1
* Fixed bug #654125 "gdkoffscreenwindow set any impl handlers to null but adhoc...Juan Pablo Ugarte2011-07-081-2/+8
* Use AM_CPPFLAGS instead the obsolete INCLUDESJavier Jardón2011-07-066-8/+8
* docs: Remove mention of client messagesJoachim Breitner2011-07-051-3/+0
* GdkKeymap: Prevent an infinite loop in the non-XKB caseMatthias Clasen2011-06-301-0/+2
* Track wayland protocol changes.Scott Moreau2011-06-235-10/+50
* Add a missing break statementMatthias Clasen2011-06-141-0/+1
* Avoid an oob readMatthias Clasen2011-06-141-1/+1
* xi2: Handle XIM modules that replace eventsCarlos Garnacho2011-06-131-1/+6
* gdk: Use const instead G_CONST_RETURNJavier Jardón2011-06-1014-19/+19
* gdk: Make background changes queue a repaintBenjamin Otte2011-06-091-0/+2
* gdk: Don't set backgrounds on input-only windowsBenjamin Otte2011-06-091-2/+4
* Update Windows Resource template informationChun-wei Fan2011-06-071-1/+1
* gdk: Update keysyms list from latest X.org headersBastien Nocera2011-06-061-0/+82
* configure: Check for XGetEventData()Carlos Garnacho2011-05-271-0/+6
* gdk: do not fallback to event->xany.window in GdkEventTranslatorCarlos Garnacho2011-05-271-6/+2
* Remove unused function attributes from symbol filesMatthias Clasen2011-05-221-62/+62
* quartz: actually register gdk_quartz_display_disposeKristian Rietveld2011-05-221-0/+1
* quartz: fix a typoKristian Rietveld2011-05-221-1/+1
* gdk: Document gdk_window_add_filter()+XGenericEvents behaviorCarlos Garnacho2011-05-181-0/+4
* gdk: Get the right filter window for XI2 eventsCarlos Garnacho2011-05-181-1/+21