summaryrefslogtreecommitdiff
path: root/gtk/gtktoolitemgroup.c
Commit message (Expand)AuthorAgeFilesLines
* GtkToolItemGroup: Use G_PARAM_EXPLICIT_NOTIFYMatthias Clasen2014-06-091-10/+10
* Deprecate GtkAligmentMatthias Clasen2014-05-231-0/+4
* toolpalette: Remove unused functionBenjamin Otte2014-02-231-66/+0
* Docs: Remove all entities and turn off sgml modeMatthias Clasen2014-02-091-1/+1
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-6/+4
* Deprecate gtk_widget_push_composite_child & friendsTristan Van Berkom2013-04-081-4/+0
* Add gtk_widget_(un)register_windowAlexander Larsson2013-02-071-1/+1
* Don't leak a ref to the settingsWilliam Jon McCann2012-09-161-0/+9
* gtk: Don't use GDK_THREADS_ENTER/LEAVE macros internallyMatthias Clasen2012-07-301-2/+2
* css: Remove old animation codeBenjamin Otte2012-04-171-19/+0
* Change FSF AddressJavier Jardón2012-02-271-2/+1
* toolitemgroup: Use the widget state flags as a base for drawingRui Matos2012-01-091-0/+1
* gtktoolitemgroup: gtk_misc_set_alignment replacingDiego Celix2011-06-101-1/+2
* gtk: Use const instead G_CONST_RETURNJavier Jardón2011-06-101-1/+1
* toolpalette: Remove composite supportBenjamin Otte2011-06-091-6/+0
* GtkToolItemGroupPrivate: Improve struct packingMatthias Clasen2011-04-121-2/+3
* Silence new gcc warningsMatthias Clasen2011-01-231-14/+9
* Make GtkToolItemGroup use GtkStyleContextCarlos Garnacho2011-01-121-49/+50
* toolitemgroup: Update adjustment usage for sealingBenjamin Otte2011-01-051-4/+4
* Remove gtktypeutils altogetherMatthias Clasen2011-01-041-3/+3
* GtkToolItemGroup: Set widget state as state flags.Carlos Garnacho2010-12-041-1/+1
* gtk: fix C99-style variable declarations in various sourcesChun-wei Fan2010-11-101-1/+2
* gtktoolitemgroup: don't use GTimeSpecRyan Lortie2010-11-031-9/+3
* GtkToolitemGroup: Use monotonic clock for animation timeoutMatthias Clasen2010-11-011-6/+6
* Removed size_request from GtkToolItemGroupTristan Van Berkom2010-10-281-6/+32
* Use gtk_widget_set_size_request() instead of handling "size-request" signals.Tristan Van Berkom2010-10-281-12/+2
* gtk: use the new scrollable API to get scroll adjustmentsMichael Natterer2010-10-221-2/+2
* Move GtkSizeRequest into GtkWidgetBenjamin Otte2010-09-261-18/+18
* API: Rename gtk_cairo_paint_*() to gtk_paint_*()Benjamin Otte2010-09-261-1/+1
* toolitemgroup: Connect to draw signalBenjamin Otte2010-09-261-16/+16
* gtk: gdk_drawable_get_display() => gdk_window_get_display()Benjamin Otte2010-09-261-1/+1
* gtk: Don't set colormap anymore when creating GDK windowsBenjamin Otte2010-09-261-2/+1
* API: Rename gdk_set_source_pixmap() to gdk_set_source_window()Benjamin Otte2010-09-261-1/+1
* Tons of transfer annotationsMatthias Clasen2010-09-211-3/+3
* Use gtk_size_request_get_size() instead deprecated gtk_widget_size_request()Javier Jardón2010-09-151-9/+18
* Miscellaneous property string fixesPhilip Withnall2010-08-291-1/+1
* gtk/gtktoolitemgroup.c: use accessor functions to access GtkWidgetJavier Jardón2010-08-221-61/+90
* Use accessor functions to acces GtkContainerJavier Jardón2010-07-131-4/+10
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-5/+0
* Fixed possible devision by zero in size negotiationsTristan Van Berkom2010-03-291-0/+6
* Added missing default events in realize() implementationsTristan Van Berkom2010-03-291-3/+4
* Added missing break statement to mutator: gtk_tool_item_group_set_property()Tristan Van Berkom2010-03-291-0/+1
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)Javier Jardón2010-03-061-1/+1
* Deprecate widget flag: GTK_WIDGET_REALIZEDJavier Jardón2010-03-031-3/+3
* Deprecate widget flag: GTK_WIDGET_MAPPEDJavier Jardón2010-03-031-1/+1
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-8/+11
* doc fixesMatthias Clasen2010-02-231-1/+1
* Adjust default value for GtkToolItemGroup::labeltoolpaletteMatthias Clasen2009-11-271-1/+1
* Fix up docs, and set up the aliasing machineryMatthias Clasen2009-11-261-88/+99
* toolpalette: Don't call gdk_window_process_updates() in the animation callbackJohannes Schmid2009-11-181-8/+0