summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* scale: add gadgets for indicator/label in scale markswip/cosimoc/range-gadgetCosimo Cecchi2016-02-284-97/+209
* scale: add a gadget for every markCosimo Cecchi2016-02-281-250/+302
* Adwaita: add minimum size for marksCosimo Cecchi2016-02-283-0/+10
* gadget: improve debug messageCosimo Cecchi2016-02-281-1/+3
* range: draw slider on top of all contentsCosimo Cecchi2016-02-281-8/+4
* scale: implement rendering for marks gadgetsCosimo Cecchi2016-02-281-113/+129
* scale: implement size allocate for mark gadgetsCosimo Cecchi2016-02-281-9/+108
* scale: port marks size request to gadgetsCosimo Cecchi2016-02-281-74/+146
* scale: use gadgets instead of nodes for mark containersCosimo Cecchi2016-02-281-31/+30
* scale: rename function argumentsCosimo Cecchi2016-02-281-41/+47
* scale: remove unused argumentCosimo Cecchi2016-02-281-6/+4
* range: better hack for GtkColorScaleCosimo Cecchi2016-02-281-16/+5
* range: deprecate gtk_range_get/set_min_slider_size()Cosimo Cecchi2016-02-282-2/+8
* range: don't use gtk_range_set_min_slider_size()Cosimo Cecchi2016-02-284-43/+51
* Adwaita: some more WIP theme work for the new scaleLapo Calamandrei2016-02-283-737/+737
* gadget: simplify codeCosimo Cecchi2016-02-281-25/+15
* range: use border box for slider areaCosimo Cecchi2016-02-281-6/+6
* range: use new GtkCssGadget API instead of rolling our ownCosimo Cecchi2016-02-281-34/+10
* gadget: add API to get various area boxesCosimo Cecchi2016-02-282-0/+57
* range: simplify codeCosimo Cecchi2016-02-281-10/+1
* Adwaita: WIP for new range themeLapo Calamandrei2016-02-283-1183/+1194
* range: add a gadget for the whole widget areaCosimo Cecchi2016-02-281-38/+110
* scale: always add marks at the beginning or the endCosimo Cecchi2016-02-283-9/+2
* range: use new GtkBoxGadget API instead of counting childrenCosimo Cecchi2016-02-281-17/+9
* boxgadget: add APIs to insert gadgets next to siblingsCosimo Cecchi2016-02-282-0/+47
* range: use new GtkBoxGadget API instead of removing/insertingCosimo Cecchi2016-02-281-12/+8
* boxgadget: add API to set expand/align flags for gadget childCosimo Cecchi2016-02-282-8/+85
* range: move slider drawing where it belongsCosimo Cecchi2016-02-281-2/+2
* scrollbar: deprecate min-slider-length style propertyCosimo Cecchi2016-02-284-11/+26
* range: whitespace fixCosimo Cecchi2016-02-281-1/+0
* range: remove border allocation hackCosimo Cecchi2016-02-281-14/+10
* colorscale: don't use style properties to determine slider sizeCosimo Cecchi2016-02-281-4/+11
* Revert "range: move GtkColorScale special case to GtkColorScale"Cosimo Cecchi2016-02-282-6/+7
* Revert "range: simplify code"Cosimo Cecchi2016-02-281-3/+14
* range: simplify codeCosimo Cecchi2016-02-281-14/+3
* range: move GtkColorScale special case to GtkColorScaleCosimo Cecchi2016-02-282-7/+6
* range: remove special case that's not neededCosimo Cecchi2016-02-281-12/+1
* range: move slider inside the troughCosimo Cecchi2016-02-281-114/+76
* scale: deprecate slider-length style propertyCosimo Cecchi2016-02-286-19/+43
* range: deprecate more style propertiesCosimo Cecchi2016-02-288-62/+92
* range: continue porting to GtkGadgetsCosimo Cecchi2016-02-284-775/+592
* gadget: add hit test functionsCosimo Cecchi2016-02-282-11/+122
* range: remove unused codeCosimo Cecchi2016-02-281-3/+0
* range: remove call that is not neededCosimo Cecchi2016-02-281-2/+0
* range: simplify code a bitCosimo Cecchi2016-02-281-5/+7
* range: don't call gtk_range_calc_layout() in realize()Cosimo Cecchi2016-02-281-2/+0
* range: deprecate arrow-scaling style propertyCosimo Cecchi2016-02-281-1/+4
* range: use newer GtkCssGadget APICosimo Cecchi2016-02-281-15/+15
* range: deprecate trough-under-steppersCosimo Cecchi2016-02-287-104/+22
* range: first pass at porting to gadgetsCosimo Cecchi2016-02-284-512/+545