ultimatepp/uppsrc/RichText
Mirek Fidler 34ff691308 sizeof(wchar) is changed to 4 (32 bits) to support non BMP unicode characters
This might bring some incompatibilities in the code that expects wchar to be 16 bit, which
  escpecially involves dealing with Win32 (and to lesser extend MacOS) APIs, so if your application
  is doing that, please check all instances of WCHAR (UniChar on MacOS) or even wchar
  especially type casts.

  To support host APIs, char16 is introduced (but there is no 16-bit String varian).

  Use ToSystemCharsetW, FromSystemCharsetW to convert texts to Win32 API.

- Support of drawing non-BMP characters in GUI
- Vastly improved character font replacement code (when drawing characters missing with requested font, replacement font is used)
- Last instances of Win32 ANSI calls (those ending with A) are removed
- UTF handling routines are refactored and their's naming is unified
- RTF is now being able to handle non-BMP characters (RTF is used as clipboard format for RichText)

Other minor changes:

- fixed TryRealloc issue
- improved MemoryCheck
- Removed MemoryAlloc48/MemoryFree48
- In theide Background parsing should less often cause delays in the main thread
2021-12-02 12:03:19 +01:00
..
src.tpp RichText: HTML export now supports image links 2020-01-27 12:58:25 +00:00
srcdoc.tpp RichText, Doc: Added history behind QTF name. 2020-11-28 22:32:12 +00:00
Copying uppsrc: 2020->2021 2021-03-19 14:14:08 +00:00
EncodeHTML.cpp RichText: EncodeHTML fix 2020-11-27 16:01:36 +00:00
EncodeQtf.cpp RichText, RichEdit: 1.15 line spacing 2020-11-25 10:22:17 +00:00
Format.cpp uppsrc: NAMESPACE_UPP / END_UPP_NAMESPACE removed 2016-08-26 17:15:30 +00:00
HeaderFooter.cpp Fixed problem header/footer in document that does not start at PageY(0, 0) 2017-04-13 13:37:24 +00:00
init RichText: Fixed to achieve compatibility with older CLANG 2017-03-09 11:43:56 +00:00
Object.cpp uppsrc: SSE2->SIMD, Core: another decode fix 2020-07-03 11:21:07 +00:00
Para.h RichText, RichEdit: 1.15 line spacing 2020-11-25 10:22:17 +00:00
ParaData.cpp sizeof(wchar) is changed to 4 (32 bits) to support non BMP unicode characters 2021-12-02 12:03:19 +01:00
ParaPaint.cpp uppsrc: Visual C++ compiler bug [W]StringBuffer workaround 2020-09-23 09:37:31 +00:00
ParaType.cpp Core, RichText: Fixed warnings 2021-07-27 08:20:28 +00:00
ParseQtf.cpp sizeof(wchar) is changed to 4 (32 bits) to support non BMP unicode characters 2021-12-02 12:03:19 +01:00
RichImage.cpp RichText: JPG raw image data is now exported to PDF as JPEG 2021-03-11 11:42:56 +00:00
RichText.h CtrlLib: DrawSmartText improvements 2021-09-06 12:38:19 +02:00
RichText.iml RichText: Header/Footer now can be defined for NEXT page, without breaking the page 2017-02-15 20:42:19 +00:00
RichText.upp RichText, RichEdit: Added SVG support 2019-03-06 11:49:57 +00:00
RichText.usc changed svn layout 2008-06-07 22:31:27 +00:00
Table.h uppsrc: Undefined Behaviour sanitization 2019-04-23 07:59:06 +00:00
TableCell.cpp RichText: Paint info now has DrawSelection field for customizing selection appearance 2020-07-29 10:07:15 +00:00
TableData.cpp RichText: Fixed issue with crash parsing problematic QTF 2021-01-07 19:44:01 +00:00
TableLayout.cpp RichText: Fixed issue with table layouts 2017-04-07 13:54:17 +00:00
TablePaint.cpp uppsrc: Fixing GCC 10.2. warnings 2020-10-01 08:03:33 +00:00
Text.h uppsrc: Undefined Behaviour sanitization 2019-04-23 07:59:06 +00:00
TextData.cpp uppsrc: NAMESPACE_UPP / END_UPP_NAMESPACE removed 2016-08-26 17:15:30 +00:00
TextPaint.cpp CtrlLib: DrawSmartText improvements 2021-09-06 12:38:19 +02:00
TextStyle.cpp RichText: fixed to compile with new Uuid 2019-06-16 09:20:42 +00:00
TextTable.cpp uppsrc: NAMESPACE_UPP / END_UPP_NAMESPACE removed 2016-08-26 17:15:30 +00:00
Txt.h uppsrc: Undefined Behaviour sanitization 2019-04-23 07:59:06 +00:00
TxtData.cpp .cosmetics 2020-09-28 21:35:16 +00:00
TxtOp.cpp uppsrc: NAMESPACE_UPP / END_UPP_NAMESPACE removed 2016-08-26 17:15:30 +00:00
TxtPaint.cpp RichText: Fixed up/down navigation issue with tables 2018-10-15 08:26:20 +00:00
Util.cpp CtrlLib: DrawSmartText improvements 2021-09-06 12:38:19 +02:00