summaryrefslogtreecommitdiff
path: root/gtk2_ardour/location_ui.cc
AgeCommit message (Expand)Author
2013-07-07window delete/hide is managed by WMProxy (amend to cb6f16ac)Robin Gareus
2013-07-01Make CD track details visible whenever CD range is ticked.Colin Fletcher
2013-06-30Fix 'Location window is blank' (#5538)Colin Fletcher
2013-01-08patch from colinf tomake region property editor clocks use 2ndary clock mode ...Paul Davis
2012-07-20shrink down some location UI button labelsPaul Davis
2012-06-19Use set_editable() rather than set_sensitive() to lock the clocks of locked m...Carl Hetherington
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-05-01Fix the focussing of newly-created marker name entriesCarl Hetherington
2012-04-25remove the apparently unnecessary "ui_bind()" macro from entire source basePaul Davis
2011-12-12improve layout and display of CD range info in location displayPaul Davis
2011-12-11add middle-clock-on-range/marker-clock to locate therePaul Davis
2011-12-11fix lack of marker/range display in marker/range list at startup, and tweak l...Paul Davis
2011-11-23Save location UI clock mode in Session instant.xml (#4507).Carl Hetherington
2011-11-19Only use ArdourDialog (and thus Gtk::Dialog) for actual dialogs.David Robillard
2011-11-17all new implementation of audio clocks, with entirely new editing model. not ...Paul Davis
2011-09-30fixes for 98% of all the warnings/errors reported by OS X gcc on tigerPaul Davis
2011-06-01Delete trailing whitespaceDavid Robillard
2011-04-23Remove unnecessary refresh_location_display_s method. Speed up marker loadin...Carl Hetherington
2011-03-10Restore Use PH button in locations UI (#3667).Carl Hetherington
2011-03-02group clocks in location UI and region editor so that they all change modes t...Paul Davis
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-11-13make ardour3 build and link on OS X (tiger, at least)Paul Davis
2010-11-12Fix update of range marker names. Fixes #3533.Carl Hetherington
2010-11-08Fix use of vertical space when the locations dialogue is expanded.Carl Hetherington
2010-11-08HIG-ify the locations UI a bit. Should fix #3526.Carl Hetherington
2010-11-04Fix roll after locate from the audio clock context menu. Restore Go buttons ...Carl Hetherington
2010-08-17forward port 2.X changes up to and including rev 6767Paul Davis
2010-08-10Setup clock sensitivity with lock correctly.Carl Hetherington
2010-08-09Fix up state save/load of location lock/glue settings.Carl Hetherington
2010-08-09Add glue / lock buttons to the location window.Carl Hetherington
2010-08-09Allow markers to be glued to bar/beat time. Fixes #1815.Carl Hetherington
2010-07-14Insert new LocationEditRow on location add, rather than rebuilding the whole ...Carl Hetherington
2010-06-23Update locations GUI more efficiently by avoiding a rebuild when a location i...Carl Hetherington
2010-05-31remove almost-unusued stop_signal.h and clean up the one (unused) place where...Paul Davis
2010-05-02A little copy-editing.Carl Hetherington
2010-04-18Make the session start/end location a single location (with start and end) ra...Carl Hetherington
2010-03-30handle deletion of UI objects between the time that a callback is queued with...Paul Davis
2010-02-09Fix crash when setting loop or punch range after creating a new session (and ...David Robillard
2010-02-09Add keyboard shortcut to tooltip text where possible.David Robillard
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...Paul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-12-11make all use of bind/mem_fun be explicitly sigc:: Paul Davis
2009-11-26Fix #2931; redundant menu items on main clocks.Carl Hetherington
2009-11-24Unify terminology for markers within the window. Align loop / punch labels t...Carl Hetherington
2009-11-24Bodge around visual glitch where the ranges & markers list would overlap the ...Carl Hetherington
2009-11-12tidy up (a bit) locations editing widget ; use pixbuf/string code from 2.0;re...Paul Davis
2009-11-12comments for BBT math methods; remove chunks from GUI; split location UI in...Paul Davis
2009-10-19Tidy up window titles, according to GNOME HIG and as suggested in mantis 2803.Carl Hetherington
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard