ultimatepp/uppsrc/RichEdit
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
..
Clip.cpp uppsrc: Modernizing code with variadic templates 2020-06-17 16:02:45 +00:00
Copying uppsrc: 2020->2021 2021-03-19 14:14:08 +00:00
Cursor.cpp RichEdit: Now suggesting spelling fixes 2019-01-19 15:32:48 +00:00
Editor.cpp CtrlCore: RectTracker MacOS 2020-04-18 12:57:30 +00:00
Find.cpp uppsrc: NAMESPACE_UPP / END_UPP_NAMESPACE removed 2016-08-26 17:15:30 +00:00
FormatDlg.cpp RichText, RichEdit: 1.15 line spacing 2020-11-25 10:22:17 +00:00
Formating.cpp uppsrc: NAMESPACE_UPP / END_UPP_NAMESPACE removed 2016-08-26 17:15:30 +00:00
HeaderFooter.cpp uppsrc: NAMESPACE_UPP / END_UPP_NAMESPACE removed 2016-08-26 17:15:30 +00:00
init RichText: Fixed to achieve compatibility with older CLANG 2017-03-09 11:43:56 +00:00
Kbd.cpp sizeof(wchar) is changed to 4 (32 bits) to support non BMP unicode characters 2021-12-02 12:03:19 +01:00
Modify.cpp Core: Array::Add(One<T>&&), RichEdit: Removed 'new', Sqlite3: Fixed to compile 2020-10-04 07:43:29 +00:00
Mouse.cpp RichEdit: Now suggesting spelling fixes 2019-01-19 15:32:48 +00:00
ParaFormat.cpp RichEdit: Current style now preset in style manager 2020-04-26 08:58:07 +00:00
RichEdit.h Core: Array::Add(One<T>&&), RichEdit: Removed 'new', Sqlite3: Fixed to compile 2020-10-04 07:43:29 +00:00
RichEdit.iml RichEdit: icons updated #609 2013-12-18 18:41:06 +00:00
RichEdit.lay CtrlCore: Cocoa proper UHD support 2018-09-23 18:47:17 +00:00
RichEdit.t uppsrc: Hungarian translations (thanks warchef) 2020-11-18 12:33:43 +00:00
RichEdit.upp uppsrc: .icpp files replaced by INITIALIZE/INITIALIZER 2016-11-13 09:24:24 +00:00
Ruler.cpp uppsrc: NAMESPACE_UPP / END_UPP_NAMESPACE removed 2016-08-26 17:15:30 +00:00
Speller.cpp Core: Bits now have multibit operations 2017-05-16 11:06:14 +00:00
StyleKeys.cpp uppsrc: NAMESPACE_UPP / END_UPP_NAMESPACE removed 2016-08-26 17:15:30 +00:00
Table.cpp Core: Array::Add(One<T>&&), RichEdit: Removed 'new', Sqlite3: Fixed to compile 2020-10-04 07:43:29 +00:00
TableUndo.cpp Core: Array::Add(One<T>&&), RichEdit: Removed 'new', Sqlite3: Fixed to compile 2020-10-04 07:43:29 +00:00
Tool.cpp 'Event' branch merged into trunk (Callback now deprecated) 2016-10-04 08:15:05 +00:00
Tool.cpp.$old changed svn layout 2008-06-07 22:31:27 +00:00
Undo.cpp Core: Array::Add(One<T>&&), RichEdit: Removed 'new', Sqlite3: Fixed to compile 2020-10-04 07:43:29 +00:00
UnitEdit.cpp RichText: Fixed issue with inner table with invalid margins 2017-04-06 15:45:27 +00:00