summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* scale: use a margin to make the trough background/frame thinnerCosimo Cecchi2012-05-163-97/+0
* pane-separator: render the pane separator grip with an SVG assetCosimo Cecchi2012-05-151-58/+0
* switch: render switch grip lines with an SVG assetCosimo Cecchi2012-05-151-64/+0
* progressbars: use CSS multiple backgrounds to render patternCosimo Cecchi2012-05-151-27/+0
* Add an option to disable building of gtk3 enginesJohan Dahlin2012-05-141-1/+5
* notebook: fix scaling of rendered backgroundCosimo Cecchi2012-03-191-13/+17
* engine: fix a leftoverCosimo Cecchi2012-02-041-1/+1
* engine: tab rendering code minor cleanupsCosimo Cecchi2012-02-041-7/+7
* engine: redo notebook tab renderingCosimo Cecchi2012-02-031-111/+40
* engine: simplify codeCosimo Cecchi2012-02-031-8/+1
* grip: turn resize grip rendering into a SVG assetCosimo Cecchi2012-01-241-67/+4
* adwaita: Check the pattern isn't NULL before using itBenjamin Otte2011-12-231-1/+1
* Better error message for missing dependenciesXan Lopez2011-12-141-2/+2
* engine: remove hack to override color for arrows in GtkMenuItemsCosimo Cecchi2011-12-051-21/+0
* engine: don't use a custom property for GtkSwitch slider linesCosimo Cecchi2011-12-021-12/+3
* engine: remove useless overrides of render_check and render_optionCosimo Cecchi2011-12-021-26/+0
* engine: don't use style_pattern_set_matrix()Cosimo Cecchi2011-12-023-40/+7
* engine: draw both background image and color on notebook tabsCosimo Cecchi2011-12-021-6/+5
* engine: remove unused focus-border-gradient and focus-fill-colorCosimo Cecchi2011-11-301-39/+3
* Revert "notebook: don't trim the allocated area when drawing the tab shape"Cosimo Cecchi2011-11-211-1/+12
* notebook: don't trim the allocated area when drawing the tab shapeCosimo Cecchi2011-11-201-12/+1
* adwaita: remove our custom gtk_render_line() implementationCosimo Cecchi2011-09-021-45/+0
* expander: only apply the padding hack for regular treeview expandersCosimo Cecchi2011-08-121-9/+15
* expanders: tweak the border color and padding for treeview expandersCosimo Cecchi2011-08-091-0/+9
* focus: tweak the focus ring padding for treeview rowsCosimo Cecchi2011-08-091-3/+16
* expander: ensure both x and y are rounded to their integral partRui Matos2011-08-091-0/+3
* Fix compile bug #654714.Brian Cameron2011-07-151-1/+0
* adwaita: remove unused code to draw scale slidersCosimo Cecchi2011-06-101-96/+0
* menuitem: use SVG assets to draw menuitem radio/checkCosimo Cecchi2011-06-101-90/+0
* menuitem: use non-uniform rounded corners for menubar active itemsCosimo Cecchi2011-06-101-124/+0
* sliders: use SVG assets instead of doing our own renderingCosimo Cecchi2011-06-101-78/+7
* adwaita: remove unused adwaita_render_from_assets_common()Cosimo Cecchi2011-06-102-49/+0
* adwaita: don't use custom code to render background-image assetsCosimo Cecchi2011-06-101-11/+3
* adwaita: remove unused codeCosimo Cecchi2011-06-102-36/+0
* adwaita: remove render_frame_default()Cosimo Cecchi2011-06-091-54/+4
* adwaita: remove unused inset propertiesCosimo Cecchi2011-06-091-114/+0
* adwaita: remove render_icon_pixbuf() implementation, now uselessCosimo Cecchi2011-06-091-162/+0
* handle: add a missing cairo_restore() callMartin Stransky2011-05-191-0/+1
* expander: ensure the side is odd only after having centered the figureCosimo Cecchi2011-05-181-4/+4
* treeview: don't override rendering the column header borderCosimo Cecchi2011-05-181-49/+4
* adwaita: use a consistent coding styleCosimo Cecchi2011-05-093-1323/+1368
* adwaita: factor out some common code into utilsCosimo Cecchi2011-05-093-53/+46
* pane-separators: fix separator alignment in horizontal modeCosimo Cecchi2011-05-091-2/+2
* adwaita: remove an unused variableCosimo Cecchi2011-05-091-2/+0
* all: use gtk_theming_engine_get_border() where possibleCosimo Cecchi2011-05-091-18/+13
* expander: use stock render_frame and render_backgroundCosimo Cecchi2011-05-091-25/+34
* progressbar: remove hack to draw the progressbar fill over the troughCosimo Cecchi2011-05-061-46/+0
* progressbar: add a progressbar-pattern style propertyCosimo Cecchi2011-05-061-14/+20
* adwaita: split some common code into a separate source fileCosimo Cecchi2011-05-024-209/+301
* adwaita: set the border gradient pattern on frames to expandCosimo Cecchi2011-05-021-6/+10