summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Add gdk_keymap_map_virtual_modifiers() implementationTor Lillqvist2009-12-211-0/+8
* Fix a think in the CSW input extension handlingMatthias Clasen2009-12-211-1/+1
* Try harder to handle accelerators involving virtual modifiersMatthias Clasen2009-12-213-3/+61
* Properly free damage eventsMatthias Clasen2009-12-201-0/+2
* Fix a thinko in computing damage for segmentsMatthias Clasen2009-12-181-1/+1
* Ensure native windows in gdk_property_changeMatthias Clasen2009-12-181-1/+2
* Actually send exposes from gdk_window_clear_area_eAlexander Larsson2009-12-181-1/+1
* Add 'Since: 2.18' tagJavier Jardón2009-12-181-0/+4
* Make the OLE2 DND code selectable at run-time instead of compile-timeTor Lillqvist2009-12-171-405/+380
* Use Makefile.introspectionJohan Dahlin2009-12-161-23/+19
* Make sure dist check works with introspectionJohan Dahlin2009-12-161-2/+7
* Re-add accidentially removed gtkintl headerJohan Dahlin2009-12-161-1/+2
* Separate private from public gdk headersJohan Dahlin2009-12-161-5/+7
* Merge in Gdk-custom.c introspection annotationsColin Walters2009-12-1618-75/+169
* Build introspection data for gdk-pixbuf, gdk, and gtkColin Walters2009-12-161-0/+33
* Add copyright note and comment for merged old codeTor Lillqvist2009-12-161-0/+39
* Work on OLE2-based generic DNDTor Lillqvist2009-12-169-462/+1060
* Make more GdkAtom variables visible in all gdk/win32 filesTor Lillqvist2009-12-164-21/+24
* Make the gdk/win32 event debug printing function non-staticTor Lillqvist2009-12-162-8/+11
* Remove unused functions and variablesTor Lillqvist2009-12-162-73/+8
* Implement gdk_screen_get_primary_monitor in all GDK backendsMatthias Clasen2009-12-133-1/+25
* Add gdk_screen_get_primary_monitor to gdk.symbolsCody Russell2009-12-091-1/+2
* Add gdk_screen_get_primary_monitor(). This fixes bug #601712Cody Russell2009-12-083-2/+41
* Never do implicit paints for foreign windowsMatthias Clasen2009-12-081-0/+8
* Set colormap of offscreen pixmapsMatthias Clasen2009-12-081-0/+1
* Fix up last commitAlexander Larsson2009-12-081-1/+1
* Handle input extension events when making a window nativeAlexander Larsson2009-12-081-0/+71
* Fix damage report for lines drawn on offscreen windowsAlexander Larsson2009-12-071-13/+35
* Fix mouse pointer handling on multiple screensAlexander Larsson2009-12-071-2/+2
* Don't filter out BUTTON_MOTION event masksAlexander Larsson2009-12-021-13/+7
* [gdk/directfb] Made dfb_events_dispatch() thread saveJavier Jardón2009-11-301-0/+4
* Add a missing includeMatthias Clasen2009-11-271-1/+2
* Be a bit more forgiving about invalid monitor numberMatthias Clasen2009-11-271-46/+56
* Short-circuit get_frame_extents for override-redirect windowsMatthias Clasen2009-11-271-1/+3
* Make level3 keys work againMatthias Clasen2009-11-251-2/+5
* Document how Cocoa coordinate and monitor layout transforms to GDK workKristian Rietveld2009-11-152-0/+35
* Awful hack for problem in dnd of images from Firefox on WindowsTor Lillqvist2009-11-151-1/+77
* Fix typoKjartan Maraas2009-11-111-1/+1
* Only use gdk_input_select_events() if XINPUT_NONE is definedJavier Jardón2009-11-111-1/+5
* [gdk] Added GDK_GPOINTER_TO_NATIVE_WINDOW() macroJavier Jardón2009-11-101-0/+6
* [gdk/x11/gdkdnd-x11] Add missing "Deprecated: 2.x" to the api doc comments.Javier Jardón2009-11-061-2/+6
* [gdk/gdkimage] Add missing "Deprecated: 2.x" to the api doc comments.Javier Jardón2009-11-061-3/+6
* [gdk/gdkgc] Add missing "Deprecated: 2.x" to the api doc comments.Javier Jardón2009-11-061-1/+3
* [gdk/gdkdraw] Add missing "Deprecated: 2.x" to the api doc comments.Javier Jardón2009-11-061-4/+7
* [gdk/gdkcolors] Add missing "Deprecated: 2.x" to the api doc comments.Javier Jardón2009-11-061-2/+6
* Use "Deprecated:" gtk-doc symbol correntlyJavier Jardón2009-11-061-1/+1
* Do not use static GTypeInfo and GInterfaceInfoNicola Fontana2009-11-0629-31/+31
* Don't unnecessarily clear windows with no exposure mask setAlexander Larsson2009-11-051-65/+133
* Document clears_as_native and make the name more descriptiveAlexander Larsson2009-11-051-2/+6
* Add supports_native_bg to GdkWindowImplAlexander Larsson2009-11-052-0/+2