summaryrefslogtreecommitdiff
path: root/gtk/gtktoolbar.c
Commit message (Expand)AuthorAgeFilesLines
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-19/+0
* Allow %NULL for style to mean "revert to default style"Owen Taylor2001-06-301-11/+9
* up version to 1.3.7, interface age 0, binary age 0. depend on glib 1.3.7.Tim Janik2001-06-281-8/+8
* Fix stupid error introduced last night that was making things decidedlyOwen Taylor2001-06-241-1/+68
* geez, don't call g_list funcs on GSListHavoc Pennington2001-06-081-1/+13
* new functionHavoc Pennington2001-06-051-0/+40
* Handle case where we need to parse the xsetting as if it were an RC fileHavoc Pennington2001-06-041-18/+237
* Add properties, based on patch by Lee Mallabone.GTK_MULTIHEAD_MERGE1Alexander Larsson2001-05-171-36/+55
* fix warningHavoc Pennington2001-04-281-95/+116
* fix warningsHavoc Pennington2001-03-241-4/+4
* fix up some docsHavoc Pennington2001-03-231-0/+2
* handle mnemonics in the stock item labelHavoc Pennington2001-03-221-23/+98
* 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/+105
* Document expose event->region change and that gtk_widget_event doesn'tAlexander Larsson2001-03-091-7/+5
* doh, this was broken beyond believe.Tim Janik2000-12-131-19/+17
* Remove "draw" virtual method and signalHavoc Pennington2000-12-041-34/+0
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-251-2/+2
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Make this compile without framebuffer enabledHavoc Pennington2000-06-201-2/+2
* Fix to prepend not append. (Pointed out by Brett Hall.)GDK_OBJECT_WITH_PANGO_BRANCHPOINTOwen Taylor2000-06-061-1/+1
* documented necessary changes for 1.4 transition.Tim Janik2000-05-121-7/+8
* Merges from gtk-1-2Owen Taylor2000-03-141-1/+1
* Adapt cast macros to standard.Raja R Harinath1999-11-221-16/+100
* This is an implementation of Idea #13 fromÉRDI Gergo1999-10-021-7/+92
* Add gdk_threads_mutex.Tor Lillqvist1999-09-171-2/+2
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+7
* Fixed some bugs with set_default_size.Owen Taylor1999-02-101-14/+18
* Functions to test the toolbar space style.Andrew T. Veliath1998-12-081-9/+103
* I submitted this patch twice to gtk-devel-list, and received no comments,Elliot Lee1998-11-301-1/+1
* Include radio buttons when setting relief for button items.Andrew T. Veliath1998-11-241-0/+2
* When setting relief, also affect toggle buttons.Havoc Pennington1998-11-231-1/+3
* Test whether type is not equal to GTK_TOOLBAR_CHILD_RADIOBUTTON beforeFederico Mena Quintero1998-09-161-1/+1
* GTK_MENU_DIR_CHILD: check for the existance ofTim Janik1998-09-031-7/+21
* Added gdk_text/string_extents() - too calculate all the metrics at once ofOwen Taylor1998-08-121-0/+2
* Use common marshalling routines instead of having widget-private ones. ItElliot Lee1998-07-211-25/+2
* changed reversed_[12] to reserved_[12] in gtk_*_get_type functions.Tim Janik1998-07-041-2/+2
* call the base class init fucntions from all parent types upon classTim Janik1998-06-281-2/+3
* (James A <jamesa@demon.net> : gtk-jamesa-980511-4.patch)Owen Taylor1998-05-121-1/+39
* Changed LGPL address for FSF in all .h and .c filesPDT 1998 Shawn T. Amundson1998-04-131-2/+3
* changed packing in toolbar elements, so texts are always at the bottomRadek Doulik1998-03-211-9/+9
* Moved the gtk_signal_connect of the specified callback into the bigFederico Mena Quintero1998-03-141-193/+205
* refuse to allocate with a greater height than requested.Tim Janik1998-03-141-5/+9
* made the <widget>_signals[] arrays of type guint rather than gint. madeTim Janik1998-03-091-1/+1
* Added gtk_toolbar_*_element() functions. Rewrote othersrhlabs1998-02-231-132/+181
* api changes to GtkToolBar to support the private tooltips text also.Tim Janik1998-02-211-13/+19
* fixed destroy handler, so it doesn't segfault with the new refcountingTim Janik1998-02-021-6/+12
* hm, initital refcount revolution commit ;)Tim Janik1998-01-301-1/+1
* make toolbar Child structure accesible from appsRadek Doulik1998-01-301-50/+33
* Set container_class->focus to NULL. Widgets in the toolbar should not getFederico Mena1998-01-191-0/+1