summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-01-10remove unnecessary pixel placement stuff from editor cursorPaul Davis
2014-01-10make no-zero-line be the default for wave views (still shown for normal ↵Paul Davis
audio region views
2014-01-10fix thinko related to streamview construction that caused bad ↵Paul Davis
placement/display of MIDI automation/CC tracks
2014-01-10fix up construction and outlining for automation time axis (track) base rectPaul Davis
2014-01-10tweak pixel-level dimensions and positioningPaul Davis
2014-01-10indentationPaul Davis
2014-01-10regionviews used for (MIDI) automation (CC) should not show a name highlightPaul Davis
2014-01-10tweak up pixel-level positioningPaul Davis
2014-01-10fix up thinko in recent raise_to_top/lower_to_bottom optimizationPaul Davis
2014-01-10slightly expand CanvasRender debug outputPaul Davis
2014-01-10don't go through ::deliver_enter_leave() unnecessarilyPaul Davis
2014-01-10fix height issue with canvas-based rulers/bars, and use enums for outline specsPaul Davis
2014-01-10coding stylePaul Davis
2014-01-09a few coding style cleanupsPaul Davis
2014-01-09reorder members to allow different initialization orderPaul Davis
We want to be able to use _name when initializing _view.
2014-01-08prevent Rect::expand() from generating negative coordinates where there were ↵Paul Davis
none before
2014-01-08tweak rectangle bounding box computationPaul Davis
2014-01-08remove unused codePaul Davis
2014-01-08change rounding used for convert Rect from canvas to window coordinatesPaul Davis
2014-01-08Revert "remove unused code"Paul Davis
This reverts commit 2d283c17e17940c356af0cc1366b714e0d7b76be.
2014-01-08remove unused codePaul Davis
2014-01-07avoid 1 pixel overlap of end xfadePaul Davis
2014-01-07shrink waveview zero line to single pixelPaul Davis
2014-01-07Merge branch 'master' into cairocanvasPaul Davis
2014-01-08fix issue with editor-mixer:Robin Gareus
* width+processor box display: - show editor-mixer - hide editor-mixer - select a different track or bus - show editor mixer -> width is wrong, processor may be displayed w/1px height * no routes on initial display -> possible segfault
2014-01-07mostly fix conceptual error in how canvas rectangle frames are drawnPaul Davis
2014-01-07for now, hide ugly circle thing in drag handlesPaul Davis
2014-01-07fill control pointsPaul Davis
2014-01-07fix a whole set of errors in the placement of xfade visual elements (not ↵Paul Davis
100% finished)
2014-01-07outline width of 0.5 is stupid and meaningless, and was just hiding other ↵Paul Davis
issues with outlines
2014-01-06add missing iterator increment to poly item renders.Paul Davis
2014-01-06small optimization to curve renderingPaul Davis
2014-01-07make LV2 presets immediately availableRobin Gareus
2014-01-07remove inadvertently commited debug/devel codeRobin Gareus
2014-01-06fix processor-box wire-display in editor-mixer -- work around gtk_show_all()Robin Gareus
2014-01-06Document controller values for Moog Minitaur.David Robillard
2014-01-06Add midnam files for Moog MF-104M and MF-108M.David Robillard
2014-01-06remove cruftRobin Gareus
2014-01-06add M-Audio 2496 as a recognized card for the mudita24 control panel/app.Paul Davis
(Yes, this hard coding thing is awful)
2014-01-06Add config option for address sanitizerSakari Bergen
2014-01-06fix plugin log-sliders for ranges [0..]Robin Gareus
2014-01-05processor-box: remove label-cruft and properly label 'Send' & 'Return'Robin Gareus
2014-01-05processor-box: remove cruftRobin Gareus
2014-01-05more processor-routing tweaks: compact viewRobin Gareus
* hide 'input' ports if mapping matches -> display half circles * show ports for top-most processor (allos insertion point) * reduce line-size to 1.0 and routing-box height to 7 (cairo .5 px align)
2014-01-05processor-box wiring - re-use colors from ingen/patchageRobin Gareus
2014-01-05update processor control toggle button styleRobin Gareus
2014-01-05fix fader default-value line positionRobin Gareus
2014-01-05update slider rendering & set style for fadersRobin Gareus
* render background -- outside of rounded corners * visually align unity-location with fader at 0. * sharp lines (no more AA blur) x/y offset, radius
2014-01-04fix detection of aubio library - aubio-0.4 breaks API and ABI.Robin Gareus
ideally we'll want atleast_version='0.3.2', max_version='0.3.9' (or anything before 0.4.0) for the time being. but waf/autowaf don't seem to allow that. aubio-0.3.2 was the previous minimum requirement and is also the last release of audio-0.3.X, so we're good with exact_version for now.
2014-01-04add padding to in-line plugin controlsRobin Gareus