fix call to std::unique; to actually erase dups.
[ardour.git] / gtk2_ardour /
2017-11-23 Robin GareusFix potentially ambiguous printf()
2017-11-23 Robin GareusNo need for memset to clear a byte.
2017-11-23 Robin GareusFix size-request call
2017-11-23 Robin GareusFix duplicate if(A) else if (A) condition
2017-11-22 Robin GareusGUI to set clock-origin marker
2017-11-22 Robin GareusImplement clock delta modes
2017-11-22 Robin GareusFix switch statements in ExportTimespanSelector
2017-11-22 Robin GareusAdd seconds as clock-unit
2017-11-18 Damien ZammitRevert "editor_pt_import: Process wav indexes once...
2017-11-13 Robin GareusFix typo (missing quote) in patch-change window title
2017-11-03 Robin GareusFix scroll-wheel on mixer-sliders
2017-10-31 Robin GareusFix NSM for distro-builds (waf install)
2017-10-30 Robin GareusFix importing tempo-maps for non-integer pulsed time...
2017-10-29 Robin GareusQuick hack to test engine vari-speed (2/2)
2017-10-26 Paul Davisswitch from std::auto_ptr<> (deprecated) to boost:...
2017-10-26 Paul Davisremove unused variables
2017-10-26 Paul Davisremove unused variable
2017-10-22 Olivier HumbertUpdate rc_option_editor.cc
2017-10-21 Robin GareusTweak 842d758e: selection & move into view
2017-10-20 Robin GareusDon't move track into view due to indirect selection
2017-10-20 Robin GareusDon't offer possible recursive VCA assignments in the GUI
2017-10-18 Robin GareusUpdate GUI, use filename-extensions
2017-10-18 Robin GareusSave <UI> state for plugins only.
2017-10-15 Damien Zammiteditor_pt_import: Process wav indexes once only
2017-10-05 Ben LoftisUS2400: add us2400 to surfaces path, in ardev
2017-10-03 Robin GareusFix session-archive file extension filter
2017-10-03 Robin GareusUpdate Session-Archive Dialog: add compression-option
2017-10-03 Robin GareusFix MIDI Automation interpolation options
2017-10-01 Robin GareusThese are "Frames" :)
2017-09-29 Robin Gareusremove *.orig files (accidentally added in cba53a202)
2017-09-29 Robin GareusPrepare removal of initial_delay
2017-09-27 Robin GareusMore s/frame/sample/ -- Lua Scripts
2017-09-25 Robin GareusRemove unused ClickBox
2017-09-24 Robin GareusFix computation of AutomationController steps
2017-09-24 Paul Davisfix ardev and friends to use new libtemporal
2017-09-24 Paul Davisfix header order and space alignment
2017-09-24 Paul Davisconvert codebase to use Temporal for various time types
2017-09-23 Robin GareusThe beginning of the end for ClickBox
2017-09-22 Robin GareusFix crash in playlist selector for removed tracks.
2017-09-22 Robin GareusFix issue with Template manager deleting templates...
2017-09-21 Robin Gareuss/created with/modified with/
2017-09-20 Julien "_FrnchFrgg... Don't try to limit the UI width if no screen is found
2017-09-20 Julien "_FrnchFrgg... Bail out early if a screen isn't found
2017-09-19 Paul Davisfix GTK+ warnings when trying to determine maximum...
2017-09-19 Robin GareusExplicit key-event forwarding for MacVST
2017-09-19 Robin GareusA frame can also be a rectangle [NSView frame]
2017-09-19 Paul Davisfix unintentionally edited color/theme name from f2s...
2017-09-19 Paul Daviscorrect version in pre-release warning
2017-09-18 Paul Davismanually fix up various cases where Gtk:Frame foo_frame...
2017-09-18 Robin GareusEnoify v6.x
2017-09-18 Len OvensMenu Action list omit leading /
2017-09-18 Paul Davisglobally change all use of "frame" to refer to audio...
2017-09-18 Paul Davisadd _locked() variants to new tempo experiment
2017-09-18 Paul Davischanges required to operate with the Evoral::Beats...
2017-09-18 Robin GareusSkeleton for NI Maschine2 Surface
2017-09-18 Paul Davisuse modified API name in GUI
2017-09-18 Paul Davisuse new Track API
2017-09-18 Paul Davisbasic GUI framework for setting Disk I/O options
2017-09-18 Paul Daviscue monitoring for audio (GUI aspects)
2017-09-18 Paul Davisno more per-track varispeed
2017-09-18 Paul Davisfully remove diskstream code
2017-09-18 Paul Davisremove Session::track_by_diskstream_id()
2017-09-18 Paul Davismega-commit to save state of first "it compilesand...
2017-09-18 Robin GareusGUI support for Latch
2017-09-18 Robin GareusRevert "Temporary session-format compatibility (revert...
2017-09-16 Robin GareusUpdate GUI, PBD::Ringbuffer namespace
2017-09-14 Robin GareusFix various tooltip markup (ampersand) entity-escape: 5.12
2017-09-14 Robin GareusFix patch-change auto-audition
2017-09-11 Robin GareusFix crash when hiding multiple tracks
2017-09-10 Ben LoftisMixbus needs to show Created-With on the recent session...
2017-09-09 Robin GareusMigrate PC dialog to RouteUI, midnam handing to RTAV.
2017-09-09 Robin GareusPrepare PatchChangeWidget for Midi-Busses (use instrume...
2017-09-09 Robin GareusGenericPluginUI: tweak MIDI patch select layout
2017-09-09 Robin GareusGenericUI: subscribe to property changes before queryin...
2017-09-09 Robin GareusGUI part of LV2 midnam race condition fix
2017-09-09 Robin GareusGenericPluginUI: send MIDI to plugin if it's not on...
2017-09-08 Robin GareusFixup key-release events for plugin-uis
2017-09-08 Robin GareusAdd a PianoKeyboard to GenericUI (on a MIDI track)
2017-09-08 Robin GareusPluginUI: only show "Reset" & Automation buttons if...
2017-09-08 Robin GareusExperimental GenericPluginUI MIDI patch select.
2017-09-08 Robin GareusPatchChange Dialog: update title & refresh midnam on...
2017-09-08 Ben LoftisPatch select: button theme-ing
2017-09-08 Ben LoftisPatch select: apply conventions for context menus.
2017-09-08 Robin GareusVarious Patch Select Dialog tweaks
2017-09-08 Robin GareusAdd Pianokeyboard + Velocity Control to PC Dialog
2017-09-08 Robin GareusPatch Change Audition
2017-09-08 Robin GareusRework Patch-Change/Select Dialog
2017-09-07 Robin GareusFix a -Wsign-compare
2017-09-07 Robin GareusRemove "How to Apply These Terms" part from the license.
2017-09-02 Julien "_FrnchFrgg... Fix headers of .po files so they conform to the template
2017-08-31 Robin GareusDisable ArdourHTTP debug
2017-08-31 Robin Gareusprint debugging for macOS/curl issues
2017-08-31 Robin GareusCall curl_global_init() exactly only once (1/2)
2017-08-31 Robin GareusFix ArdourHTTP error reporting
2017-08-30 Robin GareusFix C++11'ism
2017-08-30 Julien "_FrnchFrgg... Ensure a plugin generic UI doesn't exceed screen width
2017-08-30 Robin GareusFix scope in 4c077010a
2017-08-30 Robin GareusDon't create empty description nodes.
2017-08-30 Julien "_FrnchFrgg... Change the autostate button width of all controls
2017-08-29 Julien "_FrnchFrgg... Use small Astate buttons for plugins with many controls
next