Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-08-07 | submarine: reduce button radius | raveit65 | 8 | -142/+118 | |
2018-08-03 | submarine: fix headerbar backdrop state button jumping | raveit65 | 2 | -12/+96 | |
2018-07-24 | some themes: drop styling for eom sidebar buttons | raveit65 | 5 | -166/+0 | |
This doesn't look very nice with new activated sidebar | |||||
2018-07-23 | submarine: give emoji-picker popup a nicer look | raveit65 | 2 | -0/+48 | |
2018-07-15 | submarine: few fixes for buttons in titlebar and popovers | raveit65 | 2 | -2/+62 | |
2018-07-13 | submarine: fix font color in lightdm-settings | raveit65 | 2 | -0/+10 | |
2018-07-13 | highcontrast: Use normal titlebar size for utility windows | Samuel Thibault | 2 | -30/+4 | |
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-13 | all themes: add a thiny border to the panel | raveit65 | 16 | -48/+206 | |
this requires https://github.com/mate-desktop/mate-panel/commit/c4aedb | |||||
2018-07-13 | submarine: fix borders in filechooser placessidebar | raveit65 | 2 | -2/+2 | |
2018-06-03 | release 3.22.17v3.22.17 | raveit65 | 1 | -58/+75 | |
2018-06-03 | sync with transifex | raveit65 | 95 | -442/+823 | |
2018-06-02 | submarine: drop double border of scrollbar sliders | raveit65 | 2 | -2/+4 | |
2018-06-02 | Submarine: some border fixes for caja notebook | raveit65 | 4 | -8/+6 | |
2018-05-28 | all themes: xrandr-applet menu styling | raveit65 | 14 | -18/+96 | |
2018-05-22 | Submarine/GreenLaguna: fix bg of foo-scroll-area | raveit65 | 3 | -0/+30 | |
This is the color bg in mate-display-properties | |||||
2018-05-19 | Menta themes: fix background size for windows-control icons | raveit65 | 2 | -2/+2 | |
Fixes https://github.com/mate-desktop/mate-themes/issues/224 | |||||
2018-05-07 | all themes: Mate Panel: Fix align with CheckBoxes in applet popup menu | Pablo Barciela | 8 | -0/+40 | |
2018-05-07 | Menta themes: use icons with best resolution | perqbn | 30 | -0/+0 | |
Icons with best resolution. Resolve: https://github.com/mate-desktop/mate-themes/issues/222 | |||||
2018-05-04 | HighContrast: use HC icon-theme | raveit65 | 1 | -1/+1 | |
2018-05-02 | Fix more HighContrast themes visibility with metacity | Samuel Thibault | 2 | -4/+4 | |
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-02 | HighContrast: Rework colors | Samuel Thibault | 1 | -19/+29 | |
We want the HightContrast theme to be as much "black-on-white" as possible, so make buttons black on white by making the outerbevel filled white (and only in the title area and borders, there is no need to fill the whole window). The currently-focused window keeps a white titlebar while the other windows get a greyed titlebar. | |||||
2018-05-02 | TOK: "menu > menuitem" instead "menu menuitem" | Pablo Barciela | 1 | -2/+2 | |
2018-04-26 | Update default cursor size | Victor Kareh | 2 | -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-26 | TOK/TG: Fix: checkboxes and radio buttons are little and blurry | Pablo Barciela | 2 | -4/+4 | |
Fixes https://github.com/mate-desktop/mate-themes/issues/213 | |||||
2018-04-19 | Fix HighContrast themes visibility with metacity | Samuel Thibault | 2 | -11/+20 | |
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-19 | use HighContrastInverse theme from gtk+ | raveit65 | 154 | -4819/+21 | |
2018-04-19 | pre-bump version | raveit65 | 2 | -1/+3 | |
2018-03-30 | release 3.22.16v3.22.16 | raveit65 | 2 | -1/+16 | |
2018-03-30 | Menta themes: use black cursor theme | raveit65 | 2 | -2/+2 | |
2018-03-30 | BlackMATE: sync with master | lukefromdc | 3 | -4/+45 | |
*Fix for Google Chrome/Chromium *Fix some runtime warnings | |||||
2018-03-29 | add black cursor theme | raveit65 | 254 | -131/+371 | |
2018-03-29 | cursor theme: use HIDIPI cursors | raveit65 | 123 | -7/+71 | |
2018-03-29 | All themes: some improvements for WebKitGtk2 | raveit65 | 8 | -0/+17 | |
partially fix for rhbz https://bugzilla.redhat.com/show_bug.cgi?id=1559045 | |||||
2018-03-29 | Trad themes: don't draw a gradient background for the panel | raveit65 | 2 | -30/+4 | |
... and simplify panel settings | |||||
2018-03-28 | Most themes: don't write a background for vala-panel-appmenu | raveit65 | 6 | -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-06 | Submarine themes: drop light borders from multiload-applet | raveit65 | 2 | -10/+18 | |
2018-02-23 | HCI: add missing settings for multimedia OSD | raveit65 | 1 | -0/+40 | |
2018-02-23 | Traditional themes: fix osd progressbar color | raveit65 | 4 | -4/+12 | |
2018-02-23 | Menta themes: fix osd progressbar color | raveit65 | 2 | -2/+12 | |
2018-02-07 | release 3.22.15v3.22.15 | raveit65 | 1 | -469/+479 | |
2018-02-07 | sync with transifex | raveit65 | 95 | -126/+128 | |
2018-01-30 | Submarine themes: remove a box-shadow at engrampa toolbar | raveit65 | 2 | -0/+16 | |
2018-01-10 | fix NEWS entry | raveit65 | 1 | -1/+1 | |
2018-01-10 | pre-bump version | raveit65 | 2 | -1/+3 | |
2018-01-10 | submarine themes: remove padding from caja-sidebar treeview | raveit65 | 2 | -22/+6 | |
Not needed any more since overlay-scrollbars are disabled | |||||
2017-12-25 | all themes caja: remove right-border from scrolledwindow.frame | raveit65 | 9 | -9/+18 | |
....for maximized windows. But not for ie. sidebars. Partially fix for https://github.com/mate-desktop/mate-desktop/issues/291 | |||||
2017-12-25 | Menta metacity themes: remove left/right-border for maximised windows | raveit65 | 2 | -20/+12 | |
Partially fix for https://github.com/mate-desktop/mate-desktop/issues/291 | |||||
2017-12-25 | BlackMATE: write the border on scrollbar trough | raveit65 | 1 | -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-25 | all themes: remove right-border from scrolledwindow.frame | raveit65 | 9 | -0/+99 | |
....for maximized windows. But not for ie. sidebars. Partially fix for https://github.com/mate-desktop/mate-desktop/issues/291 | |||||
2017-11-22 | submarine themes: fix fg color of button.suggested-action in headerbars | raveit65 | 2 | -0/+20 | |