| Commit message (Expand) | Author | Age | Files | Lines |
* | menubutton: clear arrow_widget on remove() | Cosimo Cecchi | 2012-09-04 | 1 | -4/+14 |
* | entry: fix requisition width/height to use the current pango layout | Cosimo Cecchi | 2012-09-03 | 2 | -49/+40 |
* | Make spinbutton orientable | Paolo Borelli | 2012-09-03 | 3 | -65/+260 |
* | Improve CSS styling of touch text selection handles | Carlos Garnacho | 2012-09-03 | 2 | -19/+28 |
* | cssvalue: Implement transitioning arrays | Benjamin Otte | 2012-09-03 | 1 | -1/+193 |
* | cssvalue: Pass property ID to transition function | Benjamin Otte | 2012-09-03 | 22 | -17/+40 |
* | cssvalue: Don't allow empty arrays anymore | Benjamin Otte | 2012-09-03 | 1 | -4/+1 |
* | cssvalue: Make the array parser no longer parse "none" | Benjamin Otte | 2012-09-03 | 3 | -18/+12 |
* | css: Redo bindings parsing | Benjamin Otte | 2012-09-03 | 1 | -8/+22 |
* | gtkliststore: fix documentation typo | Claudio Saavedra | 2012-09-03 | 1 | -1/+1 |
* | Add a way to test touch features | Matthias Clasen | 2012-09-03 | 2 | -6/+14 |
* | Implement touch text selection in GtkTextView | Carlos Garnacho | 2012-09-03 | 1 | -19/+282 |
* | Implement touch text selection in GtkEntry | Carlos Garnacho | 2012-09-03 | 1 | -22/+290 |
* | Add GtkTextHandle | Carlos Garnacho | 2012-09-03 | 7 | -2/+793 |
* | scrolledwindow: don't capture events meant for non-child windows | Carlos Garnacho | 2012-09-02 | 1 | -0/+3 |
* | Revert "menubutton: make it work with custom content in .ui file" | Matthias Clasen | 2012-08-31 | 1 | -18/+4 |
* | GtkMenuButton: Override add | Matthias Clasen | 2012-08-31 | 1 | -0/+18 |
* | menubutton: make it work with custom content in .ui file | David Zeuthen | 2012-08-31 | 1 | -4/+18 |
* | window: Add a delay before automatically showing mnemonics | Rui Matos | 2012-08-31 | 3 | -1/+48 |
* | Fix positioning of file format radios | Matthias Clasen | 2012-08-31 | 1 | -2/+13 |
* | Fix mnemonic activation for some printer option widgets | Matthias Clasen | 2012-08-31 | 1 | -5/+10 |
* | Improve print to file options in print dialog | Sebastian Geiger | 2012-08-31 | 1 | -129/+171 |
* | Allow setting Pango attributes on entries | Matthias Clasen | 2012-08-31 | 3 | -7/+93 |
* | [GtkFileChooserButton] bgo#645065 - Restore the previously-selected file when... | Sebastian Geiger | 2012-08-31 | 1 | -6/+6 |
* | Move entry completion code where it belongs | Matthias Clasen | 2012-08-31 | 3 | -619/+587 |
* | GtkEntry: pack GtkEntryPrivate a bit better | Matthias Clasen | 2012-08-30 | 1 | -1/+12 |
* | Also compile gtkdbusgenerated.c on non-UNIX environments | Erik van Pienbroek | 2012-08-30 | 1 | -0/+2 |
* | Always make primary headings bold in message dialogs | William Jon McCann | 2012-08-30 | 1 | -9/+6 |
* | Remove unintentional symbol export | Matthias Clasen | 2012-08-29 | 1 | -1/+1 |
* | Revert "gtk: Fix exports for new symbols" | Matthias Clasen | 2012-08-29 | 1 | -1/+0 |
* | gtk: Fix exports for new symbols | Rico Tzschichholz | 2012-08-29 | 1 | -0/+1 |
* | scrolled-window: fix rendering of scrolled window background | Cosimo Cecchi | 2012-08-28 | 1 | -21/+40 |
* | css: Remove unused macro | Benjamin Otte | 2012-08-28 | 1 | -3/+0 |
* | cssimage: Implement dependencies for images | Benjamin Otte | 2012-08-28 | 5 | -23/+40 |
* | cssvalue: Implement dependency tracking for gradients | Benjamin Otte | 2012-08-28 | 3 | -8/+28 |
* | cssvalue: Handle dependencies for typed values | Benjamin Otte | 2012-08-28 | 3 | -18/+29 |
* | css: Make color lookup handle dependencies | Benjamin Otte | 2012-08-28 | 6 | -40/+76 |
* | css: Handle some more simple cases of dependencies | Matthias Clasen | 2012-08-28 | 4 | -17/+47 |
* | cssvalue: First step of proper dependency tracking | Benjamin Otte | 2012-08-28 | 7 | -22/+35 |
* | stylecontext: Update computed values when dependencies change | Benjamin Otte | 2012-08-28 | 1 | -2/+39 |
* | stylecontext: Refactor some code | Benjamin Otte | 2012-08-28 | 1 | -30/+29 |
* | css: Pass relevant properties to css lookup code | Benjamin Otte | 2012-08-28 | 3 | -6/+16 |
* | computedvalues: Pass dependencies to set_value() | Benjamin Otte | 2012-08-28 | 5 | -22/+19 |
* | stylecontext: Compute correct changes | Benjamin Otte | 2012-08-28 | 1 | -11/+19 |
* | stylecontext: Split out a function for simplicity | Benjamin Otte | 2012-08-28 | 1 | -25/+38 |
* | cssomputedvalues: Track dependencies | Benjamin Otte | 2012-08-28 | 3 | -4/+44 |
* | stylecontext: Pass the changes in the parent to validation function | Benjamin Otte | 2012-08-28 | 4 | -7/+19 |
* | css: Introduce dependencies for value computations | Benjamin Otte | 2012-08-28 | 24 | -85/+153 |
* | css: Move computing of initial and inherit values | Benjamin Otte | 2012-08-28 | 5 | -82/+25 |
* | cssstyleproperty: Get rid of unused API | Benjamin Otte | 2012-08-28 | 5 | -84/+25 |