summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.cc
AgeCommit message (Expand)Author
2014-07-30Use text to specify combo box padding for better font/display tolerance.David Robillard
2014-07-29Shrink minimum width a bit by using the same hpad for all toolbar selectors.David Robillard
2014-07-29Consistent styling for toolbar buttons.David Robillard
2014-07-28clean up cruft in some config variablesBen Loftis
2014-07-28alternate layout with a full-height editor-mixer, for mixbusBen Loftis
2014-07-23Add some new zoom-to-selection actions, so zoom tool is less needed.Ben Loftis
2014-07-15add Editor::trackviews_height() convenience function to determine height of t...Paul Davis
2014-07-14up/down scroll buttons on left of summary should move by tracksPaul Davis
2014-07-14(Mixbus profile only) tentatively remove the Zoom and Cut tools, to save spa...Ben Loftis
2014-07-14fix the visible_tracks_selector to show * when user tweaks a track height. v...Ben Loftis
2014-07-14remove EditAtSelectedMarker for Mixbus, to match mb2. (also fix an existing t...Ben Loftis
2014-07-09size various ArdourDropdowns according to the pixel width, not character leng...Paul Davis
2014-07-09Revert "adjust horizontal-offset for snap/grid dropdown." Wrong fix for the p...Paul Davis
2014-07-10adjust horizontal-offset for snap/grid dropdown.Robin Gareus
2014-07-09add Editor::edit_mode_strings to allow for i18n; correctly size ArdourDropdow...Paul Davis
2014-07-09add mixbus profile which removes the tearoffsBen Loftis
2014-07-09Revert "ardour loves narrow screens part one"Robin Gareus
2014-07-09reduce space around TearOff TickmarksRobin Gareus
2014-07-09shorten grid/snap label "Timecode" -> "TC"Robin Gareus
2014-07-09automatically set ArdourDropdown box width.Robin Gareus
2014-07-09ardour loves 1024px width screensRobin Gareus
2014-07-09ardour loves narrow screens part oneRobin Gareus
2014-07-08fix thinko with split selections. also ignore follow_edits when we are split...Ben Loftis
2014-07-07fix build after copy-n-paste/code change collisionPaul Davis
2014-07-07some code shuffling to make sure that cut mode always operates at the mouse l...Paul Davis
2014-07-07remove all_group_active_button. if you want to operate on all tracks, choos...Ben Loftis
2014-07-07add basics of Cut mouse mode, no functionality yet. Icon images are still req...Paul Davis
2014-07-06remove some cruft with previous commits. remove option link-region-and-track...Ben Loftis
2014-07-06now that track and region selections are mutually exclusive, you need a separ...Ben Loftis
2014-07-05new approach to selections which will help rationalize Split and similar func...Ben Loftis
2014-07-03revert part of 0f1c7b1d7107 which broke lots of stuff based on region selectionPaul Davis
2014-07-02start-range and finish-range should graphically show the range being created....Ben Loftis
2014-07-02simplify zooming, remove Editor::clamp_samples_per_pixel(), fix getting "stuc...Paul Davis
2014-07-02remove unused "zoom range clock" from code as part of zoom simplificationsPaul Davis
2014-07-01splice mode is undefined, undocumented, and buggy. ripple does most of what ...Ben Loftis
2014-07-01Merge branch 'ripple-mode-cc' into cairocanvasColin Fletcher
2014-06-30new UI config var to allow playhead to be optionally draggable (default is: y...Paul Davis
2014-06-30ensure that Editor::entered_track is reset during session deletion to avoid a...Paul Davis
2014-06-29suspend route redisplay for (rec-en, solo, mute and monitor) batch changesRobin Gareus
2014-06-28add RAII DisplaySuspenderRobin Gareus
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2014-06-25use new ruler dialog class for context clicks on ruler labels areaPaul Davis
2014-06-25add UIConfig variable for lock timerPaul Davis
2014-06-25new timer-based GUI locking codePaul Davis
2014-06-24add a modal lock dialog for better testing (and someone might find it useful,...Paul Davis
2014-06-18a whole slew of changes related to centralizing and rationalizing cursor mana...Paul Davis
2014-06-17Render tracks and regions to a background image in the editor summary.nick_m
2014-06-13do most of the work related to adding new anchored trim cursors (but debuggin...Paul Davis
2014-06-13fix scrolling behaviour in track headers (event was stolen by rulers because ...Paul Davis
2014-06-12make rulers color-sensitive (e.g. theme manager editable, etc)Paul Davis