summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Avoid integer overflow in gdk_rectangle_intersectAlexander Larsson2010-01-221-6/+6
* When native window requests button presses request other button related eventsAlexander Larsson2010-01-201-1/+8
* Drop outstanding cairo surfaces when window is made nativeAlexander Larsson2010-01-191-0/+2
* Move common gdkwindow.c code into function gdk_window_drop_cairo_surfaceAlexander Larsson2010-01-191-15/+16
* Track direct window cairo access and avoid tricks when usedAlexander Larsson2010-01-192-2/+8
* Avoid drawing implicit paints to destroyed windowsAlexander Larsson2010-01-151-2/+2
* Plug a pixmap leakMatthias Clasen2010-01-111-0/+1
* [docs] Add missing "Deprecated: 2.x" to the api doc commentsJavier Jardón2010-01-112-4/+4
* [docs] Add documentation for GdkWindow 'cursor' propertyJavier Jardón2010-01-031-0/+9
* Use CAIRO_VERSION instead of CAIRO_VERSION_CODEHiroyuki Ikezoe2010-01-031-2/+2
* Make sure Gdk-2.0.gir is installedJohan Dahlin2009-12-311-1/+1
* Avoid warnings when introspetion is not availableJohan Dahlin2009-12-311-1/+1
* Fix build with system install of introspectionJohan Dahlin2009-12-311-2/+2
* Release view after setting it as contentViewKristian Rietveld2009-12-301-0/+2
* Fix memleak in get_nsscreen_for_point()Kristian Rietveld2009-12-301-2/+6
* Fix memory leak in GdkQuartzViewKristian Rietveld2009-12-301-0/+11
* Use CGFLOAT_DEFINED, don't rely on NSINTEGER_DEFINED for thisKristian Rietveld2009-12-281-0/+2
* Add gdk_keymap_map_virtual_modifiers() to Quartz backendKristian Rietveld2009-12-281-0/+8
* Start using CGFloatKristian Rietveld2009-12-285-21/+23
* Fix compile warning in gdk_cursor_new_from_pixmapKristian Rietveld2009-12-281-2/+2
* initWithContentRect: has a NSUInteger parameter nowKristian Rietveld2009-12-281-1/+1
* Start using NSInteger and NSUIntegerKristian Rietveld2009-12-275-7/+16
* 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