summaryrefslogtreecommitdiff
path: root/src/ui/theme.c
Commit message (Expand)AuthorAgeFilesLines
* ui: Excise old frames UICarlos Garnacho2022-12-011-1358/+0
* core: Shuffle function to get description string from a frameCarlos Garnacho2022-12-011-39/+0
* Make meta_* logging utilities not require line breakJonas Ådahl2020-10-081-1/+1
* theme: Plug GdkPixbuf leakSebastian Keller2020-01-061-1/+1
* theme: Plug GtkIconInfo leakSebastian Keller2020-01-061-1/+1
* cleanup: Don't use g_memmove()Florian Müllner2019-07-181-2/+2
* theme: Remove DEBUG_FILL_STRUCTMarco Trevisan (Treviño)2019-05-271-4/+0
* frame: Remove flashing supportwip/fmuellner/flash-flashFlorian Müllner2019-03-121-2/+0
* ui: Remove fallback app menuFlorian Müllner2019-01-301-18/+0
* theme: Drop gtk_css_provider_get_default()Georges Basile Stavracas Neto2018-11-081-4/+18
* Clean up include macros messJonas Ådahl2018-11-061-8/+11
* theme, frames: Use surface device scale instead of cairo_scaleMarco Trevisan (Treviño)2018-04-201-2/+12
* theme: Scale titlebar spacing when computing xMarco Trevisan (Treviño)2018-04-031-1/+1
* theme: add ".appmenu" class to the appmenu buttonMarco Trevisan (Treviño)2018-04-031-0/+2
* theme: Fix icon scalingEgmont Koblinger2018-03-031-4/+4
* theme: set RTL/LTR flags on the style contextCosimo Cecchi2016-04-091-0/+14
* theme: Take invisible borders required by the theme into accountFlorian Müllner2016-02-041-4/+16
* theme: Update style context hierarchy (again)Florian Müllner2016-02-041-3/+8
* theme: Support margins on titlebar title/buttonsFlorian Müllner2016-01-211-3/+29
* theme: Consider minimum sizesFlorian Müllner2016-01-211-4/+24
* Revert "frame: Don't allow resizing of edges that are constrained"Florian Müllner2016-01-101-8/+5
* frame: Don't allow resizing of edges that are constrainedJasper St. Pierre2016-01-091-5/+8
* theme: Shut up some GTK+ warningsFlorian Müllner2015-11-241-2/+3
* theme: Update style hierarchy (again)Florian Müllner2015-11-121-6/+4
* theme: Set object-name on style contextsFlorian Müllner2015-10-271-0/+9
* theme: Complete removal of "fringe" titlebar button supportFlorian Müllner2015-10-161-49/+2
* theme: Reset button style state when done drawingFlorian Müllner2015-10-161-0/+1
* theme: Stop hiding titlebar buttons in dialogsFlorian Müllner2015-10-071-2/+0
* theme: Fix C++-ismJasper St. Pierre2015-07-011-1/+1
* theme: Scale window decorations on HiDPI displaysFlorian Müllner2015-03-171-28/+76
* ui: Fix undefined variable warningJasper St. Pierre2015-03-131-0/+1
* theme: Stop clipping titlebar buttonsFlorian Müllner2015-03-111-3/+1
* Add style classes to the titlebuttonsHorst31802015-03-041-0/+22
* theme: Make certain MetaFrameLayout functions staticJasper St. Pierre2015-02-111-11/+3
* theme: Remove unused memory management functionsJasper St. Pierre2015-02-111-34/+4
* theme: Remove old comment about metacity themesJasper St. Pierre2015-02-081-17/+0
* theme: Remove flags argument from get_frame_layoutJasper St. Pierre2014-12-311-2/+1
* x11: Change the iconcache / window icons to being cairo surfacesJasper St. Pierre2014-12-311-10/+11
* theme: Move the layout we save closer to GTK+'s modelFlorian Müllner2014-12-291-59/+49
* theme: Remove MetaFrameStyle/MetaFrameStyleSetFlorian Müllner2014-12-291-312/+56
* theme: Remove MetaFrameResizeFlorian Müllner2014-12-291-112/+35
* Remove all support for the metacity formatFlorian Müllner2014-12-291-4634/+22
* theme: Use a singleton themeFlorian Müllner2014-12-291-12/+9
* theme: Don't load metacity themesFlorian Müllner2014-12-291-54/+60
* theme: Disable support for fringe buttonsFlorian Müllner2014-12-291-46/+3
* theme: Scale whitespace from theme with title_scale factorFlorian Müllner2014-12-291-0/+14
* theme: Use style information from GTK+Florian Müllner2014-12-291-189/+122
* theme: Add function to fill geometry information from GTK+ themeFlorian Müllner2014-12-291-0/+83
* theme: Add method to adjust styles for frame stateFlorian Müllner2014-12-291-0/+72
* frames: Use title style to set up title layoutFlorian Müllner2014-12-291-41/+25