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
fdcee073e2
CtrlCore: Fixed NOGTK issue
...
git-svn-id: svn://ultimatepp.org/upp/trunk@12397 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-10-23 08:03:33 +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
52534f01aa
ide: Ids completion, X11: removed DLOGs
...
git-svn-id: svn://ultimatepp.org/upp/trunk@6599 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-11-23 12:12:11 +00:00
cxl
ff04f27147
issues with font metrics in X11
...
git-svn-id: svn://ultimatepp.org/upp/trunk@6574 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-11-18 19:23:42 +00:00
cxl
225195c612
Core: HttpRequest multipart support
...
git-svn-id: svn://ultimatepp.org/upp/trunk@6158 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-06-29 18:52:38 +00:00
cxl
34effe3259
CtrlCore: Bold Font handling improved
...
git-svn-id: svn://ultimatepp.org/upp/trunk@6154 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-06-26 15:34:07 +00:00
cxl
f8434a4d3c
Draw: GetInfo DRAWTEXTLINES option
...
git-svn-id: svn://ultimatepp.org/upp/trunk@5611 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-12-02 10:39:30 +00:00
cxl
6b9a6f0378
CtrlCore: Refactored MT for Win32
...
git-svn-id: svn://ultimatepp.org/upp/trunk@5560 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-11-19 08:40:52 +00:00
cxl
b09b7d6cbe
CtrlCore, Draw: MT refactored, fixed StdFont issue in Draw
...
git-svn-id: svn://ultimatepp.org/upp/trunk@5559 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-11-18 23:45:03 +00:00
cxl
a16cf6c45a
Draw, CtrlCore: Resolved MT issues
...
git-svn-id: svn://ultimatepp.org/upp/trunk@5551 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-11-15 20:50:44 +00:00
cxl
dc6362b183
*CtrlCore: Fixed invalid underline issue in X11
...
git-svn-id: svn://ultimatepp.org/upp/trunk@4867 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-04-27 16:52:21 +00:00
cxl
cd785d752e
*CtrlCore: Fixed font rendering issue with NOGTK flag
...
git-svn-id: svn://ultimatepp.org/upp/trunk@3587 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-07-02 09:48:03 +00:00
cxl
30e0320ed3
.cosmetics
...
git-svn-id: svn://ultimatepp.org/upp/trunk@3535 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-06-14 17:13:15 +00:00
cxl
6e0acbc3ee
.developing rainbow
...
git-svn-id: svn://ultimatepp.org/upp/trunk@3509 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-06-10 11:28:56 +00:00
cxl
b1a683fbb2
.developing rainbow
...
git-svn-id: svn://ultimatepp.org/upp/trunk@3501 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-06-09 19:02:49 +00:00
cxl
3184b938ce
uppsrc: Chameleon fixes for default Fedora theme (Nodoka)
...
git-svn-id: svn://ultimatepp.org/upp/trunk@2161 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-03-01 00:04:34 +00:00
cxl
9517a509b7
CtrlCore: NOGTK issue fixed
...
git-svn-id: svn://ultimatepp.org/upp/trunk@1491 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-08-11 11:20:27 +00:00
cxl
bb5c630b41
CtrlCore,Draw, POSIX: Fixed font metrics issue, fixed editfield frame issue, fixed PdfDraw
...
git-svn-id: svn://ultimatepp.org/upp/trunk@1480 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-08-08 21:52:08 +00:00
cxl
c05a4c518f
Attempt to fix linux/dpi issue
...
git-svn-id: svn://ultimatepp.org/upp/trunk@1470 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-08-03 13:05:09 +00:00
cxl
04a06f8ce7
developing new draw
...
git-svn-id: svn://ultimatepp.org/upp/trunk@1372 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-07-06 20:31:00 +00:00
cxl
a438f12393
Merging newdraw..
...
git-svn-id: svn://ultimatepp.org/upp/trunk@1370 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-07-06 19:35:02 +00:00