Quick Search:

Line History

line history graph

Show Arbitrary Diff

From to

Supports revisions and tags.

History

trunk 54 8

latest revision Branch trunk

54 annotated / raw | Diffs: previous, other | Lines: 856 ( +0, -4 )

Created: 2006-10-01 15:34:59 -0500 (2 years 3 months ago) | Author: tomdz | Changeset: 54

Initial implementation of the IE click method
Added mapping for C++ browser exceptions

52 annotated / raw | Diffs: previous, other | Lines: 860 ( +40, -0 )

Created: 2006-09-29 17:33:32 -0500 (2 years 3 months ago) | Author: tomdz | Changeset: 52

Added remaining IE element wrappers

50 annotated / raw | Diffs: previous, other | Lines: 820 ( +20, -0 )

Created: 2006-09-24 16:45:17 -0500 (2 years 3 months ago) | Author: tomdz | Changeset: 50

Implemented more node wrappers

48 annotated / raw | Diffs: previous, other | Lines: 800 ( +4, -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

44 annotated / raw | Diffs: previous, other | Lines: 796 ( +12, -0 )

Created: 2006-09-06 02:45:05 -0500 (2 years 4 months ago) | Author: tomdz | Changeset: 44

Finished attribute support
Added IE page loaded listener and wired it to the Java one

43 annotated / raw | Diffs: previous, other | Lines: 784 ( +12, -0 )

Created: 2006-09-05 01:55:31 -0500 (2 years 4 months ago) | Author: tomdz | Changeset: 43

Bug fixes
Added support for tags that don't have a corresponding class in MSHTML
Started attributes support

38 annotated / raw | Diffs: previous, other | Lines: 772 ( +4, -0 )

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 interfaces
Simplified internal structure of the IE DOM wrapper classes

37 annotated / raw | Diffs: previous, other | Lines: 768 ( +2, -2 )

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 problem
Implemented some methods of the IEHTMLDocument class

35 annotated / raw | Diffs: previous, other | Lines: 768 ( +4, -0 )

Created: 2006-08-03 01:44:45 -0500 (2 years 5 months ago) | Author: tomdz | Changeset: 35

Implemented some methods of the IEHTMLDocument class

34 annotated / raw | Diffs: previous, other | Lines: 764 ( +488, -26 )

Created: 2006-06-13 18:22:31 -0500 (2 years 6 months ago) | Author: tomdz | Changeset: 34

Switched to Visual Studio 2005 Express Edition for building the IE support
Added runtime library installer
Added log4cxx release DLL

11 new/moved annotated / raw | Diffs: previous, other | Lines: 302 ( +302, -0 )

Created: 2006-03-20 15:22:53 -0600 (2 years 9 months ago) | Author: tomdz | Changeset: 11

Moved from: trunk/src/cpp/ie/IEBrowser.vcproj 10

Added Visual Studio 2003 solution and project files
Build DLL with Visual Studio 2003 which makes should eliminate redistribution problems with the DLL

10 annotated / raw | Diffs: previous, other | Lines: 302 ( +10, -2 )

Created: 2006-03-19 18:09:53 -0600 (2 years 9 months ago) | Author: tomdz | Changeset: 10

Moved to: trunk/src/cpp/ie/IEBrowserVS2005X.vcproj 11

Started work on the DOM

8 new annotated / raw | Lines: 294 ( +294, -0 )

Created: 2006-03-19 16:29:14 -0600 (2 years 9 months ago) | Author: tomdz | Changeset: 8

First version of the Internet Explorer support