summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
...
* testutils: Get rid of gdk_drawable_get_size() usageBenjamin Otte2010-09-261-3/+3
* spinbutton: Get rid of gdk_drawable_get_size() usageBenjamin Otte2010-09-261-4/+3
* plug: Get rid of gdk_drawable_get_size() usageBenjamin Otte2010-09-261-3/+3
* offscreenwindow: Get rid of gdk_drawable_get_size() usageBenjamin Otte2010-09-261-5/+2
* notebook: Get rid of gdk_drawable_get_size() usageBenjamin Otte2010-09-261-2/+4
* menu: Get rid of gdk_drawable_get_size() usageBenjamin Otte2010-09-261-29/+21
* iconview: Get rid of gdk_drawable_get_size() usageBenjamin Otte2010-09-261-2/+2
* handlebox: Get rid of gdk_drawable_get_size() usageBenjamin Otte2010-09-261-11/+8
* entry: Get rid of gdk_drawable_get_size() usageBenjamin Otte2010-09-261-26/+25
* calendar: Get rid of gdk_drawable_get_size() usageBenjamin Otte2010-09-261-4/+6
* 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-263-0/+50
* 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-2650-384/+384
* 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-262-52/+24
* 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
* printunixdialog: Connect to draw vfuncBenjamin Otte2010-09-261-15/+10
* printunixdialog: Connect to draw signal for collate callbackBenjamin Otte2010-09-261-12/+2
* dnd-quartz: Connect to draw func for dnd hilightBenjamin Otte2010-09-261-48/+23
* dnd: Connect to raw func for drag hilightBenjamin Otte2010-09-261-49/+19
* colorsel: Connect to draw signalBenjamin Otte2010-09-261-65/+36
* filechooserentry: Connect to draw eventBenjamin Otte2010-09-261-12/+9
* colorbutton: Connect to draw eventBenjamin Otte2010-09-261-19/+5
* notebook: Connect to draw signalBenjamin Otte2010-09-261-9/+9
* tooltip: Connect to draw signalBenjamin Otte2010-09-261-10/+9
* toolitemgroup: Connect to draw signalBenjamin Otte2010-09-261-16/+16
* assistant: Port to draw vfuncBenjamin Otte2010-09-261-24/+16
* trayicon: Port to draw vfuncBenjamin Otte2010-09-261-27/+33
* window: Port to draw vfuncBenjamin Otte2010-09-261-21/+15
* window: Remove hack to set backgroundBenjamin Otte2010-09-261-3/+0
* expander: Port to draw vfuncBenjamin Otte2010-09-261-39/+35
* frame: Port to draw vfuncBenjamin Otte2010-09-261-29/+17
* frame: Remove unneeded is_drawable() checkBenjamin Otte2010-09-261-47/+44
* API: checkbutton: Port to draw vfuncBenjamin Otte2010-09-263-93/+62
* radiobutton: Remove redundant is_drawable() checkBenjamin Otte2010-09-261-60/+56
* checkbutton: Remove redundant is_drawable() checkBenjamin Otte2010-09-261-64/+59
* checkbutton: Remove excessive is_drawable() checkBenjamin Otte2010-09-261-51/+47
* handlebox: Port to draw vfuncBenjamin Otte2010-09-261-55/+62
* handlebox: Simplify painting codeBenjamin Otte2010-09-261-44/+15
* handlebox: Don't draw outside of expose eventsBenjamin Otte2010-09-261-1/+0
* button: Port to draw vfuncBenjamin Otte2010-09-263-56/+56
* button: Remove is_drawable() checkBenjamin Otte2010-09-261-89/+85