* got MIDI clock working really smoothly (29 frames until sync, ardour transport...
[ardour.git] / gtk2_ardour /
2008-10-28 Sakari BergenSave automatic saving of audio engine settings (mostly...
2008-10-26 Sampo SavolainenCheck glib atomic implementation for mutex use.
2008-10-25 Hans Baier* fixed jitter problems for midi clock and removed...
2008-10-22 Nick MainsbridgeFix repeated toggling of visual state (zoom to region...
2008-10-22 Nick MainsbridgeDon't tear down and rebuild all rulers on each visibili...
2008-10-20 Sampo SavolainenAdded facilities into PluginInsert for the GUI to gathe...
2008-10-20 David RobillardFix warnings because I have much more important things...
2008-10-19 Nick MainsbridgeHandle changed session duration & resizing canvas bette...
2008-10-16 Paul Davisfix crash at startup caused by use of null session...
2008-10-15 Sampo SavolainenMake EQ Gui optional and seize updating the graph when...
2008-10-14 Paul Davisfix a few things related to fit-to-tracks and toggle...
2008-10-14 Nick MainsbridgeMake tempo lines physical_screen_height high, add xml...
2008-10-13 Sampo SavolainenMake logarithmic controls work at least linearly
2008-10-13 Sampo SavolainenEnable some code to make plugin ui bounds more sensible.
2008-10-13 Sampo SavolainenFirst draft of the EQ visualization system. Now force...
2008-10-13 David RobillardFix wrongly exposed set_parameter methods on PluginInsert.
2008-10-13 Nick MainsbridgeFix annoying mouse pointer offset when dragging regions...
2008-10-13 Nick MainsbridgeFix menu missing fit-tracks.
2008-10-13 Nick MainsbridgeFit tracks fix from 2.0, don't crash if some env vars...
2008-10-11 Nick MainsbridgeFix non-disappearing transport range bar drag rects...
2008-10-11 David RobillardFix warning (unused variable).
2008-10-11 Sakari BergenMore Export GUI tweaks....
2008-10-11 Sakari Bergen* Region export dialog does not lose export settings...
2008-10-11 Sakari Bergen* Some Export GUI tweaks
2008-10-11 Paul Davisfix dragging of region gain line, affected by coordinat...
2008-10-11 Sakari BergenRegion export dialog: Make export channel and -selector...
2008-10-11 Nick MainsbridgeFix the nostar ruler hiding bug, rejig ruler bars again...
2008-10-10 Paul Davisfix URL's for freesound (debian patch)
2008-10-09 Paul Davisadd toggles for region fade in/out/both active, plus...
2008-10-09 Paul Davisadd global region fade toggle; fixup (?) reload of...
2008-10-08 David RobillardFix mismatched types (warnings).
2008-10-07 Paul Davisrevert last fix - its not relevant to 3.0 (yet)
2008-10-07 Paul Davisdo not manage the remote control menu, since it is...
2008-10-07 Nick MainsbridgeFix non-disappearing tracks when hiding, don't set...
2008-10-06 Sampo SavolainenAdded take system from 2.0. Thanks to torben for the...
2008-10-05 David RobillardNormalize XML property name style, preserving old sessi...
2008-10-05 Paul Davisregion list patch 4 from chris goddard
2008-10-05 David RobillardGive MIDI velocity text its own colour (from ccherret).
2008-10-05 David RobillardMake crossfades blue because blue = audio and it's...
2008-10-05 David RobillardDe-brown marker bars a bit.
2008-10-05 David RobillardMove panic button to MIDI toolbar (reduce required...
2008-10-05 David RobillardRename 'MIDI' drop down 'Channel' (actually describes...
2008-10-05 David RobillardCommit the colours I thought I was committing the last...
2008-10-05 David RobillardShrink scroomer horizontally a bit to emphasise the...
2008-10-05 David RobillardTone down canvas colours considerably, only use really...
2008-10-05 David RobillardRemove duplicate menubarstyle property.
2008-10-04 David RobillardSwitch to a vaguely tango palette based blue=audio...
2008-10-04 Nick MainsbridgeImprove scrolling performance for sessions containing...
2008-10-03 David RobillardAssortment of minor changes from 2.0-ongoing.
2008-10-03 David RobillardApply panners/automation patch from torbenh (Panner...
2008-10-02 Paul Davisuncomment ghostregionview destructor from merge madness
2008-10-01 Paul Davisnext region list fix from chris g; more tweaks to port...
2008-09-30 Paul Davismore tweaks to the IO Selector
2008-09-30 David RobillardSeparate low level details of SMF reading/writing from...
2008-09-29 David RobillardCan't call the wrong function when there's only one...
2008-09-29 David RobillardRemove ARDOUR::Parameter::is_integer.
2008-09-29 Nick MainsbridgeRelayer punch/loop range rects, fix display of punch...
2008-09-29 Sakari Bergen* Fixed const correctness error in Location
2008-09-29 Sakari BergenDelete the other export dialog file also...
2008-09-29 Sakari BergenDeleted old export dialog file
2008-09-29 Paul Davissubtle but important changes to IO Selector widgets...
2008-09-29 David RobillardPlugin automation fixes from torbenh.
2008-09-28 Paul Davisregion list patch #2 from chris g, slightly reworked...
2008-09-28 David RobillardInvalidate line cache when zoomed out to invisible...
2008-09-28 Sakari Bergen* Improved export error handling, streamlined ExportFailed
2008-09-27 David RobillardFix warnings.
2008-09-26 David RobillardFix crash when setting automation mode on non-region...
2008-09-26 David RobillardRemove duplicate and always NULL Session peak functions.
2008-09-26 David RobillardFix audio region copy-drag, partially fix MIDI region...
2008-09-26 Sakari BergenAdd Import from session -functionality
2008-09-24 David RobillardSuperficial code cleanup.
2008-09-24 Nick Mainsbridgefix feedback loop while track resizing
2008-09-24 Nick Mainsbridgefix headers not resizing properly when all tracks set...
2008-09-24 David RobillardBetter line cache. Without a tempo change occurring...
2008-09-23 David RobillardAn actual tempo line cache (not quite perfect when...
2008-09-23 David RobillardThe petty tidying up remnants of a noble, yet utterly...
2008-09-23 David RobillardMake PBD::SearchPath less silly/boilerplatey.
2008-09-23 David RobillardFix merge regression: use TempoLines class instead...
2008-09-23 David RobillardEliminate a ton of unnecessary complete redrawing in...
2008-09-22 David RobillardShow file selector in import dialog (how that one happe...
2008-09-22 David RobillardSet add route dialog non-resizeable so WMs size it...
2008-09-22 David RobillardMove event specific ringbuffer stuff to evoral.
2008-09-22 Paul Davischange design for how certain region list items operate...
2008-09-21 David Robillard- Call channel pressure channel pressure, not aftertouc...
2008-09-21 David RobillardFix CC interpolation (i.e. output a maximum reslution...
2008-09-21 David RobillardFix crash on dragging a region with a visible automatio...
2008-09-21 David RobillardDisplay recorded controller data (fix show all/existing...
2008-09-20 Sakari Bergen* Added filename extension definitions for export prese...
2008-09-20 Sakari BergenRemove ogg and flac compile flags from libs/ardour...
2008-09-20 Nick MainsbridgeDon't defer Editor::track_canvas_size_allocated ()...
2008-09-19 David RobillardFix region dragging.
2008-09-19 David RobillardMerge all the (disconcertingly missing) track/region...
2008-09-19 David RobillardRestore visible CC/etc automation tracks on session...
2008-09-19 Sakari Bergen* Added PBD::UUID
2008-09-19 Paul Davischris goddard's region list patch; port 2.X marker...
2008-09-19 David RobillardFix parameter range stuff and automation time axis...
2008-09-19 David RobillardTidy.
2008-09-19 David RobillardFactor out sequencing related things into an independan...
2008-09-18 David RobillardFix placement of automation child tracks.
2008-09-18 Nick Mainsbridgeremove typo in last commit
next