summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-08-04Add our various '.in' files (to be processed by msvc32-fixup.pl)John Emmas
2014-08-04Add the remaining 'API_VERSION' properties to msvc32-fixup.plJohn Emmas
2014-08-01Enforce mixer strip widths, more case fixes, and minor theme changesBen Loftis
2014-08-01consistently use mixed-case labelsBen Loftis
2014-08-01top button table causes spacing issues when items are hidden. removed it.Ben Loftis
2014-08-01allow track headers to select io from right-click menuBen Loftis
2014-08-01fix gain entry cancellation, per the_CLABen Loftis
2014-08-01Add preliminary version of win32-fixup.pl (i.e. msvc32-fixup.pl)John Emmas
2014-08-01Add the removed files to '.gitignore'John Emmas
2014-08-01Ditto - 'icons/win32/msvc_resources.rc'John Emmas
2014-08-01Delete '.vsprops' files (MSVC) in preparation for win32-fixup.plJohn Emmas
2014-07-31micro tweaks to width box and name button layoutBen Loftis
2014-07-31Increase mixer strip button vpad to 4.David Robillard
Fix issue where soloing resized buttons.
2014-07-30Add 1px border to mixer strip so buttons don't overlap selection border.David Robillard
2014-07-30Use text to specify combo box padding for better font/display tolerance.David Robillard
Consistent mixer strip button height. The latter works by setting all the button size request heights to the calculated height of the alphabet. Thus, all buttons of the same class will be the same height regardless of their actual text.
2014-07-30use FocusEntry for the peak_display, so it matches the size of gain_displayBen Loftis
2014-07-30More colour tweaks according to IRC discussion.David Robillard
2014-07-29Shrink minimum width a bit by using the same hpad for all toolbar selectors.David Robillard
30 was already being used for some, and looks like more than enough padding, for me. Hopefully is enough everywhere.
2014-07-29Consistent styling for toolbar buttons.David Robillard
All the different looks here didn't seem to convey anything useful to me, and looked sloppy. I went with the style of the transport button. It would be nice if we could style button elements like Inset in the configuration, but this would require some work.
2014-07-29Various UI tweaks.Ben Loftis
Refactor comments dialog into Route_UI so it can be shared by tracks and strips. Make Color and Comments selections consistent in the menus Refine the color displays at the top of each mixer strip Correctly color the number displays on tracks
2014-07-29In the mixbus mixer, the rec/mon buttons are smallerBen Loftis
If Input is not shown, then you are just mixing, so the_CLA and I think it is ok to hide the MIDI input button with the audio input button
2014-07-28grouped faders should have relative gain by defaultBen Loftis
2014-07-28remove some cruft with group button, move it under faderBen Loftis
2014-07-28clean up cruft in some config variablesBen Loftis
2014-07-28force horizontal scrollbar and spacer, so strips line up nicelyBen Loftis
2014-07-28Mixer page: ESC should deselect all mixer strips and processorsBen Loftis
2014-07-28alternate layout with a full-height editor-mixer, for mixbusBen Loftis
2014-07-28disallow selection of the fader and meter processor entriesBen Loftis
2014-07-27Add provision for 'PROGRAM_VERSION' (MSVC libardour project)John Emmas
2014-07-27Add (newly introduced) sources to our MSVC projectJohn Emmas
2014-07-27Minor change to 'pbd/controllable.h'John Emmas
(in MSVC, 'min' & 'max' are not in namespace std)
2014-07-27Add the MSVC project file for building libs/surfaces/oscJohn Emmas
2014-07-25fix for video-monitor (xjadeo >= 0.7.8 is started w/o jack-transport)Robin Gareus
2014-07-25update video-monitor override flagsRobin Gareus
(new OSX/openGL menu bar in upcoming xjadeo 0.8)
2014-07-24several fixes to make processor selection and deletion feel right, for both ↵Ben Loftis
mixer and editor-mixer strips
2014-07-24Remove "implicit" selection for plugin deletion.Ben Loftis
Allow deletions in the mixer strip to fall through to editor if nothing was selected.
2014-07-24Add track-rec/mute/solo actions to menu, so users can bind themBen Loftis
Make Fit-Tracks sensitive to track selections
2014-07-24oops, fix copy-paste errorBen Loftis
2014-07-24Revert previous select-strips-under-mouse behaviorBen Loftis
However, keep the path for deletions in the editor-mixer via _entered_mixer_strip TODO: if nothing was deleted, assume the user was trying to delete something in the editor instead Show selected plugins by a red border TODO: more work on the selection model for plugins and mixer strips
2014-07-23Allow deletion of processors in editor_mixer_strip by pointing and pressing ↵Ben Loftis
Delete This had to be hacked because the editor_mixer strip is on the editor and doesnt respond to mixer keybindings. Also force the gain intry to lose focus if the user leaves the mixer strip. this will probably solve some long-standing complaints. although perhaps a more elegant solution is possible.
2014-07-23holding Primary(ctrl/cmd) allows user to make noncontiguous strip selectionsBen Loftis
2014-07-23holding Primary(ctrl/cmd) allows user to make noncontiguous strip selectionsBen Loftis
2014-07-23Mixer selection follows mouseBen Loftis
This eliminates ambiguity about which strip the keybindings will affect. Hold shift to make a quick group from adjacent mixer strips.
2014-07-23Cut and Copy should remember the white space at the end of a range.Ben Loftis
This will be used when you paste with Ripple; it maintains the whitespace that you chose in the selection. Also fix default setting of Dim contol by storing the default(normal) value for MPControl Controllables.
2014-07-23double-click a plugin to remove it from the pending add listBen Loftis
2014-07-23Add some new zoom-to-selection actions, so zoom tool is less needed.Ben Loftis
Reverse order of items in the zoom menus to match Ardour. Consolidate the extra zoom math into a function; this fixes a problem in zoom-to-session.
2014-07-22Changes needed for building surfaces/osc (control surface protocol) with MSVCJohn Emmas
(for testing on the non-Windows platforms)
2014-07-223 monitor tweaks for the_CLA. shift+click to default, and new preset valsBen Loftis
2014-07-22Remove troublesome cairo antialiasing hint.Ben Loftis
Tweak knob gfx slightly.
2014-07-18Merge branch 'waveview_hacks' of https://github.com/nmains/ardour into ↵Paul Davis
cairocanvas