Setup clock sensitivity with lock correctly.
[ardour.git] / gtk2_ardour / location_ui.cc
2010-08-10 Carl HetheringtonSetup clock sensitivity with lock correctly.
2010-08-09 Carl HetheringtonFix up state save/load of location lock/glue settings.
2010-08-09 Carl HetheringtonAdd glue / lock buttons to the location window.
2010-08-09 Carl HetheringtonAllow markers to be glued to bar/beat time. Fixes...
2010-07-14 Carl HetheringtonInsert new LocationEditRow on location add, rather...
2010-06-23 Carl HetheringtonUpdate locations GUI more efficiently by avoiding a...
2010-05-31 Paul Davisremove almost-unusued stop_signal.h and clean up the...
2010-05-02 Carl HetheringtonA little copy-editing.
2010-04-18 Carl HetheringtonMake the session start/end location a single location...
2010-03-30 Paul Davishandle deletion of UI objects between the time that...
2010-02-09 David RobillardFix crash when setting loop or punch range after creati...
2010-02-09 David RobillardAdd keyboard shortcut to tooltip text where possible.
2009-12-21 Paul Davisfully implement and deploy explicit x-thread signal...
2009-12-19 Paul Davisuse new syntax for connecting to backend signals that...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-12-11 Paul Davismake all use of bind/mem_fun be explicitly sigc::
2009-11-26 Carl HetheringtonFix #2931; redundant menu items on main clocks.
2009-11-24 Carl HetheringtonUnify terminology for markers within the window. Align...
2009-11-24 Carl HetheringtonBodge around visual glitch where the ranges & markers...
2009-11-12 Paul Davistidy up (a bit) locations editing widget ; use pixbuf...
2009-11-12 Paul Daviscomments for BBT math methods; remove chunks from...
2009-10-19 Carl HetheringtonTidy up window titles, according to GNOME HIG and as...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2009-05-12 Carl HetheringtonRemove most using declarations from header files.
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-01-03 Carl HetheringtonImprove GNOME HIG compliance a bit.
2008-09-17 Paul Davismerge Sakari's (sbergen) branch back into 3.0, removing...
2008-09-10 Paul Davismerge from 2.0-ongoing @ 3581
2008-02-16 David RobillardMerge with 2.0-ongoing R3071.
2008-01-10 David RobillardMerge libs/ardour and gtk2_ardour with 2.0-ongoing...
2007-11-12 Paul Davismerged with trunk revs 2605-2627
2007-11-07 Paul Davispatch to prevent (mostly) CD marker being set for the...
2007-04-11 Paul Davismerged with 1697 revision of trunk (which is post-rc1...
2007-03-19 David RobillardMerged with trunk R1622.
2007-03-18 Paul Davisfix rect redraw problem(s); make zoom range rect visibl...
2007-03-18 David RobillardMerged with trunk R1612.
2007-02-22 Paul Davisremove all lines to avoid recompiles after commits
2007-01-09 David RobillardMerged with trunk R1283.
2007-01-08 Paul Davissave and restore clock modes
2006-12-20 Paul Davissmall but major fix for Controllable state storage...
2006-11-19 David RobillardMerged with trunk R1141
2006-11-14 Paul Davisdesensitize remove button for start location; fix inadv...
2006-10-21 David RobillardMerged with trunk R992.
2006-09-28 Paul Davisfixes for destructive track offsets of various kinds...
2006-08-29 David RobillardMerged with trunk R861
2006-08-25 Paul Davisuse shared_ptr<> for all region handling
2006-08-24 David RobillardMerged with trunk R846
2006-08-12 Hans Fugal r257@gwythaint (orig r797): fugalh | 2006-08-12 15...
2006-08-12 Hans Fugal r316@gandalf: fugalh | 2006-08-11 17:06:48 -0600
2006-08-10 David RobillardMerged with trunk R776
2006-08-04 Hans FugalMerging undo branch into trunk. It compiles and works...
2006-07-29 Hans FugalCompiles, but doesn't link. The link errors are mostly...
2006-07-25 Hans Fugal r191@gandalf: fugalh | 2006-07-24 19:50:10 -0600
2006-06-26 David RobillardLarge nasty commit in the form of a 5000 line patch...
2006-06-22 Hans FugalMerging from trunk
2006-06-21 Paul Davisthe return of VST support
2006-03-05 Paul Davisexport range markers patch (revisited), change selectio...
2005-12-30 Paul Davismany changes, read the diffs
2005-11-23 Paul Davisstrip keyboard.cc of noxious focus handling stuff,...
2005-10-22 Taybin RutkinMore compliation fixes. add_with_viewport() -> add...
2005-10-10 Paul Davismore work on actions and general compilability
2005-10-06 Paul Davisfix compose mess, and a number of 64 bit printf specs
2005-10-06 Paul Davischanges from colin for route_params, nick for location_...
2005-09-26 Paul Daviscontinuing fixes to get this shibboleth to compile
2005-09-26 Paul Davisrename all GTK signals
2005-09-25 Taybin Rutkinreplaced slot() with mem_fun() and ptr_fun().
2005-09-25 Taybin RutkinFly my pretties!
2005-09-25 Taybin RutkinInitial import of gtk2_ardour.