summaryrefslogtreecommitdiff
path: root/gtk2_ardour/clearlooks.rc.in
AgeCommit message (Collapse)Author
2020-01-25Consistent GTK Look/FeelRobin Gareus
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-25Revert "add styling specifics for TreeViews so that checkboxes are properly ↵Robin Gareus
visible" This reverts commit 82cf46d7818cc5a23efaeaacf360de6783dcf336.
2020-01-14add styling specifics for TreeViews so that checkboxes are properly visiblePaul Davis
2020-01-12Processor list should use the same bg color as other listsBen Loftis
2019-12-04Allow using ArdourSans as optional default fontRobin Gareus
2019-09-03Change back ground color for foldback stripLen Ovens
2018-02-17Revert some theme tweaks. Left-justify gauge text.Ben Loftis
2017-08-17Templates: Dim the border around template description text.Ben Loftis
2017-08-16Revert "Revert ongoing SessionDialog changes for 5.11 release."Robin Gareus
This reverts commit bd40b9132cbac2d2b79ba0ef480bd41d837f8f71.
2017-08-16Revert ongoing SessionDialog changes for 5.11 release.5.11Robin Gareus
To be reverted again after the release. This temporarily reverts 26c88b2, c67d1d4, 5e41293, 8b7df13, ff61435, 1039894, 8717c0d and GUI parts of 47d86cf
2017-08-15tone down frame color and use a better widget namePaul Davis
2017-08-15put a frame around template description, change background colorPaul Davis
2017-08-06Allow to select VCAsRobin Gareus
2017-01-18Allow editor toolbar and background to be themeable.Ben Loftis
2017-01-05Revert transport frame color in Ardour. But now its theme-able for those ↵Ben Loftis
who are interested.
2017-01-05make entire transport bar have its own background, specifically themeablePaul Davis
2017-01-05Attempt to lighten the transport area slightly. A little help needed here, PaulBen Loftis
2017-01-04make status bar themeablePaul Davis
2016-12-18Ruler labels should be normal weight.Ben Loftis
2016-12-17Move selection/punch clocks to editor SidebarRobin Gareus
2016-10-12peak level numeric display now uses "clip indicator" for base color, not ↵Paul Davis
"bright indicator" Should address #7010
2016-08-22Repeat INSENSITIVE colors instead of relying on inheritanceJulien "_FrnchFrgg_" RIVAUD
Since inheritance doesn't seem to work on some systems, though it worked on mine.
2016-08-20Fix colors of disabled spin buttons (and maybe others)Julien "_FrnchFrgg_" RIVAUD
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-19Remove unused lines in clearlooks.rc.inJulien "_FrnchFrgg_" RIVAUD
2016-08-19Avoid CamelCase in color namesJulien "_FrnchFrgg_" RIVAUD
2016-07-25Plugin Analysis: show numeric values on mouse overJulien "_FrnchFrgg_" RIVAUD
For people who need more precise frequency or response amplitude, show the values corresponding to the point under the mouse.
2016-07-13set a theme color for VCA axes in the editorPaul Davis
2016-07-02more hacks to gkt rc file to get text entries to behavePaul Davis
2016-07-01MotionFeedback vanished long agoPaul Davis
2016-07-01drop use of gtk_entry_* colors (except cursor); use original base/text ↵Paul Davis
choices but avoid using selected for entire bg
2016-06-30NO-OP: remove trailing whitespacePaul Davis
2016-06-30assign appropriate styles for text entry and spinbuttonsPaul Davis
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-30remove non-zero xthickness from "small_entry" widgets (gain display, peak ↵Paul Davis
display in mixer strip). Unnecessary and wrong once you can see the border in a different color from the base
2016-06-30new style for Gtk::Entry widgetsPaul Davis
More legibility and easier to figure out what colors are used for what
2016-06-30use a more appropriate @color name for the cursor color in a text entryPaul Davis
2016-06-07GUI tweaks and work on VCA mixer displayPaul Davis
2016-06-01fix styling of pane dividers (the original reason for the "*Pane*" ↵Paul Davis
widget=>style spec)
2016-06-01remove unneeded widget style definitionPaul Davis
2016-06-01remove unnecessary wildcard GTK widget=>style mappingPaul Davis
2016-05-31style colors for PanePaul Davis
2016-05-31stop playing silly games with widget packing when editing a route name in ↵Paul Davis
the edito Use a FloatingTextEntry instead. All clever functionality from previous implementation has been retained.
2016-05-31use ArdourButton for the vertical space/button/label in VCAMasterStripPaul Davis
2016-05-31vertical VCA names in VCA stripsPaul Davis
2016-03-25monospace font for Lua Script WindowRobin Gareus
2016-02-22more work on time/pitch stretch/shiftingPaul Davis
Clock and percent measure are now linked, not alternatives. Threading for GUI updates is now safe.
2016-02-14Fix issue related to bug #6609, text selection not visible in track name entryTim Mayberry
patch submitted by Julien Roger
2015-12-06Remove the PaddedButton widget as it broke rendering in some cases.André Nusser
2015-09-28change clearlooks style file so that small_entry and related styles use text ↵Paul Davis
color for text even when selected
2015-09-17speficy gtk treeview style for consistencyRobin Gareus
2015-09-16disable even/odd row highlight for GtKTreeview.Robin Gareus
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)