summaryrefslogtreecommitdiff
path: root/gtk/gtkroundedbox.c
Commit message (Expand)AuthorAgeFilesLines
* Use a better hash for arcsMatthias Clasen2016-05-051-1/+17
* Fix corner manipulation when growing rounded rectsMatthias Clasen2016-01-111-2/+2
* Be more careful with floating point divisionsMatthias Clasen2016-01-081-9/+16
* rounded rect: cache arcsMatthias Clasen2015-09-291-2/+76
* roundedbox: Fix a copy/paste errorBenjamin Otte2015-03-291-1/+1
* roundedbox: Treat path segments differentlyBenjamin Otte2015-01-311-28/+88
* roundedbox: Take a GtkCssStyle instead of a GtkStyleContextBenjamin Otte2015-01-201-14/+14
* cssstyle: Rename GtkCssComputedValues => GtkCssStyleBenjamin Otte2015-01-071-4/+8
* Add clipping apis to GtkRoundedBoxMatthias Clasen2014-12-021-0/+47
* roundedbox: Only grow border-radius if there is oneBenjamin Otte2014-08-211-2/+4
* roundedbox: Remove functions that take a GtkThemingEngineBenjamin Otte2014-08-161-16/+7
* themingengine: use outlines to render focus ringsCosimo Cecchi2014-05-011-0/+15
* roundedbox: Fix copy-paste errorBenjamin Otte2012-12-211-1/+1
* gtkroundedbox: Fix a compiler warningKalev Lember2012-12-021-1/+1
* gtk: Put private functions in headers and include thoseBenjamin Otte2012-10-021-0/+1
* cssvalue: Add a value for border-radius corner propertiesBenjamin Otte2012-04-171-36/+29
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* roundedbox: add _apply_border_radius() variations for engine/contextCosimo Cecchi2012-02-141-16/+35
* css: Convert border-radius to GtkCssNumberBenjamin Otte2012-02-021-7/+27
* roundedbox: close pathBenjamin Otte2012-01-091-0/+2
* themingengine: Implement 'dotted' and 'dashed'Benjamin Otte2012-01-091-0/+96
* css: Introduce a corner order enumBenjamin Otte2012-01-091-119/+117
* roundedbox: Use GtkCssBorderCornerRadius typeBenjamin Otte2012-01-091-106/+107
* roundedbox: Clamp border radius to box sizeAndrea Cimitan2011-07-211-0/+28
* themingengine: Implement support for multiple border colorsBenjamin Otte2011-06-131-0/+163
* roundedbox: Fix border radius grow algorithmBenjamin Otte2011-06-131-16/+18
* roundedbox: Handle shrinking to zeroBenjamin Otte2011-06-121-6/+20
* gtk: Add GtkRoundedBoxBenjamin Otte2011-06-111-0/+195