summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2016-11-11Refactor tempo api, include quarter-note distance in frames method.nick_m
2016-11-10Check and link to the pangoft2 module with a mingw build if it existsTim Mayberry
2016-11-10C++ implementation of fan_out_instrument.luaRobin Gareus
2016-11-07Set session dirty if tracks are reordered by user.Len Ovens
2016-11-06One more piece to the moving master puzzle.Len Ovens
2016-11-04Fix Drifting Master hopefully for real this time.Len Ovens
2016-11-02prevent infinite loop when calculating tick marks on low zoom levelsRobin Gareus
2016-10-30Drop UpdateMidnam shared_ptr reference when the plugin is removedRobin Gareus
2016-10-30Fix moving masterLen Ovens
2016-10-29GUI support for plugin provided midnamRobin Gareus
2016-10-27Prevent duplicate moves when selecting regions on shared playlistsRobin Gareus
2016-10-26clean up ghost note wrt create drag.nick_m
2016-10-21minor code-tidying tweak - continue if port handle is null, rather than nest ...Paul Davis
2016-10-20Track Insert/Remove Time dialog:Ben Loftis
2016-10-20Track Insert/Remove dialog improvements:Ben Loftis
2016-10-20Track Add/Remove Time dialog improvements:Ben Loftis
2016-10-20use new API for user-provided MIDI port informationPaul Davis
2016-10-20GUI tweaks for MIDI port optionsPaul Davis
2016-10-21InsertRemoveTimeDialog initially ignores mouse edit position. also do this fo...nick_m
2016-10-21bbt duration clock tweak.nick_m
2016-10-20MIDI port options now tracks dynamic port register/unregisterPaul Davis
2016-10-19various tweaks to improve the preferences presentation of midi-input-follows-...Paul Davis
2016-10-19need to refill treeviews for MIDI port prefs at least oncePaul Davis
2016-10-19move MIDI port options out of engine dialog and into prefsPaul Davis
2016-10-20bbt duration clock - revert 3d38b4f58ec0 and a32aea4201. use an alternate fix.nick_m
2016-10-19Duration clock edit uses current time to resolve meter.nick_m
2016-10-18set up MIDI port treeview columns *just once*Paul Davis
2016-10-18correctly show both the old MIDI setup tab (device oriented) and the new one ...Paul Davis
2016-10-18further work on a MIDI port functionality dialogPaul Davis
2016-10-18Add tooltip info for inline-displayRobin Gareus
2016-10-18beginnings of a tab in Audio/MIDI setup to manage MIDI port functionalityPaul Davis
2016-10-18remove unnecessary and now impossible #includePaul Davis
2016-10-18remove unusued and useless midi_port_dialog.{cc,h} filesPaul Davis
2016-10-18Processor box interaction:Robin Gareus
2016-10-19Tempo lines drawing performance tweak.nick_m
2016-10-19Tempo line tweaks.nick_m
2016-10-19Improve bbt ruler drawing performance for large time ranges.nick_m
2016-10-17remove unused variableRobin Gareus
2016-10-17propagate key press events through the widget heirarchy + custom ardour bindi...Paul Davis
2016-10-17fix typo + remove cruft.Robin Gareus
2016-10-16refine 29f604418, move selected track to left-edge (if possible)Robin Gareus
2016-10-17Amend previous commit.nick_m
2016-10-17Set note colour of new MidiGhostRegions corrctly.nick_m
2016-10-17Performance: store NoteBase UIConfiguration colors between config changes.nick_m
2016-10-17Fix region colors not updating on theme change.nick_m
2016-10-17Tempo curve cleanup, now also works on optimized builds.nick_m
2016-10-15Mixer strip list: click to move strip into viewRobin Gareus
2016-10-16BBT duration clock can only compare musical times.nick_m
2016-10-16Fix various snap issues when dragging control points (AutomationRegionView).nick_m
2016-10-16Fix incorrect musical position in NoteDrag::total_dx.nick_m