| Commit message (Expand) | Author | Age | Files | Lines |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | declare _gdk_xgrab_check_button_event. | Manish Singh | 2005-06-30 | 1 | -46/+46 |
* | Handle broken grabs. | Matthias Clasen | 2005-06-30 | 1 | -0/+26 |
* | Continue to activate even if we can't grab the keyboard. | Matthias Clasen | 2005-06-27 | 1 | -13/+29 |
* | Don't trigger warnings if there are extra references to the hbox. | Matthias Clasen | 2005-06-23 | 1 | -1/+5 |
* | Document several button signals as not useful. ` | Matthias Clasen | 2005-06-17 | 1 | -0/+42 |
* | Add some more docs. (#307818, Christian Persch) | Matthias Clasen | 2005-06-16 | 1 | -1/+2 |
* | Merged from gtk-2-6: | Sven Neumann | 2005-03-31 | 1 | -0/+2 |
* | Use canonical names for g_object_notify() as well. | Matthias Clasen | 2005-03-26 | 1 | -15/+15 |
* | Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITE | Matthias Clasen | 2005-03-22 | 1 | -16/+15 |
* | : Mark param spec strings as static. | Matthias Clasen | 2005-03-21 | 1 | -14/+16 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -2/+3 |
* | x | Matthias Clasen | 2005-03-09 | 1 | -7/+7 |
* | Fix docs. (#165180, Jeff Franks) | Matthias Clasen | 2005-01-25 | 1 | -1/+1 |
* | Allow unsetting the custom image by passing NULL. (gtk_button_init): | Matthias Clasen | 2005-01-02 | 1 | -1/+2 |
* | Fix a stupid oversight. | Matthias Clasen | 2004-11-17 | 1 | -1/+1 |
* | Really free the list. (#158422, Morten Welinder) | Matthias Clasen | 2004-11-16 | 1 | -3/+4 |
* | Use GPOINTER_TO_UINT()/GUINT_TO_POINTER() for guints. (#158420, Morten | Matthias Clasen | 2004-11-16 | 1 | -3/+3 |
* | *** empty log message *** | Matthias Clasen | 2004-11-15 | 1 | -6/+95 |
* | *** empty log message *** | Matthias Clasen | 2004-11-15 | 1 | -28/+46 |
* | Revert the button state to !button_down, if we're missing the release | Matthias Clasen | 2004-09-26 | 1 | -3/+36 |
* | Remove unnecessary g_return_if_fail()s from virtual functions. (#153469, | Matthias Clasen | 2004-09-22 | 1 | -4/+0 |
* | Add a boolean ::displace-focus style property and apply child displacement | Matthias Clasen | 2004-09-20 | 1 | -0/+31 |
* | 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 |