summaryrefslogtreecommitdiff
path: root/gtk2_ardour/luadialog.cc
AgeCommit message (Collapse)Author
2020-04-25Lua Dialog, fill window with single widgetRobin Gareus
This is particularly helpful with a file-selector (e.g. mixer ccreenshot Script)
2020-03-25remove a few cerr outputs and change a couple to use cout, since they are ↵Paul Davis
not errors
2019-09-02Move LuaProgressDialog into "LuaDialog" namespaceRobin Gareus
Define class in header file Match C++ and Lua binding namespaces (for documentation)
2019-08-12Add Lua-Dialog support for FileChooserWidget (save file)Robin Gareus
2019-08-03Update GPL boilerplate and (C)Robin Gareus
Copyright-holder and year information is extracted from git log. git history begins in 2005. So (C) from 1998..2005 is lost. Also some (C) assignment of commits where the committer didn't use --author.
2019-02-20ALlow Markup for LuaDialog.MessageRobin Gareus
2019-01-02Add external drive references for most file-browsersRobin Gareus
This fixes an issue on MacOS/X to only show non-root volumes in the file-open dialog. They're just as valid for save-as, export, video files etc. In case of a 2nd internal disk, it is also a valid choice as default folder for new sessions.
2018-08-02Add scrollbar to LuaDialogRobin Gareus
2018-08-02Lua-dialog: allow to set folder for file to load/save.Robin Gareus
When a non-existent file-path is given, GTK falls back to show the containing folder and automatically goes up to parent folders until the root. This removes the explicit file/folder check and delegates the behavior to GTK, allowing to set a folder for a non-existent file.
2018-06-04NO-OP: Modify a #include (purely for consistency)John Emmas
2018-06-01moving singen and noisegen from mixbus repo to ardour + change singen ↵Nikolaus Gullotta
display and add noisegen display
2018-06-01add Gtk::ColorButton widget to LuaDialog and add ability to change multiple ↵Nikolaus Gullotta
route colors at a time
2017-12-05Sort LuaDialog dropdown entries by key-nameRobin Gareus
2017-08-19Backwards compatible LuaDialog layout (+new colspan option)Robin Gareus
2017-08-19NO-OP: whitespace & styleRobin Gareus
2017-08-19NO-OP: whitespaceRobin Gareus
2017-08-18Templates: basic support for columns in the script dialog.Ben Loftis
2017-08-18Fix typo in 952b8e1d74Robin Gareus
2017-08-18Initialize an uninitialized variableRobin Gareus
2017-08-10Lua Message dialog, push splash screen if needed.Robin Gareus
2017-07-17Move Gtkmm2ext widgets into libwidgetRobin Gareus
2017-07-17Separate Ardour UI widgets into dedicated libraryRobin Gareus
2017-07-01NO-OP whitespace (updated GH PR #357)Thomas Brand
2017-06-08Add a file-chooser LuaDialog WidgetRobin Gareus
2017-04-25Lua Dialog refinements:Robin Gareus
* Add Heading Widget * Swap OK/Cancel Buttons * Update table layout (spacing + alignment) * Some whitespace tweaks
2017-04-25Lua: Action Script Dialog & MessageBoxRobin Gareus