| Build# |
Date |
Description |
| 2.0.1.3 |
2007-09-14 |
- Two new API functions: HTMEngineGetSelPosition / HTMEngineSetSelPosition. These functions allows to get/set/persist selection position. See htmengine.h for details.
|
| 2.0.1.2 |
2007-03-03 |
- Fix of WM_HE_FONT_COLOR processing.
|
| 2.0.1.1 |
2007-02-18 |
- Support of IME for Far East languages.
- Various minor fixes.
|
| 2.0.0.63 |
2006-05-23 |
- Fix of striked out (
striked out) text rendering.
|
| 2.0.0.62 |
2005-09-19 |
- Fix of format of emitted HTML. In some circumstances HTMEngine used to create unnecessary closing tags.
- Other minor fixes.
|
|
2.0.0.61
|
2005-08-22 |
Implementation of backward enumeration in WM_HE_HIGHLIGHTED_TEXT_SELECT. |
|
2.0.0.60
|
2005-08-16 |
Fixes of:
- Jump to local hyperlink is not working properly.
- Handling of right mouse click on text selection is non-obvious.
New function:
- WM_HE_HIGHLIGHTED_TEXT_SELECT - set selection on first/next previously highlighted fragment. For the demo see wtl_demo.exe, menu Test/ atlhtmengine.h, method SelectHighlight.
|
| 2.0.0.59 |
2005-06-28 |
Fix of the bug in GIF decoder. |
| 2.0.0.58 |
2005-06-24 |
Fixed bug of saving empty lines in <PRE> sections. |
|
2.0.0.57
|
2005-06-18 |
Interactive speed of typing and selection refresh has been substantially improved.
Fixed bug with auto detection of hyperlinks: some characters in national alphabets were causing erroneous hyperlink detection. |
|
2.0.0.56
|
2005-06-14 |
Fixes of bugs:
- "URLs containing non-ascii characters are broken in saved documents"
- "Invalid default font used while pasting HTML"
|
| 2.0.0.55 |
2005-06-12 |
More standard "Right click" handling. |
| 2.0.0.54 |
2005-06-07 |
Implemetation of GetPlainText function. |
2.0.0.53 2.0.0.48 |
|
Maintainance builds. Various small fixes by customers' requests. |
| 2.0.0.47 |
2005-05-15 |
Implemetation of Ctrl-Backspace and Ctrl-Delete functions - delete previous and next words. |
|
2.0.0.46
|
2005-05-03 |
Fix of SetHTMLToClipboard function. |
|
2.0.0.45
|
2005-04-24 |
Fixes of:
- Drag-n-drop from external source, caret is not shown in some cases.
- Improper caret type while dragging out of HTMEngine window.
|
|
2.0.0.44
|
2005-04-17 |
Fix: SAVE_DIB API. While saving PNG colors were saved in BGR rather than RGB. |
|
2.0.0.43
|
2005-04-11 |
Fix: Copying fragment containing <FIELDSET> element makes engine unresponsive.
New: Methods/messages allowing to implement Drag-n-Drop externally:
- WM_HE_DRAG_ENTER
- WM_HE_DRAG_LEAVE
- WM_HE_DRAG_OVER
- WM_HE_DRAG_DROP_HTML
See htmengine.h for details. To disable builtin Drag-n-drop support use HEM_EDITOR | HEM_EDITOR_DISABLE_DRAG_DROP mode flags. |
|
2.0.0.42
2.0.0.26 |
|
Maintainance builds. Various small fixes. |
| 2.0.0.25 |
2004-10-5 |
Fix: Issue with HEN_HYPERLINK(ENTER/LEAVE) notification. Now HTMEngine reliably notifies host application. |
|
2.0.0.24
2.0.0.23
2.0.0.22 |
2004-10-31 |
Maintainace builds. Various compatibility fixes, e.g. it was problem loading HTMEngine into Microsoft Outlook execution environment. |
|
2.0.0.21
|
2004-10-18 |
HTMEngine is not calling OleInitialize/OleUninitialize anymore. HTMEngine uses OLE solely for drag-n-drop operations.
In order to use drag-n-drop in HTMEngine you should call OleInitialize in startup code of your application.
Note: You cannot use ::CoInitialize or ::CoInitializeEx for that. See note section in MSDN article about RegisterDragDrop. |
|
2.0.0.20
|
2004-10-15 |
We have changed UXTHEME.DLL way of loading under Windows XP. Now HTMEngine loads it "on demand" - upon first HTMEngine instance creation and unloads it after destroying of last instance. Previous versions was loading UXTHEME.DLL in DllMain (which is generally speaking bad behaviour). We suspect that this is causing problem on one particular model of TabletPC in one particular application using HTMEngine. |
|
2.0.0.19
|
2004-10-11 |
New:
- HEN_SAVE_DATA notification. It allows you to rename and/or save resources while saving loaded document.
Typical use cases: while saving HTML in database record or as a MIME message you may want to change resource paths.
|
|
2.0.0.18
|
2004-10-7 |
New features:
- Paste special commands: Paste plain text and Paste HTML but without tables. See wtl_demo.exe - Edit - Paste Special
- Text Highlighting functionality. See wtl_demo.exe - Test (menu).
You should type word 'hello' in text and press Highlight to see results.
- Increase/Decrease Font Size commands - change font size of selection by 1. See wtl_demo.exe - Toolbar - two buttons with 'A's.
|
2.0.0.17 2.0.0.16 |
2004-10-6 |
Maintainance builds.
- UpdateUI notification: BACKSPACE key and first mouse click were not handled properly. Fixed.
- Underlining was not exactly underlining at some cases. Fixed.
|
| 2.0.0.15 |
2004-08-22 |
Support of dropdownsize=n attribute of <SELECT> element. n is a number of items in dropdown list box. |
|
2.0.0.14
|
2004-08-16 |
- WM_HE_SHOW_SELECTION message/attribute.
Normally, HTMEngine hides the selection when the control loses the input focus and inverts the selection when it gains the focus. If WM_HE_SHOW_SELECTION is TRUE then HTMEngine shows selection (if any) even when it is out of input focus.
See methods Get/SetShowSelection. |
|
2.0.0.13
|
2004-08-10 |
- HEN_DOCUMENT_COMPLETE fix. If document do not have external images this notification was never fired. Now HTMEngine always send this notification.
- Renedring speed improvements.
|
|
2.0.0.12
2.0.0.11 |
2004-06-21 |
- Minor fixes.
- Implementation of HEN_HTML_INSERTED notification.
HEN_HTML_INSERTED happens when paste HTML command or Drop operation completed. HtmEngine will send NMHE_HTML_INSERTED structure in HEN_HTML_INSERTED and after completion of insertion of HTML from clipboard or as a result of drag-n-drop operation.
|
| 2.0.0.10 |
2004-04-27 |
Implementation of hyperlink recognition while pasting plain text. |
|
2.0.0.9
|
2004-04-14 |
- ScrollWindowEx bug workaround. Now HTNEngine properly redraws child windows while scrolling.
- Fix of the bug "child windows are not scrolled on WM_MOUSEWHEEL"
- INPUT type=RADIO and INPUT type=CHECKBOX got additional attribute - 'margin'. Margin is a number of pixels surrounding shape of option box or check box. Focus rectangle appears in this area therefore it is not recommended to set it less than 3 pixels.
|
| 2.0.0.8 |
2004-04-12 |
- Support of CF_INETURL clipboard format. Paste and drag-n-drop operations on hyperlinks.
- HTMEngine WindowsCE port completed.
|
| 2.0.0.7 |
2004-03-29 |
- Various small fixes.
- atlhtmengine.h/atlhtmenginehost.h have been updated to support PocketPC version.
|
| 2.0.0.6 |
2004-03-25 |
IDropTarget implementation. Now it is possible to drag selected HTML text from Internet Explorer into HTMEngine editor. |
| 2.0.0.5 |
2004-02-27 |
- During routine code review focused on effeciency speed of loading and rendering of documents increased almost twice.
- Fixed bug with improper rendering of HTMLDialogs.
|
| 2.0.0.4 |
2004-02-24 |
Support of <FIELDSET> and <LEGEND> tags has been added.
FIELDSET is rounded frame with the caption given by LEGEND example:  |
| 2.0.0.3 |
2004-02-23 |
Fix: Combobox dropdown list size and scrollbar appearance issue.
HTML samples added to the SDK distribution. |
| 2.0.0.2 |
2004-02-22 |
wtl_browse demo sample has been added - this is our nano html browser. See screenshot. |
| 2.0.0.2 |
2004-02-21 |
Flicker free drawing support for HTML based dialogs. It is recommended to set WS_CLIPCHILDREN flag to HTML based dialog windows. See wtl_demo.exe/Sample Dialogs/Controls and Values. |
| 2.0.0.1 |
2004-02-19 |
First official release has been published |