| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix #150125: | Matthias Clasen | 2004-08-16 | 1 | -1/+1 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Add a note about the !CAN_FOCUS quirk in the button size allocation code. | Matthias Clasen | 2004-06-05 | 1 | -4/+7 |
* | Go back to the initial fix for the focus-overdrawing problem, which was | Matthias Clasen | 2004-05-18 | 1 | -18/+10 |
* | Allocate space for the focus rectangle only if necessary. (#142668, | Matthias Clasen | 2004-05-17 | 1 | -9/+16 |
* | Don't let the child draw over the focus rectangle. | Matthias Clasen | 2004-05-07 | 1 | -0/+12 |
* | Doc fixes. | Matthias Clasen | 2004-04-15 | 1 | -0/+1 |
* | Fix #136614 in a better way: | Matthias Clasen | 2004-03-10 | 1 | -12/+23 |
* | actually use gtk_button_add. | Jonathan Blandford | 2004-03-07 | 1 | -0/+1 |
* | Don't use xthickness in the height calculation. | Matthias Clasen | 2004-03-07 | 1 | -1/+1 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | Don't let the priv->image pointer dangle. (#136259, Padraig O'Briain) | Matthias Clasen | 2004-03-05 | 1 | -2/+5 |
* | Fixes for #82099: | Matthias Clasen | 2004-02-19 | 1 | -8/+82 |
* | Don't draw bevels around active, RELIEF_NONE buttons that aren't | Matthias Clasen | 2004-02-13 | 1 | -3/+2 |
* | The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog and | Matthias Clasen | 2004-01-16 | 1 | -22/+22 |
* | Correct misleading docs. Add docs for the "activate" signal. (#129358, | Matthias Clasen | 2003-12-18 | 1 | -0/+9 |
* | Add new properties, xalign and yalign, with getter and setter | Matthias Clasen | 2003-12-15 | 1 | -11/+170 |
* | Make string setters safe for self-assignment. (#122745, Soeren Sandmann) | Matthias Clasen | 2003-11-07 | 1 | -2/+5 |
* | remove GDK_EXPOSURE_MASK for INPUT_ONLY window same same same same | Soeren Sandmann | 2003-07-08 | 1 | -2/+1 |
* | Document. | Matthias Clasen | 2003-04-12 | 1 | -0/+4 |
* | add property focus_on_click | Soeren Sandmann | 2003-04-02 | 1 | -2/+62 |
* | Data constness fixes. (#75754) | Matthias Clasen | 2002-12-10 | 1 | -2/+2 |
* | Deprecation cleanup | Manish Singh | 2002-10-11 | 1 | -60/+66 |
* | Minor documentation fixes | Soren Sandmann | 2002-08-10 | 1 | -6/+6 |
* | Integrate Erwann Chenede's multihead changes for the gtk/ directory. | Alex Larsson | 2002-04-29 | 1 | -1/+2 |
* | feedback when check and radio buttons are depressed. | Soeren Sandmann | 2002-02-22 | 1 | -3/+9 |
* | Implement "fuzzy" key binding lookups; allow matches on key and level but | Owen Taylor | 2002-02-21 | 1 | -1/+1 |
* | Remove excess calls to g_return_if_fail from static and virtual functions. | Matthias Clasen | 2002-01-30 | 1 | -24/+0 |
* | General property notification cleanup. | Matthias Clasen | 2002-01-28 | 1 | -3/+6 |
* | More precise documentation about underscores and mnemonics. (#66380) | Matthias Clasen | 2001-12-20 | 1 | -2/+4 |
* | Patch from Bill Haneman (with many modifications) to make the focus color | Owen Taylor | 2001-12-04 | 1 | -71/+54 |
* | free font_desc when finished (#65266) | Kristian Rietveld | 2001-11-25 | 1 | -0/+17 |
* | raise event window afte children, in order for the input pnly window to | Tim Janik | 2001-11-21 | 1 | -2/+2 |
* | Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2; | Owen Taylor | 2001-11-17 | 1 | -6/+7 |
* | Cal gdk_window_invalidate_maybe_recurse() for recursion. (Soeren Sandmann) | Owen Taylor | 2001-11-15 | 1 | -22/+59 |
* | Rearrange docs (#64566) | Matthias Clasen | 2001-11-14 | 1 | -6/+6 |
* | Oct 26 20:55:57 2001 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2001-10-27 | 1 | -6/+6 |
* | gtk/gtkbutton.[ch] fixed inline comments | Sven Neumann | 2001-10-26 | 1 | -1/+1 |
* | Change button signals to GTK_RUN_LAST, #50239 | Havoc Pennington | 2001-10-18 | 1 | -6/+6 |
* | add demo of passing non-stock label in to gtk_dialog_new_with_buttons | Havoc Pennington | 2001-09-27 | 1 | -3/+11 |
* | default xscale/yscale to 0.0, not 0.5, 0.5 isn't useful | Havoc Pennington | 2001-09-08 | 1 | -4/+9 |
* | Patch from vishnu@pobox.com (Joshua N Pritikin) to emit signal at the | Jonathan Blandford | 2001-09-03 | 1 | -2/+3 |
* | Add properties for labels, mnemonics and stock items. Added C accessor | Alexander Larsson | 2001-08-27 | 1 | -108/+261 |
* | Add optional movement on push to buttons (based on patch from Soeren | Owen Taylor | 2001-08-25 | 1 | -73/+80 |
* | Patch from Matthias Clasen to remove remove all instances of | Owen Taylor | 2001-07-18 | 1 | -12/+0 |
* | Fix idles and timeouts to be properly surrounded by | Owen Taylor | 2001-07-18 | 1 | -0/+4 |
* | get sizes an icon set can render without falling back to missing image | Havoc Pennington | 2001-05-25 | 1 | -2/+2 |
* | New default theme! A slighly improved version of the 2.0 Raleigh theme, | Owen Taylor | 2001-05-01 | 1 | -2/+2 |
* | Add an extra parameter use_text to gtk_paint_label() to deal with | Owen Taylor | 2001-04-30 | 1 | -37/+66 |
* | fix warning | Havoc Pennington | 2001-04-28 | 1 | -3/+3 |