summaryrefslogtreecommitdiff
path: root/gtk/gtktoolitem.c
Commit message (Expand)AuthorAgeFilesLines
* Go back to 2.13.0 as version for now, as there was no consensus to do theMatthias Clasen2008-02-151-1/+1
* gtk/gtkcontainer.c gtk/gtkexpander.c gtk/gtkframe.c gtk/gtklabel.cMichael Natterer2008-02-061-2/+2
* Explain name choice for gtk_tool_item_toolbar_reconfigured.Mathias Hasselmann2008-01-141-0/+7
* Make _gtk_tool_item_toolbar_reconfigured public to allow GtkToolShellMathias Hasselmann2008-01-131-10/+10
* Use G_OBJECT_WARN_INVALID_PROPERTY_ID consistently. Fixes #5075Johan Dahlin2008-01-061-0/+2
* Change GtkToolItem to retrieve its properties from GtkToolShell interface,Mathias Hasselmann2007-12-141-15/+38
* Make parameter naming consistent.Matthias Clasen2007-07-121-25/+28
* Replace non-deprecated API using old tooltips API, deprecate old tooltipsKristian Rietveld2007-07-091-1/+51
* Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder,Matthias Clasen2007-03-091-4/+2
* Rearrange things so that setting multiple properties causes not more thanMatthias Clasen2007-01-281-3/+4
* Commit a patch by Behdad to fix typos, omissions and other errors in theMatthias Clasen2006-09-101-1/+1
* More of the sameMatthias Clasen2006-05-141-2/+2
* Boilerplate reductionMatthias Clasen2006-05-021-36/+6
* deprecated floating/sink API and implemented it in terms of the GObjectTim Janik2005-11-231-2/+1
* Move the raiseMatthias Clasen2005-11-071-2/+2
* Raise the drag_window after reconfiguring the toolbar. (#320803, ChristianMatthias Clasen2005-11-071-0/+3
* Intern some more strings.Matthias Clasen2005-09-011-4/+4
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-3/+3
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-3/+4
* 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-3/+3
* gdk/linux-fb/gdkgc-fb.c gdk/win32/gdkgc-win32.cManish Singh2004-11-191-1/+1
* Call gtk_tool_item_rebuild_menu().Søren Sandmann2004-09-141-4/+39
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* 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-0/+17
* don't leak the menu item ID.Soeren Sandmann2004-01-171-0/+3
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-6/+6
* Call gtk_tool_item_set_visible_vertical for PROP_VISIBLE_VERTICAL.Jody Goldberg2004-01-061-1/+1
* Update my e-mail address.Anders Carlsson2003-12-291-1/+1
* Rework sliding algorithm. - No more weird jumping when items are draggedSoeren Sandmann2003-11-241-1/+1
* Make this function take an index and a GtkToolItem.Soeren Sandmann2003-10-251-47/+0
* Fix signal doc comments to pacify gtk-doc.Matthias Clasen2003-10-011-3/+8
* Doc formatting tweaks.Matthias Clasen2003-09-301-1/+3
* Fix some typos in docs.Matthias Clasen2003-08-311-4/+4
* add new "is_important" propertySoeren Sandmann2003-08-041-13/+392
* remove unused overflow_item field.Soeren Sandmann2003-07-311-1/+0
* make _gtk_tool_item_toolbar_reconfigured() an internal functionSoeren Sandmann2003-07-301-14/+9
* remove leftover request of {xy}thicknessSoeren Sandmann2003-07-191-4/+2
* By popular request give toolbuttons a border.Soeren Sandmann2003-07-181-7/+4
* remove strange #define fix cut'n'paste error use instance private data useSoeren Sandmann2003-07-081-7/+0
* remove correction on x when detail is "menuitem". With the new menu lookSoeren Sandmann2003-07-081-0/+2
* fix a type check, (#116947, Krasimir Angelov)Soeren Sandmann2003-07-081-48/+116
* new test for removing itemsSoeren Sandmann2003-07-041-6/+2
* gtkradiotoolbutton.c gtkradiotoolbutton.h gtktoggletoolbutton.cSoeren Sandmann2003-06-291-0/+697