summaryrefslogtreecommitdiff
path: root/gtk/gtktoolitemgroup.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added GtkToolPalette.Johannes Schmid2009-07-131-0/+2324