summaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Remove GtkObject completelyMatthias Clasen2010-09-265-112/+0
* cellrenderer: Merge GtkCellSizeRequest into GtkCellRendererBenjamin Otte2010-09-261-6/+6
* Move GtkSizeRequest into GtkWidgetBenjamin Otte2010-09-261-1/+1
* msw-engine: Remove sanitize_size codeBenjamin Otte2010-09-261-36/+0
* imcontextxim: Connect to draw signalBenjamin Otte2010-09-261-14/+7
* gtk: gdk_drawable_get_screen/visual => gdk_window_get_screen/visualBenjamin Otte2010-09-262-4/+4
* API: image: Remove ability to set image from a pixmapBenjamin Otte2010-09-261-7/+0
* pixbuf-engine: remove unused theme_pixbuf_render_no_cairo()Benjamin Otte2010-09-262-34/+0
* style: Convert draw_resize_grip vfunc to Cairo versionBenjamin Otte2010-09-261-54/+11
* style: Convert draw_expander vfunc to Cairo versionBenjamin Otte2010-09-261-7/+3
* style: Convert draw_handle vfunc to Cairo versionBenjamin Otte2010-09-261-7/+3
* style: Convert draw_slider vfunc to Cairo versionBenjamin Otte2010-09-261-7/+3
* style: Convert draw_focus vfunc to Cairo versionBenjamin Otte2010-09-261-7/+3
* style: Convert draw_extension vfunc to Cairo versionBenjamin Otte2010-09-261-7/+3
* style: Convert draw_box_gap vfunc to Cairo versionBenjamin Otte2010-09-261-45/+3
* style: Convert draw_shadow_gap vfunc to a Cairo versionBenjamin Otte2010-09-261-4/+3
* style: Convert draw_tab vfunc to Cairo versionBenjamin Otte2010-09-261-7/+3
* style: Convert draw_option vfunc to Cairo versionBenjamin Otte2010-09-261-8/+4
* style: Convert draw_check vfunc to Cairo versionBenjamin Otte2010-09-261-7/+3
* style: Convert draw_flat_box vfunc to Cairo versionBenjamin Otte2010-09-261-7/+3
* style: Convert draw_shadow vfunc to Cairo versionBenjamin Otte2010-09-261-31/+15
* style: Convert draw_vline vfunc to a Cairo versionBenjamin Otte2010-09-261-8/+4
* style: Convert draw_hline vfunc to Cairo versionBenjamin Otte2010-09-261-8/+4
* pixbuf-engine: Add Cairo version for draw_gap_image()Benjamin Otte2010-09-261-19/+52
* pixbuf-engine: Add Cairo version for draw_simple_image()Benjamin Otte2010-09-261-29/+59
* pixbuf-engine: Make theme_pixbuf_render take a cairo_tBenjamin Otte2010-09-263-33/+47
* pixbuf-engine: Get rid of unused mask argumentBenjamin Otte2010-09-263-36/+15
* Do not disable GDK deprecation guardsJavier Jardón2010-09-221-2/+0
* Do not disable deprecation guardsJavier Jardón2010-09-221-2/+0
* gail: Do not use deprecated gtk_cell_renderer_get_size()Javier Jardón2010-09-171-5/+20
* Use gtk_size_request_get_size() instead deprecated gtk_widget_size_request()Javier Jardón2010-09-151-2/+3
* Gail: Remove gail_cell_type_add_action_interface, as it no longer does anythingMike Gorse2010-09-102-8/+0
* Gail: Take fill/page size into account when returning a range's maximum valueMike Gorse2010-09-101-1/+16
* Drop the gdk_display variable from gdkMatthias Clasen2010-09-091-6/+6
* gail: Add missing includeBenjamin Otte2010-09-091-0/+1
* Use accessor functionsTor Lillqvist2010-09-091-22/+31
* Fix gail buildTor Lillqvist2010-09-092-6/+2
* Use accessor functions in Win32-only codeTor Lillqvist2010-09-091-2/+2
* Fix build of gail after GtkItem removalMatthias Clasen2010-09-095-777/+531
* GDK: Prefix key names with KEY_Colin Walters2010-09-0816-402/+402
* Replace gtk_debug_flags with getter and setter functionsTor Lillqvist2010-09-081-1/+1
* MS Windows engine: draw elements in the right place.Martin Schlemmer2010-09-032-49/+28
* Oops, make the MS Windows theme really compile.Fridrich Štrba2010-09-021-3/+2
* Make the MS Windows engine compile again.Fridrich Štrba2010-09-022-0/+38
* Avoid potential DLL hijacking in ms-windows theme engineTor Lillqvist2010-09-021-1/+27
* Adapt to progressbar api changeFridrich Štrba2010-09-021-3/+2
* Porting MS Windows theme engine to cairo - Part 1: stipplingFridrich Štrba2010-08-311-72/+127
* Porting the MS Windows theme engine to cairo - Part 2 rectangle and line drawingFridrich Štrba2010-08-311-255/+168
* Gail: use accessor functions to access GtkScrolledWindowJavier Jardón2010-08-312-12/+12
* Fixed minimum increment calculation of GailScaleButton.Szilárd Pfeiffer2010-08-302-49/+106