summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.h
AgeCommit message (Expand)Author
2016-02-22action maps now have namesPaul Davis
2016-02-22more changes to Bindings, Keyboard APIsPaul Davis
2016-02-22radically change Keyboard/Binding API design to disconnect Gtk::Action lookup...Paul Davis
2016-02-22changes to support new key bindings editor designPaul Davis
2016-02-22switch all action registration/binding code over to new API.Paul Davis
2016-02-22remove all tearoffs except the monitor section.Paul Davis
2016-02-22handle main window delete events sensiblyPaul Davis
2016-02-22handle button events on main window notebook so that we can handle close butt...Paul Davis
2016-02-22dynamically update menus/actions controlling tabbable show/hide/attach/detach...Paul Davis
2016-02-22break out window ops for Tabbables into show/hide/attach/detachPaul Davis
2016-02-22remove "toggle-foo" style actions related to editor/mixer windows and provide...Paul Davis
2016-02-22refactor key press handling to include a hack that continues to use GTK accel...Paul Davis
2016-02-22save & restore the main window geometryPaul Davis
2016-02-22update main window title appropriatelyPaul Davis
2016-02-22hide tabs in main window when there's only 1 tab left.Paul Davis
2016-02-22get normal GTK accelerators working againPaul Davis
2016-02-22first compilable version of tabbable design.Paul Davis
2016-02-22the basics of tabbedPaul Davis
2016-02-22os x: an initial attempt at fixing loss of keyboard focus after cmd-w to clos...Paul Davis
2016-01-18add more remote transport toggles for touchOSC: midi_panic, toggle_roll, sto...Ben Loftis
2016-01-02change Controllable::set_value() API to include grouped control consideration.Paul Davis
2015-12-19allow to show/hide Monitor SectionRobin Gareus
2015-12-10allow hiding and showing the mixer listBen Loftis
2015-11-29fix OSX openFile Application DelegateRobin Gareus
2015-11-14remove leftover declarationsPaul Davis
2015-11-14partial dialog to control track duplicationPaul Davis
2015-11-13initial/partial implementation of duplicate track/busPaul Davis
2015-11-04Improve behavior of overwrite_file_dialog.André Nusser
2015-10-06Remove unused methods in ARDOUR_UI for starting/stopping engineTim Mayberry
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-10-02provide Main/cancel-solo as an action and make rude solo button(s) use itPaul Davis
2015-10-01Add parent window argument to ARDOUR_UI::check_audioengineTim Mayberry
2015-10-01Display warning when closing Audio Setup dialog with engine stoppedTim Mayberry
2015-09-16Remove tooltips() member from ARDOUR_UI and use Gtk_UI::set_tipTim Mayberry
2015-09-16Use Forward declaration for non-MSVC compilers in ardour_ui.hTim Mayberry
2015-09-16Forward declare Meterbridge class in ardour_ui.hTim Mayberry
2015-09-16Remove ui_config.h inclusion from ardour_ui.hTim Mayberry
2015-09-16Move UIConfiguration Singleton into UIConfiguration headerTim Mayberry
2015-09-16Move ARDOUR_UI::ui_scale into UIConfiguration classTim Mayberry
2015-09-16unify recent session dialogsRobin Gareus
2015-09-15display active peak-buildsRobin Gareus
2015-09-15GUI part: cleanup peak-filesRobin Gareus
2015-09-06Don't keep gtk-file-chooser around.Robin Gareus
2015-07-16offer to scan for plugins at first start.Robin Gareus
2015-06-29Revert "start work on auto return target dropdown rather than button"Paul Davis
2015-06-29start work on auto return target dropdown rather than buttonPaul Davis
2015-06-29[Summary]: add keybindings Cmd-h (hide application) for macYPozdnyakov
2015-06-17fix 1024px width layout (remove nudge clock special case)Robin Gareus
2015-05-28rearrange and redesign UIConfiguration/ARDOUR_UI APIs to allow correct initia...Paul Davis