summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Collapse)Author
2017-01-28more consisten code to set menu item name from VCA namePaul Davis
2017-01-28Patch to bug 0007204 : Some options in the Group List context menu are not ↵Ed Ward
working
2017-01-28mark loop button insensitive when there's no loop-rangeRobin Gareus
2017-01-28ensure mixer shows a recently selected stripPaul Davis
This doesn't guarantee that is it the MOST recently selected strip
2017-01-28ensure that most recently stripable is visible in editorPaul Davis
2017-01-28end of selected tracks list is the most recently selectedPaul Davis
2017-01-28minor logic changes to editor selectionPaul Davis
Prevent mulitple PresentationInfo::Change signals if toggling several tracks
2017-01-28make editor respond to track seleciton change againPaul Davis
2017-01-27remove editor/mixer selection change signals; make editor and mixer use ↵Paul Davis
PresentationInfo::Change more correctly; make Selection a bit smarter when setting track selection
2017-01-27remove debug output/ifdefPaul Davis
2017-01-27use RAII for class-wide PresentationInfo::Change signal, along with ↵Paul Davis
properties to describe what changed
2017-01-27add undo for changing marker lock style from menunick_m
2017-01-27mark session dirty when dragging tempo markers.nick_m
2017-01-27MidiGhostRegion micro-optimisation.nick_m
2017-01-27MidiRegionView::redisplay_model() - code cleanupnick_m
2017-01-26Fix mixer continuous multi-selectionRobin Gareus
Shift+select needs to iterate over strips as they are visually ordered. (Previously the order of adding/loading strips was used)
2017-01-25improve range drag semanticsPaul Davis
If a track is selected during the drag (by moving the mouse pointer into a new track), but it was not selected at the start, and is then de-selected (by moving the mouse back out of it), then remove it from the selection.
2017-01-25This turns out to have been a band-aid over a deeper issue in libcanvas, fixedPaul Davis
in commit 49422aa89 Revert "fix an issue with selection rects not being redrawn correctly" This reverts commit fa1a7ae9b91d0321b71b3de4f720a393d827cd9c.
2017-01-25fix an issue with selection rects not being redrawn correctlyPaul Davis
2017-01-24MIDI note copy needs to adjust pitch of new notes before adding themPaul Davis
2017-01-24re-fine preferences dialog part 13 of 27 (probably):Robin Gareus
* expose try-autostart engine * move Session settings to sub-menu (general was getting to large)
2017-01-24styleguide #6Robin Gareus
2017-01-24Meter point toggle button now uses a popup menu instead of togglingDaniel Sheeler
2017-01-24suffix region gain to TAVitem nameRobin Gareus
2017-01-23implement copy-drag for MIDI notes.Paul Davis
Probably some corner cases to be fixed, but pretty functional and largely modelled on existing code (paste, drag, step add note etc.)
2017-01-22make undo/redo work for Regions > Edit > Close GapsPaul Davis
2017-01-22Update Japanese translationHiroki Inagaki
2017-01-21consistent capitalizationRobin Gareus
2017-01-21ardour runs fine in rr version 4.4.0, add scriptsRobin Gareus
2017-01-21parse modified-with for up to 5 snapshots.Robin Gareus
2017-01-21Don't inhertit "last modified" for snapshotRobin Gareus
2017-01-21Translatable Metronome tooltip, formatting and typo fix.Robin Gareus
2017-01-21Update metronome tooltip on gain changeDaniel Sheeler
2017-01-21Show last modified in recent-listRobin Gareus
2017-01-21Add GUI part to immediately fan-out multi-out instruments on track creationRobin Gareus
2017-01-20GUI follow up for new-MIDI-track API changeRobin Gareus
2017-01-20update UI, new info API, display created_version in tooltipRobin Gareus
2017-01-20Elaborate valgrind optionsRobin Gareus
2017-01-20Leave some notes about memory-leaksRobin Gareus
2017-01-20Breathe at exit: allow event-loops to clean upRobin Gareus
2017-01-20Plug some mixer memory leaksRobin Gareus
2017-01-20Free some one time alloc of the UI (cleaner valgrind output)Robin Gareus
No incremental leaks here.. * downcase (const char*) uses strdup, caller needs to free * free allocated cursors when the editor is destroyed * drop static editor lua-instance & bindings * delete allocated gtk image/icons
2017-01-20Remove cruftRobin Gareus
2017-01-19Fix metronome level preference displayRobin Gareus
click-level fader is not a component added to the top-level, the page intercepts the parameter_changed signal
2017-01-19Allow to change metronome level via mouse-wheelRobin Gareus
2017-01-19Update monitor section controls when channelcount changesRobin Gareus
2017-01-19GUI: use new preroll-rec + trim modeRobin Gareus
2017-01-19Remove rec-with-preroll, prepare for reworkRobin Gareus
2017-01-19Remove Editor API to calc preroll durationRobin Gareus
2017-01-18Add comment regarding themeable boxesBen Loftis