summaryrefslogtreecommitdiff
path: root/gtk2_ardour/wscript
AgeCommit message (Collapse)Author
2017-07-31Put plugin inline display into a freely available class ...Johannes Mueller
... and let ProcessorBox::PluginInlineDisplay inherit from it.
2017-07-17Purify libcanvas, remove libardour dependencyRobin Gareus
A canvas is just a canvas. Move WaveView into its own library.
2017-07-17Remove ArdourPrompter wrapperRobin Gareus
2017-07-17remove cruft (no more ButtonJoiner)Robin Gareus
2017-07-17Separate Ardour UI widgets into dedicated libraryRobin Gareus
2017-07-12First draft of a template management dialogJohannes Mueller
Goal is to a simple dialog that can rename and remove templates. This is helpful in order to keep the template list tidy. So far it works for session templates. Track templates tbd.
2017-06-15Prepare VCA Automation Lanes -- refactor TAVRobin Gareus
* add an abstract StripableTimeAxisView (Route TAV + VCA TAV) * move common strip-methods into STAV * Add Automation Lanes to VCA TAV * Allow ATAV without Automatable for VCA Controls
2017-05-05use CoreSelection for track selectionPaul Davis
2017-04-25Lua: Action Script Dialog & MessageBoxRobin Gareus
2017-03-15Add GUI-Idle debugging/profiling utilRobin Gareus
2017-03-11Update color stripable color-picker(s)Robin Gareus
* consistent behavior (Route, VCA) * non-modal * a single color picker for each RouteUI/VCA at most * fix bug: VCA picker staying around even when VCA was deleted
2017-02-26upcoming codenamesRobin Gareus
2017-02-02toolbar creation from text filesPaul Davis
2017-02-02use different source file for canvas testerPaul Davis
2017-01-03fix color file installationRobin Gareus
2016-12-30re-group preferences part eight and nine of 27 (probably)Robin Gareus
2016-12-17Prepare mini-timeline widget for toolbarRobin Gareus
2016-12-11Add a small tool to experiment with libcanvasRobin Gareus
2016-11-13basic Mac VST Cocoa UI supportRobin Gareus
2016-11-10Check and link to the pangoft2 module with a mingw build if it existsTim Mayberry
This is necessary when pango has been built without all modules included as bundle_env_mingw.cc uses a function from the pango module and results a linker error: bundle_env_mingw.cc:114: undefined reference to `pango_ft2_font_map_get_type' Minimum pango version is taken from the official build scripts.
2016-10-18remove unusued and useless midi_port_dialog.{cc,h} filesPaul Davis
2016-09-29some Collaborative Albums from the early 80'sRobin Gareus
2016-09-20GUI support to archive sessionRobin Gareus
2016-08-17upcoming codenamesRobin Gareus
2016-08-08fix bug when appdata.pot file cannot be regeneratedPaul Davis
2016-07-18turn back towards color theme files ALWAYS including the program name. also ↵Paul Davis
load both default and user colors (if present)
2016-07-18ArdourCurl: prepare to unify various curl callsRobin Gareus
mainly motivated by a central location to setup SSL.
2016-07-13make ./waf install do the right thing with color filesPaul Davis
2016-07-06merge MixerActor API (back) into Mixer_UI; make solo/mute/recenable actions ↵Paul Davis
there do the right thing
2016-07-04add an ArdourButton/SpinButton WidgetRobin Gareus
alternative to ArdourDisplay (dropdown) to provide numeric entry with ArdourKnob.
2016-06-09use new ControlSlaveUI object in mixer stripPaul Davis
2016-06-08fix waf cmd tested for when deciding to build appdata.potPaul Davis
2016-06-07first pass at moving color theme management into its own preferences tabPaul Davis
2016-05-31change install target dir for color theme files5.0-pre0Paul Davis
2016-05-31install program-specific color filesPaul Davis
2016-05-31install theme files during waf installPaul Davis
2016-05-31convert editor routes code to use StripablePaul Davis
2016-05-31fake the existence of a master fader stripPaul Davis
Conflicts: gtk2_ardour/master_faders.cc
2016-05-30there won't be an Ardour 4.8 releaseRobin Gareus
2016-05-27Tempo ramps - add visualtempo curve, dragging bbt or music rulers with ↵nick_m
constraint modifier dilates previous tempo.
2016-05-19towards an Instrument Setup/Replace workflowRobin Gareus
2016-05-17nobody cares about xpm anymoreRobin Gareus
2016-05-17group Product/App specific resourcesRobin Gareus
* only install icons relevant to product * use program-name (as-is) as prefix * keep icons/* for all products
2016-05-17waf's "copy" feature does not installRobin Gareus
2016-05-16splash is the day that you got in my systemRobin Gareus
2016-05-16icon-name follows program-nameRobin Gareus
so that derivative products don't need to replace binary image/icon files in the source (use ./waf configure --program-name=...)
2016-04-27remove unnecessary lines+changesPaul Davis
2016-04-27add a new configure-time for Cocoa live resizing macrosPaul Davis
These were added in 10.6 but we're trying to be nice and look for the feature, not some version
2016-04-26remove duplicate "bld.install_files" callRobin Gareus
2016-03-27get started with Pin Manager - currently display-only.Robin Gareus