summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.cc
AgeCommit message (Expand)Author
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
2012-04-16Fairly major change to the way in which crossfades are handled;Carl Hetherington
2012-04-13MCP: timeout display of value when altering with fader or pot; range ops on s...Paul Davis
2012-04-09MCP: F1-7 jump to a given view; F8 closes any currently open dialog; in zoom ...Paul Davis
2012-04-09MCP: different meter debug trace; initial support for track selectionPaul Davis
2012-04-09allow ControlProtocols to call for undo/redo in GUI; make MCP use thisPaul Davis
2012-04-09MCP: possible support for meteringPaul Davis
2012-04-01Remove unused ustring version of url_decode(). ReworkCarl Hetherington
2012-03-25Reshow time selection when zooming in object-range modeCarl Hetherington
2012-03-17save nudge clock value; don't reset the nudge clock mode when loading a sessi...Paul Davis
2012-03-14Remove a little unused code.Carl Hetherington
2012-03-09forward-port some fixes from a2Paul Davis
2012-03-07fix up a substantial mess with the operation of toggle-zoom and related actio...Paul Davis
2012-02-14support a grid of beats/64 and beats/128Paul Davis
2012-02-13(1) remove magic number voodoo when saving zoom focus/snap settings to instan...Paul Davis
2012-02-06add tooltip for nudge clockPaul Davis
2012-02-06tweak "joined" buttons to have no border colorPaul Davis
2012-02-03separate header dependencies on button joiner, and make each button joiner lo...Paul Davis
2012-02-03use button joiner for smart mode; polish up the visuals on the joiner a bitPaul Davis
2012-02-01Make crossfade convert-to-full and activate/deactivate work across edit group...Carl Hetherington
2012-01-31Make crossfade active state and length changes undo-able.Carl Hetherington