summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Fix cairo rendering on large subwindowsAlexander Larsson2009-07-241-6/+1
* Fix clipping of pixbuf drawing to windowsAlexander Larsson2009-07-231-3/+14
* Avoid unnecessary indirect callAlexander Larsson2009-07-231-8/+12
* Bug 589275 – [csw] Trying to destroy NULL regionsCody Russell2009-07-211-2/+3
* Revert all handling of clip_region being unset for non-viewable windowsAlexander Larsson2009-07-201-27/+14
* Set clip region to empty for non-viewable windowsAlexander Larsson2009-07-201-22/+27
* Make gdk_window_begin/end_paint handle non-viewable windowsAlexander Larsson2009-07-201-2/+7
* Make gdk_drawable_get_visible/clip_region handle the !viewable caseAlexander Larsson2009-07-201-9/+12
* Calculate clip region when window goes viewableAlexander Larsson2009-07-201-0/+3
* Remove a duplicate include.Matthias Clasen2009-07-201-4/+0
* Exit remove_child_area when region is emptyAlexander Larsson2009-07-191-0/+5
* Optimize remove_child_area for children outside regionAlexander Larsson2009-07-191-0/+4
* Fix read of non-initialized clip_regionAlexander Larsson2009-07-181-1/+6
* Don't read non-initialized clip regionAlexander Larsson2009-07-181-1/+1
* Only handle viewable windows in collect_native_child_regionAlexander Larsson2009-07-181-14/+18
* Only apply clip_region shape for viewable windowsAlexander Larsson2009-07-181-1/+2
* Only calculate clipping regions for viewable windowsAlexander Larsson2009-07-181-2/+4
* Check for viewable to avoid doing work instead of mappedAlexander Larsson2009-07-181-3/+3
* Track viewable for GdkWindowAlexander Larsson2009-07-187-16/+61
* GDK_WINDOW_TYPE does a runtime typecheck, don't call it unnecessaryAlexander Larsson2009-07-181-34/+36
* Bug #588398 - Leak with testgtk::preview_(color|gray) and moreHans Breuer2009-07-181-10/+9
* 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