summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.cc
AgeCommit message (Expand)Author
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-12-01Re-expose timecode offset in the session option editor.Carl Hetherington
2010-12-01Revert previous incorrect patch.Carl Hetherington
2010-12-01Remove unused timecode offset stuff.Carl Hetherington
2010-11-27Copy-edit.Carl Hetherington
2010-11-25Fix some messed up code (spacey tabs).David Robillard
2010-11-16Move mouse cursor stuff out of Editor into its own class.Carl Hetherington
2010-11-15Modify region trim cursor if a region can only be trimmed in one direction.Carl Hetherington
2010-11-15Present trim cursors over region view name bar.Carl Hetherington
2010-11-14Fix some cursor hot spots.Carl Hetherington
2010-11-14Use a couple more cursors in the summary.Carl Hetherington
2010-11-14Fix up summary mouse cursors.Carl Hetherington
2010-11-14Fix up fade in/out cursors.Carl Hetherington
2010-11-14Use the edit position to decide what items to put in the region context menus...Carl Hetherington
2010-11-14Fix crash on opening region menu.Carl Hetherington
2010-11-14Add a clock to the menu bar in full-screen mode. Fixes #1273.Carl Hetherington
2010-11-13make ardour3 build and link on OS X (tiger, at least)Paul Davis
2010-11-12Prevent marker labels overlapping. Fixes #3535.Carl Hetherington
2010-11-10Option to show lines below markers (#3529).Carl Hetherington
2010-11-04Heinous hack to fix region menu sensitivity setup.Carl Hetherington
2010-11-03Tidy up the region menu a bit, and hopefully clarify what regions will beCarl Hetherington
2010-10-26Move normalize dialogue to its own file. Add progress bar. Clean up labelli...Carl Hetherington
2010-10-20Clean up get_regions_for_action prototype slightly.Carl Hetherington
2010-10-19Modify get_regions_for_action to fix #2960. Rationale is in the comment for ...Carl Hetherington
2010-10-17Only compute and render the visible portion of crossfades. Fixes #3498.Carl Hetherington
2010-09-28change tooltip for group tab to suggest click-to-(de)activatePaul Davis
2010-09-28(1) use select next/previous row functions for tab/shift-tab navigation in re...Paul Davis
2010-09-22much craziness with canvas cursors; fix 0 beat cursor text when shortening no...Paul Davis
2010-09-21Updating zoom mouse cursor on modifier press. Fixes #274.Carl Hetherington
2010-09-19Put images on the fade in/out menus. Fixes #3411.Carl Hetherington
2010-09-19Save / restore settings from the editor region list context menu.Carl Hetherington
2010-09-18Preserve region list selection state even if a region is selected which is no...Carl Hetherington
2010-09-17text edit fix for #686Paul Davis
2010-09-17megaopus patch #2 for today: remove nframes64_t and sframes_t from sourcePaul Davis
2010-09-17megaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS to command line flags fo...Paul Davis
2010-09-14remove Glib::ustring from gtk2_ardourPaul Davis
2010-09-14remove Glib::ustring from libardour; allow any characters except '/' and '\' ...Paul Davis
2010-09-13possible fix (by rearrangement) for #3424Paul Davis
2010-09-02fix a variety of unused argument errors noted by gcc 4.3.2 on x86Paul Davis
2010-09-02Paste to the source of a copy if there are no selected tracks (rather than us...Carl Hetherington
2010-08-31mostly fix 3409 by making it impossible to sync to JACK if video pull up/down...Paul Davis
2010-08-29Give new sessions the default GUI state. Fixes #3423.Carl Hetherington
2010-08-29Don't call reset_zoom with the default frames_per_unit if we have got a diffe...Carl Hetherington
2010-08-27Remove what I'm pretty sure was a hack to work around the bug we used to have...Carl Hetherington
2010-08-26Copy-edit.Carl Hetherington
2010-08-25check dependents in Playlist after moving a region to a specific layer; make ...Paul Davis
2010-08-25major chunk of the region layering editor from 2.X, fwd-ported to 3.0Paul Davis
2010-08-18Set cursor to hint that you can drag automation up and down in object/range l...Carl Hetherington
2010-08-18First go at saving window visibility and position state across saves.Carl Hetherington
2010-08-17Patch from lincoln to tweak ordering of zoom buttons. Fixes #3401.Carl Hetherington