summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-12-17Fix various MIDI locking issues.David Robillard
Attempt to make mistakes much less likely in the future by statically requiring caller to pass scoped locks where necessary.
2014-12-17insensitive buttons should be shaded towards the gtk_background color, not ↵Ben Loftis
hardcoded gray
2014-12-17potentially a better check for MSVCPaul Davis
2014-12-17remove debug outputPaul Davis
2014-12-17fix stash-mess for ./waf with a new identical versionPaul Davis
2014-12-17new version of wafPaul Davis
2014-12-17new wscript using compiler flags dictionary and very basic provision for msvcPaul Davis
2014-12-17new version of autowaf.py (requires rebuild of waf to be used)Paul Davis
2014-12-17Force ghost note positive in all circumstances.David Robillard
2014-12-17Fix potential crash when right clicks go astray.David Robillard
This should be impossible, since nothing but an audio region should have a fade to begin with, but just doing nothing in this case does no harm.
2014-12-17Don't allow drawing notes in rec regions (crash).David Robillard
2014-12-17Fix oops in previous commit.David Robillard
Professionalism is overrated.
2014-12-17Fix occasional crash when recording MIDI.David Robillard
2014-12-16use new parameter to limit minimum length of any range locationPaul Davis
2014-12-16add new parameter for minimum value of any range locationPaul Davis
2014-12-16Various color tweaks.David Robillard
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-16Fix control point colors.David Robillard
2014-12-16Fix marker bars "gradient" colors.David Robillard
2014-12-15fix editing of nested/group item colors in theme managerPaul Davis
2014-12-15try alternate Glib:: API for conversion from UTF-8 to ascii in Mackie ↵Paul Davis
support code
2014-12-15add some alpha to "covered region" colorationPaul Davis
2014-12-15nominal fix for sending UTF-8 text to Mackie surfacePaul Davis
2014-12-15fix some missing color definitionsPaul Davis
2014-12-15make editor rubber band rect have appropriate transparencyPaul Davis
2014-12-15add localeguard to read floating point values correctly when loading theme ↵Paul Davis
modifiers
2014-12-15tweak up transparency editor in theme panelPaul Davis
2014-12-15move theme manager into preferences windowPaul Davis
2014-12-15add editor to Theme Manager for modifiersPaul Davis
2014-12-15add getters for SVAModifierPaul Davis
2014-12-15final modifierPaul Davis
2014-12-15next 2 modifiersPaul Davis
2014-12-15next modifierPaul Davis
2014-12-15next modifierPaul Davis
2014-12-15remove unused colorPaul Davis
2014-12-15next modifierPaul Davis
2014-12-15next modifierPaul Davis
2014-12-15next modifierPaul Davis
2014-12-15next modifierPaul Davis
2014-12-15next modifierPaul Davis
2014-12-15next modifierPaul Davis
2014-12-15next modifierPaul Davis
2014-12-15next modifierPaul Davis
2014-12-15remove color 105 since nothing uses itPaul Davis
2014-12-15next modifier, and remove color 102 since nothing uses itPaul Davis
2014-12-15next modifierPaul Davis
2014-12-15fix typoPaul Davis
2014-12-15add 22 modifiers to dark.colors and start using the first one (for crossfade ↵Paul Davis
alpha)
2014-12-15fix incorrect item name for colorPaul Davis
2014-12-15Add UIConfiguration::color_mod (colorname, modifiername) to get a modified colorPaul Davis
2014-12-15more fixes to SVAModifier constructor(s)Paul Davis