summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-05-27fader: start muted, ramp up/interpolate to targetRobin Gareus
2015-05-27some more information output to log during save-as, for debuggingPaul Davis
2015-05-27fix unsigned/signed math errorPaul Davis
2015-05-27add new MIDI map file for M-Audio Oxygen 49, from Erik DerooPaul Davis
2015-05-27ensure that Mackie Control bank left/right commands always hit the same ↵Paul Davis
boundary (Len Ovens)
2015-05-27Add some newly introduced sources to our MSVC project (gtkmm2ext)John Emmas
2015-05-27Gtkmm2ext::ArdourIcon::render() is needed outside of libgtkmm2ext (so let's ↵John Emmas
make it exportable)
2015-05-26Rationalize some aspects of region-gain control-point visibility:Ben Loftis
Visibility is driven by the currently selected mouse mode. Visibility no longer depends on entering/exiting the region. Range mode shows the lines but not the points. Fixed option text to reflect new operation.
2015-05-26more pixel rounding (small range icon)Robin Gareus
2015-05-26icon pixel compatibilityRobin Gareus
Ensure that relevant lines always end up on a pixel (regardless of scaling).
2015-05-26replace tool pixel icons with vector drawingRobin Gareus
2015-05-26refactor vector icon drawingRobin Gareus
2015-05-25a go at a pixel-compatible vector “hand” icon.Robin Gareus
..and some related ArdourIcon changes.
2015-05-25prepare Tool Icons (unused IDs)Robin Gareus
2015-05-25use vectorized TAV expand/shrink iconsRobin Gareus
2015-05-25vectorize TAV expand and shrink iconsRobin Gareus
2015-05-24use vectorized zoom icons instead of pixmaps.Robin Gareus
2015-05-24construct vectorized Zoom IconsRobin Gareus
2015-05-24introduce some lazynessRobin Gareus
2015-05-24NOOP, amend 3173246 comments and whitespaceRobin Gareus
2015-05-24replace old ArdourButton::Icon API with Gtkmm2ext.Robin Gareus
2015-05-24migrate ArdourButton Icon rendering to Gtkmm2ext.Robin Gareus
part one: add new API
2015-05-24remove explicit VectorIcon ElementRobin Gareus
2015-05-24ArdourButton API: set_icon() implies Icon and No TextRobin Gareus
2015-05-24add vector rendition of nudge icons.Robin Gareus
2015-05-24prepare cleanup of ArdourButton renderingRobin Gareus
2015-05-24fix for MCP panner width - closes #6341Len Ovens
2015-05-24Swap default snap modifiers (non-OSX) to avoid potential upgrade pain.nick_m
- Disable snap now defaults to alt - Snap absolute now defaults to alt-windows
2015-05-24Merge branch 'relative_snap'nick_m
- Many changes to the "User Interaction" pane wrt key modifiers. - Snap is now relative by default (override to absolute with the "Snap to absolute using:" modifier). - Midi notes now obey both snap modifiers (disable snap and absolute snap) - Timefx drag now selects the primary region (less user confusion). - Includes MIDI event id fix.
2015-05-24Fix bug where inserting notes in MouseContent mode disallowed resizing.nick_m
2015-05-24Make Evoral::Event ids unique always.nick_m
- probably fixes a lot of cases where note ids are assumed to be unique (they weren't for copies and some others). - wrong branch, but it needs testing.
2015-05-24Rekative snap - add commentsnick_m
2015-05-23Document snap_delta modifier mask.nick_m
2015-05-23Clarify the convention on modifiers and drags.nick_m
2015-05-23Proper initialisation of _x/y_constrained.nick_m
2015-05-23Bring back contrained drag modifier with preference setting.nick_m
- this should work as before, but when applied to a button 1 drag, the constraint is in the first direction travelled.
2015-05-23Fix missing comment.nick_m
2015-05-23Fix inverted logic of SnapOff with snap modifiers pressed.nick_m
- also clean up, rename and comment some previous hanges.
2015-05-22LV2: delete existing preset before replacing itRobin Gareus
2015-05-22Fix deleting and re-saving LV2 presets.David Robillard
2015-05-21tweak layout of main clocks so that HMS display remains center-justifiedBen Loftis
2015-05-21FONT_SMALLER is too small for visibility of clocks. use normal font sizeBen Loftis
2015-05-22Make note drags and resizes obey the disable sanp modifier.nick_m
2015-05-22Small cleanupnick_m
2015-05-22More cleanupnick_m
- remove "no_magnets" ugh.
2015-05-22Clean up a bit - should be a no-opnick_m
2015-05-22Appease Our Dear Leadernick_m
2015-05-22Fix excessive use of logic.nick_m
2015-05-22Fix up modifier behaviournick_m
- its now possible to use snap modifiers in combination with others afaict this hasn't worked for some time. - use "contains" rather than "equals" during drag. Still uncertain about this wrt beginning a drag. for now they are all "equals". - probably solve the "snap modifier modifier" problem using ArdourKeyboard::indicates_snap () and friend.
2015-05-21Make the prefs less squashed looking, add another entry for OSX modifiers.nick_m
- Defaults are probably still wrong, but at least they are actual keys.