summaryrefslogtreecommitdiff
path: root/gtk/gtktoolbar.h
Commit message (Expand)AuthorAgeFilesLines
* Add boolean destroying (gtk_menu_destroy): Set priv->destroyingSoeren Sandmann2004-03-091-37/+39
* Add _gtk_toolbar_paint_space_line(), _gtk_toolbar_get_default_space_sizeSoeren Sandmann2004-01-181-5/+5
* Don't leak the overflow menu.Soeren Sandmann2004-01-171-5/+11
* Update my e-mail address.Anders Carlsson2003-12-291-1/+1
* Add this function; remove gtk_toolbar_highlight_drop_location() andSoeren Sandmann2003-10-291-5/+3
* Make this function take an index and a GtkToolItem.Soeren Sandmann2003-10-251-13/+12
* Add support for OS X like sliding of toolbar items during drag and drop,Soeren Sandmann2003-10-201-33/+39
* Doc formatting tweaks.Matthias Clasen2003-09-301-1/+0
* swap icon_widget and label arguments to match BonoboUIToolbarButton.Soeren Sandmann2003-07-301-7/+8
* Move documentation inline from template files.Soeren Sandmann2003-07-291-6/+7
* new test for removing itemsSoeren Sandmann2003-07-041-9/+8
* Insert cast to fix warning. Assign something to old_value to quiet gccSoeren Sandmann2003-07-031-1/+4
* Add new toolbar headersSoeren Sandmann2003-07-021-0/+3
* gtkradiotoolbutton.c gtkradiotoolbutton.h gtktoggletoolbutton.cSoeren Sandmann2003-06-291-78/+101
* Deprecation cleanupManish Singh2002-10-091-7/+9
* Massive padding addition to class structures.Owen Taylor2002-02-231-0/+6
* Fix stupid error introduced last night that was making things decidedlyOwen Taylor2001-06-241-0/+5
* new functionHavoc Pennington2001-06-051-0/+2
* Handle case where we need to parse the xsetting as if it were an RC fileHavoc Pennington2001-06-041-4/+11
* fix warningHavoc Pennington2001-04-281-11/+0
* fix up some docsHavoc Pennington2001-03-231-1/+1
* Applied patch from Nils Barth (bug # 51041) to replace "gint" withHavoc Pennington2001-03-161-1/+1
* New functions gtk_toolbar_set_icon_size and gtk_toolbar_insert_stock toAlexander Larsson2001-03-151-0/+14
* Use G_GNUC_CONST.Elliot Lee2000-08-301-1/+1
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* s/refcount/ref_count/.Tim Janik2000-02-131-0/+2
* Adapt cast macros to standard.Raja R Harinath1999-11-221-10/+12
* Add gdk_threads_mutex.Tor Lillqvist1999-09-171-1/+1
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+7
* Functions to test the toolbar space style.Andrew T. Veliath1998-12-081-11/+20
* gdk/gdktypes.h gdk/gdkprivate.h gtk/gtk*.h gtk/Makefile.am gtk/makenums.plOwen Taylor1998-06-151-3/+2
* (James A <jamesa@demon.net> : gtk-jamesa-980511-4.patch)Owen Taylor1998-05-121-0/+4
* Changed LGPL address for FSF in all .h and .c filesPDT 1998 Shawn T. Amundson1998-04-131-2/+3
* Added gtk_toolbar_*_element() functions. Rewrote othersrhlabs1998-02-231-0/+40
* api changes to GtkToolBar to support the private tooltips text also.Tim Janik1998-02-211-2/+8
* move enum GtkToolbarChildType before typedef to make gtktoolbar.h compile wit...Radek Doulik1998-02-011-7/+5
* make toolbar Child structure accesible from appsRadek Doulik1998-01-301-2/+20
* Removed the GTK_PIXMAP casts to match Eckehard's new prototypes.Federico Mena1998-01-191-5/+5
* changed gtk_toolbar_{append,prepend,inser]_item to accept any GtkWidget asMET Eckehard Berns1998-01-181-3/+3
* Fixed child->icon and child->label == NULL bugs.Federico Mena Quintero1998-01-131-5/+15
* Added "orientation_changed" and "style_changed" signals to GtkToolbar.Arturo Espinosa1997-12-231-27/+41
* Demo works fine. I have to add the missing functions for setting the toolbar'sArturo Espinosa1997-12-231-2/+12
* It compiles. Now I will add the toolbar example to testgtk.c - FedericoArturo Espinosa1997-12-221-0/+1
* Very basic functionality seems to be complete; I'll try compiling itArturo Espinosa1997-12-221-9/+22
* Started work on a GtkToolbar widget. The idea is to eventually dump aArturo Espinosa1997-12-191-0/+76