summaryrefslogtreecommitdiff
path: root/gtk/gtkbutton.c
Commit message (Expand)AuthorAgeFilesLines
* Remove excess calls to g_return_if_fail from static and virtual functions.Matthias Clasen2002-01-301-24/+0
* General property notification cleanup.Matthias Clasen2002-01-281-3/+6
* More precise documentation about underscores and mnemonics. (#66380)Matthias Clasen2001-12-201-2/+4
* Patch from Bill Haneman (with many modifications) to make the focus colorOwen Taylor2001-12-041-71/+54
* free font_desc when finished (#65266)Kristian Rietveld2001-11-251-0/+17
* raise event window afte children, in order for the input pnly window toTim Janik2001-11-211-2/+2
* Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2;Owen Taylor2001-11-171-6/+7
* Cal gdk_window_invalidate_maybe_recurse() for recursion. (Soeren Sandmann)Owen Taylor2001-11-151-22/+59
* Rearrange docs (#64566)Matthias Clasen2001-11-141-6/+6
* Oct 26 20:55:57 2001 Owen Taylor <otaylor@redhat.com>Owen Taylor2001-10-271-6/+6
* gtk/gtkbutton.[ch] fixed inline commentsSven Neumann2001-10-261-1/+1
* Change button signals to GTK_RUN_LAST, #50239Havoc Pennington2001-10-181-6/+6
* add demo of passing non-stock label in to gtk_dialog_new_with_buttonsHavoc Pennington2001-09-271-3/+11
* default xscale/yscale to 0.0, not 0.5, 0.5 isn't usefulHavoc Pennington2001-09-081-4/+9
* Patch from vishnu@pobox.com (Joshua N Pritikin) to emit signal at theJonathan Blandford2001-09-031-2/+3
* Add properties for labels, mnemonics and stock items. Added C accessorAlexander Larsson2001-08-271-108/+261
* Add optional movement on push to buttons (based on patch from SoerenOwen Taylor2001-08-251-73/+80
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-12/+0
* Fix idles and timeouts to be properly surrounded byOwen Taylor2001-07-181-0/+4
* get sizes an icon set can render without falling back to missing imageHavoc Pennington2001-05-251-2/+2
* New default theme! A slighly improved version of the 2.0 Raleigh theme,Owen Taylor2001-05-011-2/+2
* Add an extra parameter use_text to gtk_paint_label() to deal withOwen Taylor2001-04-301-37/+66
* fix warningHavoc Pennington2001-04-281-3/+3
* Fix G_VALUE_NO_COPY_CONTENTS instead of G_SIGNAL_TYPE_STATIC_SCOPEOwen Taylor2001-04-021-34/+72
* Remove leaks.Alexander Larsson2001-03-301-3/+3
* 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