summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2008-03-20build the meters in GainMeter from the LevelMeters class instead of doing it ...Doug McLain
2008-03-15make sure user ardour dir exists before trying to put pango.rc in itPaul Davis
2008-03-14enable icon-start-from-.ardour-file to work on OS X; properly install apple e...Paul Davis
2008-03-14make feature lines (rhythm ferret etc) scale with zoom; hide them whenever RF...Paul Davis
2008-03-13(OS X native: don't write dynamic pango.rc into app.bundle); use Glib::get_ho...Paul Davis
2008-03-08Fix warnings.David Robillard
2008-03-05Dave Camerons fix for bug 2108, slightly modifiedDoug McLain
2008-03-04Improvements on the FFT analysis toolSampo Savolainen
2008-02-27File type icon version 2.Nick Mainsbridge
2008-02-27Add a quick file type icon.Nick Mainsbridge
2008-02-27fix up dual punch action logicPaul Davis
2008-02-27don't popup import progress window until we give import a chance to fail firs...Paul Davis
2008-02-27fix up BWF creation; make CoreAudioSource work; add CAImportable; refactor So...Paul Davis
2008-02-27add CAF to list of likely audio file suffixes; use generic AudioFileSource So...Paul Davis
2008-02-27rearrange icons/presets on xfade editor to be symmetric; refactor importable ...Paul Davis
2008-02-26non-AA canvas support (not used by default); new SAE menus; fix locate-play-l...Paul Davis
2008-02-26Add missing $PREFIX/share/ardour2 to uninstall target. Fix consequent missing...Nick Mainsbridge
2008-02-25New FREEDESKTOP scons option installs desktop MIME entry and .desktop file. A...Nick Mainsbridge
2008-02-24Fixes for canvas and gain meter text not being scaled on startupDoug McLain
2008-02-24make canvas text scale with font scaler; prevent bogus values from putting Na...Paul Davis
2008-02-23fix up use of plugin input counts when running; SAE menu tweaks; fix up manag...Paul Davis
2008-02-23fix up meter thread management when JACK client starts/stops/is halted ; put ...Paul Davis
2008-02-23add headerDoug McLain
2008-02-23Fix the stepping direction for horizontal faders, it was stepping in the wron...Doug McLain
2008-02-23I forgot to swap the function namesDoug McLain
2008-02-22Save and restore users font scale settingDoug McLain
2008-02-22new font/dpi scaler in Windows -> Preferences -> MiscPaul Davis
2008-02-22fix some layering/display problems with AU GUIs (requires new patches for GDK...Paul Davis
2008-02-21fix first_idle idea so that tracks added after session loading show up OKPaul Davis
2008-02-21Fix clashing zoom keybindings.David Robillard
2008-02-21fix deadlock in playlist::partition(); new first idle model, including messag...Paul Davis
2008-02-21minor fixes from OS X landPaul Davis
2008-02-20notably speed up startup time by deferring streamview display untl the GUI is...Paul Davis
2008-02-20update preset selector lists every time a plugin UI is shownPaul Davis
2008-02-20drop ruler_show[] in favor of specific editor actions; various new actions an...Paul Davis
2008-02-17new SAE-de bindingsPaul Davis
2008-02-17a boatload of changes and fixes related to SAE menu redesign (several new ope...Paul Davis
2008-02-17Fix for last commit where rec enable state was not considered. Change adat op...Nick Mainsbridge
2008-02-17Remove beat entry from meter dialog (beats are not allowed in API), clean up ...Nick Mainsbridge
2008-02-16wave making data debuggingPaul Davis
2008-02-16replace a typo with the result that led to the desired non-step behaviour on ...Doug McLain
2008-02-15reset doug's mistaken commit with fontsPaul Davis
2008-02-15TrackfadersDoug McLain
2008-02-15fix up install targets for binding files, really nowPaul Davis
2008-02-15fix up install targets for binding filesPaul Davis
2008-02-15fixed uninitialized variable that made ardour scrub at the wrong timesPaul Davis
2008-02-15fix use of basename; AU automation now working; add gtk event reporter back i...Paul Davis
2008-02-15Fix crasher: Make sure entered_regionview is set if it's used. Sampo Savolainen
2008-02-15lock edit mode disallows sliding regions in time. override by holding 3rd mo...Ben Loftis
2008-02-15Make import GUI report if you are importing a file of a name that Sampo Savolainen