| floyd:/trunk/src/cpp/ie/DOM.i |
Line History |
History |
latest revision Branch trunk53 annotated / raw | Diffs: previous, other | Lines: 3285 ( +14, -29 ) Created: 2006-09-30 18:42:21 -0500 (2 years 3 months ago) | Author: tomdz | Changeset: 53 Enhanced IE element wrapper implementationContinued implementation of the IE browser class Made unit tests more robust
52 annotated / raw | Diffs: previous, other | Lines: 3300 ( +453, -236 ) Created: 2006-09-29 17:33:32 -0500 (2 years 3 months ago) | Author: tomdz | Changeset: 52 Added remaining IE element wrappers
51 annotated / raw | Diffs: previous, other | Lines: 3083 ( +340, -0 ) Created: 2006-09-28 18:20:39 -0500 (2 years 3 months ago) | Author: tomdz | Changeset: 51 Implemented more node wrappers
50 annotated / raw | Diffs: previous, other | Lines: 2743 ( +779, -64 ) Created: 2006-09-24 16:45:17 -0500 (2 years 3 months ago) | Author: tomdz | Changeset: 50 Implemented more node wrappers
49 annotated / raw | Diffs: previous, other | Lines: 2028 ( +48, -106 ) Created: 2006-09-16 18:01:50 -0500 (2 years 3 months ago) | Author: tomdz | Changeset: 49 Moved some browser-independent Java methods into the common browser base classAdded wrapper implementations for IHTMLFontElement and IHTMLFormElement
48 annotated / raw | Diffs: previous, other | Lines: 2086 ( +50, -0 ) Created: 2006-09-13 17:48:03 -0500 (2 years 3 months ago) | Author: tomdz | Changeset: 48 Added IE wrapper implementations for dir, div, dl and fieldset elements
47 annotated / raw | Diffs: previous, other | Lines: 2036 ( +223, -0 ) Created: 2006-09-12 16:24:09 -0500 (2 years 3 months ago) | Author: tomdz | Changeset: 47 Added IE wrapper implementations for base, basefont, body, br and button elements
46 annotated / raw | Diffs: previous, other | Lines: 1813 ( +43, -0 ) Created: 2006-09-09 09:27:28 -0500 (2 years 3 months ago) | Author: tomdz | Changeset: 46 Simplified the calling of COM methods to make implementing wrappers easierImplemented IEHTMLAreaElement
45 annotated / raw | Diffs: previous, other | Lines: 1770 ( +50, -0 ) Created: 2006-09-06 22:48:48 -0500 (2 years 4 months ago) | Author: tomdz | Changeset: 45 Changed Java IEBrowser class to use the listeners instead of polling the browser objectImplemented HTMLAnchorElement wrapper class and binding
44 annotated / raw | Diffs: previous, other | Lines: 1720 ( +86, -26 ) Created: 2006-09-06 02:45:05 -0500 (2 years 4 months ago) | Author: tomdz | Changeset: 44 Finished attribute supportAdded IE page loaded listener and wired it to the Java one
43 annotated / raw | Diffs: previous, other | Lines: 1660 ( +160, -31 ) Created: 2006-09-05 01:55:31 -0500 (2 years 4 months ago) | Author: tomdz | Changeset: 43 Bug fixesAdded support for tags that don't have a corresponding class in MSHTML Started attributes support
38 annotated / raw | Diffs: previous, other | Lines: 1531 ( +597, -570 ) Created: 2006-08-05 20:49:49 -0500 (2 years 5 months ago) | Author: tomdz | Changeset: 38 Introduced an auto ptr class to deal with the COM interfacesSimplified internal structure of the IE DOM wrapper classes
37 annotated / raw | Diffs: previous, other | Lines: 1504 ( +44, -70 ) Created: 2006-08-04 02:08:24 -0500 (2 years 5 months ago) | Author: tomdz | Changeset: 37 Added patch that fixes the before page load listener problemImplemented some methods of the IEHTMLDocument class
35 annotated / raw | Diffs: previous, other | Lines: 1530 ( +99, -11 ) Created: 2006-08-03 01:44:45 -0500 (2 years 5 months ago) | Author: tomdz | Changeset: 35 Implemented some methods of the IEHTMLDocument class
25 annotated / raw | Diffs: previous, other | Lines: 1442 ( +17, -0 ) Created: 2006-06-04 02:24:57 -0500 (2 years 7 months ago) | Author: tomdz | Changeset: 25 Implemented invokeJavascriptFunction for the IE browserAdded downcast typemap to the mapping of NodeList#itemInternal so that now the corect Java wrapper objects are returned
23 annotated / raw | Diffs: previous, other | Lines: 1425 ( +900, -1 ) Created: 2006-06-01 08:57:20 -0500 (2 years 7 months ago) | Author: tomdz | Changeset: 23 Added W3C DOM level 2 HTML interface jar together with copyrightEnhanced SWIG mapping so that Java-wrapper classes that implement the HTML DOM on top of them, are no longer necessary
|