summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-09-02adwaita: remove our custom gtk_render_line() implementationCosimo Cecchi1-45/+0
2011-08-12expander: only apply the padding hack for regular treeview expandersCosimo Cecchi1-9/+15
2011-08-09expanders: tweak the border color and padding for treeview expandersCosimo Cecchi1-0/+9
2011-08-09focus: tweak the focus ring padding for treeview rowsCosimo Cecchi1-3/+16
2011-08-09expander: ensure both x and y are rounded to their integral partRui Matos1-0/+3
2011-07-15Fix compile bug #654714.Brian Cameron1-1/+0
2011-06-10adwaita: remove unused code to draw scale slidersCosimo Cecchi1-96/+0
2011-06-10menuitem: use SVG assets to draw menuitem radio/checkCosimo Cecchi1-90/+0
2011-06-10menuitem: use non-uniform rounded corners for menubar active itemsCosimo Cecchi1-124/+0
2011-06-10sliders: use SVG assets instead of doing our own renderingCosimo Cecchi1-78/+7
2011-06-10adwaita: remove unused adwaita_render_from_assets_common()Cosimo Cecchi2-49/+0
2011-06-10adwaita: don't use custom code to render background-image assetsCosimo Cecchi1-11/+3
2011-06-10adwaita: remove unused codeCosimo Cecchi2-36/+0
2011-06-09adwaita: remove render_frame_default()Cosimo Cecchi1-54/+4
2011-06-09adwaita: remove unused inset propertiesCosimo Cecchi1-114/+0
2011-06-09adwaita: remove render_icon_pixbuf() implementation, now uselessCosimo Cecchi1-162/+0
2011-05-19handle: add a missing cairo_restore() callMartin Stransky1-0/+1
2011-05-18expander: ensure the side is odd only after having centered the figureCosimo Cecchi1-4/+4
2011-05-18treeview: don't override rendering the column header borderCosimo Cecchi1-49/+4
2011-05-09adwaita: use a consistent coding styleCosimo Cecchi3-1323/+1368
2011-05-09adwaita: factor out some common code into utilsCosimo Cecchi3-53/+46
2011-05-09pane-separators: fix separator alignment in horizontal modeCosimo Cecchi1-2/+2
2011-05-09adwaita: remove an unused variableCosimo Cecchi1-2/+0
2011-05-09all: use gtk_theming_engine_get_border() where possibleCosimo Cecchi1-18/+13
2011-05-09expander: use stock render_frame and render_backgroundCosimo Cecchi1-25/+34
2011-05-06progressbar: remove hack to draw the progressbar fill over the troughCosimo Cecchi1-46/+0
2011-05-06progressbar: add a progressbar-pattern style propertyCosimo Cecchi1-14/+20
2011-05-02adwaita: split some common code into a separate source fileCosimo Cecchi4-209/+301
2011-05-02adwaita: set the border gradient pattern on frames to expandCosimo Cecchi1-6/+10
2011-05-02adwaita: add inset-* properties, to draw inset shadow linesCosimo Cecchi1-0/+110
2011-05-02adwaita: support uneven frame with -adwaita-border-gradientCosimo Cecchi1-11/+7
2011-05-02adwaita: import _cairo_uneven_frame() from GTK+ masterCosimo Cecchi1-22/+132
2011-05-02adwaita: remove unused variableCosimo Cecchi1-1/+0
2011-05-02adwaita: don't use _cairo_round_rectangle() for rectangles with radius 0Cosimo Cecchi1-4/+12
2011-05-02adwaita: remove fallback code paths for checkboxes/radiobuttonsCosimo Cecchi1-149/+12
2011-04-27pane-separator: render background and frame with stock engine methodsCosimo Cecchi1-11/+5
2011-03-18scale: correctly theme insensitive GtkScale stateCosimo Cecchi1-3/+10
2011-03-17adwaita: render slider border with -adwaita-border-gradient from CSSCosimo Cecchi1-27/+14
2011-03-17treeview: properly theme treeview separator linesCosimo Cecchi1-2/+4
2011-03-16switch: render the switch grip on top of the slider backgroundCosimo Cecchi1-0/+55
2011-03-16adwaita: add a way to theme menu arrowsCosimo Cecchi1-0/+21
2011-03-15adwaita: properly theme GtkScale marksCosimo Cecchi1-0/+39
2011-03-14notebook: use adwaita-border-gradient to render the active tab gradientCosimo Cecchi1-22/+3
2011-03-14toggle: make sure to align check/radio buttons to the text labelCosimo Cecchi1-2/+2
2011-03-14notebook: tweak the focus padding for the notebook tab shapeCosimo Cecchi1-1/+11
2011-03-14adwaita: add a focus-dashes style propertyCosimo Cecchi1-0/+12
2011-03-14focus: use a pattern property for the focus gradientCosimo Cecchi1-39/+10
2011-03-14toolbars: theme active items for primary toolbars like in new mockupsCosimo Cecchi1-2/+90
2011-03-14notebook: make sure to align the notebook tab borders properlyCosimo Cecchi1-4/+10
2011-03-14pane-separator: theme pane-separatorsCosimo Cecchi1-3/+39