actively recording track-arm button is red, not pink
[ardour.git] / libs /
2014-09-03 Robin Gareusrevert pixfader to sane state (reverts parts of bb70d426)
2014-09-03 Robin Gareusbring back old pixfader outline radius to demonstrate...
2014-09-03 Robin Gareusrevert pixfader radius to default
2014-09-03 Robin Gareusrelease shared route pointer kept by InternalSend when...
2014-09-03 Robin Gareusallow to set gtk style for BarController's pixfader.
2014-09-02 Ben Loftispixfader bg has reverse gradient from fg
2014-09-02 Robin Gareusdon't show 'unity-line' (default value) for barcontrollers
2014-09-02 Robin GareusBarcontroller: no double expose when text chages
2014-09-02 Robin Gareustweak pixfader:
2014-09-02 Robin Gareusunify BarController with Slider/Pixfader.
2014-09-02 Robin Gareusclean up pixfader API, prepare for merge w/BarController
2014-09-02 Robin Gareusremove cruft from SliderController
2014-09-01 Robin Gareusrework pixfader:
2014-09-01 Robin GareusMatch canvas outline to rectangle
2014-08-31 David RobillardFix crash when changing automation mode for MIDI track...
2014-08-31 David RobillardRemove unused variables (fix warnings).
2014-08-31 David RobillardFix mismatched initialisation order.
2014-08-31 Robin Gareustrack-header fader tweaks:
2014-08-31 Robin Gareusshadow-less Frame: explicitly draw background colored...
2014-08-31 Robin Gareusremove frame from barcontroller
2014-08-31 Robin Gareusproper round corners on focused TextEntry
2014-08-31 Robin Gareusprepare for clang static analysis of RT-functions:
2014-08-30 Robin Gareusdisconnect pixfader style-change signal in dtor (amend...
2014-08-30 Robin Gareuspixfader: use parent's background color
2014-08-30 Robin Gareusfix some compiler warnings
2014-08-29 Robin Gareusfix cairo widget background
2014-08-29 Ben Loftistry a different method of text display on automation...
2014-08-28 Ben Loftisfix plugin bypass button action
2014-08-28 Ben LoftisFix ArdourButton event sequence.
2014-08-28 John EmmasAdd an extra folder to get searched (on Windows only...
2014-08-28 John EmmasMake sure all our VC projects agree that the product...
2014-08-27 Ben LoftisStandardize drawing of PixFader and BarController;...
2014-08-27 Ben Loftisrefactor flat_buttons into cairowidget, and add a canva...
2014-08-22 Ben Loftisrefactor _grabbed into cairo_widget
2014-08-13 Robin GareusMerge branch 'selection_fixes' of https://github.com...
2014-08-13 nick_mAdd backwards compatibility for instant.xml changes.
2014-08-13 nick_mMove ExportProfile xml from Session instant.xml to...
2014-08-08 Paul Davisfix new backends wscript to work correctly in the Ardou...
2014-08-08 Paul Davisuse some structured code to decide which backends to...
2014-08-06 Ben LoftisMore fixes for range-based automation editing.
2014-08-05 Ben LoftisInitial steps towards usable range-based automation...
2014-08-04 John EmmasModify our VC project files to work with msvc32-fixup.pl
2014-08-01 Ben LoftisEnforce mixer strip widths, more case fixes, and minor...
2014-08-01 Ben Loftisconsistently use mixed-case labels
2014-07-30 David RobillardUse text to specify combo box padding for better font...
2014-07-28 Ben Loftisgrouped faders should have relative gain by default
2014-07-28 Ben Loftisclean up cruft in some config variables
2014-07-28 Ben Loftisdisallow selection of the fader and meter processor...
2014-07-27 John EmmasAdd provision for 'PROGRAM_VERSION' (MSVC libardour...
2014-07-27 John EmmasMinor change to 'pbd/controllable.h'
2014-07-27 John EmmasAdd the MSVC project file for building libs/surfaces/osc
2014-07-23 Ben LoftisCut and Copy should remember the white space at the...
2014-07-22 John EmmasChanges needed for building surfaces/osc (control surfa...
2014-07-22 Ben Loftis3 monitor tweaks for the_CLA. shift+click to default...
2014-07-18 Paul DavisMerge branch 'waveview_hacks' of https://github.com...
2014-07-18 Paul Davismore canvas debugging for current item tracing
2014-07-18 Ben Loftistweaks for the monitor section. refactoring of some...
2014-07-16 Robin GareusLV2: don't leave active plugins deactivated after laten...
2014-07-16 Paul Davisparameterize the version number used to define the...
2014-07-15 Ben Loftismonitor knobs tweaked to better match the theme of...
2014-07-15 David RobillardUpdate vcproj files for changed LILV config define.
2014-07-15 David RobillardSupport saving LV2 presets multiple times (fix #0005949).
2014-07-15 David RobillardSupport midnam files with a channel (not patch) NoteNam...
2014-07-15 nick_mRender waveview components onto alpha masks to simplify...
2014-07-14 Ben LoftisGroup the Rec and Monitor buttons together. Group...
2014-07-11 Robin GareusDummyBackend: add Uniform White Noise Generator.
2014-07-11 Robin Gareuspossible fix for win SystemExec::wait()
2014-07-11 Robin Gareusfatal error if vfork-exec-wrapper cannot be found ...
2014-07-11 Paul DavisMerge branch 'cairocanvas' of git.ardour.org:ardour...
2014-07-11 Paul Daviscatch null vfork_exec_wrapper before it is too late
2014-07-11 John EmmasMake our 'libs/timecode' project dependent on libpbd
2014-07-11 John EmmasAdd newly introduced (MD5) sources to our MSVC project...
2014-07-10 Paul Davisadd Gtkmm2ext::Keyboard::reset_bindings()
2014-07-10 Paul Davisadd libardour infrastructure for "fade range" edit...
2014-07-10 Paul Davisdo not call basename_nosuffix() before using matching_u...
2014-07-09 Paul Davisadd std::string variant of set_size_request_to_display_...
2014-07-09 Ben Loftisadd mixbus profile which removes the tearoffs
2014-07-09 Paul Davismake sure that copy constructors and operator= for...
2014-07-09 Paul Davismake AutomationList::operator==() private and abort...
2014-07-09 Paul Davisremove debug output
2014-07-09 Paul Davisfix crash initiated by never configuring track write...
2014-07-09 Paul Davisdo not return auditioner as part of Session::get_tracks()
2014-07-09 Paul Davisadd Session::get_tracks()
2014-07-09 Paul Davisadd mutex to prevent concurrent session state saves.
2014-07-09 Paul Davisdo not attempt to save undo history if it is empty...
2014-07-09 Paul Davisdon't save state when removing sources during session...
2014-07-09 Paul Davisonly reset AudioDiskstream write sources if the I/O...
2014-07-08 Robin GareusDummy Backend: optimize random-number implementation
2014-07-08 Robin Gareusfix and optimize DummyBackend generators
2014-07-08 Paul Daviswhen merging external source files into session folder...
2014-07-08 Paul DavisAdd PBD::get_suffix() for ripping file suffixes from...
2014-07-08 Paul Davisinitial implementation of "bring all media into session...
2014-07-08 Paul Davisadd operator-= variants for PBD::Searchpath
2014-07-08 Paul Davisadd MD5 implementation to wscript
2014-07-08 Paul Davisadd cleaned up MD5 C++ implementation for general use
2014-07-07 Robin Gareusadd signal generator modules to Dummy Backend.
2014-07-07 Paul Davisfix potential crash if certain Canvas methods are used...
2014-07-07 Paul DavisAdd Canvas::re_enter() which picks the current item...
2014-07-06 Robin Gareusoptimize SystemExec::output_interposer()
2014-07-06 Robin Gareusfix timecode > 2^31 samples calculation on 32bit systems
next