summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2014-06-25Change PBD::get_files_in_directory to return full paths in resultTim Mayberry
2014-06-25GLib functions for listing directory contents don't include "." or ".." entriesTim Mayberry
2014-06-25add slider control to GUI tab of preferences for lock timeoutPaul Davis
2014-06-25expose Gtk::HScale member of OptionEditor::HSliderOptionPaul Davis
2014-06-25part two of: lock dialog MUST be a Gtk::Dialog so that it does not forward ke...Paul Davis
2014-06-25lock dialog MUST be a Gtk::Dialog so that it does not forward key (or other) ...Paul Davis
2014-06-25check UIConfig variable before restarting lock timeoutPaul Davis
2014-06-25add UIConfig variable for lock timerPaul Davis
2014-06-25new timer-based GUI locking codePaul Davis
2014-06-24there's no me in proaudioPaul Davis
2014-06-24actual style specs for lock dialog buttonPaul Davis
2014-06-24a bit more styling for that lock dialogPaul Davis
2014-06-24rename closed padlock iconPaul Davis
2014-06-24new padlock icons (48x48)Paul Davis
2014-06-24add a modal lock dialog for better testing (and someone might find it useful,...Paul Davis
2014-06-24add ability to save current action sensitivities and restore them, and to dis...Paul Davis
2014-06-24playing with oofus' preferences for selected region coloringPaul Davis
2014-06-23reset time axis view item name text color when selected status changesPaul Davis
2014-06-23for backends w/o control, save a fake state with only the "active" attribute.Robin Gareus
2014-06-23en/disable internal send+returns with tracks en/disable.Robin Gareus
2014-06-22Do not allow to de/activate a track while the transport is rolling.Robin Gareus
2014-06-22button click (release, to be precise) within the canvas drop zone cancels all...Paul Davis
2014-06-22fix latency-measurement dialog back-button.Robin Gareus
2014-06-22more canvas refactoring.Paul Davis
2014-06-21use newly factored canvas in gtk2_ardourPaul Davis
2014-06-20fix some confusion when redrawing editor/mixer track/strip displays after tra...Paul Davis
2014-06-19ensure that all waveviews have ALL their colors set accurately before first r...Paul Davis
2014-06-19explanatory commentPaul Davis
2014-06-19correct conversion of drop y-position into trackview for drag-n-drop of exter...Paul Davis
2014-06-19latency measurement dialog updates:Robin Gareus
2014-06-19engine-dialog: properly restore previous active stateRobin Gareus
2014-06-19fix non-working cmd-Q on OS X. For some reason the shenanigans related to rem...Paul Davis
2014-06-19change the way font specifications are used in UI config filesPaul Davis
2014-06-19modifications to region drag implementationPaul Davis
2014-06-19various fixes for places that used get_font_for_style() ... converted to use ...Paul Davis
2014-06-19add bold monospace font specs to canvas_vars/ardour3_ui_default.confPaul Davis
2014-06-19use new canvas cursor API to manage cursors while embedding audioPaul Davis
2014-06-19fix potential crash in Editor::set_canvas_cursor() if inadvertently passed a ...Paul Davis
2014-06-18change verbose cursor font selection to use canvas variable mechanism, plus a...Paul Davis
2014-06-18more work on cursor tracking statePaul Davis
2014-06-18explanatory commentPaul Davis
2014-06-18fix naming of selection rect-related itemsPaul Davis
2014-06-19Summary changes :nick_m
2014-06-18a whole slew of changes related to centralizing and rationalizing cursor mana...Paul Davis
2014-06-17highlight send-pannerRobin Gareus
2014-06-17Merge branch 'pathscanner-refactor' of https://github.com/mojofunk/ardour int...Paul Davis
2014-06-17Merge branch 'summary_background' of https://github.com/nmains/ardour into ca...Paul Davis
2014-06-17a set of inter-related subtle changes to get vertical autoscrolling to work, ...Paul Davis
2014-06-17Render tracks and regions to a background image in the editor summary.nick_m
2014-06-17Change PBD::PathScanner API to return results by value to avoid inadvertent m...Tim Mayberry