summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2016-11-22filter events in HitCreateDrag, remove some code.nick_m
2016-11-22prevent Percussive mode from displaying a ghost hit at region end.nick_m
2016-11-22NoteCreateDrag - remove some codenick_m
2016-11-21Make Cut mode respect snap modiferTim Mayberry
2016-11-21Show cursor in Cut mode on button press at cutting positionTim Mayberry
2016-11-21Reparent cursor used in Cut mode so that it is on top and visibleTim Mayberry
2016-11-21Make menu item for Add Track/Bus/VCA dialog consistent with window titleOlivier Humbert
2016-11-20update german translationEdgar Aichinger
2016-11-21clean up HitCreateDrag. should be a no-op.nick_m
2016-11-21fix compilation, rename PercussiveCreateDrag -> HitCreateDragnick_m
2016-11-21only spray percussive hits during create drag if the grid is in use.nick_m
2016-11-21rework mouse hit creation (percussive mode) - mostly as per #7130.nick_m
2016-11-21NoteCreateDrag scope fix - should be a no-op.nick_m
2016-11-21use a minimum note length of whatever 1 px is in beats in NoteCreateDrag.nick_m
2016-11-21MRV handles an alt key press even if nothing happened.nick_m
2016-11-21fix for short notes being displayed as infinitely long.nick_m
2016-11-20make it clear that there is no drag threshold for NoteCreateDrag.nick_m
2016-11-20pressing alt while creating a note (snap modifier) keeps mouse_state.nick_m
2016-11-20after creating a note, don't add the ghost note until next motion.nick_m
2016-11-20NoteCreateDrag starts on button press.nick_m
2016-11-20NoteCreateDrag::grid_frames works over a tempo change.nick_m
2016-11-19remove unused variable.nick_m
2016-11-19further to 1a6a72b57, handle deleting a note while a non-selected one is ente...nick_m
2016-11-19Fix for widget visibility with detached preferences windowTim Mayberry
2016-11-19Don't allow recursive calls to EngineDialogRobin Gareus
2016-11-19fix for ghost note becoming stuck after note selection deleted.nick_m
2016-11-18fix incorrect subdivision when dragging/trimming regions using magnetic snap.nick_m
2016-11-17GUI to disable MacVST at runtimeRobin Gareus
2016-11-17magnetic snap uses note divisor appropriately.nick_m
2016-11-17fix incorrect return type for Editor::get_grid_music_divisions().nick_m
2016-11-16Fix crash when fanning out from editor mixerRobin Gareus
2016-11-15MacVST UI resizingRobin Gareus
2016-11-15consolidate VST UI codeRobin Gareus
2016-11-15French translation updateOlivier Humbert
2016-11-15Adding myselfOlivier Humbert
2016-11-15French translation updateOlivier Humbert
2016-11-15French translation updateOlivier Humbert
2016-11-15French translation updateOlivier Humbert
2016-11-15French translation updateOlivier Humbert
2016-11-15Add missing #includeRobin Gareus
2016-11-15show VST preset clean/dirty stateRobin Gareus
2016-11-15MacVST Program/Preset supportRobin Gareus
2016-11-15Fix crash when selecting MIDI noteTim Mayberry
2016-11-14Fix VST state-lock SNAFU (effSetChunk and process are exclusive)Robin Gareus
2016-11-15change note selection node name - should fix 7110nick_m
2016-11-14potential fix for #7110 (older sessions have no id)Robin Gareus
2016-11-14Suffix plugin type in instrument-list to avoid ambiguitiesRobin Gareus
2016-11-13fix MacVST UI idle callsRobin Gareus
2016-11-13basic Mac VST Cocoa UI supportRobin Gareus
2016-11-12fix buffer overflow printing tempo/meterRobin Gareus