summaryrefslogtreecommitdiff
path: root/gtk2_ardour/clearlooks.rc.in
AgeCommit message (Collapse)Author
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)
2015-05-21FONT_SMALLER is too small for visibility of clocks. use normal font sizeBen Loftis
2015-04-06Separate MonoSpace & Clock font.Robin Gareus
Fixes various issues on OSX (e.g. MIDI-tracer & list editor Layout)
2015-03-14Don't show stock icons in any buttons (explicitly setting an image willnick_m
still work).
2015-01-30fix cursor color for text entriesBen Loftis
2014-12-29quick hack to lighten up font scale slider tick-marksRobin Gareus
2014-12-22move all (G)UI related configuration parameters into UIConfiguration, not ↵Paul Davis
RCConfiguration
2014-12-12more color tweaksBen Loftis
2014-12-08change GTK rc file system to use just a single file, which is color-neutral.Paul Davis
* packaging scripts need modification * light theme file left in place to help with possible generation of alternate theme