Lines Matching +full:build +full:- +full:release
5 * Added tags/latest, a copy of the latest tagged release. Will be used for
7 the wiki references will not need to be updated for each release.
9 src/webapp/examples/test_example/test.html -- LarryK rev 1598
11 Issue tracker #20 -- LarryK rev 1598
22 is returned by function _paintEventTape in file original-painter. It doesn't make
25 -- LarryK rev 1623
26 * Un-commented-out
29 to re-enable event highlighting
30 See http://groups.google.com/group/simile-widgets/browse_thread/thread/acbffeaa662722f8
31 -- Hunt Culver and LarryK rev 1628
32 * Bullet-proofing: Fix for issue 34. The Monet example had a latestStart date
38 -- LarryK rev 1629
40 theme.event.duration.color or css color for class timeline-small-event-tape
41 See issue 16 -- LarryK rev 1630
43 issue 13 - TIMELINE: Event labels wrap on FF 3 on Mac
44 issue 30 - TIMELINE : Event labels wrap when 'classname' attribute is added and text is bold
45 NOTE: fixes don't work unless latest Simile-Ajax library is used. Will be
47 -- LarryK rev 1638
54 In the same way, the needed width is re-calculated whenever a new set of events
69 -- LarryK rev 1630, 1643
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
73 * Fixed: autoWidth wasn't working on Safari/Windows. -- LarryK rev 1644
78 other than the above. -- LarryK rev 1654
80 See issue 26. -- LarryK rev 1654
82 -- LarryK rev 1655
83 * Add English day names to en locale -- LarryK rev 1656
84 * Rebuilt bundle files with new ver of Ajax lib. -- LarryK rev 1658
88 event-utils.js. -- LarryK rev 1659
90 to fix. -- LarryK rev 1659
94 -- LarryK rev 1659
96 -- LarryK rev 1659
98 than one tape div per event. -- And id must be unique. -- LarryK rev 1661
99 * Added EventPaintListener hook to original-painter. Enables clients to hook into
100 painting life cycle. See original-painter.js. -- LarryK rev 1661
102 calculation as in paintPreciseDurationEvent in original-painter.
106 -- LarryK rev 1661
107 * Added track.offset setting to original-painter. Enables specific
110 used for labeling above an event band. -- LarryK rev 1661
111 * Added instant.impreciseIconMargin to original-painter. Enables specific
114 -- LarryK rev 1661
115 * Added band arg to eventPaintListener listeners -- LarryK rev 1662
116 * Reworked autoWidth to stop recursive call to painter -- LarryK rev 1663
119 smoother scrolling with autoWidth -- LarryK rev 1664
123 Timeline, so removed it. -- LarryK rev 1667
126 Now uses color attribute if present, else css. -- LarryK rev 1677
128 -- LarryK rev 1677
140 -- LarryK rev 1677
143 http://localhost:9999/ajax/api - from src/webapp/ajax/api/
144 http://localhost:9999/timeline - from src/webapp/site/
145 http://localhost:9999/timeline/api - from src/webapp/timeline/api/
146 -- David H rev 1705
150 being decorated. So the JS needs to calculate based on the width--therefore
153 -- LarryK rev 1729
155 image stacks. See the new compact-painter example.
156 -- David H rev 1759
158 Added Timeline.writeVersion -- a helper that writes out the
160 Updated build.xml to include Ajax new styles directory.
162 Add a test for this to test-example.
163 -- LarryK rev 1813
164 * Fixed build.xml to not include .bak files.
165 Moved contents of /site up one level into /webapp -- per David H.
167 -- LarryK rev 1814
168 * Added src/misc/fix_svn_props.txt -- used to correctly set props on
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.
172 -- LarryK rev 1821
174 -- LarryK rev 1822
175 * Bug fix: misspelled className as classname -- LarryK rev 1823
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
180 itself in original_painter. Additional prefixes: highlight- for event-highlight,
181 small- for overview painter. Problem was caught by test-example.
182 -- LarryK rev 1824
184 http://localhost:9999/timeline - from src/webapp/
185 Revised Release Notes for release.
186 -- LarryK rev 1825
187 * Changed copyright link to be http://code.google.com/p/simile-widgets/
188 -- LarryK rev 1826
193 Version 2.2.0 -- September 23, 2008
194 * Prep for 2.2.0: updated RELEASE_NOTES -- LarryK rev 1593
195 * Added comments per MPS in timeline-api.js that bundle=true
197 -- LarryK rev 1593
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
200 -- eob rev 1589
202 Version 2.1.0 -- September 19, 2008
204 * Added timeline_libraries.zip to build file. Removed install.sh
205 -- LarryK rev 1579
208 'timeline-event-label hot_event' and 'timeline-event-tape hot_event' for
210 is now added to the tape's div. -- LarryK rev 1576
211 * Re-worked function Timeline.DefaultEventSource.Event in sources.js to use
218 MUCH easier to use as a developer. -- LarryK rev 1576
222 event object. -- LarryK rev 1576
224 For now, it will live on for backwards compatibility. -- LarryK rev 1576
227 -- LarryK rev 1576
230 http://code.google.com/p/simile-widgets/wiki/Timeline_EventSources (LarryK) rev 1569
231 * New event attribute barImage sets the event's bar div background-image.
232 New event attribute barRepeat sets the background-repeat. Default is 'repeat'
238 * Build process now creates timeline_source.zip which has source, examples and the
242 * Added forceLocale parameter to timeline-api.js to force a locale for testing
245 * Added mouse-wheel scroll. Mouse-wheel acts as left and right arrow keys. Theme
246 controls whether the mouse-wheel scrolls, zooms or moves the page (if the page
247 has a scroll-bar). Docs: see webapp/docs/create-timelines.html
249 * Additional support in timeline-api for using your own server for Timeline
252 * Added mouse-wheel zoom functionality. It operates on a per-band basis, keeping
254 Zoom is specified as user-defined steps. Documentation and a working demo in
255 the webapp/docs/create-timelines.html page (halcyon1981) rev 1418
256 * Added support for 'hoverText' - title pop-ups on Exhibit-based timelines