summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Re-add some conditionals to symbols filesMatthias Clasen2010-11-291-0/+2
* Add gdk_device_get_n_keys to symbol listMatthias Clasen2010-11-291-0/+1
* rgba: Invert the arguments and improve bindabilityEmmanuele Bassi2010-11-283-13/+13
* Avoid delays in starting applicationsMatthias Clasen2010-11-271-92/+95
* Fix missing (transfer) annotations in GDKMilan Bouchet-Valat2010-11-2418-58/+63
* gdk: remove GdkDeviceKey and GdkDeviceAxis from the public APIMichael Natterer2010-11-242-34/+8
* gdk: gdk_device_get_n_keys() is now Since: 2.24Michael Natterer2010-11-241-1/+1
* gdk: Remove unused macros from buildBenjamin Otte2010-11-243-3/+3
* gdk: Clean up gdk.symbols fileBenjamin Otte2010-11-241-897/+432
* Fix compilation breakage in gdk/win32Tor Lillqvist2010-11-242-3/+3
* Replace references to sealed GdkDevice private variables with accessor calls ...John Ralls2010-11-232-8/+4
* Move all GdkDevice members to private and add one missing accessorMichael Natterer2010-11-2311-122/+124
* Make gdk_event_apply_filters safe against changes in filter listWilliam Jon McCann2010-11-225-18/+96
* Create the icon pixmap with the system visualOwen W. Taylor2010-11-191-2/+3
* docs: Move documentation to inline comments: event_structsJavier Jardón2010-11-152-16/+526
* docs: Move documentation to inline comments: x_interactionJavier Jardón2010-11-151-0/+120
* docs: Move documentation to inline comments: drawingJavier Jardón2010-11-151-0/+6
* docs: Move documentation to inline comments: gdkthreadsJavier Jardón2010-11-152-1/+261
* docs: Move documentation to inline comments: gdkeventsJavier Jardón2010-11-153-25/+149
* docs: Move documentation to inline comments: propertiesJavier Jardón2010-11-155-1/+228
* docs: Move documentation to inline comments: gdkselectionJavier Jardón2010-11-152-0/+184
* docs: Move documentation to inline comments: gdkvisualJavier Jardón2010-11-153-17/+71
* docs: Move documentation to inline comments: gdkpangoJavier Jardón2010-11-151-0/+99
* docs: Move documentation to inline comments: gdkcursorJavier Jardón2010-11-152-2/+114
* gdk: Add big fat warning about updating XSettingsBastien Nocera2010-11-151-0/+4
* gdk: Update gdk_settings_map for blink timeout to workBastien Nocera2010-11-151-3/+4
* docs: gdkrgba: Add "Since: 3.0" tagsJavier Jardón2010-11-151-0/+12
* docs: Move documentation to inline comments: generalJavier Jardón2010-11-154-30/+107
* docs: Move documentation to inline comments: gdkkeysJavier Jardón2010-11-152-13/+160
* docs: move documentation to inline comments: gdktestingJavier Jardón2010-11-151-0/+11
* docs: Move documentation to inline comments: gdkscreenJavier Jardón2010-11-152-0/+25
* docs: Move documentation to inline comments: gdkdisplaymanagerJavier Jardón2010-11-152-7/+18
* docs: Move documentation to inline comments: gdkdisplayJavier Jardón2010-11-152-0/+48
* docs: Move documentation to inline comments: gdkapplaunchcontextJavier Jardón2010-11-151-0/+28
* Fix a crash in gnome-terminal when using a compositorMatthias Clasen2010-11-121-2/+4
* gdk: Add XSetting for "gtk-cursor-blink-timeout"Bastien Nocera2010-11-122-0/+2
* [introspection] add transfer none annotation to gdk_keyval_name returnJohn (J5) Palmieri2010-11-091-1/+13
* Avoid a compiler warningTor Lillqvist2010-11-061-1/+1
* Drop unused static functionTor Lillqvist2010-11-061-8/+0
* Switch to CSS interpretation of rgb() and rgba() colorsOwen W. Taylor2010-11-032-35/+85
* Make gdk_rgba_to_string() take a const GdkRGBAChristian Persch2010-10-292-2/+2
* Use the client pointer for events with no device.Carlos Garnacho2010-10-281-4/+6
* Remove unused GdkDeviceManager variableOwen W. Taylor2010-10-281-2/+0
* Include gdkrgba.h2.91.2Matthias Clasen2010-10-251-0/+1
* Add new GdkRGBA api to symbol listMatthias Clasen2010-10-251-0/+14
* Add tests for GdkRGBA serializationMatthias Clasen2010-10-252-5/+49
* Add some GdkRGBA testsMatthias Clasen2010-10-252-10/+73
* GdkWindow: Add gdk_window_set_background_rgba()Carlos Garnacho2010-10-222-0/+28
* Add GdkRGBA struct to supersede GdkColorCarlos Garnacho2010-10-226-0/+362
* gdk: add alpha to the offscreen window's surface if its visual is RGBAMichael Natterer2010-10-201-5/+8