ardour.git
2014-03-02 Paul Davisinstall small-splash image
2014-03-02 Paul Davisadd missing extra file
2014-03-02 Paul Davismove fixup_bundle_environment() code into per-platform...
2014-03-02 Paul Davismove export_search_path(), previously in gtk2_ardour...
2014-03-02 Paul Davisuse "new" VST search path code and adjust build system...
2014-03-02 Paul Davisremove fallback_folders code, add simpler more focused...
2014-03-02 Paul Davisfor windows build, add fallback_folders.cc to libpbd...
2014-03-02 Paul Davisadd likely stub code for adding linkage to libole when...
2014-03-02 Paul Davisadd -DPROGRAM_NAME to libpbd compile flags
2014-03-02 Paul DavisREALLY REALLY CORRECT template export macros for libpbd
2014-03-01 Paul DavisREALLY CORRECT template export macros for libpbd
2014-03-01 Paul Davisuse template export forms for MemementoCommand
2014-03-01 Paul DavisCORRECT template export macros for libpbd
2014-03-01 Paul Davisremove mingw64 special case from evoral visibility...
2014-03-01 Paul Davisadd template export macros for libpbd
2014-03-01 Paul Davisfix use of export macros to work with mingw(64). Templa...
2014-03-01 Paul Davisfix use of export macros to work with mingw(64)
2014-03-01 Paul Davisfix correct export macro guard in libpbd for mingw64
2014-03-01 Paul Davisfix a related-to-last-commit problem in build script...
2014-03-01 Paul Davisfix compilation of libcanvas so that when built as...
2014-03-01 Paul Davisallow hardour to build even when --exports-hidden is...
2014-03-01 Paul Davisardour now requires export visibility macros for all...
2014-03-01 Paul Daviswhen mingw is mingw64, it appears that we need to use...
2014-03-01 Robin Gareusre-work VST paths configuration.
2014-03-01 Robin Gareuschange code that is never used into assert()s.
2014-02-28 Paul Davisfix semantics of button press -> leave button -> button...
2014-02-28 Paul Davisremove debug messages, for now
2014-02-28 Paul Davischange implementation of ArdourCanvas::Curve to use...
2014-02-28 Paul Davischange latency calibration button from "record enable...
2014-02-28 Paul Davisadd generic button style for ArdourButtons
2014-02-28 Paul Davisfix problem with splash window on OS X: requesting...
2014-02-28 Paul Davisremove splash message/window at shutdown - it is just...
2014-02-28 Robin Gareusfix typo in doc
2014-02-28 Robin Gareusmake custom lxvst path work..
2014-02-28 Robin Gareuschange default value for plugin scan progress window
2014-02-28 Robin Gareuspath-dialogue: check for and disallow duplicates
2014-02-28 Robin Gareusbreak out ARDOUR::PluginType
2014-02-28 Paul Davisdo not crash when considering a directory called midi...
2014-02-27 Robin Gareusdisplay policy of plugin-scan progress popup-window
2014-02-27 Robin Gareusmove Paths Dialog to libgtkmm2ext
2014-02-27 Paul Davisglib only allows <glib.h> these days; typedef enum...
2014-02-27 Paul Davisremove unneeded extra methods in ArdourCanvas::Curve
2014-02-27 Paul Davisadd back color definitions that were removed in cd68ae78f9
2014-02-27 Paul Davisfix transparent waveform outline
2014-02-26 Paul Davisuse Canvas::Curve for drawing xfades
2014-02-26 Paul Davisincrease number of steps in xfade curves (where applica...
2014-02-26 Paul Davistweak a few colors, add options and missing colors
2014-02-26 Paul Davisdon't waste time and effort deleting GUI components...
2014-02-26 Robin Gareustreat linux and windows VST plugins equivalent on sessi...
2014-02-26 Robin Gareus"cancel" only cancels [new VST] discovery, not index...
2014-02-26 Robin Gareusproperly handle VST scan/discover cancellation.
2014-02-26 Robin Gareusadd note to filesystem paths
2014-02-26 Robin Gareususer-configurable VST search paths (basic UI)
2014-02-26 Robin Gareususer-configurable VST search paths (backend)
2014-02-26 Robin Gareusmake PBD's path-scanner OS agnostic (use glib)
2014-02-26 Robin Gareusfix typos
2014-02-26 Paul Davissevere rationalization (still incomplete) of behaviour...
2014-02-26 Paul Davisfix display of time selection rect(s) when switching...
2014-02-26 Paul Davisconvert canvas_event_frame() and window_event_frame...
2014-02-26 Paul Davisfix lack of range selection when moving vertically
2014-02-26 Paul Davisamending dc38ec88342219005ee9bde850ff62ac168ba284 so...
2014-02-26 Paul Davisrange selection drag ensures that selected tracks inclu...
2014-02-26 Paul Davisensure that track selection operations call ::set_selec...
2014-02-26 Paul Davisadd ::covered_by_y_range() to TimeAxisView
2014-02-25 Paul Davisfix canvas enter/leave bug when point is over a group...
2014-02-25 Paul Davisadd DEBUG::CanvasEnterLeave to allow runtime toggling...
2014-02-25 Paul Davisa rubber-band drag or other selection op that actually...
2014-02-25 Paul Davisfix height of time axis item view trim frame handles
2014-02-25 Robin Gareusoption to en/dis-able VST plugin discovery on startup
2014-02-25 Paul Davisindent/align
2014-02-25 Paul Davisreorder (in source only) positioning of ruler/marker...
2014-02-25 Paul Davisfiddle with single pixel adjustments to time axis view...
2014-02-25 Paul Davistweak canvas rect drawing to correctly place bottom...
2014-02-25 Paul Davisreverse default behaviour for adding control points...
2014-02-25 Robin Gareusthe forgotten second (amend to prev commit)
2014-02-25 Robin Gareusfix prev_snap_choice() key="3" binding
2014-02-25 Paul Davisclick (no drag) on automation line now adds a new contr...
2014-02-25 Paul DavisRevert "add a hack to deal with device discovery race...
2014-02-25 Paul Davisctrl-click when adding automation points no longer...
2014-02-25 Robin Gareusimplement plugin-scan cancel-button sensitivity
2014-02-25 Robin Gareusscan VSTs in background, allow to cancel & timeout
2014-02-25 Robin Gareusglobal static path to plugin scanner app.
2014-02-25 Robin Gareusprepare plugin list refresh w/o instantiate (using...
2014-02-25 Robin Gareushook-up GUI idle handler
2014-02-25 Robin GareusVST scanner tool.. part two
2014-02-25 Robin Gareusupdate plugin scan dialog gtk hack
2014-02-25 Robin Gareusfix system-exec (wait for app to start)
2014-02-25 Robin Gareusupdate external VST scanner app
2014-02-25 Robin Gareusprepare standalone VST scanner tool.. part one
2014-02-25 Paul Davisremove unnecessary files from native audio backend
2014-02-24 Robin Gareusfix some code typos (compiler warnings)
2014-02-24 Robin Gareushardour does not yet support wine-builds
2014-02-24 Robin Gareusrefresh plugin list on signal
2014-02-24 Robin Gareusimplement VST blacklisting
2014-02-24 Robin Gareuspreparations for VST blacklist (paths)
2014-02-24 Paul Davisfix inadvertent breakage in ardev and friends caused...
2014-02-24 Paul Davisremove incorrectly placed export declaration
2014-02-24 Paul Davisadd waves audio backend when building on apple
2014-02-24 Paul Davisadd -fms-extensions to allow earlier apple gcc to suppo...
2014-02-24 Paul Davisremove SampleFormat code from waves audio backend
next