summaryrefslogtreecommitdiff
path: root/gtk2_ardour/wscript
AgeCommit message (Expand)Author
2011-05-25revert previous commitPaul Davis
2011-05-25remove dependency on external libgnomecanvas, since we have our own version i...Paul Davis
2011-05-23Remove some unused code.Carl Hetherington
2011-05-16Update wscripts for portability and steps towards waf 1.6 migration.David Robillard
2011-05-15Support compilation with (old) SLV2, or (new) Lilv and (optionally) Suil.David Robillard
2011-05-02Separate verbose cursor out into its own class and clean up the API. Fixes #...Carl Hetherington
2011-04-22Fix Python whitespace (follow PEP8 guidelines, reformatted by Python Reindent)David Robillard
2011-04-20factor out shuttle controller to its own class, new designPaul Davis
2011-04-06Differentiate between pitch-shift (for audio) and transpose (for MIDI). Fixe...Carl Hetherington
2011-03-16Indent python files with spaces as per style guide.David Robillard
2011-03-02group clocks in location UI and region editor so that they all change modes t...Paul Davis
2011-03-02Remove action-driven keyboard brush, which is the same as paste as far as I c...Carl Hetherington
2011-02-17preparations for a working speaker editing dialogPaul Davis
2011-02-15remove theme-specific names from RC.in files, substitute them during buildPaul Davis
2011-02-15Update rc files to use unique rc variable names, update wscript to use the na...Doug McLain
2011-02-14Make light theme functional, add waf processing, and small change to UI::load...Doug McLain
2011-02-11use volume controller widget for monitor section, drop some now-unused codePaul Davis
2011-02-11provide solo mute gain Config parameter as a controllable and use it in the m...Paul Davis
2011-02-07drop explicit font naming on X WindowPaul Davis
2011-01-27new meta dark RC file (no light for now), along with tools to convert from .i...Paul Davis
2011-01-27merge 3.0-panexp (pan experiments) branch, revisions 8534-8585 into 3.0, thus...Paul Davis
2011-01-07new mono panner widget; make stereo panner respond to changes in colors immed...Paul Davis
2010-12-28Unify program change and bank handling so that they are manipulated together.Carl Hetherington
2010-12-22Add menu option to insert program changes.Carl Hetherington
2010-12-15Save and Delete buttons for plugin presets, remove largely useless edit plugi...Carl Hetherington
2010-12-14Add dialogue to ask user about ambiguous source files. Fixes #3603.Carl Hetherington
2010-12-06Add dialog to allow removal of plugin presets. Should fix #2662.Carl Hetherington
2010-12-06Manage attempts to save plugin presets with the same name. Helps with #2662.Carl Hetherington
2010-11-30first basic pass at a single widget stereo pannerPaul Davis
2010-11-27merge gnomecanvas into ardour tree, so that we can fix our own bugs and not w...Paul Davis
2010-11-26Handle unknown plugins on loading sessions by hiding them from the user and t...Carl Hetherington
2010-11-25Add a default export format to prevent dialog from crashing when used for fir...Sakari Bergen
2010-11-16Move mouse cursor stuff out of Editor into its own class.Carl Hetherington
2010-11-13fix minor build glitch imported from OS XPaul Davis
2010-11-13make ardour3 build and link on OS X (tiger, at least)Paul Davis
2010-11-10re-enable i18n as a build target for translationsPaul Davis
2010-11-09initial pass at a missing file dialog and "relocatable" source files. lots mo...Paul Davis
2010-10-27Make build scripts python2/3 agnostic.Carl Hetherington
2010-10-26Move normalize dialogue to its own file. Add progress bar. Clean up labelli...Carl Hetherington
2010-09-20Add progress bar to strip silence dialogue. Fixes #3103.Carl Hetherington
2010-09-15when there is a chord at the beginning of a note selection, play the whole ch...Paul Davis
2010-09-09Add some debugging code for mouse drags.Carl Hetherington
2010-09-02bump required versions of gtkmm etcPaul Davis
2010-08-31fix up the port insert I/O GUIPaul Davis
2010-08-25major chunk of the region layering editor from 2.X, fwd-ported to 3.0Paul Davis
2010-08-18First go at saving window visibility and position state across saves.Carl Hetherington
2010-08-15split out the logic behind step editing from MidiTimeAxisView as much as poss...Paul Davis
2010-08-15Fix windows key shortcuts on Linux.Carl Hetherington
2010-08-14Add note edit dialog. Fixes #3346.Carl Hetherington
2010-08-13only the last step-edited note remains selected after each note addition; waf...Paul Davis