| Commit message (Expand) | Author | Age | Files | Lines |
* | Use NULL for generic marshallers in g_signal_new() | Benjamin Otte | 2016-08-29 | 1 | -3/+3 |
* | Use g_snprintf instead of snprintf. | Ignacio Casal Quinteiro | 2016-08-10 | 1 | -1/+2 |
* | Fix build of commit f23e99b | Chun-wei Fan | 2016-06-27 | 1 | -1/+1 |
* | scale, spinbutton: Avoid -0.0 | Matthias Clasen | 2016-06-07 | 1 | -1/+14 |
* | box gadget: Redo expand flag handling | Matthias Clasen | 2016-04-28 | 1 | -6/+6 |
* | spinbutton: Fix drag highlight problems | Matthias Clasen | 2016-03-11 | 1 | -1/+1 |
* | spin button: Limit the entry width to reasonable values | Matthias Clasen | 2016-03-05 | 1 | -4/+5 |
* | spin button: Use the Ctrl modifier for Home and End key bindings | Jean-François Fortin Tam | 2016-02-23 | 1 | -2/+2 |
* | spinbutton: Free the gadget in finalize | Timm Bäder | 2016-02-10 | 1 | -0/+1 |
* | Various documentation fixes | Timm Bäder | 2016-02-08 | 1 | -1/+1 |
* | spin button: Document sizing peculiarities | Matthias Clasen | 2016-01-27 | 1 | -1/+5 |
* | spinbutton: Don't expand the buttons | Benjamin Otte | 2016-01-26 | 1 | -14/+18 |
* | spinbutton: Add a base gadget | Benjamin Otte | 2016-01-25 | 1 | -195/+53 |
* | entry: Move spinbutton size hack | Benjamin Otte | 2016-01-25 | 1 | -29/+29 |
* | spinbutton: Make the entry gadget be the entry's gadget | Benjamin Otte | 2016-01-22 | 1 | -24/+11 |
* | Use convenience API that was introduced recently | Matthias Clasen | 2016-01-13 | 1 | -4/+2 |
* | spinbutton: fix a typo | Cosimo Cecchi | 2016-01-02 | 1 | -1/+1 |
* | entry: use a gadget | Matthias Clasen | 2015-12-17 | 1 | -4/+0 |
* | spinbutton: Port the buttons to gadgets | Benjamin Otte | 2015-12-15 | 1 | -122/+48 |
* | iconhelper: Require passing a cssnode to the constructor | Benjamin Otte | 2015-12-15 | 1 | -3/+4 |
* | cssnode: Change style-changed signal | Benjamin Otte | 2015-12-12 | 1 | -16/+4 |
* | iconhelper: Remove the context argument | Benjamin Otte | 2015-12-09 | 1 | -2/+2 |
* | iconhelper: Get rid of _gtk_icon_helper_set_window() | Benjamin Otte | 2015-12-09 | 1 | -1/+0 |
* | iconhelper: Require a widget as construction argument | Benjamin Otte | 2015-12-09 | 1 | -1/+1 |
* | Chain up in state_flags_changed | Benjamin Otte | 2015-12-02 | 1 | -0/+2 |
* | GtkSpinButton: Update node state on button release | Timm Bäder | 2015-11-20 | 1 | -0/+2 |
* | spin button: Fix initial button state | Matthias Clasen | 2015-11-20 | 1 | -14/+19 |
* | Annotate deprecated style properties | Matthias Clasen | 2015-11-16 | 1 | -1/+1 |
* | spinbutton: Document some style properties as deprecated | Matthias Clasen | 2015-11-16 | 1 | -0/+8 |
* | spinbutton: update node state more often | Matthias Clasen | 2015-11-14 | 1 | -2/+6 |
* | spinbutton: Use right state when querying padding | Benjamin Otte | 2015-11-06 | 1 | -4/+2 |
* | spin button: Add diagrams to CSS documentation | Matthias Clasen | 2015-11-03 | 1 | -0/+16 |
* | spinbutton: Don't set .entry | Benjamin Otte | 2015-10-29 | 1 | -1/+0 |
* | entry, spinbutton: Finish css node conversion | Matthias Clasen | 2015-10-28 | 1 | -22/+12 |
* | wip: spinbutton | Matthias Clasen | 2015-10-28 | 1 | -136/+176 |
* | spinbutton: Trivial cleanup | Matthias Clasen | 2015-10-28 | 1 | -5/+2 |
* | gtk: Stop setting GDK_EXPOSURE_MASK on random widgets | Alexander Larsson | 2015-09-14 | 1 | -1/+1 |
* | spin button: Add Home and End as key bindings | Matthias Clasen | 2015-07-19 | 1 | -0/+2 |
* | GtkSpinButton: Stop using gtk_adjustment_value_changed | Matthias Clasen | 2015-05-10 | 1 | -1/+3 |
* | Stop using GDK_POINTER_MOTION_HINT_MASK in widgets | Matthias Clasen | 2015-03-22 | 1 | -1/+1 |
* | spinbutton: Fix get_text_area_size for vertical spinbuttons | Benjamin Otte | 2015-03-16 | 1 | -11/+3 |
* | entry: Make code do what it's meant to do | Benjamin Otte | 2015-03-14 | 1 | -32/+0 |
* | GtkSpinButton: Use the proper state | Matthias Clasen | 2014-11-26 | 1 | -1/+3 |
* | GtkSpinButton: Set the screen on the panel contexts | Matthias Clasen | 2014-10-25 | 1 | -1/+2 |
* | GtkSpinButton: Simplify code | Matthias Clasen | 2014-10-19 | 1 | -8/+7 |
* | spinbutton: Set the correct state on the button contexts | Benjamin Otte | 2014-10-16 | 1 | -4/+5 |
* | spinbutton: Make the swipe gesture only work on touch devices | Carlos Garnacho | 2014-08-15 | 1 | -0/+1 |
* | GtkSpinButton: Prevent public API from unsetting the adjustment | Debarshi Ray | 2014-08-13 | 1 | -4/+4 |
* | GtkSpinButton: Always emit value-changed when the adjustment is changed | Debarshi Ray | 2014-08-13 | 1 | -46/+56 |
* | GtkSpinButton: Only notify 'adjustment' if the property changed | Debarshi Ray | 2014-08-12 | 1 | -2/+1 |