summaryrefslogtreecommitdiff
path: root/desktop-themes/BlackMATE/gtk-3.0
AgeCommit message (Collapse)AuthorFilesLines
2016-06-29Fix "paper" widget in print dialogslukefromdc1-0/+13
In the "General" tab olf a print dialog under the "copies" spinbutton are checkboxes for "collate" and "reverse." The "Reverse" button shows two numbered pieces of paper, but until now it only worked in Adwaita or in GTK 2. Fix this, in GTK 3..20 or later this is a cssnode named simply "paper"
2016-06-21GTK+-3.20 BlackMate: fix wrong bg color of notebook in wifi password dialog, ↵raveit651-6/+7
nm-applet
2016-06-19BlackMATE GTK3: consistant panel menuslukefromdc1-1/+1
Fully expand panel right-click menus to be consistant with panel main menus
2016-06-19BlackMATE GTK3: fix panel right-click menu sizelukefromdc1-0/+8
Fix tiny right-click menus on some panel applets on GTK3 panels. Note that this problem came from an earlier fix for panels being spaced 1px away from the edge of the screen, which resulted from a theme default padding of 1px, most themes default to 0px and expand from there,
2016-06-09BlackMATE: fix Firefox scrollbar sliderslukefromdc1-12/+24
2016-06-09BlackMATE: Fix font warninglukefromdc1-1/+1
Theme parsing error: mate-applications.css:75:13: Expected a string. came from use of "font" rather than "font-style" to indicate caja statusbar font. Must have missed this one earlier, warning popped up in Firefox from terminal. Tested and works: Italic font used in caja statusbar
2016-06-05BlackMATE: support new MSD OSD style classlukefromdc1-0/+9
This is necessary for the MSD media keys after the port of mate-settings-daemon to GtkStyleContext. Othewise the OSD window gets square corners and the progressbar is nearly indistinguishable from the trough.
2016-06-04GTK+-3.20 BlackMate: a few adjustments for caja + clean up o mate-applicationsraveit651-112/+16
- caja combobox views - sidebar scrollbar button - drop old selectors from nautilus - drop non ported stuff - use right selectors for na-tray applet
2016-05-31BlackMATE :use a text shadow on mate-panel lukefromdc1-0/+8
Use a text shadow on the panel so the text is readable even on a transparent panel over a light background. Tested on a white panel, it works
2016-05-26Gtk+-3.20 most themes: fix some menu separatorsraveit651-1/+3
fixes https://github.com/mate-desktop/mate-themes/issues/121
2016-05-17BlackMATE: remove some tabs from last commitlukefromdc2-4/+4
2016-05-17GTK 3.21 BlackMATE-fix rest of font/deprec errorslukefromdc2-17/+13
2016-05-17GTK 3.21 BlackMATE: fix font,deprecation errorslukefromdc4-12/+28
2016-05-14GTK+-3.20 all themes: add settings for yumex-dnfraveit651-13/+28
2016-05-13GTK+-3.20 BlackMATE: fix wrong stackswitcher noderaveit651-24/+24
2016-05-11GTK+-3.20 BlackMATE: add simple support for spinbuttons and OSD spinbuttonsraveit651-30/+164
2016-05-11GTK+-3.20 BlackMATE: some more corrections for 3.20raveit651-68/+65
- replace wrong node GtkSpinButton - replace column-header with treeview header button - replace list-row with list row - replace GtkCellView with cellview - replace GtkVolumeButton button with button.scale - fix GtkSwitch - replace GtkGrid button with grid - fix app-notification
2016-05-10GTK+- 3.20 BlackMate: adjust list row syntax for 3.20raveit651-14/+23
2016-05-10GTK+-3.20 BlackMATE: fix OSD settingsraveit651-105/+105
2016-05-10GTK+-3.20 Blackmate: fix headerbar and .titlebarraveit651-102/+120
- fix wrong nodes and style classes Note, previous fixes wasn't there at git for some reasons - adjustments for gedit and meld - some code styling clean ups
2016-05-04GTK 3.20-apply window-control theme to geditlukefromdc1-86/+85
2016-05-04Revert "GTK3.20: apply window control theme to gedit etc"lukefromdc4-1846/+86
This reverts commit 8fa3cf2241e0c4685ef7c5c75cab936d18703034.
2016-05-04GTK3.20: apply window control theme to gedit etclukefromdc4-86/+1846
2016-05-04GTK+-3.20 BlackMATE: adjust tooltipsraveit651-93/+75
- fix for firefox - fix for min/max/close/menu buttons in WM - don't write bg for tooltip decoration (padding=0px)
2016-04-29GTK 3.20 BlackMATE-Fix Gedit headerbar buttonslukefromdc1-2/+2
Gedit forces the use of the default symboiic icons in the window control buttons in its titlebar. Possibly some other GNOME apps as well. Making them transparent causes NO icons to be shown and the buttons to turn invisible. Not turning these images foreground colors transparent makes them show up. Does not seem to interfere in any way with normal BlackMATE window control buttons inn CSD or SSD apps where they are not blocked.
2016-04-29GTK3.20 BlackMATE-fix incorrect headerbar selectorlukefromdc1-21/+21
header-bar is incorrect for GTK 3.20, GtkInspector shows headerbar to be the correct selector here
2016-04-28GTK 3.20 BlackMATE more Firefox fixeslukefromdc1-19/+56
Fix scrollbars, keep any default colors off check and radio boxes in Firefox
2016-04-28GTK 3.20 BlackMATElukefromdc1-0/+12
Fix check and radio buttons in Firefox GTK3 website content, they are not just in menus. Note that some sites-including Firefox's own preference page use their own widgets, others (notably Hushmail) call Firefox's default widgets and are broken if checkboxes only work in menus.
2016-04-27GTK+-3.20 BlackMate: fix check and radio boxes in firefoxraveit651-28/+39
2016-04-27GTK+-3.20 BlackMate: use origin border-radius for trough and progressraveit651-46/+9
- and remove unneeded settings
2016-04-27GTK+-3.20 BlackMate: don't set insensitive colors as a general settingraveit651-3/+0
- this removes unwanted colors from GtkScale, check and radio buttons, spinbuttons and others. Better set those colors on a widget later if they are missing. Note: other general color settings should also removed, you never know where they matched.
2016-04-27GTK+-3.20 BlackMate little adjustement for scrollbars + a forgotten fix for ↵raveit651-32/+23
modelbutton - use a background a border for the whole scrollbar, better for overlay-scrollbars
2016-04-26GTK+-3.20 BlackMate: re-work menusraveit651-73/+199
- fixes menu glitches - enable transition effects again - fixes menu issues in firefox - use symbolic arrows for menus - adjust menuitem:hover bg-image - sync popover with normal menus
2016-04-26GTK+-3.20 BlackMate: fix some general parameter,ie. ↵raveit651-6/+1
-GtkScrolledWindow-scrollbar-spacing - this removes the weird color in views beside scrollbars - resize-grip is droped since 3.14 Not sure about the other parameter without Gtk in name.
2016-04-26GTK+-3.20 BlackMate: use a padding for menubar menuitem from mate-panelraveit651-0/+4
2016-04-26GTK+-3.20 BlackMate: fix fg color of text selectionraveit651-1/+3
2016-04-12BlackMATE: Correct bg of active treeview cellslukefromdc1-0/+6
BlackMATE, GTK 3.20: keep active .view color off of treeview cells. Otherwise checkboxes and radio buttons (cells with certain images) can get a square around them with a mismatched background when used in a treeview and matching :active. This affected the mate-volume-control system sound dialog and could also be seen in GTK3-demo.
2016-04-12BlackMATE:match stacksidebar to placessidebarlukefromdc1-0/+5
GTK 3.20, match the StackSideBar theme to the PlacesSideBar theme. This widget is easily missed in a MATE theme as few apps use it, GtkInspector used to through 3.18 but does not in GTK 3.20.
2016-04-12GTK+-3.20 all other themes: fix text selection in firefoxraveit651-0/+23
2016-04-10GTK+-3.20 BlackMate: style lock-screenraveit651-0/+19
2016-04-03Fix non-composited CSD windowslukefromdc1-8/+27
Apply Raveit65's https://dl.dropboxusercontent.com/u/49862637/Mate-desktop/Bugs/blackmate_csd.patch using border radius 0px for solid-csd (w/o compositor) fixes the black corners from csd windows, which comes from shadows. (gtk+ or marco issue) border color is the same like for other windows missing selector messagedialog.csd settings for backdrop state, testable in cinnamon. new deprecation GtkComboBox-shadow-type which spams the terminal, i don't know if there is an replacement for it.
2016-04-03GTK+-3.20 BlackMate: adjust window-controls settingsraveit651-197/+99
2016-04-03GTK+-3.20 BlackMate: use Mate logo as spinner animationraveit651-9/+11
2016-03-30GTK 3.20 correct for recent mate-panel changeslukefromdc1-32/+29
Fix cpufreq applet unit labels not showing up when panel restarted-must use 0px padding Fix panel rendering 1px above bottom of screen-must use padding 0px as panel default BlackMATE is one of the few themes using a non-zero default padding value, I had to fix some wierd bugs in the panel with all GTK versions GTK 3-20 specific fixes: Stop jumping panel buttons Match tasklist and calendar buttons to GTK 3.16 and 3.18 results with current panel versions, highlight only active/checked window's button
2016-03-25GTK+-3.20 all themes:update wnckpager to follow latest mate-panel changesraveit651-3/+3
2016-03-10Revert "GTK+-3.20 all themes: set min width and height for mate-terminal"raveit651-11/+0
This reverts commit 4b7682c346b06fa877128dfc3a68ec07a567f1bb.
2016-03-06GTK+-3.20 all themes: set min width and height for mate-terminalraveit651-0/+11
2016-03-04Fix wrong orientation scrollbar buttonslukefromdc1-12/+12
Code cut and pasted from green-submarine, it works.
2016-03-01Clean up scale sliders inside notebookslukefromdc1-14/+17
2016-03-01BlackMATE-fix unterminated commentlukefromdc1-0/+1