summaryrefslogtreecommitdiff
path: root/gtk2_ardour/wscript
AgeCommit message (Expand)Author
2011-11-05install new mixer bindingsPaul Davis
2011-11-05Fix i18n.David Robillard
2011-11-04drastic overhaul of keyboard handling in mixer window. real bindings, key eve...Paul Davis
2011-10-29Use general VisibilityGroup class to manage visibilityCarl Hetherington
2011-10-26hack wscript to correctly rebuild ardour3_FOO.rc files after changes to files...Paul Davis
2011-10-26new ArdourButton class, to start to provide more control over how our buttons...Paul Davis
2011-10-22fix wscript so that gtk rc files are always built properly (not sure why this...Paul Davis
2011-10-18fix bindings generation process for OS XPaul Davis
2011-10-18changes for OS X support: change waf config define to COREAUDIO_SUPPORT, remo...Paul Davis
2011-10-18gnomecanvas related build changesPaul Davis
2011-10-04Patch from orbisvicis to fix install of UI RC filesCarl Hetherington
2011-10-03Remove LV2 support via SLV2 (Lilv only now).David Robillard
2011-09-30more changes to wscript files to catch up with waf 1.6 and fix OS X issuesPaul Davis
2011-09-29Fix installation globsDavid Robillard
2011-09-29Python 3 fixesDavid Robillard
2011-09-29Fix whitespace.David Robillard
2011-09-29Use is_defined to check for HAVE_* variables set by checks.David Robillard
2011-09-29Remove use of waf compat15 tool.David Robillard
2011-09-29Upgrade to waf 1.6.7 and autowaf r52.David Robillard
2011-09-29stop asking GTK to do include-processing of RC files, since it can't, and get...Paul Davis
2011-09-20(native) Linux VST support from LinuxDSPPaul Davis
2011-07-07introduce GUIObjectState; massive, pervasive changes in visibility and height...Paul Davis
2011-06-13add MIDI channel editing for current note selection, bound to "c" by defaultPaul Davis
2011-06-09split style files apart to better maintain consistency (generates a useless e...Paul Davis
2011-06-07more clock tweakingPaul Davis
2011-06-03next iteration of clock work. still far from complete, and probably waiting o...Paul Davis
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