summaryrefslogtreecommitdiff
path: root/gtk/gtktoolbutton.c
Commit message (Expand)AuthorAgeFilesLines
* Use G_OBJECT_WARN_INVALID_PROPERTY_ID consistently. Fixes #5075Johan Dahlin2008-01-061-0/+2
* Fix a problem in the last changeMatthias Clasen2007-01-281-1/+2
* Rearrange things so that setting multiple properties causes not more thanMatthias Clasen2007-01-281-37/+28
* Apply a cleanup patch by Kjartan Maraas (#341812)Matthias Clasen2006-10-081-1/+0
* Fix some typos with inline property docs. (#347065, John Finlay)Matthias Clasen2006-07-101-1/+1
* Fix handling of stock items without icons in action-based ui. (#342458,Matthias Clasen2006-06-201-1/+2
* Give GtkToolButton the same treatment.Matthias Clasen2006-06-081-1/+17
* Add an icon-spacing style property for the same purpose.Matthias Clasen2006-06-011-2/+37
* Boilerplate reductionMatthias Clasen2006-05-021-18/+7
* Make clicked an action signal. (#325782, Martyn Russell)Matthias Clasen2006-01-061-1/+1
* Fix a variable name clash. (#323475, Ross Burton)Matthias Clasen2005-12-071-3/+3
* If the toolbar mode is ICONS and there is no icon set then show the label, an...Ross Burton2005-12-071-0/+16
* Forgotten commitMatthias Clasen2005-12-051-1/+5
* deprecated floating/sink API and implemented it in terms of the GObjectTim Janik2005-11-231-4/+2
* Various cleanups. (#315360, Kjartan Maraas)Matthias Clasen2005-09-131-2/+0
* Intern some more strings.Matthias Clasen2005-09-011-2/+2
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Fix parameter names to make gtk-doc happy.Matthias Clasen2005-05-181-1/+1
* Support named icons in tool buttons by adding a icon-name property.Matthias Clasen2005-05-181-8/+90
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-5/+5
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-5/+6
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+3
* More canonical property names.Matthias Clasen2005-03-091-4/+4
* gdk/linux-fb/gdkgc-fb.c gdk/win32/gdkgc-win32.cManish Singh2004-11-191-4/+4
* Call gtk_tool_item_rebuild_menu().Søren Sandmann2004-09-141-14/+3
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Remove trailing commas from enumerations. (#148035)Matthias Clasen2004-07-211-1/+1
* Fix cut'n'paste-o from previous commit. (#141046, Torsten Schoenfeld).Soeren Sandmann2004-04-251-3/+3
* Remove the old widget from the tool button before overwriting it with theSoeren Sandmann2004-04-221-3/+19
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* impl. (gtk_tool_item_class_init): hook it up.Michael Meeks2004-02-201-1/+4
* Only try to pack icon if there actually is one.Soeren Sandmann2004-01-241-1/+2
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-10/+10
* Update my e-mail address.Anders Carlsson2003-12-291-1/+1
* Doc formatting tweaks.Matthias Clasen2003-09-301-0/+2
* Only treat buttons as homogeneous when they are narrower than 13 time theSoeren Sandmann2003-08-291-2/+0
* add new "is_important" propertySoeren Sandmann2003-08-041-12/+192
* swap icon_widget and label arguments to match BonoboUIToolbarButton.Soeren Sandmann2003-07-301-4/+5
* don't attempt to add a NULL icon to the box.Soeren Sandmann2003-07-191-1/+2
* By popular request give toolbuttons a border.Soeren Sandmann2003-07-181-57/+0
* Fix leaks of label_text, label_widget and icon_widget. (#117312, ChristianSoeren Sandmann2003-07-131-2/+11
* remove strange #define fix cut'n'paste error use instance private data useSoeren Sandmann2003-07-081-1/+3
* remove correction on x when detail is "menuitem". With the new menu lookSoeren Sandmann2003-07-081-64/+86
* fix a type check, (#116947, Krasimir Angelov)Soeren Sandmann2003-07-081-5/+5
* Insert cast to fix warning. Assign something to old_value to quiet gccSoeren Sandmann2003-07-031-43/+103
* Add new toolbar headersSoeren Sandmann2003-07-021-104/+14
* gtkradiotoolbutton.c gtkradiotoolbutton.h gtktoggletoolbutton.cSoeren Sandmann2003-06-291-0/+812