summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-04-250dBFS peak meter GUIRobin Gareus
2015-04-25prepare 0dBFS peak meterRobin Gareus
2015-04-25fix knob colorRobin Gareus
2015-04-25Revert API to explicitly show tooltips:Robin Gareus
gdk pointer grab offers a better solution.
2015-04-25magic knobRobin Gareus
2015-04-25immediately show tooltip on knob drag.Robin Gareus
2015-04-25fixup stuck persistent tooltips.Robin Gareus
2015-04-25make knob respond to X & Y axis dragsRobin Gareus
2015-04-25more trim knob tweaksRobin Gareus
2015-04-25allow to offset knob-arcRobin Gareus
2015-04-25trim typo and detailsRobin Gareus
2015-04-25API to set tooltip y-marginRobin Gareus
2015-04-25tweak trim-knob size (same height as midi-input)Robin Gareus
2015-04-25persistent tooltip for [trim] knobRobin Gareus
2015-04-25tweak persistent tooltip:Robin Gareus
* don’t show empty tooltips * “smaller” widgets may receive a leave event before the timeout can show the tooltip (knobs in particula)
2015-04-24input trim busses.Robin Gareus
2015-04-24don’t knob show tooltips if no prefix is setRobin Gareus
ie the monitor section has explicit labels.
2015-04-24knob proposal.Robin Gareus
feel free to revert.
2015-04-24add trim control to mixer-strip.Robin Gareus
2015-04-24allow to set toolip on knobRobin Gareus
2015-04-24add Input Trim (just after disk i/o) to Audio TracksRobin Gareus
2015-04-24Amp control: power-scale (fader) and dB-scale (knob)Robin Gareus
2015-04-24define Trim Parameter Type.Robin Gareus
2015-04-24fix cut-n-paste errorPaul Davis
2015-04-24fix last-minute code rearrangement in last commit that broke the intended ↵Paul Davis
functionality
2015-04-24use separators to make Edit > Select menu more readablePaul Davis
2015-04-24make track selection after set-range-selection-from-region-selection be sensiblePaul Davis
2015-04-24expose set-range-selection-from-region-selection operation in more placesPaul Davis
2015-04-24For MSVC builds, implement 'rint()' and 'rintf()' to supplement the ones ↵John Emmas
that were already implemented
2015-04-24send LTC during process_with_events()Robin Gareus
fixes #6277 This indicates a deeper problem though. Even removing a punch-range never clears out the events. and ession::process_with_events() does not use process_without_events() until re-start.
2015-04-24fix scaling of master-meter in toolbarRobin Gareus
2015-04-24windows 32bit asm/fpu support.Robin Gareus
This still leaves cache_aligned_malloc() in libs/pbd/malign.cc pending _aligned_free (windows crashes when using free() on memory allocated with _aligned_malloc()). So far however there seems to be no issue with default malloc for audio+midi buffers on win32…
2015-04-24add missing regexp support to pbd/wscriptRobin Gareus
2015-04-24separate build host & target (fix win32 asm)Robin Gareus
2015-04-24suffix “x86” to start-menu entry for ardour 32bitRobin Gareus
This allows to cleanly install 32 and 64bit windows versions in parallel. Ideally we’d only do that for 32bit builds on win64. We need an NSIS guru to write code to detect this during installation and write the correct uninstaller for that case.
2015-04-23auto-launch ardour in gdb.Robin Gareus
2015-04-23better version of the last commit (windows uninstall)Robin Gareus
2015-04-23allow to install windows 32&64bit versions in parallel (again)Robin Gareus
2015-04-23fix jack-metadata for weak-jack linkingRobin Gareus
2015-04-23remove —no-jack-metadata option from windows scriptRobin Gareus
2015-04-23fix JACK metadata configure check.Paul Davis
Trying to explicitly specify linkflags is (a) not portable (b) doesn't honor order-sensitive linkers
2015-04-23update windows installer finish page text & linkRobin Gareus
2015-04-23add a real check for functioning JACK metadata API; remove configure time ↵Paul Davis
option for this
2015-04-23monitoring section UI scalingRobin Gareus
2015-04-23scale markersRobin Gareus
2015-04-23scale peak-meter reset buttonRobin Gareus
2015-04-23more HiDPI cleanupRobin Gareus
2015-04-22prefer initialization to assignment for ARDOUR_UIPaul Davis
2015-04-22make save-as dialog be persistent, to retain settings across save-asPaul Davis
2015-04-22clean up GUI scalingRobin Gareus