Commit graph

14 commits

Author SHA1 Message Date
Mirek Fidler
86e097b302 x11s experiment 2025-11-24 14:34:00 +01:00
Mirek Fidler
68139e3548 Draw: Workaround for backwards incompatibility of FT_Outline 2024-08-22 22:27:51 +02:00
Mirek Fidler
d5151f0167 Core: Fixed to compile in Linux 2024-04-11 10:14:44 +02:00
Mirek Fidler
df794793ac FileMapping docs 2024-04-10 18:15:00 +02:00
Mirek Fidler
8c12e9f0dc Core: FileMapping fixed in Linux 2024-04-10 11:21:12 +02:00
Mirek Fidler
ac0504c1b7 Core: FileMapping refactored 2024-04-10 10:29:08 +02:00
Mirek Fidler
55a6e21d80 Core: GetFileTime, GetFileLength, FileExists, DirectoryExists linux implementation 2024-03-25 12:12:52 +01:00
Mirek Fidler
4a99d79cb7 Core: GetFileTime, GetFileLength, FileExists, DirectoryExists functions refactored, FileMapping improved 2024-03-25 12:10:20 +01:00
Mirek Fidler
92de5c8f24 ide: .log now updates better in theide 2024-03-22 15:29:08 +01:00
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
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
5edae0e110 .reorganizing
git-svn-id: svn://ultimatepp.org/upp/trunk@9759 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-05-01 20:21:16 +00:00
cxl
ad92c067a2 upp: Fixed to compile in Linux
git-svn-id: svn://ultimatepp.org/upp/trunk@8815 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-08-18 08:59:50 +00:00
cxl
2c5482f4ab Core: FileMapping now using size_t instead of dword where appropriate
git-svn-id: svn://ultimatepp.org/upp/trunk@8814 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-08-17 11:20:03 +00:00