summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Collapse)Author
2015-05-17Cleanup relative snap code.nick_m
2015-05-16Fix typo.nick_m
2015-05-16Revert incorrect region_length() definition.nick_m
2015-05-16Relative snapnick_m
2015-05-13Fix missing undo for audio timefx operations.nick_m
2015-05-10Layering - the return of "later is higher".nick_m
Currently we don't do anything special on layering prefs change (relayer only occurs when each playlist is first edited). The idea here is that "undo" is still available to restore previous layering in case of any surprises.
2015-05-07extend save-as dialog to allow crude but functional save-as-to-empty-sessionPaul Davis
2015-05-07fix crash during session deletion as monitor section tries to updatePaul Davis
2015-05-05rename user's customized color file when resetting theme. Fixes #6286Paul Davis
2015-05-05fix some gtk filechooser issuesRobin Gareus
2015-05-05oversample meter faceplate image surfacesRobin Gareus
Works around issues with pango on windows, fixes crude text on OSX/retina and can provide sub-pixel rendering on GNU/Linux/X11.
2015-05-05NSM preparation for OSX and windowsRobin Gareus
Note that on those platforms the application name is a full path. This is permitted by the specs: “executable_name MUST be the executable name that the program was launched with. For C programs, this is simply the value of argv[0]” [http://non.tuxfamily.org/nsm/API.html#n:1.2.1.1.] but the current implementation of nsm expects the basename only and searched $PATH.
2015-05-04add plugin parameter reset button - closes #6297Robin Gareus
2015-05-04prepare plugin reset (#6297)Robin Gareus
2015-05-04update startup scripts for NSMRobin Gareus
fixes #6265 for GNU/Linux.
2015-05-04further preparations for NSM (#6265)Robin Gareus
2015-05-03fix -Wsign-compareRobin Gareus
2015-05-03right-click in mixer’s group box: show context menu.Robin Gareus
2015-05-03de-select other strips when re-selecting a stripRobin Gareus
2015-05-03Allow to delete PC using <Del>Robin Gareus
It currently only works if there’s no prior selection of notes in which case the MRV handles the event.
2015-05-03implement scroll wheel support for ardour-dropdownRobin Gareus
2015-05-01tweak Midi/DIN icon (proper notch)Robin Gareus
2015-05-01fix thinko with region-gain time offset.Robin Gareus
2015-04-30update region-gain-line time-converter. fixes #6293Robin Gareus
2015-04-30more meter-change UI optimizationRobin Gareus
the meter widgets keep track of configuration and type. There is no more need to force an update.
2015-04-30skip [duplicate] meter re-packing.Robin Gareus
2015-04-30cleanup display suspend.Robin Gareus
2015-04-30fix over-optimzation in e3375c3.Robin Gareus
Some users of DisplaySuspender expect an implicit redisplay.
2015-04-30suspend editor redisplay during batch changesRobin Gareus
(major speed-up when changing all meters)
2015-04-30meter-change: don’t update track-headers if not needed Robin Gareus
2015-04-30x-fade pixel huntRobin Gareus
2015-04-29x-run counter reset & typoRobin Gareus
2015-04-29add xrun counter to status-bar (currently no reset)Robin Gareus
2015-04-28missing keybinding: zoom to session. needs testing on Mac and WindowsBen Loftis
2015-04-28make tape tracks draw something.Robin Gareus
2015-04-28prefer explicit cast over terseness.Robin Gareus
2015-04-28prevent live loops (format negative BBT)Robin Gareus
can happen with empty tape-tracks
2015-04-27new actions: allow user to set session start and end to playhead locationBen Loftis
2015-04-27remove a dead assignmentRobin Gareus
2015-04-26Czech translation update (#6279)Pavel Fric
2015-04-26remove not-an-error error message.Robin Gareus
2015-04-26fix verbose cursor for db automation.Robin Gareus
2015-04-25tweak weight of transport iconsRobin Gareus
2015-04-25fix automation lane for dB ranges other than fader.Robin Gareus
2015-04-25ardour knob: watch automationRobin Gareus
2015-04-25Trim Automation UIRobin Gareus
2015-04-25desaturate gradient for trim.Robin Gareus
2015-04-25knob: use double precision normal on dent.Robin Gareus
Fixes -0dB vs +0dB rounding issue.
2015-04-25add detent to Monitor Section Dim & Level knobsRobin Gareus
2015-04-25separate detent & zero-arc flags for knobRobin Gareus