summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2014-12-04Make gain controls step by roughly 1.0/0.1 dB.David Robillard
2014-12-03allow spaces in TOP, cd to gtk2_ardour to avoid dup midnam, etc warningsRobin Gareus
2014-12-03reduce confusion.Robin Gareus
2014-12-03Move setting _fmode flag on windows into PBD::initTim Mayberry
2014-12-03Add test_search_path to find test files in MidnamTestTim Mayberry
2014-12-03Remove old scripts from when scons was used for build systemTim Mayberry
2014-12-03Use test utility function to find evoral test filesTim Mayberry
2014-12-03export ARDOUR/PBD_TEST_PATH so that ./waf test finds the pbd test filesTim Mayberry
2014-12-03Use ardev_common.sh to setup environment for running libardour testsTim Mayberry
2014-12-02Because we're building the gdk-pixbuf modules statically (i.e. no longer as D...John Emmas
2014-12-01Fix automation write/touch.David Robillard
2014-12-01Remove unused method.David Robillard
2014-12-01Replace half-baked param metadata with descriptor.David Robillard
2014-12-01Make it compile with C++11 support.Julien de Kozak
2014-12-01Add comment about parameters to coverage() including the end point.Colin Fletcher
2014-11-30Remove braindead Parameter inheritance abuse.David Robillard
2014-11-30Fix test runner for tests that use files.David Robillard
2014-11-30Trim the include tree.David Robillard
2014-11-30Add missing namespace qualifiers.David Robillard
2014-11-30Factor out duplicated track automation code.David Robillard
2014-12-01update interface for processor-box faders step/pageRobin Gareus
2014-11-30gtk interface update for controller step/page sizeRobin Gareus
2014-11-29Fix write for boolean automation.David Robillard
2014-11-29show values on faders (fixes bug in 55c6165)Robin Gareus
2014-11-29change ownership of processor window-proxyRobin Gareus
2014-11-29Somewhat working gain automation.David Robillard
2014-11-28Show discrete/toggled automation as stepped line.David Robillard
2014-11-28Use a button as controller for toggled parameters.David Robillard
2014-11-28Remove redundant calls to start/end_touch.David Robillard
2014-11-27Remove dead code.David Robillard
2014-11-26variable name change for slightly increased clarityPaul Davis
2014-11-26continue tweaks on the color roadPaul Davis
2014-11-26newly generated, quantized-hue relative color definitionsPaul Davis
2014-11-26add back graysPaul Davis
2014-11-26add default values for base colors (configurable colors) to default_ui_config.inPaul Davis
2014-11-26save base colors (configurable colors) in normal way (code had been removed)Paul Davis
2014-11-26massive reworking of color selection implementationPaul Davis
2014-11-26move creation of UIConfiguration object to precede creation of ArdourUI.Paul Davis
2014-11-26With printf() / snprintf() etc "%f" actually requests a double, not a floatJohn Emmas
2014-11-25fix indentation nightmare from 9559cf3947Paul Davis
2014-11-25fix case of included header filePaul Davis
2014-11-25[Summary] Fixing behavior of the FloatingTextEntryVKamyshniy
2014-11-25quick sanity checkRobin Gareus
2014-11-25NOOP, fix some “missing sentinel” -WformatRobin Gareus
2014-11-25Remove dead code.David Robillard
2014-11-24when dragging on the canvas, use x,y pointer coordinates to decide if motion ...Paul Davis
2014-11-24Now that we're building pango's language modules statically (i.e. no longer a...John Emmas
2014-11-24also search for 32bit xjadeo on 64bit windowsRobin Gareus
2014-11-23update harvid & ffmpeg binary path discovery on windows (64 & 32 bit)Robin Gareus
2014-11-23fix/silence various compiler warnings.Robin Gareus