summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.cc
AgeCommit message (Expand)Author
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
2014-04-11interim vst fixesunknown
2014-04-10clean up use of JACK name in messagesPaul Davis
2014-04-10set Profile TRX element at startupPaul Davis
2014-03-13rework SystemExec - use vfork wrapper (and lots of related stuff)Robin Gareus
2014-03-09[VST] scan timeout display and per plugin timeout override.Robin Gareus
2014-03-09prepare configurable VST scan timeoutRobin Gareus
2014-02-28remove splash message/window at shutdown - it is just irritating and unnecess...Paul Davis
2014-02-28display policy of plugin-scan progress popup-windowRobin Gareus
2014-02-26don't waste time and effort deleting GUI components in ~ARDOUR_UI - the OS ta...Paul Davis
2014-02-25implement plugin-scan cancel-button sensitivityRobin Gareus
2014-02-25hook-up GUI idle handlerRobin Gareus
2014-02-25update plugin scan dialog gtk hackRobin Gareus
2014-02-24plugin scan progress-display & preferencesRobin Gareus
2014-02-22resolve gtk + VST threading issuesRobin Gareus
2014-02-19move SystemExec to libpbdRobin Gareus
2014-02-11Merge branch 'master' into cairocanvasPaul Davis
2014-02-11list action-names as part of --bindingsRobin Gareus