Commit Graph

13 Commits

Author SHA1 Message Date
Morgan Hardwood
60b2196bce Updated gnu.org links to use HTTPS 2019-09-10 12:34:57 +02:00
Morgan Hardwood
d91f177f57 Added missing selector #4350 2018-02-02 15:57:22 +01:00
Morgan Hardwood
db3111b0d3 Text toggle button fix for GTK+ <=3.18 #4350
GTK+ <=3.18 requires different selectors than >=3.20.
2018-02-02 02:27:29 +01:00
Morgan Hardwood
bee52d7442 Text toggle button hover animation and stricter targetting #4350 2018-02-01 16:30:45 +01:00
Morgan Hardwood
99f73ba843 Better on/off state separation for text toggle buttons #4350 2018-02-01 13:55:48 +01:00
Alberto Griggio
c3bdd47a62 make MyFileChooserButton behave nicely with CSS themes
Note: I still had to hardcode a set_border_width(2) for GTK+ < 3.20, because nothing I tried on the CSS worked...
2017-10-25 22:35:26 +02:00
Alberto Griggio
bb300c53c7 improve readability of the partial profile paste dialog under the default theme 2017-02-20 09:55:57 +01:00
Morgan Hardwood
9b2ab510f1 Themes updated including stuck-scrollbar workaround by TooWaBoo, closes #3605 2017-01-22 21:37:40 +01:00
Morgan Hardwood
5100126f0d spinbutton separation between text and buttons, as discussed in IRC. 2016-12-19 17:07:11 +01:00
Hombre57
f3f317e5bd Issue #3446: Updated Gtk3.18 theme
Harcoded style has been reintroduced for Gtk < 3.20 only ; a cleanup
will have to be done once Gtk3.18 support will be dropped.
2016-12-06 01:33:03 +01:00
Hombre
8d0caa284b Wrong CSS file committed previously. 2016-11-26 23:12:21 +01:00
Hombre
a4703c54b4 Reverted some code to hardcode some style for Gtk3.18 only. 2016-11-26 22:54:41 +01:00
Hombre
55759c04e3 See #3446: the theme filenames now includes a code for version handling.
The theme filename must use a template, that will be explained with this
example:

mytheme-GTK3-20_22.css

Everything before -GTK3... is the theme (short) name, the [-GTK3-] is a
mandatory part, 20 is the included version where support begins and 22
is the included version where the support ends. One of this two version
parameters can be ommited (but not both of course), which make RT
understand "is compatible from all version up to xx" (e.g.
mytheme-GTK3-_22.css) or "is compatible from version yy and above" (e.g.
mytheme-GTK3-20_.css)

The RawTherapee-GTK3-_19.css comes 'as is' from the gtk3 branch and has
still to be tuned.
2016-11-20 02:22:03 +01:00