summaryrefslogtreecommitdiff
path: root/gtk/gtkbutton.c
Commit message (Expand)AuthorAgeFilesLines
* Allow unsetting the custom image by passing NULL. (gtk_button_init):Matthias Clasen2005-01-021-1/+2
* Fix a stupid oversight.Matthias Clasen2004-11-171-1/+1
* Really free the list. (#158422, Morten Welinder)Matthias Clasen2004-11-161-3/+4
* Use GPOINTER_TO_UINT()/GUINT_TO_POINTER() for guints. (#158420, MortenMatthias Clasen2004-11-161-3/+3
* *** empty log message ***Matthias Clasen2004-11-151-6/+95
* *** empty log message ***Matthias Clasen2004-11-151-28/+46
* Revert the button state to !button_down, if we're missing the releaseMatthias Clasen2004-09-261-3/+36
* Remove unnecessary g_return_if_fail()s from virtual functions. (#153469,Matthias Clasen2004-09-221-4/+0
* Add a boolean ::displace-focus style property and apply child displacementMatthias Clasen2004-09-201-0/+31
* Fix #150125:Matthias Clasen2004-08-161-1/+1
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Add a note about the !CAN_FOCUS quirk in the button size allocation code.Matthias Clasen2004-06-051-4/+7
* Go back to the initial fix for the focus-overdrawing problem, which wasMatthias Clasen2004-05-181-18/+10
* Allocate space for the focus rectangle only if necessary. (#142668,Matthias Clasen2004-05-171-9/+16
* Don't let the child draw over the focus rectangle.Matthias Clasen2004-05-071-0/+12
* Doc fixes.Matthias Clasen2004-04-151-0/+1
* Fix #136614 in a better way:Matthias Clasen2004-03-101-12/+23
* actually use gtk_button_add.Jonathan Blandford2004-03-071-0/+1
* Don't use xthickness in the height calculation.Matthias Clasen2004-03-071-1/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Don't let the priv->image pointer dangle. (#136259, Padraig O'Briain)Matthias Clasen2004-03-051-2/+5
* Fixes for #82099:Matthias Clasen2004-02-191-8/+82
* Don't draw bevels around active, RELIEF_NONE buttons that aren'tMatthias Clasen2004-02-131-3/+2
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-22/+22
* Correct misleading docs. Add docs for the "activate" signal. (#129358,Matthias Clasen2003-12-181-0/+9
* Add new properties, xalign and yalign, with getter and setterMatthias Clasen2003-12-151-11/+170
* Make string setters safe for self-assignment. (#122745, Soeren Sandmann)Matthias Clasen2003-11-071-2/+5
* remove GDK_EXPOSURE_MASK for INPUT_ONLY window same same same sameSoeren Sandmann2003-07-081-2/+1
* Document.Matthias Clasen2003-04-121-0/+4
* add property focus_on_clickSoeren Sandmann2003-04-021-2/+62
* Data constness fixes. (#75754)Matthias Clasen2002-12-101-2/+2
* Deprecation cleanupManish Singh2002-10-111-60/+66
* Minor documentation fixesSoren Sandmann2002-08-101-6/+6
* Integrate Erwann Chenede's multihead changes for the gtk/ directory.Alex Larsson2002-04-291-1/+2
* feedback when check and radio buttons are depressed.Soeren Sandmann2002-02-221-3/+9
* Implement "fuzzy" key binding lookups; allow matches on key and level butOwen Taylor2002-02-211-1/+1
* 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