Commit Graph

45 Commits

Author SHA1 Message Date
45622aff48 Allow editor toolbar and background to be themeable. 2017-01-18 18:25:25 -06:00
bdb8cce6e3 Revert transport frame color in Ardour. But now its theme-able for those who are interested. 2017-01-05 17:41:40 -06:00
a5e0f1ff10 make entire transport bar have its own background, specifically themeable 2017-01-05 22:22:14 +00:00
4c7fcc11f7 Attempt to lighten the transport area slightly. A little help needed here, Paul 2017-01-05 10:01:22 -06:00
30ca09ca88 make status bar themeable 2017-01-04 23:12:34 +00:00
7ad62ffbed Ruler labels should be normal weight. 2016-12-18 20:13:38 -06:00
85e4b1d98f Move selection/punch clocks to editor Sidebar 2016-12-17 02:43:42 +01:00
27cff39dc7 peak level numeric display now uses "clip indicator" for base color, not "bright indicator"
Should address #7010
2016-10-12 15:50:30 -04:00
d92686afb4 Repeat INSENSITIVE colors instead of relying on inheritance
Since inheritance doesn't seem to work on some systems, though it worked
on mine.
2016-08-22 01:58:08 +02:00
23ccf48c28 Fix colors of disabled spin buttons (and maybe others)
The insensitive state should not get a base color that's the same as the
enabled one, or the difference is not visible enough (only the text
color changes). In fact, since the goal of the entry modifications is to
aid visibility during user input, there is no reason to override the
insensitive colors.

Just inherit the insensitive colors of the global style.

Also fix a comment that was attached to the wrong declaration.
2016-08-20 00:31:19 +02:00
e2846ad210 Remove unused lines in clearlooks.rc.in 2016-08-19 15:49:47 +02:00
5cc97f55f2 Avoid CamelCase in color names 2016-08-19 14:57:07 +02:00
9215710c59 Plugin Analysis: show numeric values on mouse over
For people who need more precise frequency or response amplitude, show
the values corresponding to the point under the mouse.
2016-07-25 00:31:47 +02:00
0784660d91 set a theme color for VCA axes in the editor 2016-07-13 13:09:57 -04:00
13ce731fc7 more hacks to gkt rc file to get text entries to behave 2016-07-02 13:54:16 -04:00
fe9ee90b9a MotionFeedback vanished long ago 2016-07-01 17:47:05 -04:00
791c6d4d1f drop use of gtk_entry_* colors (except cursor); use original base/text choices but avoid using selected for entire bg 2016-07-01 17:47:05 -04:00
fcef47c4bb NO-OP: remove trailing whitespace 2016-06-30 17:41:11 -04:00
85cddf30ee assign appropriate styles for text entry and spinbuttons
SpinButtons do odd things to draw the two arrow buttons. So for now, leave them with the default theme,
even though this makes their text entry component different from the other text entry widgets
2016-06-30 17:41:11 -04:00
21eb660d9b remove non-zero xthickness from "small_entry" widgets (gain display, peak display in mixer strip).
Unnecessary and wrong once you can see the border in a different color from the base
2016-06-30 17:41:11 -04:00
5c12c421e7 new style for Gtk::Entry widgets
More legibility and easier to figure out what colors are used for what
2016-06-30 17:41:11 -04:00
190c18aa5c use a more appropriate @color name for the cursor color in a text entry 2016-06-30 17:41:11 -04:00
e574ab30e7 GUI tweaks and work on VCA mixer display 2016-06-07 12:30:44 -04:00
d680c1f1db fix styling of pane dividers (the original reason for the "*Pane*" widget=>style spec) 2016-06-01 22:23:34 -04:00
43b6a7aca3 remove unneeded widget style definition 2016-06-01 21:57:43 -04:00
ef8f9d466c remove unnecessary wildcard GTK widget=>style mapping 2016-06-01 21:57:43 -04:00
95be25047c style colors for Pane 2016-05-31 15:30:45 -04:00
428ed8ae1b stop playing silly games with widget packing when editing a route name in the edito
Use a FloatingTextEntry instead. All clever functionality from previous
implementation has been retained.
2016-05-31 15:30:44 -04:00
1d81392e37 use ArdourButton for the vertical space/button/label in VCAMasterStrip 2016-05-31 15:30:43 -04:00
2886b9659b vertical VCA names in VCA strips 2016-05-31 15:30:43 -04:00
c8b7d70ffa monospace font for Lua Script Window 2016-03-25 01:49:14 +01:00
e98553edfa more work on time/pitch stretch/shifting
Clock and percent measure are now linked, not alternatives. Threading for GUI updates is now safe.
2016-02-22 15:31:25 -05:00
fc011e752a Fix issue related to bug #6609, text selection not visible in track name entry
patch submitted by Julien Roger
2016-02-14 11:18:42 +10:00
André Nusser
88d500b28a Remove the PaddedButton widget as it broke rendering in some cases. 2015-12-06 16:03:31 +01:00
deabc0f41b change clearlooks style file so that small_entry and related styles use text color for text even when selected 2015-09-28 18:20:54 -04:00
ff80d66088 speficy gtk treeview style for consistency 2015-09-17 21:09:13 +02:00
7e65835c0e disable even/odd row highlight for GtKTreeview.
Almost all TreeViews in Ardour had this disabled.
A few cases where it wasn't produced odd rendering artifacts. e.g.:

* Radio-buttons in the Plugin Manager used "base color" regardless of even/odd lines
* Sortable trees only used even/odd background for the sort-column (not others)
2015-09-16 18:24:57 +02:00
189fe9a50e FONT_SMALLER is too small for visibility of clocks. use normal font size 2015-05-21 17:22:05 -05:00
537b3a2a0e Separate MonoSpace & Clock font.
Fixes various issues on OSX (e.g. MIDI-tracer & 
list editor Layout)
2015-04-06 21:01:59 +02:00
nick_m
4f57a56f04 Don't show stock icons in any buttons (explicitly setting an image will
still work).
2015-03-14 03:53:43 +11:00
871904b648 fix cursor color for text entries 2015-01-30 10:26:27 -06:00
957e72724c quick hack to lighten up font scale slider tick-marks 2014-12-29 00:05:58 +01:00
64fa63212f move all (G)UI related configuration parameters into UIConfiguration, not RCConfiguration 2014-12-22 13:39:46 -05:00
26bd753a11 more color tweaks 2014-12-12 11:03:50 -06:00
74becec17f change GTK rc file system to use just a single file, which is color-neutral.
* packaging scripts need modification
* light theme file left in place to help with possible generation of alternate theme
2014-12-08 22:02:38 -05:00