summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* More efficient version of _gdk_win32_window_queue_translation()Hans Breuer2009-07-171-7/+30
* more directfb updatesCody Russell2009-07-133-13/+80
* Implement _gdk_win32_window_destroy() and more cleanupHans Breuer2009-07-131-27/+2
* Implement _gdk_win32_window_queue_translation()Hans Breuer2009-07-131-2/+6
* Bug #588388 - shape rendering is backHans Breuer2009-07-131-5/+26
* Make more use of defines in $(TOP)/build/win32/make.mscHans Breuer2009-07-131-24/+9
* Bug #588379 - testgtk::panes does not change the cursor on mouse overHans Breuer2009-07-131-3/+0
* Bug #588373 - Menus broken by client-side-windowsHans Breuer2009-07-131-16/+71
* Update msvc buildHans Breuer2009-07-131-5/+5
* Don't draw to unviewable windowsAlexander Larsson2009-07-111-2/+2
* Ensure that windows used for selections are nativeAlexander Larsson2009-07-101-1/+3
* Manually update toplevel_under_pointer when a grab changes to owner_eventsAlexander Larsson2009-07-101-48/+83
* Merge branch 'directfb-csw'Cody Russell2009-07-106-562/+119
|\
| * get directfb building with cswCody Russell2009-07-096-562/+119
* | Add xevent->xcrossing.mode to GDK_NOTE() for enter and leave notify eventsMichael Natterer2009-07-091-8/+11
* | Correctly set enter/leave events as detail=nonlinearAlexander Larsson2009-07-093-78/+88
|/
* Handle non-native windows in the gdk test utilsAlexander Larsson2009-07-081-0/+14
* Don't emulate map/unmap events for native windowsAlexander Larsson2009-07-081-2/+2
* Make gdk build with GDK_DISABLE_DEPRECATEDMatthias Clasen2009-07-081-1/+1
* Use g_object_unref instead of deprecated gdk_pixmap_unrefKjartan Maraas2009-07-082-8/+8
* The shape is in window coordinate, so properly offset it when using itAlexander Larsson2009-07-071-2/+12
* Optimize clip-to-window with clipmask case when fully visible or obscuredAlexander Larsson2009-07-071-17/+42
* Make clipmasks work for pixbuf renderingAlexander Larsson2009-07-072-5/+15
* Add _gdk_gc_get_clip_maskAlexander Larsson2009-07-072-0/+19
* 2.17.32.17.3Matthias Clasen2009-07-071-2/+2
* Make distcheck passMatthias Clasen2009-07-066-43/+23
* More documentation fixesMatthias Clasen2009-07-054-9/+47
* More small documentation fixupsMatthias Clasen2009-07-051-1/+1
* Small documentation fixesMatthias Clasen2009-07-051-1/+1
* Updated msvc buildHans Breuer2009-07-041-0/+2
* Fix condition to deliver root coordsHans Breuer2009-07-041-2/+2
* Enable window creation with GDK_WINDOW_CHILD againHans Breuer2009-07-041-2/+0
* Initialize 'private' before useHans Breuer2009-07-041-1/+1
* Updated msvc buildHans Breuer2009-07-041-1/+1
* Conditionally define WS_EX_COMPOSITEDHans Breuer2009-07-041-0/+3
* Add doc stubsMatthias Clasen2009-07-032-6/+30
* Make GdkDrawable draw_drawable backwards compatAlexander Larsson2009-07-018-16/+33
* Move new draw_drawable argument to end to make it more backwards compatAlexander Larsson2009-07-018-24/+25
* Clean up embedding apiclient-side-windowsAlexander Larsson2009-07-016-148/+126
* Remove debug spew, add TODO_CSWAlexander Larsson2009-07-011-3/+1
* gdk_win32_blit, don't get the size of the implAlexander Larsson2009-07-011-1/+1
* Some win32 cleanupsAlexander Larsson2009-07-015-64/+4
* Fix win32 GC set_region handling of reset_regionAlexander Larsson2009-07-011-6/+5
* Make win32 backend build and minimally workAlexander Larsson2009-07-013-727/+131
* Don't use GDK_WINDOW_SCREEN, as its an X11 specific macroAlexander Larsson2009-07-011-2/+4
* Don't return value from void functionAlexander Larsson2009-07-011-3/+1
* Add missing symbols to gdk.symbolsAlexander Larsson2009-06-301-0/+4
* Add gdk_window_get_root_coords to gdk.symbolsAlexander Larsson2009-06-301-0/+1
* Move destroyed check to common code for get_origin & get_root_coordsAlexander Larsson2009-06-303-16/+27
* Don't hide foreign children when emulating visibilityAlexander Larsson2009-06-261-2/+18