summaryrefslogtreecommitdiff
path: root/gtk2_ardour
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-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-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-15add some alpha to "covered region" colorationPaul 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-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-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-15fix meter color definitions (extra 0x in every one)Paul Davis
2014-12-14add missing UIConfiguration::modifier()Paul Davis
2014-12-14fix XML syntax errorPaul Davis
2014-12-14basic code to use SVModifier plus one definition in dark.colorsPaul Davis
2014-12-14fix up requested color names everywhere.Paul Davis
Thank <deity> for emacs ... space-uncamelcase-word-at-point FTW
2014-12-14new version of dark.colorsPaul Davis
2014-12-14remove now-unused headersPaul Davis
2014-12-14remove base color concept from UIConfiguration and ThemeManager.Paul Davis
What used to be "relative colors" (defined relative to base colors) are now defined in absolute terms.
2014-12-14initial pass to replace all UIConfiguration::get_XXXXXX() calls with ↵Paul Davis
UIConfiguration::color(name). IMPORTANT: names have not been downcased and spaced yet, so many colors are not found
2014-12-14merge conflict resolution (text colors are no longer specified explicitly)Paul Davis
2014-12-14fixed merge conflictPaul Davis
2014-12-13Structure MIDI device selector by manufacturer.David Robillard
Unfortunately we store the state of models as simply model, so if there's ever duplicate model names, we're somewhat screwed, but this makes the (previously unmanageably huge) menu usable, while retaining the "model name as global identifier" state unmodified.
2014-12-12Use ArdourDropdown for MIDI device selector.David Robillard
2014-12-12hide a lot of color debugging noisePaul Davis
2014-12-12 show-more-ui-prefs-from-view-window is only a mixbus thingBen Loftis