summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Tiny docs improvementMatthias Clasen2009-08-171-7/+11
* Don't crash on NULL parentAlexander Larsson2009-08-171-1/+1
* Remove unused variableAlexander Larsson2009-08-161-1/+0
* Fix gdk_window_get_geometry for native children with non-native parentAlexander Larsson2009-08-161-4/+14
* Always queue antiexposes after flushing outstanding movesAlexander Larsson2009-08-141-26/+79
* Fix type mismatch warningsAlexander Larsson2009-08-141-3/+3
* Initialize missing methods on WindowsTor Lillqvist2009-08-133-2/+36
* Make _gdk_window_process_updates_recurse reentrancy safeAlexander Larsson2009-08-131-3/+10
* Fix leaks of clip region and outstanding movesAlexander Larsson2009-08-131-0/+20
* Ensure that queue_translation is paired with the right X operationAlexander Larsson2009-08-139-5/+18
* Clarify commentAlexander Larsson2009-08-131-2/+2
* Invalidate old source in gdk_window_move_regionAlexander Larsson2009-08-131-4/+6
* Modify window system exposes wrt outstanding movesAlexander Larsson2009-08-132-2/+31
* Check for GraphicsExpose too in expose_serial_predicateAlexander Larsson2009-08-131-1/+1
* Don't un-invalidate area that will be immediately invalidated again.Alexander Larsson2009-08-131-1/+4
* Remove C++ commentAlexander Larsson2009-08-131-1/+1
* Make setting the root cursor work againMatthias Clasen2009-08-111-1/+4
* Fix clearing of window background for some transparent notification iconsAlexander Larsson2009-08-111-1/+19
* Implement fallback for old draw_drawable vfuncAlexander Larsson2009-08-111-0/+35
* Show/Hide native window when updating viewableAlexander Larsson2009-08-112-66/+65
* Don't invalidate unnecessary areas on raiseAlexander Larsson2009-08-101-1/+16
* Remove old comment about guffaw scrollingAlexander Larsson2009-08-101-112/+0
* Don't ever invalidate the root windowAlexander Larsson2009-08-101-1/+2
* Remove some unused variables (GnomeBug:591218)Javier Jardón2009-08-101-1/+0
* Avoid some gratitious behaviour changesMatthias Clasen2009-08-081-71/+69
* Fix a logic error in gdk_window_set_title on OS XMatthias Clasen2009-08-071-1/+1
* Fix a logic error in gdk_window_set_title on OS XMatthias Clasen2009-08-071-2/+2
* Add stubs for missing GDK windowing functions to Quartz backendKristian Rietveld2009-07-311-0/+21
* Fix gdk_window_get_cursor() documentationEmmanuele Bassi2009-07-301-0/+4
* Add missing gdk_window_get_cursor to the GDK symbolsEmmanuele Bassi2009-07-301-0/+1
* add gdk_window_get_cursor()Cody Russell2009-07-292-0/+93
* _gdk_window_impl_new() on directfbCody Russell2009-07-271-100/+59
* Implement GdkDrawableImplWin32::draw_pixbufHans Breuer2009-07-261-0/+34
* Use G_DEFINE_TYPE (GdkDrawableImplWin32, ...)Hans Breuer2009-07-262-35/+10
* Some cursor work for csw(win32), more left to doHans Breuer2009-07-262-4/+48
* Formatting and removing commented/obsolete codeHans Breuer2009-07-261-50/+18
* 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