]> Pileus Git - ~andy/gtk/history - gtk/gtkbutton.c
Deprecate some widget flags
[~andy/gtk] / gtk / gtkbutton.c
2001-09-27 Havoc Penningtonadd demo of passing non-stock label in to gtk_dialog_ne...
2001-09-08 Havoc Penningtondefault xscale/yscale to 0.0, not 0.5, 0.5 isn't useful
2001-09-03 Jonathan BlandfordPatch from vishnu@pobox.com (Joshua N Pritikin) to...
2001-08-27 Alexander LarssonAdd properties for labels, mnemonics and stock items...
2001-08-25 Owen TaylorAdd optional movement on push to buttons (based on...
2001-07-18 Owen TaylorPatch from Matthias Clasen to remove remove all instanc...
2001-07-18 Owen TaylorFix idles and timeouts to be properly surrounded by
2001-05-25 Havoc Penningtonget sizes an icon set can render without falling back...
2001-05-01 Owen TaylorNew default theme! A slighly improved version of the...
2001-04-30 Owen TaylorAdd an extra parameter use_text to gtk_paint_label...
2001-04-28 Havoc Penningtonfix warning
2001-04-02 Owen TaylorFix G_VALUE_NO_COPY_CONTENTS instead of G_SIGNAL_TYPE_S...
2001-03-30 Alexander LarssonRemove leaks.
2001-03-23 Havoc PenningtonApply property patch from Lee Mallabone
2001-03-21 Alexander LarssonRenamed gtk_button_new_stock() to gtk_button_new_from_s...
2001-03-16 Havoc PenningtonApplied patch from Nils Barth (bug # 51041) to replace...
2001-03-09 Alexander LarssonDocument expose event->region change and that gtk_widge...
2001-03-06 Owen TaylorAdd animation of activation by, on activate, pressing...
2001-02-28 Havoc PenningtonRemove draw_focus and draw_default (gtk_widget_draw_foc...
2001-02-06 Owen TaylorFix syntax error introduced with earlier commit) (point...
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-09-26 Havoc PenningtonMove more text widget headers into the private header...
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-06-20 Havoc PenningtonMake this compile without framebuffer enabled
2000-06-20 Elliot Lee(follow-on from previous commit)
2000-05-12 Tim Janikdocumented necessary changes for 1.4 transition.
1999-11-22 Raja R HarinathAdapt cast macros to standard.
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.
1999-01-25 George Leblset RECEIVES_DEFAULT on init, and a button press on...
1999-01-21 Owen TaylorCode cleanup.
1999-01-14 Owen Taylorgtk/gtkbutton.c gtk/gtkclist.c gtk/gtkhandlebox.c gtk...
1998-12-19 Manish Singhs/(enter|leave)_button/$1/g, since pthreads.h no longer...
1998-12-17 Manish Singhrm -rf intl breaks --disable-nls, put it back
1998-12-15 Owen TaylorAdded gdk_text_extents_wc()
1998-12-13 Tim Janikmade GtkMenuItem::activate a GTK_RUN_ACTION signal.
1998-11-30 Elliot LeeI submitted this patch twice to gtk-devel-list, and...
1998-11-06 Owen TaylorMerge from themes-2. See the ChangeLog for a somewhat...
1998-07-21 Elliot LeeUse common marshalling routines instead of having widge...
1998-07-14 Tim Janikdon't destroy a buttons child if it isn't a label.
1998-07-08 Tim Janikhandle GTK_RELIEF_HALF, which was introduced to keep...
1998-07-07 Tim Janiktotaly binary incomnpatible change:
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-06-19 Owen TaylorRemove --g-fatal-warnings flag from argv.
1998-06-16 Tim Janikboy! did i really modify that many files?
1998-05-14 Tim Janiktypedef gint gboolean; this is needed to provide portab...
1998-05-12 Owen Taylor(James A <jamesa@demon.net> : gtk-jamesa-980511-4.patch)
1998-05-06 Tim Janikreimplemented the signal storage system to use a linear...
1998-05-03 Owen Taylorconfigure.in acheader.h gdk/gdkwindow.c Check for Shape...
1998-04-13 PDT 1998 Shawn T... Changed LGPL address for FSF in all .h and .c files
1998-04-07 Owen TaylorRemoved, because that's what a NULL comparison function...
1998-04-07 Elliot Leegtk_button_remove(): When removing a child widget from...
1998-04-06 Owen TaylorTake border in account properly.
1998-04-05 Owen TaylorFixed assignment of adjustment->value to negative value...
1998-04-03 Owen TaylorMore extensive debugging output
1998-03-26 Tim Janikalways display the correct active state.
1998-03-24 Owen Taylor/home/otaylor/commit
1998-03-09 Tim Janikmade the <widget>_signals[] arrays of type guint rather...
1998-02-19 Tim Janikpresent the argument access masks on their announcement.
1998-02-03 Tim Janikattach/detach to menu widget via
1998-01-30 Tim Janikhm, initital refcount revolution commit ;)
1998-01-21 Tim Janiksome gtk_*_set_arg fixes
1998-01-18 Owen Taylorgtkbutton.c gtkclist.c gtkdrawingarea.c gtkentry.c...
1998-01-16 Tim Janikimplementation of gtk_widget_get()
1998-01-16 Tim Janikmain part for GtkArgSetFunc/GtkArgGetFunc implementation.
1998-01-03 Shawn AmundsonSeveral portability fixes from Michael Callahan <callah...
1997-11-24 Elliot LeeInitial revision