Various work on bundles. We now have a Bundle Manager dialogue, and hopefully things...
[ardour.git] / gtk2_ardour / ardour_ui.cc
2007-10-19 Carl HetheringtonVarious work on bundles. We now have a Bundle Manager...
2007-10-14 David RobillardFix displaying of notes in auto-created MIDI region...
2007-10-11 Paul Davismerge from 2.0-ongoing by hand, minus key binding editor
2007-09-06 David RobillardDeep "automation regions" support.
2007-09-04 Tim MayberryUse functions from ardour/session_state_utils.h instead...
2007-08-06 Paul Davisslightly improved fixes for MIDI issues
2007-08-01 Paul Davisuse XML state to store processors in mixer (strips...
2007-07-16 Paul Davissupport for 16 bit native files
2007-07-06 Doug McLainshow() widgets explicitly in gtk2_ardour/ardour_ui.cc
2007-06-29 Doug McLainMoved canvas colors and theme file selection into new...
2007-06-27 Tim MayberryMove some code from ARDOUR_UI::setup_theme to ThemeMana...
2007-06-27 Tim MayberryUse PBD::find_file_in_search_path instead of ARDOUR...
2007-06-27 Tim MayberryMove ARDOUR_UI::ThemeChanged signal into Gtkmm2ext::UI
2007-06-27 Tim MayberryRemove inclusion of an unused header file
2007-06-26 Jesse Chappell* Added (let's call it revealed) ability to record...
2007-06-17 Tim MayberryMake Stateful::*instant_xml methods protected and non...
2007-06-17 Tim MayberryUse Session::session_directory in ARDOUR_UI::display_cl...
2007-06-15 Doug McLainMajor Theme Manager changes, see ardour-dev
2007-06-04 David RobillardShow selected MIDI track in editor mixer.
2007-05-25 Doug McLainNew theme manager, with option to select between dark...
2007-05-18 Tim MayberryChange the return type of ARDOUR_UI::build_session...
2007-05-18 Tim MayberryMove Session::find_session into a session_utils.h header
2007-05-18 Tim MayberryRemove unused variable and the accessor methods for...
2007-05-18 Tim MayberryRename NewSessionDialog::get_current_page to on_new_ses...
2007-05-18 Tim MayberryWhitespace fixes in gtk2_ardour/ardour_ui.cc
2007-05-18 Tim MayberryUse bool return type for ARDOUR_UI::unload_session...
2007-05-14 Paul Davisadd new A/B comparison for plugins, plus ways of disabl...
2007-05-14 Doug McLaincode readability change I forgot to add before committi...
2007-05-14 Doug McLainAdd 'delta edit cursor' option to primary and secondary...
2007-05-10 David RobillardAdded nicer looking wrapper methods for ChanCount:...
2007-05-10 Paul DavisMIDI branch becomes trunk
2007-04-30 Paul Davismoved 2.1-staging to trunk @ rev 1765
2007-04-29 Paul Davismerged -r1752:HEAD from trunk
2007-04-29 David RobillardMerged with trunk R1761
2007-04-26 Paul DavisMerged changes from trunk 1699:1751 into 2.1-staging
2007-04-22 David RobillardMerged with trunk R1736.
2007-04-12 David RobillardMerged with trunk R1705.
2007-04-11 Paul Davismerged with 1697 revision of trunk (which is post-rc1...
2007-04-09 Jesse Chappellfixed previous fix of initial autoplay issue, autoplay...
2007-04-07 Paul Davisadd new profile object, use it to remove certain horizo...
2007-04-06 Paul Davisdon't let auditioning make transport buttons inaccessib...
2007-03-20 Paul Davisfix up duplicate dialog
2007-03-20 Paul Davisdo not start transport on first locate if auto-play...
2007-03-19 Taybin RutkinRemoved unused 0.5 second timer.
2007-03-19 Paul Davisremove debug output from last commit
2007-03-19 Paul Daviskill glib-induced abort caused by asymmetric lock/unloc...
2007-03-19 Paul Davismake rec-regions insensitive to events; fix up diskrate...
2007-03-19 David RobillardMerged with trunk R1622.
2007-03-18 Paul Davisfix rect redraw problem(s); make zoom range rect visibl...
2007-03-18 David RobillardMerged with trunk R1612.
2007-03-17 Paul Davisprevent wierd GTK main loop situation when quitting... 2.0beta12
2007-03-14 Paul Davisno more peak building thread; don't print config var...
2007-03-09 Taybin RutkinMerged lines for better translation.
2007-03-06 Doug McLainFix for edit cursor clock being out of sync with edit...
2007-03-05 Paul Davisnew design for region dragging; make add route dialog...
2007-03-01 Taybin RutkinFixed compilation issues.
2007-02-28 Paul Davis"Sampo's Delight" - add "do not show this window again...
2007-02-26 Paul Davisfix for #1503, crash on new session in write-protected dir
2007-02-23 Paul Davisprevent new session construction if not connected to...
2007-02-22 Paul Davisremove all lines to avoid recompiles after commits
2007-02-20 Paul Davismake MMC work again, make tracing MIDI input work again...
2007-02-19 Paul Davismake transport buttons and shuttle controller work...
2007-02-19 Paul Davisremote control IDs follow editor/mixer view order;...
2007-02-15 Paul Davisfix reverse play buffer refilling; turn on Blink signal...
2007-02-13 Paul Davisfix buttons, finally?
2007-02-13 Paul Davisthe buttons will submit to my rule! prelight-when-activ...
2007-02-09 Paul Davisprevent wastebasket flush after cleanup, force wait...
2007-02-09 Paul Davisfixes for new button code; don't even make destructible...
2007-02-09 Paul Davisstrip X specific from keyboard.cc; fix up many buttons...
2007-02-03 Paul Davisuse ensure_float() on memory limit warning dialog
2007-01-31 Paul Davisremove ardour_message.{cc,h}; JACK latency menu now...
2007-01-11 David RobillardMerged with trunk R1311.
2007-01-11 David RobillardMerged with trunk R1304
2007-01-11 Paul Davistry to rationalize zoom/scroll ops for the canvas
2007-01-10 Paul Davissave playhead + edit cursor, restore on session load...
2007-01-10 Paul Davisuse AudioClock::set_widget_name() for rec status in...
2007-01-09 David RobillardMerged with trunk R1283.
2007-01-08 Paul Davisfix audio clock restore, provide XMLNode::property...
2007-01-08 Paul Davissave and restore clock modes
2007-01-07 Paul Davisfix startup order (ARDOUR::init() vs. AudioEngine creat...
2007-01-03 Paul Davisdo proper install on x86_64 system, remove stupid debug...
2007-01-03 Paul Davisprevent massive, multiple, pointless keybindings saves...
2007-01-03 Paul Davismassive changes to clean up what happens during session...
2006-12-20 Paul Davissmall but major fix for Controllable state storage...
2006-12-19 Taybin RutkinRemoved SoundFileBrowser from Windows menu.
2006-12-19 Paul Davissave keybindings to file used at startup; allow keybind...
2006-12-16 Paul Davissession is clean after loading, again
2006-12-16 Paul Davismake editor window show up at the right time
2006-12-15 Paul Daviswrite session file to alternate name before, then renam...
2006-12-06 Paul Davismiscellaneous stuff, SVN IS TEMPORARILY BROKEN. FIX...
2006-12-01 Paul Davisdon't update clocks while dragging playhead
2006-11-30 Paul Davistimecode clock info patch from oofus, big clock mods...
2006-11-30 Paul Davisframe for fader belt; better focus behaviour for gain...
2006-11-27 Paul Davismany small changes, see ardour-dev for more
2006-11-20 Paul Davisdeeper fixes for 80/100 subframes choice
2006-11-19 David RobillardMerged with trunk R1141
2006-11-13 Paul Davishandle disconnected-from-JACK state a little better...
2006-11-10 Taybin RutkinRedisplay editor window after switching snapshots.
2006-11-09 Paul Davisfirst pass on track mode switch; fixes to dangling...
2006-11-04 Sampo SavolainenFix closing the about dialog for gtk 2.10
next