summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui_dependents.cc
AgeCommit message (Collapse)Author
2020-01-12Apply some missing widget namesBen Loftis
2019-12-14First batch of MessageDialog replacementsRobin Gareus
2019-12-13Fix session sensitivity of some toolbar controlsRobin Gareus
2019-12-12Allow to bind initial Lua action via left-clickRobin Gareus
2019-12-05Reduce script button widthRobin Gareus
The default text is single digit hex number (0..c)
2019-11-22Inform LV2 plugins about main window IDRobin Gareus
2019-11-19Improve toolbar layout consistencyRobin Gareus
Directly pack Lua Script buttons into top-level table, use same size-constraints. Use consistent Lua Action button width, in particular for buttons 10..12. prefer "a" instead of "10" for default numeric label
2019-09-03Increase available Lua action script slotsRobin Gareus
* Reserve 32 dedicated editor actions for scripts * Limit number of toolbar buttons * Use dedicated binding-group for keyboard-shortcuts * Tweak Preferences layout of toolbar pane
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-16get ordering correct of global binding set creation and action registrationPaul Davis
2019-01-13re-order startup process, registering actions earlyPaul Davis
Mostly to stop an error when UIConfiguration::map_parameters() looks for an action that has not yet been registered
2018-12-19make StepEntry actions be static.Paul Davis
Unfinished, because bindings are problematic.
2018-12-19move #include directivePaul Davis
2018-12-11full (?) set of changes required to make MonitorSection an "always-there" ↵Paul Davis
component of the MixerUI Obviously, it is not always shown, but it always exists, which means that its actions are always accessible
2018-12-10reorder ARDOUR_UI action registration and adding tabbables to the main ↵Paul Davis
window, to avoid action-not-found in tabbable_state_change()
2018-12-10remove method and inline its contents. Nothing gained by wrapping this upPaul Davis
2018-10-04Unhardcode and increase bindable Lua-script-action countRobin Gareus
2018-02-19Add drop-shadow decorators to menu bar and transport toolbar.Ben Loftis
Allow status bar to fill available width.
2018-02-17GTKOSX is not a valid check. Use __APPLE__Ben Loftis
2018-02-17MacOS: Move status info to top, just like win+linux. (but no menu up there ↵Ben Loftis
of course.)
2017-12-18Sanitize status-bar msg line layoutRobin Gareus
2017-09-18manually fix up various cases where Gtk:Frame foo_frame had been changed to ↵Paul Davis
foo_sample
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
Generated by tools/f2s. Some hand-editing will be required in a few places to fix up comments related to timecode and video in order to keep the legible
2017-07-17Move more Gtkmm2ext widgets into libwidgetRobin Gareus
2017-07-01NO-OP whitespace (updated GH PR #357)Thomas Brand
2017-03-10Save/Restore TimeInfoBox clock modesRobin Gareus
The clocks are not transient, so ARDOUR_UI::store_clock_modes takes care of saving the state and the clock restores itself.
2017-02-18Consolidate ActionChanged callbacks, add tooltipsRobin Gareus
2017-02-18Allow to un-assign action-scripts via shift+right-clickRobin Gareus
2017-02-17Allow Lua action scripts to provide a button iconRobin Gareus
2017-02-17Allow binding Lua Action Scripts via right-clickRobin Gareus
2017-01-27remove editor/mixer selection change signals; make editor and mixer use ↵Paul Davis
PresentationInfo::Change more correctly; make Selection a bit smarter when setting track selection
2016-12-20Allow to customize parts of the main toolbarRobin Gareus
2016-12-18Transport Layout:Ben Loftis
* Remove some redundant containers and frames, for a cleaner look. * Adjust transport button spacing and sizes to more closely match the editor toolbar.
2016-12-17Commence transport tool bar re-layoutRobin Gareus
2016-12-02Making one string translatableOlivier Humbert
It should allow this dialog window to be translatable : http://pix.toile-libre.org/upload/original/1480706219.png I hope this is the correct way to do so. Please double-check what I've done before merging.
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-05-31fix manual merge errorPaul Davis
2016-05-31remove the entire idea of a tabbable for VCA master fadersPaul Davis
Conflicts: gtk2_ardour/master_faders.cc
2016-05-31call ::set_session on master faders sectionPaul Davis
2016-05-31most of the changes required to add a new master faders tabbablePaul Davis
the visibility button isn't actually working correctly
2016-05-25fix script button sensitivityRobin Gareus
2016-05-14action script GUI details (sensitivity + tooltip)Robin Gareus
2016-05-04OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)Paul Davis
2016-04-25add optional buttons to trigger lua scripted actions.Robin Gareus
2016-02-23Lua Script Console WindowRobin Gareus
2016-02-22a bunch of stuff to make tab/window switching work better, and provide Alt-m ↵Paul Davis
to toggle between editor+mixer in a sane way
2016-02-22get rid of a warning message by setting up the main window properties before ↵Paul Davis
showing it
2016-02-22prevent dragging the last tab from the notebookPaul Davis
2016-02-22remove tab-related code for tabbed notebook, add tooltips to new buttonsPaul Davis
2016-02-22tab-free tabbed display, part 1.2Paul Davis