summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Collapse)Author
2014-12-12more color tweaksBen Loftis
2014-12-12more color tweaksBen Loftis
2014-12-12derive ArdourButton LED inactive color from active color, rather than ↵Paul Davis
requiring explicit definition
2014-12-11rescue some of the worst casualties of the color changesBen Loftis
2014-12-11remove unnecessary button fill color definitions AND fix up "variable" names ↵Paul Davis
in COLOR_ALIAS macros (makes no difference to function
2014-12-11remove unnecessary button fill colorsPaul Davis
2014-12-11fall back on "generic button" colors in ArdourButton if specifically named ↵Paul Davis
fills + LED colors are not defined
2014-12-11allow UIConfiguration::color() to tell caller that it could not find the ↵Paul Davis
named color
2014-12-11tweaks to minsec and timecode ruler display, especially at very high zoom.Paul Davis
Imported from work on Tracks done in Tel Aviv, November 2014
2014-12-11add Grygorii Zharun to contributor listPaul Davis
2014-12-11fix indentationPaul Davis
2014-12-11[Summary] Fixed issue with shifted playhead polygon when new session is createdGZharun
2014-12-10tracked down another remaining SessionHandleRefRobin Gareus
import_status.sources kept references to the most recently imported ARDOUR::SndFileSource “all new sources” from Session::import_files()
2014-12-09update_time_selection_display should work when in smart modeBen Loftis
2014-12-09add set-session-extents-from-edit-rangeBen Loftis
2014-12-09more DEBUG::Butler output, formatting corrections, and a warning on cerr if ↵Paul Davis
capture/playback buffers are too full/empty
2014-12-09fix meter scale colors (meterbridge)Robin Gareus
2014-12-09correct install location for .mo files (i18n) and cleanup LOCALEDIR use a bitPaul Davis
2014-12-08install single color theme file during waf installPaul Davis
2014-12-08remove debug outputPaul Davis
2014-12-08more tweaking of color management.Paul Davis
User's own modification to NAME.colors are stored in $CONFIG/my-NAME.colors now.
2014-12-08another metric ton of color workPaul Davis
2014-12-08lots more color work, closer and closer to being ready for ... being taken ↵Paul Davis
apart again
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
2014-12-08more color work, including removing rgba{_p_}_from_style()Paul Davis
2014-12-08noop, simplify code.Robin Gareus
(!mixer || !editor) are checked at the top of the funtion and also used without checks further down.
2014-12-08When we pass an integer clarify which overloaded version of sqrt() to callJohn Emmas
2014-12-07Don't switch to internal when switching to draw.David Robillard
2014-12-07Fix alignment of automation paste.David Robillard
Preserve alignment between notes and control points when doing an internal copy/paste of both. Relative alignment between points on multi-paste is still not preserved. Both behaviours here are actually useful, perhaps a modifier...
2014-12-07Fix uninitialized value in note create drag.David Robillard
2014-12-07Draw region automation with draw in either mode.David Robillard
Perhaps debatable if contents should be edited when not in internal mode whatsoever, but consistent with audio region gain and track automation. It's less of a problem with the draw tool than, say, object since drawing stuff is its entire purpose.
2014-12-07Unify gain and draw tools.David Robillard
There might be a few special cases lingering around from attempts at magic tool business, but this seems to work fine as far as I can tell.
2014-12-07Fix and simplify step_mouse_mode.David Robillard
2014-12-07Fix shift-rect-select with MIDI notes.David Robillard
2014-12-07new code-level defaults for audio peak meter colorsPaul Davis
2014-12-07Revert "new code-level defaults for audio peak meter colors"Paul Davis
This reverts commit 564d2860f85340ea091cfa4d92cb5f84d2a40fb1.
2014-12-07new code-level defaults for audio peak meter colorsPaul Davis
2014-12-07sane audio meter default colorsRobin Gareus
2014-12-07remove old alias names for meter fills from default_ui_configPaul Davis
2014-12-07the return of correct audio meter colorsPaul Davis
2014-12-07remove stacktracePaul Davis
2014-12-07fix up various issues with UIConfiguration, saving state, RC file loading etc.Paul Davis
2014-12-07remove all explicit button text colors; use contrasting_text_color() instead.Paul Davis
Also, use a slightly off-white rather than pure white, which should really be configurable
2014-12-07fix up a logic problem when editing palette colorsPaul Davis
2014-12-07remove debug outputPaul Davis
2014-12-07fix default gtk background colorPaul Davis
2014-12-07big strides in color managementPaul Davis
2014-12-07revert UIConfiguration back to a normal member of ARDOUR_UIPaul Davis
2014-12-07first mostly-working build supporting GTK rethemeing via the Theme ManagerPaul Davis
2014-12-07Make draw tool add points to track automation.David Robillard