summaryrefslogtreecommitdiff
path: root/gtk/gtkbutton.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* hm, initital refcount revolution commit ;)Tim Janik1998-01-301-25/+4
* some gtk_*_set_arg fixesTim Janik1998-01-211-0/+3
* gtkbutton.c gtkclist.c gtkdrawingarea.c gtkentry.c gtkeventbox.cOwen Taylor1998-01-181-1/+1
* implementation of gtk_widget_get()Tim Janik1998-01-161-2/+0
* main part for GtkArgSetFunc/GtkArgGetFunc implementation.Tim Janik1998-01-161-12/+24
* Several portability fixes from Michael Callahan <callahan@xmission.com>Shawn Amundson1998-01-031-0/+1
* Initial revisionElliot Lee1997-11-241-0/+915