summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2012-08-21Create and realize LV2 UI container before instantiating (required for proper...David Robillard
2012-08-21fix long-option: --no-splash = -n (and test git+svn first-commit)Robin Gareus
2012-08-16make --disable-plugins/-d work again, probablyPaul Davis
2012-08-10add -Wpointer-arith -Wcast-qual -Wcast-align and others to compile flags, and...Paul Davis
2012-08-10fix erroneous use of i18n.h in a header filePaul Davis
2012-08-07Set splash screen to non-resizable so it displays correctly in smart window m...David Robillard
2012-08-02Use accelerator key of "/Editor/set-playhead" action to position playhead in ...Colin Fletcher
2012-07-29trying to track down why undo doesn't remove xfade rendering on OS XPaul Davis
2012-07-28allow resizing of startup wizard windowPaul Davis
2012-07-27slightly more debugging for kbd accelsPaul Davis
2012-07-27comment code that stopped the keybd accel activation pathway if Keyboard::som...Paul Davis
2012-07-26reset default transport speed when leaving audition mouse modePaul Davis
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-07-25fix a SNAFU that occured when switch from ArdourDialog to ArdourWindow that r...Paul Davis
2012-07-25tweak layout of export dialog to try to make it clear what to enter when sett...Paul Davis
2012-07-25add export formats path to ardev_common.sh.in so that ./ardev runs find expor...Paul Davis
2012-07-24quiet!Paul Davis
2012-07-24make rendering of the editor summary view a bit more efficient, enable key ev...Paul Davis
2012-07-23forward port the carbon window position fix from 2.XPaul Davis
2012-07-23forward-port generic MIDI and transport controllable changes from 2.XPaul Davis
2012-07-20make more or less all LHS treeviews use the same stylePaul Davis
2012-07-20shrink down some location UI button labelsPaul Davis
2012-07-19more work on RID and editor/mixer order matching; when a track/bus is hidden ...Paul Davis
2012-07-17rename MIDI "Fork" operation to "Unlink from other copies"Paul Davis
2012-07-17updated RU translations from alexander prokoudinePaul Davis
2012-07-17i18n fixes from alexander prokoudine (#5016)Paul Davis
2012-07-17move binding for duplicate-region to secondary-d rather than d, use d for dra...Paul Davis
2012-07-17add translucent "shade" to playhead cursor (may remove this in the future)Paul Davis
2012-07-17lots more fidgety work on automation. sort of works now, but undo/redo needs ...Paul Davis
2012-07-15use correct event struct when handling key events in patch changes, and flip ...Paul Davis
2012-07-15i18n detailPaul Davis
2012-07-13dramatic overhaul of automation. too long to explain here. this work is not f...Paul Davis
2012-07-11force I/O selector windows to stay-on-top (experimental)Paul Davis
2012-07-11handle failure to start audioengine correctlyPaul Davis
2012-07-10add option to not use gradients when rendering waveforms (#4944)Paul Davis
2012-07-10outline fade in/out handles in black (#3828)Paul Davis
2012-07-10cleaner version of previous commit's fix for AutomationRangeDrag y fraction c...Paul Davis
2012-07-10provide some numerical data during automation trim (range) drags, and correct...Paul Davis
2012-07-10add a comment to the previous changePaul Davis
2012-07-10don't spin on Session::timecode_transmission_suspended() if disconnected from...Paul Davis
2012-07-10OS X-based fixes for splash screen mgmtPaul Davis
2012-07-09remove extra unused argument to ::sync_model_with_view_point(s)Paul Davis
2012-07-09cleaner version of splash display changesPaul Davis
2012-07-09some hacks to try to get the splash to function reliably, particularly on OS XPaul Davis
2012-07-09shift-click on shuttle controller in wheel mode resets it to 1.0 (100%) (#4994)Paul Davis
2012-07-09comment out some unused parameter argumentsPaul Davis
2012-07-09redisplay mixer strips when visibility of one of them changes (makes X (hide)...Paul Davis
2012-07-08restore functionality of show/hide column in mixer track/bus listPaul Davis
2012-07-04Fix crash on trying to snap to markers when there aren'tCarl Hetherington
2012-07-04Rename Editor::duplicate_dialog to Editor::duplicate_rangeCarl Hetherington