summaryrefslogtreecommitdiff
path: root/gtk/gtktoolitemgroup.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* toolpalette: Fixed inconsistent spacingJohannes Schmid2009-11-111-3/+0
* toolpalette: fixed trailing whitespacesJohannes Schmid2009-11-111-25/+25
* toolpalettte: Fixed some style issuesJohannes Schmid2009-11-111-8/+2
* toolpalette: Always show text horizontallyJohannes Schmid2009-11-111-11/+0
* Ported gtktoolpalette from a custom array to GPtrArray.Johannes Schmid2009-11-091-8/+12
* Remove G_GNUC_UNUSEDJohannes Schmid2009-11-071-5/+5
* Fixed GtkToolPalette API docs to mention 2.20 instead of 2.18Johannes Schmid2009-10-281-18/+18
* Fix custom label handling in gtktoolitemgroupJohannes Schmid2009-10-281-6/+3
* GtkToolItemGroup now has label and label-widget properties.Murray Cumming2009-07-141-159/+281
* GtkToolItemGroup: Rename the name property. GtkToolPalette: Added class padding.Murray Cumming2009-07-141-18/+22
* ToolPalette: Implement GtkOrientable.Murray Cumming2009-07-141-2/+2
* GtkTool*: Removed the HAVE_EXTENDED_TOOL_SHELL_SUPPORT_BUG_535090 ifdefs. Thi...Murray Cumming2009-07-131-8/+0