ardour.git
2014-12-12 Ben Loftismore color tweaks
2014-12-12 Paul Davisderive ArdourButton LED inactive color from active...
2014-12-12 John EmmasRemove (no longer needed) sources from our MSVC project...
2014-12-12 Ben Loftisrescue some of the worst casualties of the color changes
2014-12-11 Paul Davisremove unnecessary button fill color definitions AND...
2014-12-11 Paul Davisremove unnecessary button fill colors
2014-12-11 Paul Davisfall back on "generic button" colors in ArdourButton...
2014-12-11 Paul Davisallow UIConfiguration::color() to tell caller that...
2014-12-11 Paul Davistweaks to minsec and timecode ruler display, especially...
2014-12-11 Paul Davisadd Grygorii Zharun to contributor list
2014-12-11 Paul Davisfix indentation
2014-12-11 GZharun[Summary] Fixed issue with shifted playhead polygon...
2014-12-10 Paul DavisMerge branch 'nofilemanager'
2014-12-10 Paul DavisRevert "fix some cast warnings"
2014-12-10 Paul Davisremove file manager LRU cache from code.
2014-12-10 Paul Davisfix some cast warnings
2014-12-10 Paul Davisfix some cast warnings
2014-12-10 Paul Davissimpler approach for Apple setrlimit() compatibility...
2014-12-10 Robin Gareustracked down another remaining SessionHandleRef
2014-12-10 Paul Davistry some alternate, hard numbers when resetting open...
2014-12-10 Robin Gareusfix binding file bundle path
2014-12-10 Paul DavisO_DIRECT makes no sense in this test because it require...
2014-12-10 Paul Davisremove ugly and unnecessary debugging output
2014-12-10 Paul Davisadd support for O_DIRECT/F_NOCACHE to check impact...
2014-12-10 John EmmasUse DEBUG_THREAD_SELF when using DEBUG_TRACE with pthre...
2014-12-10 Paul Davisremove unnecessary sleep
2014-12-10 Paul Davisadd sndfile I/O test application, used for testing...
2014-12-10 Paul Davisuse correct conditional to choose between different...
2014-12-10 Paul Davisadd DEBUG_THREAD_SELF to allow use of DEBUG_TRACE with...
2014-12-09 Ben Loftisupdate_time_selection_display should work when in smart...
2014-12-09 Ben Loftisadd set-session-extents-from-edit-range
2014-12-09 Paul Davismore DEBUG::Butler output, formatting corrections,...
2014-12-09 Robin Gareusfix meter scale colors (meterbridge)
2014-12-09 Robin Gareusremove superfluous PBD/ARDOUR:: init calls
2014-12-09 Paul Davisadd DEBUG::Butler and use it
2014-12-09 Paul Daviscorrect install location for .mo files (i18n) and clean...
2014-12-09 Paul Davisinstall single color theme file during waf install
2014-12-09 Paul Davisremove debug output
2014-12-09 Paul Davismore tweaking of color management.
2014-12-09 Paul Davisanother metric ton of color work
2014-12-09 Paul Davislots more color work, closer and closer to being ready...
2014-12-09 Paul Davischange packaging of GTK rc file for OS X and Linux.
2014-12-09 Paul Davischange GTK rc file system to use just a single file...
2014-12-09 Paul Davismore color work, including removing rgba{_p_}_from_style()
2014-12-08 Robin Gareusnoop, simplify code.
2014-12-08 John EmmasWhen we pass an integer clarify which overloaded versio...
2014-12-08 David RobillardDon't switch to internal when switching to draw.
2014-12-08 David RobillardFix alignment of automation paste.
2014-12-08 David RobillardFix uninitialized value in note create drag.
2014-12-08 David RobillardDraw region automation with draw in either mode.
2014-12-08 David RobillardUnify gain and draw tools.
2014-12-08 David RobillardFix and simplify step_mouse_mode.
2014-12-07 David RobillardFix shift-rect-select with MIDI notes.
2014-12-07 Paul Davisnew code-level defaults for audio peak meter colors
2014-12-07 Paul DavisRevert "new code-level defaults for audio peak meter...
2014-12-07 Paul Davisnew code-level defaults for audio peak meter colors
2014-12-07 Robin Gareussane audio meter default colors
2014-12-07 Paul Davisremove old alias names for meter fills from default_ui_...
2014-12-07 Paul Davisthe return of correct audio meter colors
2014-12-07 Paul Davisremove stacktrace
2014-12-07 Paul Davisfix up various issues with UIConfiguration, saving...
2014-12-07 Paul Davisremove all explicit button text colors; use contrasting...
2014-12-07 Paul Davisfix up a logic problem when editing palette colors
2014-12-07 Paul Davisremove debug output
2014-12-07 Paul Davisfix default gtk background color
2014-12-07 Paul Davisbig strides in color management
2014-12-07 Paul Davisrevert UIConfiguration back to a normal member of ARDOUR_UI
2014-12-07 Paul Davisfirst mostly-working build supporting GTK rethemeing...
2014-12-07 John EmmasAdd a newly introduced header file to our MSVC project...
2014-12-07 John EmmasAdd some newly introduced source files to our MSVC...
2014-12-07 David RobillardMake draw tool add points to track automation.
2014-12-07 David RobillardAdd legatize and remove overlap MIDI operations.
2014-12-07 David RobillardSupport keyboard shift-click to select many notes.
2014-12-07 David RobillardNudge notes by 1 bar if secondary modifier active.
2014-12-07 David RobillardRemove unnecessary includes.
2014-12-07 David RobillardAllow creation of MIDI control points object tool.
2014-12-07 David RobillardGrab keyboard only with note selection.
2014-12-07 David RobillardFix crash on quit when in a non-route time axis.
2014-12-07 David RobillardInvalidate iterator whenever model changes.
2014-12-07 David RobillardFix crash on shift+rclick of region to remove.
2014-12-07 David RobillardFix crash when resizing a track quickly.
2014-12-06 Robin Gareusmidnam test: don't clutter up output.
2014-12-06 David RobillardFix crash when showing MIDI regions we shouldn't.
2014-12-06 David RobillardFix inappropriately massive flag font.
2014-12-06 David RobillardFix patch flag scroll theft when in normal mode.
2014-12-06 David RobillardFix seek in linearly interpolated control lists.
2014-12-06 David RobillardAdapt range when copying between automation types.
2014-12-06 John EmmasRestore an accidentally deleted #include
2014-12-06 David RobillardSupport paste between automation lanes.
2014-12-06 David RobillardFix wacky return type.
2014-12-06 David RobillardFix uninitialized members.
2014-12-06 David RobillardMore potential SMF crash fixes.
2014-12-06 David RobillardPossible half-fix for SMF crash.
2014-12-06 David RobillardUse source-relative time converter directly.
2014-12-06 David RobillardFix internal paste when selection has only points.
2014-12-06 John EmmasAdd a newly introduced header file to our MSVC project...
2014-12-06 Robin Gareusfix/amend pre commit
2014-12-06 Robin Gareusfix another ambiguity, this time: WINAPI Rectangle
2014-12-06 Robin Gareusfix ambiguous reference.
2014-12-06 Robin Gareusfix typo in wscript
next