Lines Matching refs:to

4 * Added test 5, really long labels, to test example page rev 1601, LarryK
6 referring to examples and other source files from the wiki. This way
7 the wiki references will not need to be updated for each release.
13 theme.event.track.height & theme.event.tape.height need to work with each other.
14 It is easier and clearer to set both in the same place (the theme), rather than
21 still being used (to some extent) in the sw. In particular, the Theme's tape height
23 sense for the theme's tape height to be returned by the function when the
29 to re-enable event highlighting
33 after the event's earliestEnd. This caused the tape width to be negative. This
35 sources.js to sanity check dates and append error messages to event title if
36 a problem is detected. Updated test example to have events with bad dates.
37 Thank you to Tim Dimsdale for noting that the example didn't run in Monet.
42 * Update to send css class to computeSize. Fixes:
53 the event tracks are only calculated when they are viewed or are about to be viewed.
55 are viewed or are about to be viewed. If the new needed width is greater than the
60 2) Set the theme's autoWidth to true
63 band, is used to set how close the bottom of the lowest track is to the
70 * Updated License to refer to JQuery -- LarryK rev 1643
71 * Added License file to zip files -- LarryK rev 1643
72 * Changed example files to refer to Google Simile directory. -- LarryK rev 1643
79 * Added event attribute trackNum for developers to specify a track number.
83 * Add English day names to en locale -- LarryK rev 1656
86 random number generator. Add formated ids to event tapes, labels, icons to
87 enable a single listener to retrieve state from the id. Added support functions
89 * Highlighting testing using Religions example. Restored event highlight colors to theme
90 to fix. -- LarryK rev 1659
91 * New feature: When highlighting events on a Timeline, default is to highlight the event's
93 will also be changed to the highlight color. See the Jewish timeline example.
95 * Fixed issue 31, added event's classname attribute to div for icons too.
99 * Added EventPaintListener hook to original-painter. Enables clients to hook into
101 * Changed calculation of labelTop for paintImpreciseInstantEvent to be same
103 Problem was that label was too close to tape (and would sometimes overlap)
107 * Added track.offset setting to original-painter. Enables specific
111 * Added instant.impreciseIconMargin to original-painter. Enables specific
115 * Added band arg to eventPaintListener listeners -- LarryK rev 1662
116 * Reworked autoWidth to stop recursive call to painter -- LarryK rev 1663
117 * Further autoWidth work to have Timeline monitor scroll of bands rather
130 theme.timeline_stop to disable movement of the Timeline beyond the
135 was being moved and by how much. In addition to setting the timeline_start
136 and _stop, you may want to add span decorators to cover up the
150 being decorated. So the JS needs to calculate based on the width--therefore
151 don't use CSS for width. Thanks to Christian Thiemann.
152 * Revised all examples to use new directory layout.
159 current version. Updated examples to use it.
160 Updated build.xml to include Ajax new styles directory.
161 Fixed overview painter to use event's classname attribute if present.
162 Add a test for this to test-example.
164 * Fixed build.xml to not include .bak files.
166 Fixed library references in all examples to match new dir layout.
168 * Added src/misc/fix_svn_props.txt -- used to correctly set props on
169 example files. Enables them to be run in browser from svn repo.
170 Changed timeline-api to use MIT Simile Ajax v 2.2.0.
171 Changed version to 2.3.0 in anticipation of the release.
173 * Also need to set mime type to be text/xml for xml src files.
176 * Fixed IE-only bug. Chokes on <span id='x' />. Changed to <span id='x'></span> and all is well.
179 Works everywhere but ie. So added label-, icon-, tape- to className plus className by
183 * Updated jetty config file to serve
187 * Changed copyright link to be http://code.google.com/p/simile-widgets/
198 * Added comments to original-painter.js -- LarryK rev 1593
199 * Re-built to pick up new simile-ajax that includes jquery 1.2.6
204 * Added timeline_libraries.zip to build file. Removed install.sh
206 * Event attribute classname is added to the classnames for the event's label
210 is now added to the tape's div. -- LarryK rev 1576
211 * Re-worked function Timeline.DefaultEventSource.Event in sources.js to use
213 19 positional arguments are too many! Now much easier and cleaner to add
218 MUCH easier to use as a developer. -- LarryK rev 1576
225 * Event attributes barImage and barRepeat renamed to tapeImage and tapeRepeat.
233 Cubism example updated to demonstrate color, textColor, barImage, barRepeat and
242 * Added forceLocale parameter to timeline-api.js to force a locale for testing
262 * Moved svn repository to Google code