summaryrefslogtreecommitdiff
path: root/gtk/gtktoolbar.c
Commit message (Expand)AuthorAgeFilesLines
* Integrate Erwann Chenede's multihead changes for the gtk/ directory.Alex Larsson2002-04-291-56/+76
* Go back to old style of drawing children over the bevel. (#58615)Owen Taylor2002-02-271-4/+4
* Fixes for AIX compilation from Miroslaw Dobrzanski-Neumann, #72182.Owen Taylor2002-02-231-1/+1
* Handle TOGGLE/RADIOBUTTON as well. (#68201, Damon Chaplin.)Owen Taylor2002-01-081-2/+4
* Fix leaks of results of gtk_container_get_children(). (#68199, DamonOwen Taylor2002-01-081-2/+12
* Trivial doc adjustment.Matthias Clasen2001-12-201-2/+3
* Close comment.Owen Taylor2001-12-081-1/+1
* Typo fixes.Matthias Clasen2001-12-071-0/+57
* Ref-sink the tooltips object. Ref-sink the tooltips object. Fix someOwen Taylor2001-11-211-0/+3
* Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2;Owen Taylor2001-11-171-2/+3
* Fixed signal marshaller in GtkToolbar.Murray Cumming2001-10-151-2/+2
* Fixed some parameter types in calls to g_signal_new().Murray Cumming2001-10-151-2/+2
* Rename gtk_container_children() to gtk_container_get_children. AddedOwen Taylor2001-08-231-2/+2
* Enforce the widget/child realization/mapping invariants.Owen Taylor2001-07-191-62/+1
* 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