]> Pileus Git - ~andy/gtk/history - gtk/gtktoolbar.c
Fix nasty typo (#99653): strlen (original + 1) -> strlen (original) + 1
[~andy/gtk] / gtk / gtktoolbar.c
2002-11-26 Daniel ElstnerFix nasty typo (#99653): strlen (original + 1) -> strle...
2002-11-07 Owen TaylorAdd ::screen-changed signal.
2002-11-02 Owen TaylorAdd startup notification hooks - mostly based on patch...
2002-11-02 Matthias ClasenAutomatic RTL flipping for some more widgets.
2002-10-31 Padraig O'BriainMove g_free() call to before return.
2002-10-25 Owen TaylorDon't insert mnemonics for stock items (#72918, reporte...
2002-10-22 Owen TaylorMultihead safety fixes, handle displays being closed...
2002-10-22 Owen TaylorFix handling of getting the default style/icon size...
2002-10-09 Manish SinghDeprecation cleanup
2002-09-07 Soeren Sandmanncall gtk_widget_ensure_style() before reading "button_r...
2002-04-29 Alex LarssonIntegrate Erwann Chenede's multihead changes for the...
2002-02-27 Owen TaylorGo back to old style of drawing children over the bevel...
2002-02-23 Owen TaylorFixes for AIX compilation from Miroslaw Dobrzanski...
2002-01-08 Owen TaylorHandle TOGGLE/RADIOBUTTON as well. (#68201, Damon Chaplin.)
2002-01-08 Owen TaylorFix leaks of results of gtk_container_get_children...
2001-12-20 Matthias ClasenTrivial doc adjustment.
2001-12-08 Owen TaylorClose comment.
2001-12-07 Matthias ClasenTypo fixes.
2001-11-21 Owen TaylorRef-sink the tooltips object. Ref-sink the tooltips...
2001-11-17 Owen TaylorMake gtkmarshal.list/gtkmarshal.h only for compatibilit...
2001-10-15 Murray CummingFixed signal marshaller in GtkToolbar.
2001-10-15 Murray CummingFixed some parameter types in calls to g_signal_new().
2001-08-23 Owen TaylorRename gtk_container_children() to gtk_container_get_ch...
2001-07-19 Owen TaylorEnforce the widget/child realization/mapping invariants.
2001-07-18 Owen TaylorPatch from Matthias Clasen to remove remove all instanc...
2001-06-30 Owen TaylorAllow %NULL for style to mean "revert to default style"
2001-06-28 Tim Janikup version to 1.3.7, interface age 0, binary age 0...
2001-06-24 Owen TaylorFix stupid error introduced last night that was making...
2001-06-08 Havoc Penningtongeez, don't call g_list funcs on GSList
2001-06-05 Havoc Penningtonnew function
2001-06-04 Havoc PenningtonHandle case where we need to parse the xsetting as...
2001-05-17 Alexander LarssonAdd properties, based on patch by Lee Mallabone.
2001-04-28 Havoc Penningtonfix warning
2001-03-24 Havoc Penningtonfix warnings
2001-03-23 Havoc Penningtonfix up some docs
2001-03-22 Havoc Penningtonhandle mnemonics in the stock item label
2001-03-16 Havoc PenningtonApplied patch from Nils Barth (bug # 51041) to replace...
2001-03-15 Alexander LarssonNew functions gtk_toolbar_set_icon_size and gtk_toolbar...
2001-03-09 Alexander LarssonDocument expose event->region change and that gtk_widge...
2000-12-13 Tim Janikdoh, this was broken beyond believe.
2000-12-04 Havoc PenningtonRemove "draw" virtual method and signal
2000-10-25 Tim Janikurg, removed implementation of gtk_marshal_VOID__INT_IN...
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-06-20 Havoc PenningtonMake this compile without framebuffer enabled
2000-06-06 Owen TaylorFix to prepend not append. (Pointed out by Brett Hall.)
2000-05-12 Tim Janikdocumented necessary changes for 1.4 transition.
2000-03-14 Owen TaylorMerges from gtk-1-2
1999-11-22 Raja R HarinathAdapt cast macros to standard.
1999-10-02 ÉRDI GergoThis is an implementation of Idea #13 from
1999-09-17 Tor LillqvistAdd gdk_threads_mutex.
1999-02-24 CST 1999 Shawn T... Added notice to look in AUTHORS and ChangeLog files...
1999-02-10 Owen TaylorFixed some bugs with set_default_size.
1998-12-08 Andrew T. VeliathFunctions to test the toolbar space style.
1998-11-30 Elliot LeeI submitted this patch twice to gtk-devel-list, and...
1998-11-24 Andrew T. VeliathInclude radio buttons when setting relief for button...
1998-11-23 Havoc PenningtonWhen setting relief, also affect toggle buttons.
1998-09-16 Federico Mena QuinteroTest whether type is not equal to GTK_TOOLBAR_CHILD_RAD...
1998-09-03 Tim JanikGTK_MENU_DIR_CHILD: check for the existance of
1998-08-12 Owen TaylorAdded gdk_text/string_extents() - too calculate all...
1998-07-21 Elliot LeeUse common marshalling routines instead of having widge...
1998-07-04 Tim Janikchanged reversed_[12] to reserved_[12] in gtk_*_get_typ...
1998-06-28 Tim Janikcall the base class init fucntions from all parent...
1998-05-12 Owen Taylor(James A <jamesa@demon.net> : gtk-jamesa-980511-4.patch)
1998-04-13 PDT 1998 Shawn T... Changed LGPL address for FSF in all .h and .c files
1998-03-21 Radek Doulikchanged packing in toolbar elements, so texts are alway...
1998-03-14 Federico Mena QuinteroMoved the gtk_signal_connect of the specified callback...
1998-03-14 Tim Janikrefuse to allocate with a greater height than requested.
1998-03-09 Tim Janikmade the <widget>_signals[] arrays of type guint rather...
1998-02-23 rhlabsAdded gtk_toolbar_*_element() functions. Rewrote others
1998-02-21 Tim Janikapi changes to GtkToolBar to support the private toolti...
1998-02-02 Tim Janikfixed destroy handler, so it doesn't segfault with...
1998-01-30 Tim Janikhm, initital refcount revolution commit ;)
1998-01-30 Radek Doulikmake toolbar Child structure accesible from apps
1998-01-19 Federico MenaSet container_class->focus to NULL. Widgets in the...
1998-01-19 Federico MenaRemoved the GTK_PIXMAP casts to match Eckehard's new...
1998-01-18 MET Eckehard Bernschanged gtk_toolbar_{append,prepend,inser]_item to...
1998-01-16 Tim Janikmain part for GtkArgSetFunc/GtkArgGetFunc implementation.
1998-01-13 Arturo EspinosaRe-indented to GNU style to be consistent with the...
1998-01-13 Federico Mena QuinteroFixed child->icon and child->label == NULL bugs.
1997-12-23 Arturo EspinosaAdded "orientation_changed" and "style_changed" signals...
1997-12-23 Arturo EspinosaDemo works fine. I have to add the missing functions...
1997-12-22 Arturo EspinosaIt compiles. Now I will add the toolbar example to...
1997-12-22 Arturo EspinosaVery basic functionality seems to be complete; I'll...
1997-12-19 Arturo EspinosaStarted work on a GtkToolbar widget. The idea is to...