merge fix for tempo branch
[ardour.git] / gtk2_ardour / ardour_ui.cc
2015-04-21 Ben Loftismerge fix for tempo branch
2015-04-21 Paul DavisMerge branch 'master' into saveas
2015-04-20 Paul Davisuse save as dialog in ArdourUI
2015-04-20 Robin Gareustowards fixing #6265
2015-04-20 Paul DavisMerge branch 'master' into saveas
2015-04-14 Paul Davisnow that there is only 1 effective selection, adjust...
2015-04-10 Colin FletcherMerge branch 'uk-english'
2015-04-05 Paul Daviscleanup, tweak, reorganize gone-silent dialog
2015-04-05 Paul Davisshow dialog when audioengine becomes silent
2015-04-03 Paul Davisfix hard-coded version in config copy dialog; use yes... 4.0-rc2
2015-04-03 Paul Davisremove hard-coded program name
2015-04-02 Paul Daviswording tweak.
2015-04-02 Valeriy Kamyshniy[Summary] Adding option to avoid sorting the routs...
2015-04-01 nick_mWindow focus handling fixes.
2015-03-31 Robin Gareusremove linux specific menu reference (sorry translators)
2015-03-30 Robin Gareusdon’t apply selection to new sessions
2015-03-29 Robin Gareusdon’t apply selection to new sessions
2015-03-23 Robin Gareusrework check for old configuration files
2015-03-22 Robin Gareusreplace LinkButton
2015-03-17 Robin Gareuschange the error-log button to toggle the log window
2015-03-16 Ben Loftisfix typo
2015-03-16 Robin Gareususe tri-state text-less LED for error-log button.
2015-03-16 Paul Davisadd a warning when using a free/demo version
2015-03-15 nick_mAdd route dialog order hint changes.
2015-03-14 Robin Gareusnote to self.
2015-03-14 Robin Gareusautomatic error log window popup be gone.
2015-03-14 nick_mRemove the use of Window::set_keep_above() throughout...
2015-03-12 Paul Davischeck for old configuration files and copy if user...
2015-03-11 nick_mMetadata windows are no longer transient windows.
2015-03-11 nick_mAdd route dialog is never a transient window.
2015-03-10 Robin Gareusdramatically reduce ShuttleControl CPU usage
2015-03-09 Colin FletcherRemove useless parameters from MainClock constructor
2015-03-09 Robin Gareusfix ‘pure virtual’ crash at exit.
2015-02-28 Robin Gareusprepare saving video-export settings.
2015-02-12 Colin FletcherIgnore playhead when finding delta from edit position...
2015-02-12 Colin FletcherSeparate out creation of xrun markers from Editor:...
2015-01-27 Robin Gareusfix printf format-security warning.
2015-01-26 Paul Davisremove unnecessary commented-out line.
2015-01-26 Paul Davisrename ARDOUR_UI::idle_load() to ARDOUR_UI::load_from_a...
2015-01-25 Paul Davisfix incorrect logic when loading session via NextStep...
2015-01-25 Paul Davisadd handler for, and connect to, Session::SaveSessionRe...
2015-01-17 Robin Gareusconsistent display of period-size.
2015-01-14 Paul Davisunfinished save-as dialog, to serve as example/guide...
2015-01-12 Paul Davisfirst working version of save-as
2015-01-11 Paul Davisadd initial code/stubs, actions, menu items for save as
2015-01-08 David RobillardAlow tabbing between fields in metadata editor.
2015-01-06 Tim MayberryFix Session file filter so session files are displayed...
2015-01-05 Robin Gareusun-hardcode "*.ardour" file filters
2015-01-02 Tim MayberryFix for Clock updates
2015-01-01 Tim MayberryMove Timers/Timeouts from ARDOUR_UI into functions...
2014-12-24 Robin Gareusproper default setup and fallbacks for video on windows
2014-12-23 Paul Davisreorder members and constructors to ensure null pointer...
2014-12-22 Paul Davismove all (G)UI related configuration parameters into...
2014-12-18 Paul Davisexpand help menu with various useful entries.
2014-12-15 Paul Davismove theme manager into preferences window
2014-12-09 Paul Davismore DEBUG::Butler output, formatting corrections,...
2014-12-09 Paul Davisanother metric ton of color work
2014-12-07 Paul Davisrevert UIConfiguration back to a normal member of ARDOUR_UI
2014-11-26 Paul Davismove creation of UIConfiguration object to precede...
2014-11-26 John EmmasWith printf() / snprintf() etc "%f" actually requests...
2014-11-17 Robin Gareusadd some assert() messages.
2014-11-17 Robin Gareusfix logic (and possible segfault if !editor)
2014-11-14 Jeremy CarterMerge remote-tracking branch 'upstream/master'
2014-11-12 Robin Gareusadd popup message and error log for AU crash reports
2014-10-28 Robin Gareusadd win IRC channel
2014-10-25 Robin Gareuscombine short periodic timeout functions for windows.
2014-10-23 Robin Gareusanother round of compiler warning fixes
2014-10-23 Robin Gareussmall round of compiler warning fixes
2014-10-22 Robin Gareuswindows: allow loading session with absolute path
2014-10-16 Paul DavisMerge branch 'cairocanvas'
2014-09-15 Ben Loftisfix various loop-initiation faults
2014-09-11 Robin GareusAPI flush static cairo pattern cache
2014-09-11 Robin Gareusmake valgrind output a bit more readable.
2014-09-06 Robin Gareusminimize rebuild after reconfigure:
2014-09-06 Robin Gareusspeed up session load (display updates)
2014-08-30 Robin Gareusupdate clocks and video-frames at FPS
2014-08-30 Robin Gareusadd an idle callback at FPS
2014-08-27 Ben Loftisrefactor flat_buttons into cairowidget, and add a canva...
2014-08-22 Ben LoftisRationalize ArdourButton and lots of associated theming...
2014-08-01 Ben Loftisconsistently use mixed-case labels
2014-07-18 Paul DavisMerge branch 'waveview_hacks' of https://github.com...
2014-07-15 John EmmasAdd a couple of function calls so that Ardour will...
2014-07-10 Paul Davisadd comment/doxygen doc
2014-07-09 Ben Loftisadd mixbus profile which removes the tearoffs
2014-07-09 Paul Davisadd new TRX-only function for unusual global-record...
2014-07-04 Paul Davismove location of menus file loading and call ActionMana...
2014-07-03 Ben Loftislots of keybinding changes. added a new action to...
2014-07-03 Ben Loftisfix the naming and behavior of always-play-range to...
2014-07-01 Colin FletcherMerge branch 'ripple-mode-cc' into cairocanvas
2014-07-01 Paul Davismerge with master.
2014-06-29 Robin Gareussuspend route redisplay for (rec-en, solo, mute and...
2014-06-25 Robin Gareusmove utility functions into a dedicated namespace
2014-06-17 Paul DavisMerge branch 'pathscanner-refactor' of https://github...
2014-06-17 Tim MayberryChange PBD::PathScanner API to return results by value...
2014-06-15 Robin Gareusfix pathscanner / stl_vector related memory leaks
2014-06-14 Robin Gareussimply future debugging of exit at start.
2014-06-12 Colin FletcherFix opening of recent sessions with mismatched director...
2014-06-02 Paul Davismerge with master and fix 4 conflicts by hand
2014-05-19 Paul DavisMerge branch 'noppc' of https://github.com/mojofunk...
2014-05-19 Paul DavisMerge branch 'mingw-updates' of https://github.com...
next