13
0
Commit Graph

48 Commits

Author SHA1 Message Date
e79af77a18 Revert "hotfix z-stacking"
This reverts commit 03f0229bcf.

Mitigate the fallout from said overly aggressive revert: preserve the alpha
values to not break the color configuration for when the lines are fixed.
2015-01-12 01:03:17 -05:00
03f0229bcf hotfix z-stacking
This reverts commit 780c1762 and e70c9a3
Both combined introduced various bugs:

* rubberband-selection has a scroll-offset
* region drag/drop has wrong y-offset
* ranges (loop etc) are above the playhead
* possible scroll performance hit (long unclipped
  lines in h_scroll_group)

on the downside: time-grid is now no longer visible behind
the rulers. Doing that will require a different approach…
2015-01-11 14:17:47 +01:00
ccde95757d More contrast between different division lines. 2015-01-08 21:10:54 -05:00
1256a70340 Fix inactive track header color. 2015-01-08 19:22:09 -05:00
7fac335f77 Meter-like note colours, but still mostly green.
The previous colours made low velocity notes almost invisible.  This fixes that
and attempts meter-like colours where yellowish is high, but without going all
the way into red for a generally consistent range of colors.
2015-01-08 18:36:10 -05:00
1b2377e425 Use the subtlest red we have for selected tracks.
The purple doesn't match anything anymore, red is our "selected" color.
2015-01-08 18:36:10 -05:00
b3c7578b69 Use selected fill color for selected notes. 2015-01-08 18:36:10 -05:00
e70c9a3da1 Show tempo lines under marker bars. 2015-01-08 15:24:14 -05:00
fe71dd3d81 More consistent canvas base colours.
General ideas: audio is blueish, MIDI is greenish, automation track colour is a
slightly darker version of its parent track colour, canvas base is the same as
the Gtk base.
2015-01-08 14:56:47 -05:00
2d3e6956e6 Slightly more distinct beat/subdivision lines. 2015-01-08 14:53:41 -05:00
f4e0fec179 new color modifiers plus adjust default time axis view item/region transparency to 0.7 2014-12-19 12:07:04 -05:00
f20933b80f allow theme control of sync mark colors 2014-12-19 10:07:20 -05:00
b73477b250 add more controllable modifiers for region transparency 2014-12-19 09:53:51 -05:00
6031308520 Use color modifiers for dynamic region styles. 2014-12-18 20:23:34 -05:00
6e912a0aa3 Fix display of MIDI notes/regions while recording.
Make record rect transparency configurable.

Factor out some copy-paste streamview code.
2014-12-17 18:41:23 -05:00
e0cb9efb00 Various color tweaks.
This commit changes some color names, nuke your theme.  This isn't quite ideal
yet, but takes some steps towards where I think things should go aesthetically:

Make automation tracks/regions colors correspond to their parent's type.

Make selected MIDI notes outlined in red like most everything else, and scrap
separate min/mid/max fill colors for selected MIDI notes.

Color automation ghost MIDI notes based on original note color.

Try to kill 90's looking brightish gray gradients in general.
2014-12-16 00:05:45 -05:00
211f8f61d7 Fix control point colors. 2014-12-16 00:04:06 -05:00
e90ecdd5c5 Fix marker bars "gradient" colors. 2014-12-16 00:02:06 -05:00
f88804b788 fix some missing color definitions 2014-12-15 14:31:43 -05:00
94b6dd7f87 final modifier 2014-12-15 10:47:51 -05:00
2145fd2973 next 2 modifiers 2014-12-15 10:46:15 -05:00
eac478495e next modifier 2014-12-15 10:43:39 -05:00
bf7fa8e3db next modifier 2014-12-15 10:41:46 -05:00
d8594a9b20 remove unused color 2014-12-15 10:37:50 -05:00
aa8fa1fe4f next modifier 2014-12-15 10:36:38 -05:00
1ab2705b4b next modifier 2014-12-15 10:32:17 -05:00
651fc9f68e next modifier 2014-12-15 10:25:42 -05:00
bd6682f2cd next modifier 2014-12-15 10:22:22 -05:00
1fd681604e next modifier 2014-12-15 10:21:08 -05:00
7b023f4ee0 next modifier 2014-12-15 10:11:21 -05:00
666f33b463 next modifier 2014-12-15 10:02:20 -05:00
ccbedaee51 next modifier 2014-12-15 10:00:20 -05:00
3b863af475 remove color 105 since nothing uses it 2014-12-15 09:48:13 -05:00
04a1893ffd next modifier, and remove color 102 since nothing uses it 2014-12-15 09:47:39 -05:00
7995f4f61e next modifier 2014-12-15 09:30:14 -05:00
70e517380c add 22 modifiers to dark.colors and start using the first one (for crossfade alpha) 2014-12-15 09:05:25 -05:00
4908685d5e fix meter color definitions (extra 0x in every one) 2014-12-15 07:50:45 -05:00
0bdfa05fb3 fix XML syntax error 2014-12-14 23:36:11 -05:00
83326a06ca basic code to use SVModifier plus one definition in dark.colors 2014-12-14 23:34:59 -05:00
f00fa04f10 new version of dark.colors 2014-12-14 16:14:47 -05:00
06f2136c4f merge conflict resolution (text colors are no longer specified explicitly) 2014-12-14 12:18:55 -05:00
c98366c7c8 fixed merge conflict 2014-12-14 09:36:01 -05:00
f05a98f4fe more color tweaks 2014-12-12 11:27:29 -06:00
26bd753a11 more color tweaks 2014-12-12 11:03:50 -06:00
8de98a1d87 rescue some of the worst casualties of the color changes 2014-12-11 18:01:11 -06:00
66709c8cd0 remove unnecessary button fill colors 2014-12-11 17:04:40 -05:00
8e93139872 fix meter scale colors (meterbridge) 2014-12-09 19:41:54 +01:00
9ac551abab another metric ton of color work 2014-12-08 22:02:38 -05:00