| Commit message (Expand) | Author | Age | Files | Lines |
* | gdk: Don't use clear_area_e() in offscreenwindow | Benjamin Otte | 2010-09-26 | 1 | -2/+4 |
* | Remove deprecated gdk_window_get_deskrelative_origin() and its implementations | Javier Jardón | 2010-09-09 | 1 | -36/+0 |
* | generic damage generation for offscreen windows | Matthias Clasen | 2010-08-10 | 1 | -39/+0 |
* | gdk: Don't require allocating window background colors anymore | Benjamin Otte | 2010-08-10 | 1 | -2/+0 |
* | API: remove GdkGC | Benjamin Otte | 2010-08-10 | 1 | -13/+0 |
* | gdk: remove get_composite_drawable vfunc | Benjamin Otte | 2010-08-10 | 1 | -15/+0 |
* | API: remove gdk_draw_drawable() | Benjamin Otte | 2010-08-10 | 1 | -33/+0 |
* | gdk: Make window moves a custom vfunc | Benjamin Otte | 2010-08-10 | 1 | -6/+32 |
* | API: remove gdk_draw_rectangle() | Benjamin Otte | 2010-08-10 | 1 | -20/+0 |
* | API: remove gdk_draw_point(s) | Benjamin Otte | 2010-08-10 | 1 | -38/+0 |
* | API: remove gdk_draw_{line,lines,segments} | Benjamin Otte | 2010-08-10 | 1 | -63/+0 |
* | API: remove gdk_draw_polygon() | Benjamin Otte | 2010-08-10 | 1 | -38/+0 |
* | API: remove gdk_draw_arc() | Benjamin Otte | 2010-08-10 | 1 | -27/+0 |
* | API: remove gdk_drawable_copy_to_image() | Benjamin Otte | 2010-08-10 | 1 | -21/+0 |
* | API: remove gdk_draw_image() | Benjamin Otte | 2010-08-10 | 1 | -28/+0 |
* | API: Remove gdk_draw_pixbuf() | Benjamin Otte | 2010-08-10 | 1 | -36/+0 |
* | offscreenwindow: Copy old to new pixmap using Cairo | Benjamin Otte | 2010-07-26 | 1 | -7/+6 |
* | gdk/: fully remove gdkalias hacks | Javier Jardón | 2010-07-10 | 1 | -4/+1 |
* | s/GdkRegion/cairo_region_t/ in all of gtk | Benjamin Otte | 2010-06-29 | 1 | -5/+5 |
* | Deprecate the GdkRegion API | Benjamin Otte | 2010-06-29 | 1 | -2/+2 |
* | Remove deprecated GdkDrawable functions | Javier Jardón | 2010-06-19 | 1 | -52/+0 |
* | Merge the xi2-for-master branch | Matthias Clasen | 2010-05-25 | 1 | -28/+7 |
* | Fix a thinko in computing damage for segments | Matthias Clasen | 2009-12-18 | 1 | -1/+1 |
* | Set colormap of offscreen pixmaps | Matthias Clasen | 2009-12-08 | 1 | -0/+1 |
* | Fix damage report for lines drawn on offscreen windows | Alexander Larsson | 2009-12-07 | 1 | -13/+35 |
* | Cleanups | Matthias Clasen | 2009-09-10 | 1 | -8/+0 |
* | Documentation fixes | Matthias Clasen | 2009-09-01 | 1 | -0/+2 |
* | Improve CSW docs | Matthias Clasen | 2009-08-31 | 1 | -0/+7 |
* | Ensure that queue_translation is paired with the right X operation | Alexander Larsson | 2009-08-13 | 1 | -0/+1 |
* | Use g_object_unref instead of deprecated gdk_pixmap_unref | Kjartan Maraas | 2009-07-08 | 1 | -1/+1 |
* | Add doc stubs | Matthias Clasen | 2009-07-03 | 1 | -5/+23 |
* | Make GdkDrawable draw_drawable backwards compat | Alexander Larsson | 2009-07-01 | 1 | -1/+1 |
* | Move new draw_drawable argument to end to make it more backwards compat | Alexander Larsson | 2009-07-01 | 1 | -2/+2 |
* | Clean up embedding apiclient-side-windows | Alexander Larsson | 2009-07-01 | 1 | -51/+85 |
* | Fix spelling of synthesize | Alexander Larsson | 2009-06-18 | 1 | -5/+5 |
* | Add gdk_window_get_root_coords | Alexander Larsson | 2009-06-08 | 1 | -17/+19 |
* | Update event emulation to handle offscreen children | Alexander Larsson | 2009-06-08 | 1 | -12/+84 |
* | Implement offscreen get_pointer with offscreen signals | Alexander Larsson | 2009-06-08 | 1 | -1/+59 |
* | Add signals for offscreen window embedding | Alexander Larsson | 2009-06-08 | 1 | -44/+39 |
* | Make window_get_pointer a window impl virtual | Alexander Larsson | 2009-06-05 | 1 | -0/+16 |
* | Update GdkOffscreenWindow to new draw_drawable prototype | Alexander Larsson | 2009-06-04 | 1 | -0/+1 |
* | Remove offscreen hooks support | Alexander Larsson | 2009-04-02 | 1 | -28/+0 |
* | New approach for grab tracking code | Alexander Larsson | 2009-04-02 | 1 | -1/+4 |
* | Ensure that we're properly hiding impl window if one of its parent non-impl w... | Alexander Larsson | 2009-04-02 | 1 | -71/+1 |
* | Implement input shapes | Alexander Larsson | 2009-04-02 | 1 | -8/+5 |
* | Remove shape_combine_mask from backend. Make X11 backend use XShapeCombineMas... | Alexander Larsson | 2009-04-02 | 1 | -9/+0 |
* | Make gdk_windowing_window_destroy a GdkWindowImpl method | Alexander Larsson | 2009-04-02 | 1 | -3/+5 |
* | Make _gdk_windowing_window_queue_translation a GdkWindiwImpl call | Alexander Larsson | 2009-04-02 | 1 | -0/+10 |
* | Remove unnecessary clear_area method in GdkWindowImpl | Alexander Larsson | 2009-04-02 | 1 | -45/+0 |
* | Move _gdk_gc_remove_drawable_clip from after each time its set to before each... | Alexander Larsson | 2009-04-02 | 1 | -11/+19 |