summaryrefslogtreecommitdiff
path: root/desktop-themes
AgeCommit message (Collapse)AuthorFilesLines
2019-02-07TOK/TG: fix menubar view for LibreOfficeIvan Razzhivin2-0/+4
2018-12-28Menta metacity: synchronize frame_geometryraveit652-24/+26
use same frame_geometry for metacity-theme version2/3
2018-12-14BlackMATE: fix invisible checkboxes in Firefox content when userChrome.css ↵lukefromdc1-1/+1
is used
2018-11-24Trad. and Menta themes: fix menu acceleratorraveit654-18/+18
fixes https://github.com/mate-desktop/mate-themes/issues/192
2018-10-27submarine: fix font-color headerbar button.defaultraveit652-0/+2
2018-08-28Trad. and GreenLaguna: fix lightdm-gtk panelraveit653-0/+99
fixes https://github.com/mate-desktop/mate-themes/issues/233
2018-08-08Menta/Submarine: fix backdrop/focus state with gnome-disk-utilityraveit658-12/+70
2018-08-07submarine: reduce button radiusraveit658-142/+118
2018-08-03submarine: fix headerbar backdrop state button jumpingraveit652-12/+96
2018-07-24some themes: drop styling for eom sidebar buttonsraveit655-166/+0
This doesn't look very nice with new activated sidebar
2018-07-23submarine: give emoji-picker popup a nicer lookraveit652-0/+48
2018-07-15submarine: few fixes for buttons in titlebar and popoversraveit652-2/+62
2018-07-13submarine: fix font color in lightdm-settingsraveit652-0/+10
2018-07-13highcontrast: Use normal titlebar size for utility windowsSamuel Thibault1-15/+2
The xx-small scale makes title bars really small and harder to read, which is not really the goal of high contrast themes :)
2018-07-13all themes: add a thiny border to the panelraveit6516-48/+206
this requires https://github.com/mate-desktop/mate-panel/commit/c4aedb
2018-07-13submarine: fix borders in filechooser placessidebarraveit652-2/+2
2018-06-02submarine: drop double border of scrollbar slidersraveit652-2/+4
2018-06-02Submarine: some border fixes for caja notebookraveit654-8/+6
2018-05-28all themes: xrandr-applet menu stylingraveit6514-18/+96
2018-05-22Submarine/GreenLaguna: fix bg of foo-scroll-arearaveit653-0/+30
This is the color bg in mate-display-properties
2018-05-19Menta themes: fix background size for windows-control iconsraveit652-2/+2
Fixes https://github.com/mate-desktop/mate-themes/issues/224
2018-05-07all themes: Mate Panel: Fix align with CheckBoxes in applet popup menuPablo Barciela8-0/+40
2018-05-07Menta themes: use icons with best resolutionperqbn30-0/+0
Icons with best resolution. Resolve: https://github.com/mate-desktop/mate-themes/issues/222
2018-05-04HighContrast: use HC icon-themeraveit651-1/+1
2018-05-02Fix more HighContrast themes visibility with metacitySamuel Thibault1-2/+2
This completes cf0a970 ("Fix HighContrast themes visibility with metacity"). When maximized windows are rendered with metacity (e.g. with metacity-theme-viewer), the back background parts of HighContrast and HighContrastInverse actually show up transparent. This is because the maximized_unfocused and maximized_focused styles do not use the proper focus draw_ops like normal_focused and normal_unfocused.
2018-05-02TOK: "menu > menuitem" instead "menu menuitem"Pablo Barciela1-2/+2
2018-04-26Update default cursor sizeVictor Kareh2-2/+2
The mate cursor theme does not have a 16px size cursor. This causes problems when switching between HiDPI and Regular resolutions, as the system cannot determine which cursor size to scale from. Updating the Traditional themes to use 24px looks better for both regular and HiDPI displays and fixes pointer size glitches.
2018-04-26TOK/TG: Fix: checkboxes and radio buttons are little and blurryPablo Barciela2-4/+4
Fixes https://github.com/mate-desktop/mate-themes/issues/213
2018-04-19Fix HighContrast themes visibility with metacitySamuel Thibault1-3/+5
When rendered with metacity (e.g. with metacity-theme-viewer), the back background parts of HighContrast and HighContrastInverse actually show up transparent. This is because the corresponding rectangles were missing the filled attribute. In the HighContrast case, the gtk_arrow is getting drawn black on black (and there is currently no way to change the color), so we can as well draw it by hand to be able to change the color. The close button also deserves bigger width to be more visible. Fixes #211
2018-04-19use HighContrastInverse theme from gtk+raveit65152-4811/+15
2018-03-30Menta themes: use black cursor themeraveit652-2/+2
2018-03-30BlackMATE: sync with masterlukefromdc3-4/+45
*Fix for Google Chrome/Chromium *Fix some runtime warnings
2018-03-29All themes: some improvements for WebKitGtk2raveit658-0/+17
partially fix for rhbz https://bugzilla.redhat.com/show_bug.cgi?id=1559045
2018-03-29Trad themes: don't draw a gradient background for the panelraveit652-30/+4
... and simplify panel settings
2018-03-28Most themes: don't write a background for vala-panel-appmenuraveit656-0/+38
... on that widget: .-vala-panel-appmenu-core > scrolledwindow > viewport.frame {} Using a scrolledwindow and a viewport on top of a menubar in widget order is really weird. Fixes https://github.com/mate-desktop/mate-themes/issues/207
2018-03-06Submarine themes: drop light borders from multiload-appletraveit652-10/+18
2018-02-23HCI: add missing settings for multimedia OSDraveit651-0/+40
2018-02-23Traditional themes: fix osd progressbar colorraveit654-4/+12
2018-02-23Menta themes: fix osd progressbar colorraveit652-2/+12
2018-01-30Submarine themes: remove a box-shadow at engrampa toolbarraveit652-0/+16
2018-01-10submarine themes: remove padding from caja-sidebar treeviewraveit652-22/+6
Not needed any more since overlay-scrollbars are disabled
2017-12-25all themes caja: remove right-border from scrolledwindow.frameraveit659-9/+18
....for maximized windows. But not for ie. sidebars. Partially fix for https://github.com/mate-desktop/mate-desktop/issues/291
2017-12-25Menta metacity themes: remove left/right-border for maximised windowsraveit652-20/+12
Partially fix for https://github.com/mate-desktop/mate-desktop/issues/291
2017-12-25BlackMATE: write the border on scrollbar troughraveit651-9/+9
This is better that writing the border on scrollbar itself. Otherwise the scrollbar isn't clickable at window edge for maximised windows. Partially fix for https://github.com/mate-desktop/mate-desktop/issues/291
2017-12-25all themes: remove right-border from scrolledwindow.frameraveit659-0/+99
....for maximized windows. But not for ie. sidebars. Partially fix for https://github.com/mate-desktop/mate-desktop/issues/291
2017-11-22submarine themes: fix fg color of button.suggested-action in headerbarsraveit652-0/+20
2017-10-10BlackMATE: Workaround for Yelp/Lireoffice/Firefox scrollbar issuelukefromdc1-0/+19
2017-10-06Revert "Gtk+-3.20 all themes: fix redraw issue with yelp"raveit658-120/+0
This reverts commit 5923eed2cfce3d15529f43b3cee47787bf4b6ee7. Sadly, this breaks scrollbar buttons in mozilla apps and OpenOffice
2017-09-19Revert "Gtk+-3.20 Menta: drop some panel settings"raveit652-2/+38
This reverts commit a9d5569c1b3c16d27bc993388fe1c17f52a941df.
2017-09-19Revert "Gtk+-3.20 submarine: drop some panel settings"raveit652-11/+28
This reverts commit 9e016a7291a1bafe2247d131e1d4b24fc23cc88b.