summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.cc
AgeCommit message (Expand)Author
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
2014-07-15Add a couple of function calls so that Ardour will perform some basic cleanup...John Emmas
2014-07-10add comment/doxygen docPaul Davis
2014-07-09add mixbus profile which removes the tearoffsBen Loftis
2014-07-09add new TRX-only function for unusual global-record-enable semanticsPaul Davis
2014-07-04move location of menus file loading and call ActionManager::enable_accelerato...Paul Davis
2014-07-03lots of keybinding changes. added a new action to allow removing markers at ...Ben Loftis
2014-07-03fix the naming and behavior of always-play-range to match the button, which i...Ben Loftis
2014-06-29suspend route redisplay for (rec-en, solo, mute and monitor) batch changesRobin Gareus
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2014-06-17Change PBD::PathScanner API to return results by value to avoid inadvertent m...Tim Mayberry
2014-06-15fix pathscanner / stl_vector related memory leaksRobin Gareus
2014-06-14simply future debugging of exit at start.Robin Gareus
2014-06-12Fix opening of recent sessions with mismatched directory & file namesColin Fletcher
2014-05-19remove unused variablePaul Davis
2014-04-20update GUI while waiting for video server to respondRobin Gareus
2014-04-17new transport option, "loop-is-mode" which optionally changes the role of the...Paul Davis
2014-04-14clean up 6cc2812f2e8 (interim vst fixes)Robin Gareus