summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Collapse)Author
2014-12-28Fix potential pop of empty enter stack.David Robillard
2014-12-28reduce clumsiness of font-scale slider:Robin Gareus
* work-around update/snap on release * remove textual display with decimals * towards ending the 'font-scale percent' discussion
2014-12-28use ldflags for wine linkingRobin Gareus
fixes issue with eg. wine-unstable: --also-libdir=/usr/lib/i386-linux-gnu/wine-unstable/
2014-12-28fix marker rendering and layoutRobin Gareus
2014-12-28apply font-scale to overall layout (rulers, track-header) - fixes #6088Robin Gareus
2014-12-28add note that font-scale changes require a restart.Robin Gareus
2014-12-28fix [rare] concurrent build issue:Robin Gareus
[709/779] subst: headless/hardev_common.sh.in -> build/headless/hardev_common_waf.sh [710/779] hardev_common_waf.sh: -> build/headless/hardev_common_waf.sh chmod: cannot access `headless/hardev_common_waf.sh': No such file or directory
2014-12-27fixup LED size (font-scaling)..Robin Gareus
..until there's a better solution.
2014-12-26remove unnecessary scopingPaul Davis
2014-12-26fix "alt+g" duplicate range selection.Robin Gareus
This is a somewhat wacky workaround but no there is no better solution in sight. Related bug: select range, save, quit, restart & re-load session -> range selected but tool == object
2014-12-25Context menu for applying edits to note selection.David Robillard
2014-12-25Fix warnings.David Robillard
2014-12-24Add instrument selector to import dialog.David Robillard
Idea here is for importing large multi-track MIDI files to be immediately listenable upon play without tediously adding a ton of instrument plugins manually.
2014-12-24Factor out instrument selector.David Robillard
2014-12-24Fix potential memory errors with note player.David Robillard
Seems unlikely, but if the event firing stuff is off, it could trigger the issue (#5502) and/or a possible memory leak.
2014-12-24Fix sticky snap mode/type selectors.David Robillard
2014-12-24Fix position of AU GUIs.David Robillard
I'm not sure if this will be right everywhere, but it's perfectly centered for me and corresponds to the spacing/padding that's present, so it seems right.
2014-12-24Fix OSX build.David Robillard
2014-12-24windows package details:Robin Gareus
* add 'bug' icon for gdb * add a shortcut to xjadeo (if installed) * quiet rsync
2014-12-24fix clang compilationRobin Gareus
error: call to function 'operator>>' that is neither visible in the template definition nor found by argument-dependent lookup. 'operator>>' should be declared prior to the call site. IOW. types.h must be included before using ‘ss >> (T) value’ in template in pbd/configuration.h
2014-12-24proper default setup and fallbacks for video on windowsRobin Gareus
2014-12-23consolidate video-tool filepaths - step three:Robin Gareus
prefer versions registered in HKLM Software\Ardour\video
2014-12-23consolidate video-tool filepaths - step two:Robin Gareus
common windows registry query
2014-12-23consolidate video-tool filepaths - step oneRobin Gareus
1:1 cut/paste
2014-12-23Fix cursor update on nested entry.David Robillard
For example, if you're in a note and something about the mode changes, it's the underlying region context that needs to change. So, seems we need a stack of entry contexts to deal with this sort of thing. Switching in/out of smart mode still doesn't update immediately because we don't have the y-coordinate needed to update it.
2014-12-23Update canvas cursor on pop.David Robillard
2014-12-23fix slow behaviour when changing visible track height in ↵Paul Davis
Editor::set_visible_track_count()
2014-12-22change font scaling default in code and default_ui_config to 100%.Paul Davis
Incorrect value was caused by misremembering how Pango::SCALE works.
2014-12-22change font scaling default in code and default_ui_config to 100%.Paul Davis
Incorrect value was caused by misremembering how Pango::SCALE works.
2014-12-22move ARDOUR::Configuration and ARDOUR::ConfigVariable into libpbdPaul Davis
2014-12-22reorder members and constructors to ensure null pointers for ↵Paul Davis
ARDOUR_UI::{editor,mixer}
2014-12-22consolidate zoom-to-range and zoom-to-regions into: zoom-to-selection. ↵Ben Loftis
ToDo: zoom to selection of midi notes, control points, tracks(?)
2014-12-22move all (G)UI related configuration parameters into UIConfiguration, not ↵Paul Davis
RCConfiguration
2014-12-22fix color parsing on 32bit systemsRobin Gareus
2014-12-21reduce all default font sizes on Linux by 80%Paul Davis
If you use font scaling of 80% you may wish to reset it to 100% to get almost the exact same font sizes as previously. Normal size is now 8pt, rather then 10pt as before
2014-12-21restore ardour-style ruler labels for timecode ruler.Paul Davis
Also reduce font size used to a cross-platform single definition.
2014-12-20Fix various cursor problems.David Robillard
Add a new scoped cursor system that makes it much harder to screw up and end up with stick cursors and so on.
2014-12-19fix double-free/crash at session closeRobin Gareus
2014-12-19Implement configurable region selection after splitColin Fletcher
Implement the configured behaviour of region selection after split.
2014-12-19Add a config option to control region selection after split.Colin Fletcher
Add a configuration variable to choose the behaviour of the region selection after splitting selected regions. Add options to choose between all eight possible combinations of 'existing unmodified selected regions', 'newly-created regions to left of split', and 'newly-created regions to right of split', but comment out all but the three least crazy ones for now. If anyone wants them, they're there.
2014-12-19new color modifiers plus adjust default time axis view item/region ↵Paul Davis
transparency to 0.7
2014-12-19more color/modifier tweaksPaul Davis
2014-12-19allow theme control of sync mark colorsPaul Davis
2014-12-19add more controllable modifiers for region transparencyPaul Davis
2014-12-18Expand transport buttons to fill vertical space.David Robillard
2014-12-18Move object tool to "grab" tool (key g).David Robillard
Makes all tools under the left hand and eliminates the need for toggling.
2014-12-18Remove mouse mode toggling.David Robillard
2014-12-18Restore snap when switching to/from internal.David Robillard
2014-12-18Use color modifiers for dynamic region styles.David Robillard
2014-12-18Fix copy paste of MIDI and track automation.David Robillard