summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-05-19include GtkStock icons directly in HCIraveit6510-297/+227
2019-05-12all themes: adjustments for headerbarsraveit658-101/+129
- border-radius fixes for double headerbars - separator fixes - height fixes - dropping old workarounds
2019-04-15Update mate-desktop icon for ContrastHigh themerbuj21-0/+120
test: ./autogen.sh prefix=/usr && make & sudo make install sudo gtk-update-icon-cache -f -t /usr/share/icons/ContrastHigh
2019-04-12Remove unused iconsrbuj15-20/+0
Unused icons after https://github.com/mate-desktop/mate-control-center/commit/7cfad1c08a66678e01a1568baf7900d498962a46
2019-04-08Menta: metacity-3, rounded corners for modal-dialogsraveit652-18/+40
2019-04-06Menta: improve GtkSwitchraveit652-2/+4
2019-04-06Menta: improve metacity-theme-3raveit652-16/+16
- increase border-width for frame-geometry "border" - increase title_vertical_pad for frame-geometry "modal" - draw buttons on dialog windows - fix glitch for focused modal_dialog windows
2019-04-06menta: GtkSwich, disable on/off charactersraveit652-0/+10
2019-04-04github release pageraveit651-0/+19
2019-03-24Rename gnome-power-manager.png to mate-power-manager.pngrbuj12-6/+6
2019-03-11release 3.22.19raveit652-15/+26
2019-03-11tx: sync with transifexraveit6579-95/+4136
2019-02-22Enable Travis CI for all branchesWu Xiaotian1-6/+0
2019-02-22Initialize Travis CI supportWu Xiaotian1-0/+83
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-08release 3.22.18raveit652-2/+33
2018-08-08sync with transifexraveit6519-71/+79
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 Thibault2-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-05all themes: add a thiny border to the panelraveit6516-48/+206
this requires https://github.com/mate-desktop/mate-panel/commit/c4aedb
2018-06-03sync with transifexraveit6595-442/+823
2018-06-03add makepotraveit651-0/+5
2018-06-02submarine: drop double border of scrollbar slidersraveit652-2/+4
2018-06-02submarine: fix borders in filechooser placessidebarraveit652-2/+2
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 Thibault2-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-02HighContrast: Rework colorsSamuel Thibault1-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-04-26TOK: "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-20TOK/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 Thibault2-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-18use HighContrastInverse theme from gtk+raveit65154-4819/+21
2018-04-16pre-bump versionraveit652-1/+3