summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.cc
AgeCommit message (Expand)Author
2014-11-14add abort() to non-reached codeRobin Gareus
2014-10-29fix typo in 58fec98aRobin Gareus
2014-10-24port changes to ARDOUR::Location and ARDOUR::Locations APIs from Tracks to Ar...Paul Davis
2014-10-22prevent negative playhead positions from entering code via serialized statePaul Davis
2014-10-21remove "canvasvar_" from all functions related to obtaining values from ARDOU...Paul Davis
2014-10-21remove mouse zoom mode; bind z to zoom-to-rangePaul Davis
2014-10-21fix track height resizing on OSX.Robin Gareus
2014-10-20track height fixes:Robin Gareus
2014-10-16add tearoff reattach for the editorPaul Davis
2014-09-17correctly connect to Location static signalsPaul Davis
2014-09-16set the CairoWidget focus handler; reset focus when the mouse pointer leaves ...Paul Davis
2014-09-15fix compiler warningPaul Davis
2014-09-11fix a bunch of memory leaksRobin Gareus
2014-09-09complete list from 68f0694ac0Robin Gareus
2014-09-08remove arbitrary button sizing for edit mode buttonsBen Loftis
2014-09-06speed up session load (display updates)Robin Gareus
2014-08-30update dropdown triangleRobin Gareus
2014-08-22Rationalize ArdourButton and lots of associated theming issues.Ben Loftis
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