summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2016-11-11Use the frame corresponding to the current mouse position when zoom draggingTim Mayberry
2016-11-11Change Editor temporal zoom methods to be able to use different scale for the...Tim Mayberry
2016-11-11static MonitorSection Action -- fixes #7098Robin Gareus
2016-11-11keep meterbridge on topRobin Gareus
2016-11-10prevent crash during track-deletion (un-selecting deleted tracks)Robin Gareus
2016-11-10Implement instrument fan-out options (group, track/bus)Robin Gareus
2016-11-11rename Region pos_beats -> quarter_notenick_m
2016-11-11TempoSection::tempo_at methods return a Tempo, document the opposite direction.nick_m
2016-11-11rename Tempo _beats_per_minute to _note_types_per_minute, provide pulse helpers.nick_m
2016-11-11remove public pulse methods from TempoMap.nick_m
2016-11-11clamp setting tempo via vertical drag.nick_m
2016-11-11rename Region pulse to pos_beats. use new beat distance api where required.nick_m
2016-11-11MidiRegion _start/_length beats are frame based only when lock style is Audio...nick_m
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