summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gtk-demo: Get rid of gdk_drawable_get_size() usageBenjamin Otte2010-09-262-11/+12
* gdk: Get rid of gdk_drawable_get_size() usageBenjamin Otte2010-09-262-16/+11
* win32: Get rid of gdk_drawable_get_size() usageBenjamin Otte2010-09-261-6/+3
* quartz: Get rid of gdk_drawable_get_size() usageBenjamin Otte2010-09-262-8/+6
* x11: Get rid of gdk_drawable_get_size() usageBenjamin Otte2010-09-264-24/+24
* API: Remove window clear APIsBenjamin Otte2010-09-264-72/+1
* gdk: No need to clear offscreen window when showingBenjamin Otte2010-09-261-2/+0
* API: Add size getters for GdkWindowBenjamin Otte2010-09-264-0/+54
* Add gtk_cairo_should_draw_window to the docsMatthias Clasen2010-09-261-0/+1
* Docs: start migration guide additionsMatthias Clasen2010-09-261-0/+53
* widget: Check the widget has an allocation in gtk_widget_draw()Benjamin Otte2010-09-261-0/+1
* API: Add gtk_widget_draw()Benjamin Otte2010-09-264-0/+51
* API: gtk_cell_renderer_render_cairo() => gtk_cell_renderer_render()Benjamin Otte2010-09-265-29/+29
* API: Remove gtk_cell_renderer_render()Benjamin Otte2010-09-262-54/+0
* API: Get rid of gtk_draw_insertion_cursor()Benjamin Otte2010-09-266-67/+13
* API: Rename gtk_cairo_paint_*() to gtk_paint_*()Benjamin Otte2010-09-2654-389/+389
* API: style: Remove old drawing functionsBenjamin Otte2010-09-262-1189/+0
* API: widget: Remove the expose eventBenjamin Otte2010-09-262-88/+46
* API: Remove gtk_container_propagate_expose()Benjamin Otte2010-09-263-53/+25
* container: Implement gtk_container_propagate_draw() without fallbacksBenjamin Otte2010-09-261-4/+46
* Change semantics of the draw signalBenjamin Otte2010-09-263-44/+35
* widget: Clip drawing to the widget's allocation.Benjamin Otte2010-09-262-4/+30
* iconfactory: Initialize varibale to NULL in failure pathBenjamin Otte2010-09-261-0/+2
* image: Add a default case to switch statement to avoid gcc warningsBenjamin Otte2010-09-261-0/+1
* test: Port offscreen test to draw vfuncBenjamin Otte2010-09-261-80/+65
* gtk-demo: Port offscreen example to draw vfuncBenjamin Otte2010-09-261-60/+45
* gtk-demo: Port offscreen example to draw vfuncBenjamin Otte2010-09-261-52/+46
* testgtk: Use draw signal in layout testBenjamin Otte2010-09-261-15/+15
* testgtk: Use draw signal in scrolling testBenjamin Otte2010-09-261-19/+11
* testgtk: Use draw signal in cursors exampleBenjamin Otte2010-09-261-27/+11
* testgtk: Remove non-existing property from frame constructorBenjamin Otte2010-09-261-1/+0
* testgtk: Use draw signal in gridded geometry exampleBenjamin Otte2010-09-261-16/+10
* testgtk: Make big windows test not use expose eventsBenjamin Otte2010-09-261-27/+1
* testgtk: Use draw signal in resize grips exampleBenjamin Otte2010-09-261-16/+13
* x11: When querying window size, ask the wrapper, not ourselvesBenjamin Otte2010-09-261-1/+1
* gdk: Make GdkWindow cope better with its surface outliving the windowBenjamin Otte2010-09-261-2/+4
* tests: Use draw vfunc in print-editorBenjamin Otte2010-09-261-9/+19
* testoffscreen: Connect to draw signalBenjamin Otte2010-09-261-14/+15
* tests: Use draw signal in testinputBenjamin Otte2010-09-261-10/+5
* testpixbuf-save: Use the draw signalBenjamin Otte2010-09-261-10/+5
* testpixbuf-scale: Connect to draw signalBenjamin Otte2010-09-261-17/+14
* pixbuf-demo: Use draw signalBenjamin Otte2010-09-261-11/+5
* gtk-demo: Use draw signal in color selection demoBenjamin Otte2010-09-261-21/+9
* testtooltips: Connect to draw signalBenjamin Otte2010-09-261-17/+6
* testtooltips: Don't call gdk_window_get_pointer() in expose eventsBenjamin Otte2010-09-261-2/+0
* testgtk: Connect to draw signal in "rotated text" exampleBenjamin Otte2010-09-261-15/+11
* testgtk: Connect to draw signals in "composited window" exampleBenjamin Otte2010-09-261-30/+10
* testgtk: Connect to draw signal in alpha testBenjamin Otte2010-09-261-18/+12
* tests: Connect to draw signal in testimageBenjamin Otte2010-09-261-6/+6
* tests: Connect to draw signal in testoffscreenwindowBenjamin Otte2010-09-261-16/+9