summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* x11: Fix window manager change detectionRui Matos2011-11-051-3/+1
* Wayland: Adapt to GdkWindowImpl api changeMatthias Clasen2011-11-051-9/+2
* Broadway: Adapt to GdkWindowImpl API changeMatthias Clasen2011-11-051-0/+2
* Quartz: Adapt to GdkWindowImpl api changeMatthias Clasen2011-11-051-0/+2
* win32: Adapt to GdkWindowImpl api changeMatthias Clasen2011-11-051-0/+2
* Add device-taking variants of begin_resize/move_dragMatthias Clasen2011-11-055-42/+136
* GdkDeviceManager: some reshuffling of docsMatthias Clasen2011-11-041-32/+58
* gdk: Move a bunch of deprecated code to a new fileBenjamin Otte2011-11-024-78/+108
* display: Don't use deprecated functionsBenjamin Otte2011-11-021-8/+12
* x11: Do fallback resize without deprecated functionsBenjamin Otte2011-11-021-8/+8
* x11: Don't use deprecated functionBenjamin Otte2011-11-022-2/+2
* Don't use deprecated Pango apiMatthias Clasen2011-11-011-3/+2
* GDK: Adapt to GLib thread api changesMatthias Clasen2011-11-011-9/+3
* gdk: Translate keyboard brightness keysBastien Nocera2011-10-261-0/+2
* gdk: Make gen-keyname-table.pl work againBastien Nocera2011-10-263-4/+60
* quartz: don't return FALSE from GdkDevice::query_state()Michael Natterer2011-10-221-5/+0
* Don't refer to --sync anymoreMatthias Clasen2011-10-201-2/+2
* Use G_VALUE_INITJavier Jardón2011-10-151-1/+1
* gdk: s/gdk_cursor_unref/g_object_unref/Michael Natterer2011-10-154-5/+5
* Add deprecation annotations for deprecated functionsMatthias Clasen2011-10-115-18/+36
* Quartz, Bug 655057: Eliminate Compiler WarningAlex Corrado2011-10-091-2/+10
* Add G_GNUC_DEPRECATED annotations in GDKMatthias Clasen2011-10-095-27/+27
* quartz: also update window position on windowDidResizeKristian Rietveld2011-10-081-0/+5
* gdk: fix gdk_keyval_to_lower/upper() for Quartz, Win32 and BroadwayMichael Natterer2011-10-0710-296/+140
* gdk: Plug leak in gdk_display_pointer_is_grabbedAdel Gadllah2011-10-031-1/+6
* Add new api to gdk.symbolsMatthias Clasen2011-10-021-0/+3
* gdkcreen-x11: Use GdkRGBA instead GdkColorJavier Jardón2011-10-011-8/+8
* docs: Delete duplicate line in gdkwindow.cRui Matos2011-10-011-1/+0
* GdkWindow: fix conditional jump depends on uninitialized value errorCosimo Cecchi2011-09-281-4/+2
* 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