fix typo in wscript
[ardour.git] / gtk2_ardour /
2014-12-05 David RobillardMake scroll work on MIDI regions when internal.
2014-12-05 Paul Davissave and restore color aliases
2014-12-05 Paul Davisadd default (for now) color aliases to default_ui_config
2014-12-05 Paul Davisadded new header file for color aliases
2014-12-05 Paul Davispart two of remove CANVAS_STRING_VARIABLE (it was repla...
2014-12-05 Paul Davisremove CANVAS_STRING_VARIABLE (it was replaced by CANVA...
2014-12-05 Paul Davisseveral steps closer to more sane color system
2014-12-05 Paul Daviscorrect alias definitions in default derived color...
2014-12-05 Paul Davismake new color aliases actually work
2014-12-05 Paul Davisworking compilation for new color code
2014-12-05 David RobillardAdd MIDI control points only in internal/pencil.
2014-12-04 David RobillardMake gain controls step by roughly 1.0/0.1 dB.
2014-12-03 Robin Gareusallow spaces in TOP, cd to gtk2_ardour to avoid dup...
2014-12-03 Robin Gareusreduce confusion.
2014-12-03 Tim MayberryMove setting _fmode flag on windows into PBD::init
2014-12-03 Tim MayberryAdd test_search_path to find test files in MidnamTest
2014-12-03 Tim MayberryRemove old scripts from when scons was used for build...
2014-12-03 Tim MayberryUse test utility function to find evoral test files
2014-12-03 Tim Mayberryexport ARDOUR/PBD_TEST_PATH so that ./waf test finds...
2014-12-03 Tim MayberryUse ardev_common.sh to setup environment for running...
2014-12-02 John EmmasBecause we're building the gdk-pixbuf modules staticall...
2014-12-02 David RobillardFix automation write/touch.
2014-12-02 David RobillardRemove unused method.
2014-12-02 David RobillardReplace half-baked param metadata with descriptor.
2014-12-01 Julien de KozakMake it compile with C++11 support.
2014-12-01 Colin FletcherAdd comment about parameters to coverage() including...
2014-12-01 David RobillardRemove braindead Parameter inheritance abuse.
2014-12-01 David RobillardFix test runner for tests that use files.
2014-12-01 David RobillardTrim the include tree.
2014-12-01 David RobillardAdd missing namespace qualifiers.
2014-12-01 David RobillardFactor out duplicated track automation code.
2014-11-30 Robin Gareusupdate interface for processor-box faders step/page
2014-11-30 Robin Gareusgtk interface update for controller step/page size
2014-11-29 David RobillardFix write for boolean automation.
2014-11-29 Robin Gareusshow values on faders (fixes bug in 55c6165)
2014-11-29 Robin Gareuschange ownership of processor window-proxy
2014-11-29 David RobillardSomewhat working gain automation.
2014-11-29 David RobillardShow discrete/toggled automation as stepped line.
2014-11-28 David RobillardUse a button as controller for toggled parameters.
2014-11-28 David RobillardRemove redundant calls to start/end_touch.
2014-11-27 David RobillardRemove dead code.
2014-11-26 Paul Davisvariable name change for slightly increased clarity
2014-11-26 Paul Daviscontinue tweaks on the color road
2014-11-26 Paul Davisnewly generated, quantized-hue relative color definitions
2014-11-26 Paul Davisadd back grays
2014-11-26 Paul Davisadd default values for base colors (configurable colors...
2014-11-26 Paul Davissave base colors (configurable colors) in normal way...
2014-11-26 Paul Davismassive reworking of color selection implementation
2014-11-26 Paul Davismove creation of UIConfiguration object to precede...
2014-11-26 John EmmasWith printf() / snprintf() etc "%f" actually requests...
2014-11-25 Paul Davisfix indentation nightmare from 9559cf3947
2014-11-25 Paul Davisfix case of included header file
2014-11-25 VKamyshniy[Summary] Fixing behavior of the FloatingTextEntry
2014-11-25 Robin Gareusquick sanity check
2014-11-25 Robin GareusNOOP, fix some “missing sentinel” -Wformat
2014-11-25 David RobillardRemove dead code.
2014-11-24 Paul Daviswhen dragging on the canvas, use x,y pointer coordinate...
2014-11-24 John EmmasNow that we're building pango's language modules static...
2014-11-24 Robin Gareusalso search for 32bit xjadeo on 64bit windows
2014-11-23 Robin Gareusupdate harvid & ffmpeg binary path discovery on windows...
2014-11-23 Robin Gareusfix/silence various compiler warnings.
2014-11-23 Paul Davisassign minsec_ruler_scale and minsec_mark_modulo when...
2014-11-23 David RobillardFix quantization and other time-related ops.
2014-11-22 David RobillardFix note resizing.
2014-11-22 David RobillardFix invisible discrete control points.
2014-11-22 David RobillardWrap MusicalTime in a class.
2014-11-22 David RobillardFactor out copy-paste code to get grid type in beats...
2014-11-22 David RobillardMove time converters only to the region views that...
2014-11-20 David RobillardUse memento_command_binder() to (probably) fix MSVC...
2014-11-20 David RobillardRemove unused variables.
2014-11-19 Ben Loftisfix range selection of mixer strips; shift+selecting...
2014-11-18 Robin Gareusalso load hotspot file (if it exists) for default cursors
2014-11-18 Robin Gareusdrop hotspot info when changing cursors.
2014-11-18 Robin Gareusadd square cursors (for windows)
2014-11-18 Robin Gareustabs are tabs and spaces are spaces
2014-11-18 Robin Gareusassert no null pointer dereference
2014-11-18 Jeremy CarterPlugin Automation All: Fix bug where Switches weren...
2014-11-18 David RobillardMake MIDI channel selector rows/col constraints actuall...
2014-11-18 David RobillardAvoid possible use of uninitialized values.
2014-11-18 David RobillardRemove obviously dead/redundant code.
2014-11-18 David RobillardFix incredibly unlikely NULL pointer dereference.
2014-11-18 David RobillardFix zoom out limiting logic to actually limit minimum...
2014-11-18 David RobillardFix mismatched note resize drag cursor and behaviour.
2014-11-18 David RobillardFix edit point selector on Mixbus.
2014-11-18 Robin Gareusremove cruft
2014-11-18 Robin Gareussilence clang "dead assignment" warnings
2014-11-18 Robin Gareussynchronize preferences and monitor-section
2014-11-18 Robin Gareusremove cruft (monitor section knobs are cairo now)
2014-11-18 Robin GareusNOOP, re-indent and remove trailing whitespace
2014-11-17 David RobillardFix visibility of MIDI controller automation tracks...
2014-11-17 David RobillardDon't hide selected control points.
2014-11-17 David RobillardSupport cut/copy/paste of MIDI notes and controllers...
2014-11-17 David RobillardSupport cut/copy/paste of several regions and lines...
2014-11-17 David RobillardDon't add spurious points when copy/pasting automation.
2014-11-17 David RobillardReset repeated paste state on cut/copy.
2014-11-17 David RobillardDon't add origin value to MIDI controller regions on...
2014-11-17 David RobillardAdd "maybe" rounding modes for rounding only if necessary.
2014-11-17 David RobillardUse an enum for RoundMode instead of magic numbers.
2014-11-17 David RobillardMake selected control points bright red rather than...
2014-11-17 David RobillardUse symbol for paste operation like everywhere else.
next