log layer/TimeRulerLayer.cpp @ 973:bc23c2cfff65 osx-retina

age author description
2015-03-18 Chris Cannam Pass proxy to layer for painting osx-retina
2015-03-17 Chris Cannam Many fixes for the previous stuff osx-retina
2015-03-17 Chris Cannam Start trying to introduce LayerGeometryProvider as proxyable interface for View methods that the Layer wants to use osx-retina
2015-03-10 Chris Cannam More type fixes cxx11
2014-08-13 Chris Cannam Don't label time zero, it gets cut off by opaque end layer
2014-06-17 Chris Cannam Remove size_t's and fix warnings in layer/ warnfix_no_size_t
2013-11-26 Chris Cannam Drop std:: from cout, cerr, endl -- pull these in through Debug.h
2011-06-14 Chris Cannam Seems to be a bad idea to use plain DEBUG symbol on OS/X (system wants it)
2011-05-16 Chris Cannam Convert many cerrs to DEBUGs debug-output
2008-04-29 Chris Cannam * The fix in rev 1002 had the nasty side-effect of breaking part of the fix in
2008-03-12 Chris Cannam * juggle some files around in order to free audioio, base, and system libraries
2008-03-12 Chris Cannam * Fix mislabelling of time lines in ruler
2008-02-27 Chris Cannam * Merge from trunk spectrogram-cache-rejig
2008-02-13 Chris Cannam * Fix drawing of time ruler during scrolling (bits were being missed) sv1-v1.2pre5
2007-11-23 Chris Cannam * Add Erase tool and mode
2007-10-18 Chris Cannam * Make XmlExportable::toXml the function that is universally overridden (and
2007-07-12 Chris Cannam * Add SingleColourLayer to manage colours for layers that have a single
2007-06-29 Chris Cannam * highlight the nearest measurement rect
2007-06-28 Chris Cannam * Change a number of keyboard shortcuts -- get rid of all the Alt+ shortcuts
2007-04-30 Chris Cannam * Fix many compile warnings, remove some debug output
2007-03-02 Chris Cannam * Make getPropertyRangeAndValue return the default separately from the current sv1-1.0pre1
2007-02-26 Chris Cannam * remove some debug and some obsolete moc file includes
2006-07-31 Chris Cannam * Reorganising code base. This revision probably should compile once more.
2006-05-03 Chris Cannam * Add property labels to property containers (so i18n() won't affect file format)
2006-03-30 Chris Cannam * Add stub for item-edit dialog (for editing properties of an item on double-
2006-03-20 Chris Cannam * Update licensing rubric for GPL
2006-03-20 Chris Cannam * Set indent-tabs-mode to nil in Emacs mode direction
2006-03-16 Chris Cannam * Add Insert Instant function in main window
2006-03-02 Chris Cannam * Refactor Layer classes so as no longer to store a single View pointer;
2006-02-10 Chris Cannam * Add the Note layer for pianoroll-type display of note-type data
2006-01-19 Chris Cannam * Rework handling of layer properties in file I/O -- we now get the individual
2006-01-17 Chris Cannam * Hook up SV file i/o. You can now save and load sessions.
2006-01-12 Chris Cannam * Beginnings of session save code
2006-01-12 Chris Cannam * Update copyrights to 2006
2006-01-10 Chris Cannam initial import