- 20 Jan, 2015 1 commit
-
-
Benjamin Otte authored
This is in preparation for iusing GtkCssStyle instead of GtkStyleContext in render functions.
-
- 02 Dec, 2014 1 commit
-
-
Matthias Clasen authored
This adds two functions for checking whether an axis-aligned rectangle is completely outside or inside of a rounded box. These are not trying to be exact, but fast.
-
- 03 Oct, 2014 1 commit
-
-
Benjamin Otte authored
GtkThemingEngine just always calls gtk_do_render_foo(engine->priv->context, ...) now. Other than that, the code is unchanged.
-
- 16 Aug, 2014 1 commit
-
-
Benjamin Otte authored
Instead, make the functions use a GtkStyleContext argument.
-
- 01 May, 2014 1 commit
-
-
Cosimo Cecchi authored
Instead of the old non-CSS implementation. This allows us to get rid of the very last piece of custom theming in Adwaita.
-
- 02 Oct, 2012 1 commit
-
-
Benjamin Otte authored
This is part of a bunch of fixes for gcc complaining about -Wmissing-declarations. It puts functions into headers and includes those headers both where the functions are defined and where they function are used.
-
- 17 Apr, 2012 1 commit
-
-
Benjamin Otte authored
... and convert those properties to this value.
-
- 27 Feb, 2012 1 commit
-
-
Javier Jardón authored
-
- 14 Feb, 2012 1 commit
-
-
Cosimo Cecchi authored
And make the base function just use the raw corner radii struct.
-
- 02 Feb, 2012 1 commit
-
-
Benjamin Otte authored
We can do % now, wohoo!
-
- 09 Jan, 2012 3 commits
-
-
Benjamin Otte authored
-
Benjamin Otte authored
Same order as CSS again. The nice thing about this is that now edge i in a rounded box follows corner i and is followed by corner (i + 1) % 4.
-
Benjamin Otte authored
GtkCssBorderRadius is going away.
-
- 13 Jun, 2011 1 commit
-
-
Benjamin Otte authored
Also use this support to implement inset and outset border styles without cheats.
-
- 11 Jun, 2011 1 commit
-
-
Benjamin Otte authored
CSS drawing operates on rounded boxes a lot, so it makes sense to split them out instead of duplicating them everywhere.
-