summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.cc
AgeCommit message (Expand)Author
2013-01-18fix restore of snap mode (confusion caused by existence of internal/preintern...Paul Davis
2013-01-05amend to prev commit.Robin Gareus
2013-01-0514:03 < prokoudine> "GERMAN SCIENTIST DEMYSTIFIED ENGLISH CAPITALIZATION"Robin Gareus
2013-01-04allow region list selection of whole file regions to select every instance of...Paul Davis
2012-12-26remove "edit" property from track/bus groups; use "select" property which sho...Paul Davis
2012-12-13add cycle-zoom-focus and bind to "1" by defaultPaul Davis
2012-12-11typo that led to incorrect tempo based ruler stuff ... thanks, valgrindPaul Davis
2012-12-06several theme changes. changed drawing of rounded_rectangle to be more corre...Ben Loftis
2012-12-06fix duplicate, and clarify its behaviour in smart mode; includes a fix for Ti...Paul Davis
2012-12-02remove debugging/analysis outputPaul Davis
2012-11-28edit operations should depend on the existence of an explicit range, NOT the ...Ben Loftis
2012-11-27adjust the way we use a pair of iterators into the tempo map so that the iter...Paul Davis
2012-11-27try another fix for the crash created by rev 13547Paul Davis
2012-11-26tweak Smart Mode to be more like Mixbus. Smart mode is just a modifier on Ob...Ben Loftis
2012-11-20Always Play Range is now Follow Edits, and is based on Mixbus implementation....Ben Loftis
2012-11-16new button lookBen Loftis
2012-11-15move internal edit button away from mouse mode buttons by a small distance, a...Paul Davis
2012-11-13remove a bunch of cerr output and/or convert to use error<<Paul Davis
2012-11-12Revert "fix small screen mode width"Robin Gareus
2012-11-12fix small screen mode widthRobin Gareus
2012-10-10break out of step editing if a session goes away; do nothing in Editor::locat...Paul Davis
2012-08-10add -Wpointer-arith -Wcast-qual -Wcast-align and others to compile flags, and...Paul Davis
2012-07-20make more or less all LHS treeviews use the same stylePaul Davis
2012-07-09comment out some unused parameter argumentsPaul Davis
2012-07-04Fix crash on trying to snap to markers when there aren'tCarl Hetherington
2012-07-04Rename Editor::duplicate_dialog to Editor::duplicate_rangeCarl Hetherington
2012-06-28minor cleanups from 12952Paul Davis
2012-06-27first pass at the big rethink of managing sort order keys for editor and mixe...Paul Davis
2012-06-26Allow new idle visual changer calls to be requested whileCarl Hetherington
2012-06-22use the pane watcher to prevent the nastiness that occurs when the RHS editor...Paul Davis
2012-06-20Unify clamping of frames-per-unit values during zoom; should help with #3514.Carl Hetherington
2012-06-20Remove indirected method calls.Carl Hetherington
2012-06-17Hacky fix for track height step losing 'grip' on theCarl Hetherington
2012-06-13Much simplier implementation of: "Show Toolbar" act immediately, i.e., even w...Rodrigo Severo
2012-06-12maximise-editor patch from Rodrigo:Paul Davis
2012-05-31Slightly unpleasant hack to stop control points beingCarl Hetherington
2012-05-27Patch from colinf to avoid splitting unselected regionsCarl Hetherington
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-05-22remove, convert, comment several cerr statementsPaul Davis
2012-05-16Use Later / Earlier in descriptions of nudging and some playhead movements, i...Carl Hetherington
2012-05-16fix bork-age of the fade in/out context menu introduced by mistake yesterdayPaul Davis
2012-05-15fix for crash caused by re-using the same image in the fade context menuPaul Davis
2012-05-11switch to 5 new fade curves, taken from mixbus2 branch. make xfade context me...Paul Davis
2012-05-10rename images used for fades to indicate that they are fades, not xfades (new...Paul Davis
2012-05-10incorrect but visible context menu for xfadesPaul Davis
2012-05-08framework for handling events on the xfade rectsPaul Davis
2012-04-28Remove a couple of uses of the word Route in the UI.Carl Hetherington
2012-04-26MCP: ctrl-select toggle selections status, analogous to GUI opPaul Davis
2012-04-26MCP: lots of good stuff - recenable bug fixed, cursor keys for vertical scrol...Paul Davis
2012-04-25remove the apparently unnecessary "ui_bind()" macro from entire source basePaul Davis