Commit graph

13 commits

Author SHA1 Message Date
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
cxl
697362bca2 ide: Fixed full screen issue in SlideShow
git-svn-id: svn://ultimatepp.org/upp/trunk@15002 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-09-09 11:58:47 +00:00
cxl
3e4b840506 uppsrc: Modernizing code with variadic templates
git-svn-id: svn://ultimatepp.org/upp/trunk@14604 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-06-17 16:02:45 +00:00
cxl
9bca5227c8 ide: developing PDB pretty printers
git-svn-id: svn://ultimatepp.org/upp/trunk@13701 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-11-19 15:26:51 +00:00
cxl
076483cea9 Esc: 'continue'
git-svn-id: svn://ultimatepp.org/upp/trunk@11544 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-12-10 15:12:08 +00:00
cxl
8ebdcbb0d5 uppsrc: NAMESPACE_UPP / END_UPP_NAMESPACE removed
git-svn-id: svn://ultimatepp.org/upp/trunk@10186 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-08-26 17:15:30 +00:00
cxl
da3e6275b4 CtrlCore: FixedDropFiles in Linux (added UrlDecode/UrlEncode)
git-svn-id: svn://ultimatepp.org/upp/trunk@7991 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-12-23 09:42:28 +00:00
cxl
3df4157183 ide: BlockReplace now provides grep-like options
git-svn-id: svn://ultimatepp.org/upp/trunk@7692 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-09-15 13:44:40 +00:00
cxl
36b57873bd Esc: Fixed issue with int64
git-svn-id: svn://ultimatepp.org/upp/trunk@7691 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-09-15 13:06:11 +00:00
cxl
54417350c3 Esc now supports int64
git-svn-id: svn://ultimatepp.org/upp/trunk@7686 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-09-14 08:35:07 +00:00
rylek
a8acfa1189 .Esc/Esc.cpp: fixed bug in evaluation of + prefix operator
git-svn-id: svn://ultimatepp.org/upp/trunk@3821 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-09-04 22:35:15 +00:00
cxl
71c794ce3c Esc: Fixed crash on script error, Core: ValueMap - added String key variants, CtrlLib: ArrayCtrl - fixed issue with repeated SetCtrl for the same cell
git-svn-id: svn://ultimatepp.org/upp/trunk@1829 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-12-21 22:50:06 +00:00
mdelfede
263ff5f895 changed svn layout
git-svn-id: svn://ultimatepp.org/upp/trunk@281 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-06-07 22:31:27 +00:00