summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Collapse)Author
2016-06-04show existing automation lanes regardless if they were visible before.Robin Gareus
Automation can be recorded with the automation time axis not being visible.
2016-06-04Clamp tempo curve height.nick_m
2016-06-03NO-OP: add blank line to make comments clearerPaul Davis
2016-06-03fix both canvas scrolling and interleaving of VCA + Routes in editorPaul Davis
2016-06-03move from PresentationInfo::global_order() to PresentationInfo::order, and ↵Paul Davis
fix up part of reordering behaviour Dragging tracks/busses in the editor *below* VCAs still does not work
2016-06-03fix a -WreorderRobin Gareus
2016-06-02there is no explicit "Remote Control ID" control anymore - all done by ↵Paul Davis
ordering in the GUI
2016-06-02Remove references to a "master faders" window. We went the other way.Paul Davis
2016-06-02make new action to bind BackSpace to in processors boxPaul Davis
2016-06-02make all TimeAxisView derived types return PresentationInfo for sortingPaul Davis
2016-06-03Actions - make set-tempo-from-edit-range sensitive to time selection.nick_m
2016-06-02various safety checks for the result of dynamic_cast-ing a TimeAxisView to ↵Paul Davis
RouteTimeAxisView Now that we have VCATimeAxisView, this needed to be done, but it also potentially applied with automation
2016-06-02part three of using LocaleGuard with pane sizesPaul Davis
2016-06-02the second half of using LocaleGuard with pane sizesPaul Davis
2016-06-02add LocaleGuards to 2 places where we save pane sizes (which are floating ↵Paul Davis
point values now)
2016-06-01fix styling of pane dividers (the original reason for the "*Pane*" ↵Paul Davis
widget=>style spec)
2016-06-01remove un-used name_hbox widget from TimeAxisViewPaul Davis
2016-06-01remove unneeded widget style definitionPaul Davis
2016-06-01remove unnecessary wildcard GTK widget=>style mappingPaul Davis
2016-06-02add Open Target Folder button to Export DialogRobin Gareus
2016-06-01only show "Pin Connections..." in mixer-strip if there are pluginsRobin Gareus
2016-06-01MSVC itself defines a class called CheckMenuItem - so make sure we know to ↵John Emmas
use the one from Gtk
2016-06-01new api - update e0ff70cfRobin Gareus
2016-06-01fix windows builds & remove cruftRobin Gareus
There's no mkstemp() for windows -> use Glib::file_open_tmp() also ofstream should not be used (on windows it does not support UTF8 fn) strstream + Glib::file_set_contents ()
2016-05-31fix incorrect value in default_ui_configPaul Davis
2016-05-31change install target dir for color theme files5.0-pre0Paul Davis
2016-05-31show color theme file search path when a file is not foundPaul Davis
2016-05-31clean up some dangling code from ThemeManagerPaul Davis
2016-05-31reflect inclusion of appname in theme file namePaul Davis
2016-05-31rename color files to be program specific, and rename cainelton as cainevillePaul Davis
2016-05-31install program-specific color filesPaul Davis
2016-05-31rework of color theme file managementPaul Davis
Use program-name + version when saving user color files (and search for them) Preset XML-defined theme name, but use filename in config files (could be wrong).
2016-05-31add theme name to each color theme filePaul Davis
2016-05-31it is probably a mistake to rename dark -> Dark at this particular point in timePaul Davis
2016-05-31handle old-version pane positions by ignoring themPaul Davis
2016-05-31tweak layout in theme manager prefsPaul Davis
2016-05-31remove debug outputPaul Davis
2016-05-31fix theme path for ardev and cousinsPaul Davis
2016-05-31fix unused variable warningPaul Davis
2016-05-31install theme files during waf installPaul Davis
2016-05-31the return of the theme selector, plus 3 new themes from cooltehnoPaul Davis
2016-05-31set pane drag cursors in mixerPaul Davis
2016-05-31use new pane APIPaul Davis
2016-05-31restore mixer pane sizingPaul Davis
2016-05-31remove unneeded code with new panePaul Davis
2016-05-31set minimum size for editor listPaul Davis
2016-05-31use new record safe control in GUIPaul Davis
2016-05-31set editor pane cursorsPaul Davis
2016-05-31style colors for PanePaul Davis
2016-05-31initial sort-of-mostly-working integration of new PanePaul Davis