summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.cc
AgeCommit message (Expand)Author
2015-03-12Metadata windows are no longer transient windows.nick_m
2015-03-12Add route dialog is never a transient window.nick_m
2015-03-10dramatically reduce ShuttleControl CPU usageRobin Gareus
2015-03-09Remove useless parameters from MainClock constructorColin Fletcher
2015-03-09fix ‘pure virtual’ crash at exit.Robin Gareus
2015-02-28prepare saving video-export settings.Robin Gareus
2015-02-12Ignore playhead when finding delta from edit position for main clocksColin Fletcher
2015-02-12Separate out creation of xrun markers from Editor::mouse_add_new_marker()Colin Fletcher
2015-01-27fix printf format-security warning.Robin Gareus
2015-01-26remove unnecessary commented-out line.Paul Davis
2015-01-26rename ARDOUR_UI::idle_load() to ARDOUR_UI::load_from_application_api() to co...Paul Davis
2015-01-25fix incorrect logic when loading session via NextStep document APIPaul Davis
2015-01-24add handler for, and connect to, Session::SaveSessionRequestedPaul Davis
2015-01-17consistent display of period-size.Robin Gareus
2015-01-14unfinished save-as dialog, to serve as example/guide/framework for full imple...Paul Davis
2015-01-12first working version of save-asPaul Davis
2015-01-11add initial code/stubs, actions, menu items for save asPaul Davis
2015-01-07Alow tabbing between fields in metadata editor.David Robillard
2015-01-06Fix Session file filter so session files are displayed in file browserTim Mayberry
2015-01-05un-hardcode "*.ardour" file filtersRobin Gareus
2015-01-02Fix for Clock updatesTim Mayberry
2015-01-01Move Timers/Timeouts from ARDOUR_UI into functions in timers.h and use PBD::T...Tim Mayberry
2014-12-24proper default setup and fallbacks for video on windowsRobin Gareus
2014-12-22reorder members and constructors to ensure null pointers for ARDOUR_UI::{edit...Paul Davis
2014-12-22move all (G)UI related configuration parameters into UIConfiguration, not RCC...Paul Davis
2014-12-18expand help menu with various useful entries.Paul Davis
2014-12-15move theme manager into preferences windowPaul Davis
2014-12-09more DEBUG::Butler output, formatting corrections, and a warning on cerr if c...Paul Davis
2014-12-08another metric ton of color workPaul Davis
2014-12-07revert UIConfiguration back to a normal member of ARDOUR_UIPaul Davis
2014-11-26move creation of UIConfiguration object to precede creation of ArdourUI.Paul Davis
2014-11-26With printf() / snprintf() etc "%f" actually requests a double, not a floatJohn Emmas
2014-11-17add some assert() messages.Robin Gareus
2014-11-17fix logic (and possible segfault if !editor)Robin Gareus
2014-11-12add popup message and error log for AU crash reportsRobin Gareus
2014-10-28add win IRC channelRobin Gareus
2014-10-25combine short periodic timeout functions for windows.Robin Gareus
2014-10-23another round of compiler warning fixesRobin Gareus
2014-10-23small round of compiler warning fixesRobin Gareus
2014-10-22windows: allow loading session with absolute pathRobin Gareus
2014-09-15fix various loop-initiation faultsBen Loftis
2014-09-11API flush static cairo pattern cacheRobin Gareus
2014-09-11make valgrind output a bit more readable.Robin Gareus
2014-09-06minimize rebuild after reconfigure:Robin Gareus
2014-09-06speed up session load (display updates)Robin Gareus
2014-08-30update clocks and video-frames at FPSRobin Gareus
2014-08-30add an idle callback at FPSRobin Gareus
2014-08-27refactor flat_buttons into cairowidget, and add a canvas-like convenience fun...Ben Loftis
2014-08-22Rationalize ArdourButton and lots of associated theming issues.Ben Loftis
2014-08-01consistently use mixed-case labelsBen Loftis