summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Collapse)Author
2014-09-19use new ARDOUR::Location signals in GUIPaul Davis
Conflicts: gtk2_ardour/editor_markers.cc
2014-09-18plugin widgets were written to use Internal values, so use that for nowBen Loftis
2014-09-17add action and menu item to control use of skip playbackPaul Davis
2014-09-17shift-drag on range marker bar creates skip ranges, for nowPaul Davis
2014-09-17new code to support creating skip markersPaul Davis
2014-09-17remove old connections to (now) static Location signalsPaul Davis
2014-09-17do not stupidly try to save punch/loop/session ranges during clear_ranges opPaul Davis
2014-09-17correctly connect to Location static signalsPaul Davis
2014-09-16set the CairoWidget focus handler; reset focus when the mouse pointer leaves ↵Paul Davis
the Editor window
2014-09-16ArdourButton should call the focus handler of CairoWidget from its button ↵Paul Davis
press event
2014-09-16escape should reset focus as well as abort drags/clear selectionPaul Davis
2014-09-15fix compiler warningsPaul Davis
2014-09-15fix compiler warningPaul Davis
2014-09-15fix various loop-initiation faultsBen Loftis
2014-09-15fix double-click-shows-region-properties in Ripple modeBen Loftis
2014-09-13*t*racks not *c*hannels (amend 009ced9640)Robin Gareus
2014-09-13fix CPI window handling:Robin Gareus
Move control-surface editor-window management to the control surface. The Preferences-Dialog is not aware of session specific or surface specific actions and cannot properly manage the window.
2014-09-13fix crash when importing midi files with >1 midi-channel -- fixes #5965Robin Gareus
2014-09-13update ghost track colors:Robin Gareus
'clip' and 'wave' need to have the same value, since only either of them is painted. desaturate background and show some wave-fill.
2014-09-13NOOP, format default-config valuesRobin Gareus
2014-09-13Fix restore of Jack driver settingColin Fletcher
A small hack to ensure that the driver setting in the audio engine dialog is restored when ardour starts up and when switching drivers.
2014-09-13Make zoom-to-session include regions currently being recordedColin Fletcher
2014-09-13reasonable dB range for waveform clipping indicatorRobin Gareus
2014-09-13don't clamp wave-fill alpha value when using region colorRobin Gareus
2014-09-11API flush static cairo pattern cacheRobin Gareus
(should probably be cleaned regularly e.g. meterbridge resize)
2014-09-11make valgrind output a bit more readable.Robin Gareus
2014-09-11fix a bunch of memory leaksRobin Gareus
2014-09-11fix race-condition/segfault at exit:Robin Gareus
suppress route-group-reorder signal when session is being destroyed.
2014-09-11initialize uninitialzed varRobin Gareus
2014-09-10look for per-cursor-set hotspot info file when setting up mouse cursorsPaul Davis
2014-09-10add extra (default-ed) argument to ::get_icon_path() to allow it to be used ↵Paul Davis
to look for icon-related but non-image files
2014-09-10improve code for cursor creation; nominally use CursorInfoPaul Davis
even though we have no info files yet
2014-09-10grep unused styles from gtkrcRobin Gareus
2014-09-10fix selection color in barcontroller's entryRobin Gareus
2014-09-09NOOP, indent & whitespace fixesRobin Gareus
2014-09-09clean up midi channel controlsRobin Gareus
2014-09-09have another go at vertical text alignmentRobin Gareus
2014-09-09add an easy way to debug button sizesRobin Gareus
2014-09-09complete list from 68f0694ac0Robin Gareus
2014-09-09tweak button text y-alignmentRobin Gareus
2014-09-09fix TAV text-entry size.Robin Gareus
for now: no round corners, gtk-entry + its frame packing messes things up
2014-09-08remove arbitrary button sizing for edit mode buttonsBen Loftis
2014-09-08fix typo in b9f075143Robin Gareus
2014-09-08Vertically align Midi Notes, Piano Roll & Canvas Line GridRobin Gareus
2014-09-08fix color of top-most MIDI note line on the canvasRobin Gareus
2014-09-08Move Scroomer out of Track Selection Box:Robin Gareus
* no horiz space between Piano-Roll & Track * 1:1 mapping of note's vertical space (no border)
2014-09-08vertical pixel alignment of all TAV elementsRobin Gareus
2014-09-07yet another rec-button [no]blink fixRobin Gareus
2014-09-07remove debug messageRobin Gareus
2014-09-07fix (auto-expand) typo in f23f379b3Robin Gareus