summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* 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
* gdk: Add _gdk_x11_event_translator_get_window()Carlos Garnacho2011-05-183-10/+68
* gdk: Move XGetEventData() call to GdkEventSourceCarlos Garnacho2011-05-182-44/+30
* Explicitly declare internal reserved bits in GdkModifierTypeColin Walters2011-05-161-0/+24
* gdk_display_get_pointer: Screen out parameter is (transfer none)Colin Walters2011-05-161-1/+1
* wayland: Track wayland API changesKristian Høgsberg2011-05-083-25/+15
* Fix a typo in !HAVE_XCURSOR code pathsMatthias Clasen2011-05-071-1/+1
* gdk/x11/gdkcursor-x11.c: Use GdkRGBA instead GdkColorJavier Jardón2011-05-041-13/+12
* GdkWindow: remove unused variableKristian Rietveld2011-05-041-1/+0
* GdkWindow: Fix gdk_window_set_[device_]cursor() issues with root/foreign windowsCarlos Garnacho2011-05-041-27/+40
* GdkWindow: Add missing (allow-none) annotationsMartin Pitt2011-05-031-10/+10
* Bug 643270: VS2010 Project Files (autotools)Chun-wei Fan2011-04-271-1/+21
* gdk: add precondition checks to all GdkKeymap functionsMichael Natterer2011-04-211-20/+44
* [broadway] New adwaita based css for "wm"Lapo Calamandrei2011-04-192-24/+30
* [broadway] Remove debug spewAlexander Larsson2011-04-181-2/+2
* [broadway] Use cairo to generate png urisAlexander Larsson2011-04-181-346/+72