| Commit message (Expand) | Author | Age | Files | Lines |
* | StyleProviderPrivate: mark internal variable as static | Giovanni Campagna | 2012-04-23 | 1 | -1/+1 |
* | Beginning of keyhash tests | Matthias Clasen | 2012-04-22 | 2 | -0/+210 |
* | quartz: fix coordinates for synthesized event | Kristian Rietveld | 2012-04-22 | 1 | -2/+19 |
* | Fix a cornercase of menu parsing | Matthias Clasen | 2012-04-20 | 1 | -4/+4 |
* | Cosmetic | Matthias Clasen | 2012-04-19 | 1 | -1/+1 |
* | stylecontext: add a define for an OSD style class | Cosimo Cecchi | 2012-04-19 | 1 | -0/+8 |
* | stylecontext: reorder style classes defines | Cosimo Cecchi | 2012-04-19 | 1 | -20/+19 |
* | GtkAppplication docs: Fix small typo. | Murray Cumming | 2012-04-19 | 1 | -1/+1 |
* | messagedialog: also set GtkMisc alignment to zero for dialog labels | Cosimo Cecchi | 2012-04-18 | 1 | -0/+3 |
* | messagedialog: don't use gtk_widget_override_font() | Cosimo Cecchi | 2012-04-18 | 1 | -18/+18 |
* | container: fix wrong branching logic | Cosimo Cecchi | 2012-04-18 | 1 | -0/+1 |
* | container: Redo style validation handling | Benjamin Otte | 2012-04-17 | 3 | -24/+64 |
* | container: needs_resize is a container flag, not a widget flag | Benjamin Otte | 2012-04-17 | 3 | -30/+10 |
* | cssvalue: Remove GObject macros | Benjamin Otte | 2012-04-17 | 1 | -5/+0 |
* | stylecontext: Avoid style_context_save() calls | Benjamin Otte | 2012-04-17 | 1 | -12/+20 |
* | stylecontext: Pull all the animation code together | Benjamin Otte | 2012-04-17 | 1 | -8/+109 |
* | stylecontext: Add GtkCssAnimatedValues | Benjamin Otte | 2012-04-17 | 3 | -0/+373 |
* | animation: Add CSS transition object | Benjamin Otte | 2012-04-17 | 3 | -0/+200 |
* | stylecontext: Add new class for animation handling | Benjamin Otte | 2012-04-17 | 3 | -0/+151 |
* | button: Remove _gtk_button_paint() | Benjamin Otte | 2012-04-17 | 3 | -61/+9 |
* | menuitem: Don't set menubar style class randomly | Benjamin Otte | 2012-04-17 | 1 | -7/+0 |
* | widget: Set .default class when widget is default | Benjamin Otte | 2012-04-17 | 2 | -2/+9 |
* | stylecontext: Shuffle around code | Benjamin Otte | 2012-04-17 | 1 | -8/+13 |
* | stylecontext: Add style_info_set_data() | Benjamin Otte | 2012-04-17 | 1 | -30/+35 |
* | stylecontext: Make StyleInfo keep the next pointer | Benjamin Otte | 2012-04-17 | 1 | -71/+41 |
* | stylecontext: Make StyleData refcounted | Benjamin Otte | 2012-04-17 | 1 | -45/+75 |
* | stylecontext: Add public API to stop animations | Benjamin Otte | 2012-04-17 | 3 | -1/+19 |
* | stylecontext: Add an animating framework | Benjamin Otte | 2012-04-17 | 3 | -3/+89 |
* | computedvalues: Split out a function | Benjamin Otte | 2012-04-17 | 1 | -8/+12 |
* | stylecontext: Don't queue a resize when none is needed | Benjamin Otte | 2012-04-17 | 1 | -2/+3 |
* | container: Split out a function | Benjamin Otte | 2012-04-17 | 2 | -33/+45 |
* | container: Remove duplicated flag | Benjamin Otte | 2012-04-17 | 4 | -32/+2 |
* | container: Simplify code | Benjamin Otte | 2012-04-17 | 1 | -37/+18 |
* | stylecontext: Listen to the new changed signal | Benjamin Otte | 2012-04-17 | 3 | -16/+65 |
* | styleprovider: Make all implementors emit the new signal | Benjamin Otte | 2012-04-17 | 5 | -3/+48 |
* | styleprovider: Add a private signal for when things change | Benjamin Otte | 2012-04-17 | 2 | -0/+31 |
* | stylecontext: Pass time to style_context_validate() | Benjamin Otte | 2012-04-17 | 3 | -3/+11 |
* | stylecontext: Compute if things changed before invalidating | Benjamin Otte | 2012-04-17 | 3 | -2/+46 |
* | widget: Don't cache widget paths all the time | Benjamin Otte | 2012-04-17 | 10 | -37/+53 |
* | stylecontext: Remove theming_engine cache variable | Benjamin Otte | 2012-04-17 | 1 | -93/+80 |
* | stylecontext: Split out a function | Benjamin Otte | 2012-04-17 | 1 | -17/+23 |
* | styleproperty: Remove equal_func vfunc | Benjamin Otte | 2012-04-17 | 3 | -96/+0 |
* | cssvalue: Split out old value handling to new typed value | Benjamin Otte | 2012-04-17 | 8 | -454/+205 |
* | themingengine: Fix outline-width | Benjamin Otte | 2012-04-17 | 1 | -1/+1 |
* | shorthand: Fix border query functions | Benjamin Otte | 2012-04-17 | 1 | -13/+16 |
* | symboliccolor: Treat it as a CssValue | Benjamin Otte | 2012-04-17 | 14 | -77/+68 |
* | cssprovider: Add an empty line when printing | Benjamin Otte | 2012-04-17 | 1 | -1/+1 |
* | symboliccolor: Parse 'currentColor' everywhere | Benjamin Otte | 2012-04-17 | 5 | -44/+16 |
* | symboliccolor: Pass the current color to the resolve function | Benjamin Otte | 2012-04-17 | 5 | -28/+39 |
* | cssparser: Move symbolic color parser to gtksymboliccolor.c | Benjamin Otte | 2012-04-17 | 7 | -255/+257 |