/[suikacvs]/webroot/www/css/noderect/NodeRectViewer.js
Suika

Log of /webroot/www/css/noderect/NodeRectViewer.js

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.37 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 6 06:41:49 2011 UTC (13 years, 5 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.36: +15 -2 lines
Diff to previous 1.36 , to selected 1.12
Don't require uupaa.js


Revision 1.36 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 13 03:45:59 2009 UTC (15 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.35: +1 -0 lines
Diff to previous 1.35 , to selected 1.12
Added textRange.boundingClient


Revision 1.35 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 13 03:43:47 2009 UTC (15 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.34: +32 -5 lines
Diff to previous 1.34 , to selected 1.12
Added support for getClientRects and Range.getBoundingClientRect


Revision 1.34 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 12 14:13:37 2009 UTC (15 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.33: +70 -10 lines
Diff to previous 1.33 , to selected 1.12
License block and ref to wiki page added


Revision 1.33 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 12 13:37:01 2009 UTC (15 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.32: +10 -7 lines
Diff to previous 1.32 , to selected 1.12
Split unused event coords as extra method


Revision 1.32 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 12 13:32:32 2009 UTC (15 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.31: +7 -4 lines
Diff to previous 1.31 , to selected 1.12
IE support of event


Revision 1.31 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 12 13:16:32 2009 UTC (15 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.30: +93 -5 lines
Diff to previous 1.30 , to selected 1.12
Implemented event coord modes for Gecko, WebKit, and WinIE


Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 12 09:55:25 2009 UTC (15 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.29: +1 -1 lines
Diff to previous 1.29 , to selected 1.12
offset is cb coordinate


Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 12 09:51:10 2009 UTC (15 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.28: +10 -1 lines
Diff to previous 1.28 , to selected 1.12
Added bounding*, pos*, and pixel*


Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 12 08:09:08 2009 UTC (15 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.27: +6 -5 lines
Diff to previous 1.27 , to selected 1.12
Added contentBox; s/edge/box/ for paddingBox, marginBox, borderBox


Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 12 07:43:52 2009 UTC (15 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.26: +5 -1 lines
Diff to previous 1.26 , to selected 1.12
Support border-style keywords; Added padding-edge box; Support for boundingClientRect origin in IE quirks mode document w/o body{border: ...} by author


Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 12 05:46:39 2009 UTC (15 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.25: +14 -6 lines
Diff to previous 1.25 , to selected 1.12
Non-useful stuffs moved to *Extra methods; Fixed typo in CSS convertion method; Use an ancestor element if the element cannot used to append a node (e.g. empty element) in CSS convertion method


Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 11 14:12:46 2009 UTC (15 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.24: +34 -25 lines
Diff to previous 1.24 , to selected 1.12
NodeRect.js refactoring


Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 11 08:28:33 2009 UTC (15 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.23: +87 -0 lines
Diff to previous 1.23 , to selected 1.12
Reset margin/border/padding of boxes dynamically generated by nrviewer (to support cases where author style sheets are applied); render arrow by canvas for vector objects


Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 6 13:15:17 2009 UTC (15 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.22: +4 -1 lines
Diff to previous 1.22 , to selected 1.12
Added a workaround for Safari's incorrect offset* value that can easily fixed; Noted other known problems; Allow [attr=value] selector as an implied command


Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 6 10:41:39 2009 UTC (15 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.21: +1 -1 lines
Diff to previous 1.21 , to selected 1.12
Prevent error caused by IE not supporting preventDefault


Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 6 10:25:09 2009 UTC (15 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.20: +16 -12 lines
Diff to previous 1.20 , to selected 1.12
Added |clear| command; Minor bug fixes


Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 6 08:55:29 2009 UTC (15 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.19: +97 -27 lines
Diff to previous 1.19 , to selected 1.12
separate state variable from form values and implemented commands equivalent to form value changes


Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 4 12:31:35 2009 UTC (15 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.18: +57 -10 lines
Diff to previous 1.18 , to selected 1.12
Added command prompt feature


Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 4 09:16:00 2009 UTC (15 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.17: +46 -18 lines
Diff to previous 1.17 , to selected 1.12
Show relative boxes as such


Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 4 08:13:33 2009 UTC (15 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.16: +1 -0 lines
Diff to previous 1.16 , to selected 1.12
Margin-outside operation should always extend the box; clear any markers by Controller#remove


Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 4 07:55:43 2009 UTC (15 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.15: +6 -6 lines
Diff to previous 1.15 , to selected 1.12
Don't use |document| where possible


Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 4 07:49:59 2009 UTC (15 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.14: +107 -91 lines
Diff to previous 1.14 , to selected 1.12
Make the reminding methods as Controller class


Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 4 07:17:57 2009 UTC (15 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.13: +14 -16 lines
Diff to previous 1.13 , to selected 1.12
Make setting the position property as a method


Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 4 07:07:56 2009 UTC (15 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.12: +21 -9 lines
Diff to previous 1.12
Make controlls look better


Revision 1.12 - (view) (download) (as text) (annotate) - [selected]
Sun Jan 4 06:43:03 2009 UTC (15 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.11: +67 -25 lines
Diff to previous 1.11
Reimplemented controller as Box


Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 4 05:08:06 2009 UTC (15 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.10: +87 -29 lines
Diff to previous 1.10 , to selected 1.12
Split border & dimension methods; Show border as its own box and set base box's minimum dimension as 20x20


Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 4 04:30:29 2009 UTC (15 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.9: +28 -10 lines
Diff to previous 1.9 , to selected 1.12
Split color & opacity into their own methods


Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 4 02:07:34 2009 UTC (15 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.8: +126 -21 lines
Diff to previous 1.8 , to selected 1.12
Improvement of dragging bahavior; Show the selected box topmost at the mousedown event


Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 4 01:07:46 2009 UTC (15 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.7: +43 -24 lines
Diff to previous 1.7 , to selected 1.12
screen: Fixed typos; Viewer: Moved more codes to own methods


Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 4 00:46:39 2009 UTC (15 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.6: +16 -7 lines
Diff to previous 1.6 , to selected 1.12
Make Box a class


Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 4 00:39:52 2009 UTC (15 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.5: +24 -21 lines
Diff to previous 1.5 , to selected 1.12
Rearranged rect types; Mark cross-borwser compatible items as such


Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 3 15:42:07 2009 UTC (15 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.4: +40 -16 lines
Diff to previous 1.4 , to selected 1.12
Fixed typos; Fixed border edge such that it does work for Fx and Safari; Added new subclass Band for margin/border/padding areas


Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 3 11:58:05 2009 UTC (15 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.3: +8 -8 lines
Diff to previous 1.3 , to selected 1.12
Remove unused clauses; Shorten attribute names; Supportedness flag was not set after operations


Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 3 11:45:49 2009 UTC (15 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.2: +22 -23 lines
Diff to previous 1.2 , to selected 1.12
Make vector a subclass of Rect; Added factory methods and marks unsupported DOM attributes/methods as such; Added toString() to Rect; Separate window-related rects from viewport-related ones; Render rects always in front of other boxes


Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 3 10:36:19 2009 UTC (15 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.1: +7 -2 lines
Diff to previous 1.1 , to selected 1.12
URL changed; Changed NodeRect.Rect.Trace to NodeRect.Rect; Fixed addVector bug; Added vp.scrollState to list


Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 3 10:20:17 2009 UTC (15 years, 10 months ago) by wakaba
Branch: MAIN
Diff to selected 1.12
Initial commit


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24