summaryrefslogtreecommitdiff
path: root/gtk/gtkbutton.c
Commit message (Expand)AuthorAgeFilesLines
...
* Apply property patch from Lee MallaboneHavoc Pennington2001-03-231-33/+56
* Renamed gtk_button_new_stock() to gtk_button_new_from_stock() and removedAlexander Larsson2001-03-211-45/+31
* Applied patch from Nils Barth (bug # 51041) to replace "gint" withHavoc Pennington2001-03-161-5/+5
* Document expose event->region change and that gtk_widget_event doesn'tAlexander Larsson2001-03-091-10/+5
* Add animation of activation by, on activate, pressing the button, andOwen Taylor2001-03-061-4/+116
* Remove draw_focus and draw_default (gtk_widget_draw_focus): remove thisHavoc Pennington2001-02-281-50/+0
* Fix syntax error introduced with earlier commit) (pointed out by OllieOwen Taylor2001-02-061-5/+1
* doh, this was broken beyond believe.Tim Janik2000-12-131-29/+28
* Remove "draw" virtual method and signalHavoc Pennington2000-12-041-30/+0
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-251-6/+6
* Move more text widget headers into the private header listHavoc Pennington2000-09-261-1/+92
* 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-12/+12
* (follow-on from previous commit)Elliot Lee2000-06-201-1/+1
* documented necessary changes for 1.4 transition.Tim Janik2000-05-121-15/+15
* Adapt cast macros to standard.Raja R Harinath1999-11-221-1/+1
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+8
* Fixed some bugs with set_default_size.Owen Taylor1999-02-101-3/+5
* set RECEIVES_DEFAULT on init, and a button press on the widget doesn'tGeorge Lebl1999-01-251-3/+1
* Code cleanup.Owen Taylor1999-01-211-5/+5
* gtk/gtkbutton.c gtk/gtkclist.c gtk/gtkhandlebox.c gtk/gtkframe.cOwen Taylor1999-01-141-6/+6
* s/(enter|leave)_button/$1/g, since pthreads.h no longer conflictsManish Singh1998-12-191-4/+4
* rm -rf intl breaks --disable-nls, put it backManish Singh1998-12-171-4/+4
* Added gdk_text_extents_wc()Owen Taylor1998-12-151-1/+1
* made GtkMenuItem::activate a GTK_RUN_ACTION signal.Tim Janik1998-12-131-1/+16
* I submitted this patch twice to gtk-devel-list, and received no comments,Elliot Lee1998-11-301-1/+1
* Merge from themes-2. See the ChangeLog for a somewhat detailedOwen Taylor1998-11-061-184/+56
* Use common marshalling routines instead of having widget-private ones. ItElliot Lee1998-07-211-5/+5
* don't destroy a buttons child if it isn't a label.Tim Janik1998-07-141-8/+10
* handle GTK_RELIEF_HALF, which was introduced to keep eitherTim Janik1998-07-081-6/+18
* totaly binary incomnpatible change:Tim Janik1998-07-071-117/+26
* 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-7/+19
* Remove --g-fatal-warnings flag from argv.Owen Taylor1998-06-191-3/+0
* boy! did i really modify that many files?Tim Janik1998-06-161-3/+35
* typedef gint gboolean; this is needed to provide portability withTim Janik1998-05-141-0/+1
* (James A <jamesa@demon.net> : gtk-jamesa-980511-4.patch)Owen Taylor1998-05-121-6/+39
* reimplemented the signal storage system to use a linear array rather thanTim Janik1998-05-061-2/+2
* configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both onOwen Taylor1998-05-031-14/+92
* Changed LGPL address for FSF in all .h and .c filesPDT 1998 Shawn T. Amundson1998-04-131-2/+3
* Removed, because that's what a NULL comparison function means. And itOwen Taylor1998-04-071-4/+4
* gtk_button_remove(): When removing a child widget from a button, we don'tElliot Lee1998-04-071-1/+4
* Take border in account properly.Owen Taylor1998-04-061-6/+6
* Fixed assignment of adjustment->value to negative values. Moved a fewOwen Taylor1998-04-051-1/+4
* More extensive debugging outputOwen Taylor1998-04-031-8/+8
* always display the correct active state.Tim Janik1998-03-261-6/+6
* /home/otaylor/commitOwen Taylor1998-03-241-6/+14
* made the <widget>_signals[] arrays of type guint rather than gint. madeTim Janik1998-03-091-1/+1
* present the argument access masks on their announcement.Tim Janik1998-02-191-1/+1
* attach/detach to menu widget viaTim Janik1998-02-031-0/+1