Commit Graph

70 Commits

Author SHA1 Message Date
jean-emmanuel 390ffb2253 ui: add some padding in tooltips 2024-01-20 16:09:33 +01:00
jean-emmanuel 1fad5fd6e9 ui: editor: consistent track separator color with mixer view 2024-01-20 14:44:30 +01:00
jean-emmanuel bf0d73b3f1 ui: mixer: remove extraneous outline around strip processor list 2024-01-20 14:44:30 +01:00
jean-emmanuel b8317c9b87 ui: tooltip: remove out of place outline color (use tooltip background color) 2024-01-20 14:44:30 +01:00
jean-emmanuel 83c23f5f26 gtkrc: remove hard-coded black background around time info box (use theme's darkest) 2024-01-20 14:44:30 +01:00
Paul Davis 09acd5f8b4 add new gtk style name for "shaded entry", used in web-style search entry 2023-01-22 17:41:43 -07:00
Robin Gareus dcf981fe07
Remove remnants from AudioMidi Tracks
This fixes meter faceplace background color when adding
a MIDI port to an audio track.
2022-12-10 02:36:46 +01:00
Ben Loftis d04743c813 trigger_ui: organize the FA widgets into a separate themed table 2022-01-14 10:06:49 -06:00
Paul Davis fcc07cb3d0 add new widget/style for generic large font floating entry 2021-08-13 12:51:26 -06:00
Robin Gareus 46d9a8d819
Increase contrast of insensitive faders (automation play) 2021-03-22 21:54:25 +01:00
Robin Gareus 59b3b02dea
Indicate gain-entry focus/selection
The mixer gain-entry selects all when the entry is focused
(see ArdourWidgets::FocusEntry). Due to the selection there is
no visible cursor, and it was not obvious that the entry
has focus. Also moving the mouse outside of the strip drops focus
without any indication.
2021-03-22 21:24:33 +01:00
Robin Gareus 51871489ad
Add Gtk style for debug message 2020-10-13 21:58:24 +02:00
Robin Gareus dfe712c564
Consistent GTK Look/Feel
gtk/gtksettings.c uses different default themes for
Window and Linux/Mac which results in subtle layout differences,
In particular TreeView headers and Tabs.

"MS-Windows" style is hardcoded in gtk msw_rc_style.c
and ardour's clearlooks.rc starts with different defaults.

This forces the default style to a non-existent one.
(might also help with https://tracker.ardour.org/view.php?id=5605)
2020-01-25 03:56:10 +01:00
Robin Gareus 7c2ec72495
Revert "add styling specifics for TreeViews so that checkboxes are properly visible"
This reverts commit 82cf46d781.
2020-01-25 03:40:04 +01:00
Paul Davis 82cf46d781 add styling specifics for TreeViews so that checkboxes are properly visible 2020-01-14 17:53:55 -07:00
Ben Loftis 868d752b4f Processor list should use the same bg color as other lists 2020-01-12 18:13:57 -06:00
Robin Gareus 8f31f814b4
Allow using ArdourSans as optional default font 2019-12-04 22:59:51 +01:00
Len Ovens c992a601ae Change back ground color for foldback strip 2019-09-03 21:17:11 -07:00
Ben Loftis 28f73cf8ea Revert some theme tweaks. Left-justify gauge text. 2018-02-17 12:11:02 -06:00
Ben Loftis e59b28de09 Templates: Dim the border around template description text. 2017-08-17 13:28:41 -05:00
Robin Gareus 24cb141aa6 Revert "Revert ongoing SessionDialog changes for 5.11 release."
This reverts commit bd40b9132c.
2017-08-16 05:23:13 +02:00
Robin Gareus bd40b9132c Revert ongoing SessionDialog changes for 5.11 release.
To be reverted again after the release. This temporarily reverts

26c88b2, c67d1d4, 5e41293, 8b7df13, ff61435, 1039894, 8717c0d
and GUI parts of 47d86cf
2017-08-16 01:17:35 +02:00
Paul Davis c67d1d477e tone down frame color and use a better widget name 2017-08-15 10:48:29 -04:00
Paul Davis 8b7df135b1 put a frame around template description, change background color 2017-08-15 10:45:47 -04:00
Robin Gareus 0ae9cda51d Allow to select VCAs 2017-08-06 22:17:42 +02:00
Ben Loftis 45622aff48 Allow editor toolbar and background to be themeable. 2017-01-18 18:25:25 -06:00
Ben Loftis 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
Paul Davis a5e0f1ff10 make entire transport bar have its own background, specifically themeable 2017-01-05 22:22:14 +00:00
Ben Loftis 4c7fcc11f7 Attempt to lighten the transport area slightly. A little help needed here, Paul 2017-01-05 10:01:22 -06:00
Paul Davis 30ca09ca88 make status bar themeable 2017-01-04 23:12:34 +00:00
Ben Loftis 7ad62ffbed Ruler labels should be normal weight. 2016-12-18 20:13:38 -06:00
Robin Gareus 85e4b1d98f Move selection/punch clocks to editor Sidebar 2016-12-17 02:43:42 +01:00
Paul Davis 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
Julien "_FrnchFrgg_" RIVAUD 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
Julien "_FrnchFrgg_" RIVAUD 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
Julien "_FrnchFrgg_" RIVAUD e2846ad210 Remove unused lines in clearlooks.rc.in 2016-08-19 15:49:47 +02:00
Julien "_FrnchFrgg_" RIVAUD 5cc97f55f2 Avoid CamelCase in color names 2016-08-19 14:57:07 +02:00
Julien "_FrnchFrgg_" RIVAUD 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
Paul Davis 0784660d91 set a theme color for VCA axes in the editor 2016-07-13 13:09:57 -04:00
Paul Davis 13ce731fc7 more hacks to gkt rc file to get text entries to behave 2016-07-02 13:54:16 -04:00
Paul Davis fe9ee90b9a MotionFeedback vanished long ago 2016-07-01 17:47:05 -04:00
Paul Davis 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
Paul Davis fcef47c4bb NO-OP: remove trailing whitespace 2016-06-30 17:41:11 -04:00
Paul Davis 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
Paul Davis 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
Paul Davis 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
Paul Davis 190c18aa5c use a more appropriate @color name for the cursor color in a text entry 2016-06-30 17:41:11 -04:00
Paul Davis e574ab30e7 GUI tweaks and work on VCA mixer display 2016-06-07 12:30:44 -04:00
Paul Davis d680c1f1db fix styling of pane dividers (the original reason for the "*Pane*" widget=>style spec) 2016-06-01 22:23:34 -04:00
Paul Davis 43b6a7aca3 remove unneeded widget style definition 2016-06-01 21:57:43 -04:00