Allow Icon + Text on ArdourButton
[ardour.git] / libs /
2019-08-26 Robin GareusAllow Icon + Text on ArdourButton
2019-08-26 Robin GareusTweak icon line widths
2019-08-24 Robin GareusNO-OP: comment
2019-08-24 Robin GareusFix memory-leak in case of Vamp plugin setup error
2019-08-24 Robin GareusAdd missing Lua bindings for function arguments
2019-08-23 Robin GareusAdd missing headers for lua-doc
2019-08-23 Robin GareusLua binding to change region name
2019-08-23 Robin GareusAnother fix for input only ALSA-slave devices
2019-08-23 Robin GareusLCXL: Fix uninitialized pointer function
2019-08-23 Robin GareusNO-OP: cleanup
2019-08-23 Robin GareusRe-order enum, use "NoIcon" as sentinel
2019-08-23 Robin GareusSome hints for clang static analysis
2019-08-23 Robin GareusFix for half-duplex ALSA-slave devices
2019-08-23 Robin GareusFix possible segfault when ALSA MIDI port registration...
2019-08-23 Robin GareusTweak graph display, check direct sends
2019-08-22 Robin GareusDetect monitor-send by instance, not name
2019-08-22 Robin GareusUpdate plugin-ui related icons
2019-08-21 Robin GareusFix potential call of uninitialized pointer function
2019-08-21 Robin GareusInitialize variable, fix branch condition
2019-08-21 Robin GareusPrefer to use API defined return status
2019-08-21 Robin GareusInitialize uninitialized variable
2019-08-20 Robin GareusTweak Ardourbutton: support (VectorIcon | Indicator)
2019-08-20 Robin GareusAdd more vector-icons, plugin toolbar related
2019-08-20 Robin GareusReplace OOM segfault with abort :)
2019-08-20 Robin GareusThere's always a previous tempo/meter section
2019-08-20 Robin GareusThere is always at least a tempo and meter section
2019-08-20 Robin GareusShuttle Surface: Fix uninitialized argument in case...
2019-08-20 Robin GareusNO-OP: whitespace
2019-08-20 Robin GareusSkip invalid plugin-tag spec
2019-08-20 Robin GareusFix potential ambiguous state-restore
2019-08-20 Robin GareusFix prev commit, state-restore of plugins
2019-08-19 Ben LoftisLV2 extension to override strict-i/o per plugin
2019-08-16 Robin GareusSuffix complete hw: ID to make ALSA card names unique
2019-08-16 Robin GareusFurther tweaks to .pending file removal
2019-08-15 Robin GareusFix periodic backup saves
2019-08-15 Robin GareusFix C++98 compat
2019-08-14 Robin GareusDon't print usage to stdout for invalid parameters
2019-08-12 Robin GareusFix transient removal -- #7785
2019-08-12 Robin GareusAdd PBD API to hard-link files
2019-08-12 Robin GareusAllow export get_path() without format
2019-08-12 Robin GareusNO-OP: whitespace
2019-08-12 Robin GareusNO-OP: mark private variables, remove cruft
2019-08-12 Robin GareusInitialize some more uninitialized variables
2019-08-12 Robin GareusPrefer std::vector<> over C-style malloc/free**
2019-08-12 Robin GareusInitialize variable
2019-08-11 Robin GareusAdd Lua bindings for convenient Glib methods
2019-08-11 Robin GareusFix auto capture alignment when bouncing metronome
2019-08-11 Robin GareusAdd types/enum for screensaver mode
2019-08-10 Damien Zammitptformat: Update to upstream 8d29d79 (drop fades &...
2019-08-07 Robin GareusNO-OP: Fix compiler warning (-Wreturn-type)
2019-08-07 Robin GareusAdd method to graphviz plot the process-graph
2019-08-06 Len Ovensfoldback may be mono don't set panner type
2019-08-06 Len OvensOSC: foldback buses should be able to be mono
2019-08-04 Robin GareusAmend 183d3fb49; implement ImportableSource API
2019-08-03 Robin GareusImplement missing required virtual fn -- fix Mac builds
2019-08-03 Robin GareusUpdate plugins/addons GPL boilerplate and (C) from...
2019-08-03 Robin GareusUpdate utility and tools GPL boilerplate and (C) from...
2019-08-03 Robin GareusUpdate core library GPL boilerplate and (C) from git log
2019-08-03 Robin GareusUpdate canvas/UI lib GPL boilerplate and (C) from git log
2019-08-03 Robin GareusUpdate audiographer GPL boilerplate and (C) from git log
2019-08-03 Robin GareusUpdate backend GPL boilerplate and (C) from git log
2019-08-03 Robin GareusUpdate libardour GPL boilerplate and (C) from git log
2019-08-02 Robin GareusFix CD cue file Index positions -- #7780
2019-08-01 Ben Loftisprefer lowercase and no spaces, since this will appear...
2019-08-01 Ben Loftis(Source List) Catch new sources created by bounce-range...
2019-08-01 Ben Loftis(Source List) Recover Regions feature: WIP
2019-08-01 Ben Loftis(Source List) Add forall_regions function, used by...
2019-08-01 Ben Loftis(Source List) merge fixes
2019-08-01 Ben Loftis(Source List) Clean up the natural_position implementat...
2019-08-01 Ben Loftis(Source List) RegionFactory should return an empty...
2019-08-01 Ben Loftis(Source List) Region Tags (libardour part)
2019-08-01 Ben Loftis(Source List) Region List rewrite (libardour part)
2019-08-01 Ben Loftis(Source List) Source property signals (libardour part)
2019-08-01 Ben Loftis(Source List) Take-ID: new (working) implementation.
2019-07-31 Robin GareusFix C++11 NSDMI
2019-07-30 Robin GareusUpdate MIDI Event precedence
2019-07-29 John EmmasAnother try at fixing our 'spinlock_t' compatibility
2019-07-29 Robin GareusPartially undo 6d4b94df13 for MSVC and C++98 compat
2019-07-29 Robin GareusFix random off-by-one issue when vertically zooming...
2019-07-29 Robin GareusFix rendering of region waveform left-edge
2019-07-29 Robin GareusNO-OP: whitespace
2019-07-28 Robin GareusReduce compiler warnings when boost uses std-atomics
2019-07-28 Robin GareusYet another spinlock init hack for g++8 std::atomics
2019-07-28 Robin GareusPrevent spinlock copy construction
2019-07-28 Robin GareusAnother attempt at improving spinlock init
2019-07-28 Robin GareusFollow up d8ae3fd
2019-07-27 John EmmasMSVC requires an already initialized object to initiali...
2019-07-26 Robin GareusCorrectly initialize spintlock_t
2019-07-26 Robin GareusPA-backend: Flush buffer and wake up main thread at...
2019-07-26 Robin GareusPrefix all env variable with "ARDOUR_"
2019-07-26 Robin GareusLaunch pavucontrol as PA's control app
2019-07-25 Robin GareusFix time_t <> long int ambiguity (OSX gcc builds)
2019-07-25 Robin GareusFix PA: unlock mainloop on abort
2019-07-25 Robin GareusPuls der Zeit
2019-07-24 Robin GareusALSA backend: fix play/capture device param detection
2019-07-24 Robin GareusFix ALSA available buffersize detection:
2019-07-22 Nikolaus GullottaLocation timestamp changes - can now sort by location...
2019-07-19 John Emmas'ARDOUR::LuaScripting::Sorter()' needs to be exportable...
2019-07-18 Paul DavisRevert "fix use of session-creation via template, when...
2019-07-18 Paul Davisfix use of session-creation via template, when just...
next