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
e664ab0c3b
Core: GetArgv0 in Win32
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15919 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-04-17 13:32:36 +00:00
cxl
9601d6e72a
Core: GetArgv0
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15917 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-04-17 13:28:24 +00:00
cxl
3c3ad69257
.cosmetics
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15889 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-04-02 09:12:59 +00:00
cxl
fdc1520c6e
Core: Fix in CopyFolder (inside App.cpp)
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15848 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-03-14 18:11:43 +00:00
cxl
fa09048354
Core: Fixed to compile
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14291 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-04-10 16:36:14 +00:00
cxl
bb963792f5
MacOS: GetExeFilePath fix
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14290 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-04-10 15:19:03 +00:00
cxl
c503c52aaa
Core: GetAppFolder (MacOS), ide: Install on MacOS changed to new common sandboxed layout
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14289 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-04-10 14:49:02 +00:00
cxl
c4cd597211
ide: Fixed sandboxed installation
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14282 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-04-08 15:09:48 +00:00
cxl
194a6a7864
Core: ConfigFile should now be more robust
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14277 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-04-08 12:43:18 +00:00
cxl
6a8aff1d74
Core: Fixed issue with LOG before MAIN
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14276 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-04-08 09:05:44 +00:00
cxl
a383840404
upp.src: Fixed various POSIX configuration and installation related issues
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14275 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-04-07 11:34:48 +00:00
cxl
9746116082
uppsrc: POSIX installation improvements
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14234 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-04-05 15:40:45 +00:00
cxl
3ca516b511
POSIX installation and configuration issues
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14222 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-04-04 13:12:56 +00:00
cxl
3f432c520f
POSIX install, build and config improvements
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14209 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-04-02 16:34:58 +00:00
cxl
1c1cb4d5c9
Core: POSIX ConfigFile moved to .cache with sandboxing additional logic, ide: Autosetup now has sandboxing features
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14206 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-04-01 11:07:16 +00:00
cxl
58e0fdebaf
uppsrc: docs & removed #ifdef MTs
...
git-svn-id: svn://ultimatepp.org/upp/trunk@13925 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-01-21 10:05:16 +00:00
cxl
0b900f0976
Core: Removed CoInitializeEx from AppInit to solve D&D problem
...
git-svn-id: svn://ultimatepp.org/upp/trunk@13692 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-11-13 09:21:32 +00:00
cxl
620ca22bd2
CtrlLib: FileSel .lnk improvements
...
git-svn-id: svn://ultimatepp.org/upp/trunk@13683 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-11-07 17:40:21 +00:00
cxl
ab712f1a18
Core: LaunchWebBrowser fixed in MacOS
...
git-svn-id: svn://ultimatepp.org/upp/trunk@13561 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-08-25 18:32:47 +00:00
cxl
597798b5dd
Fixed problem with setlocale (missing .utf8 part)
...
git-svn-id: svn://ultimatepp.org/upp/trunk@13512 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-07-29 12:00:30 +00:00
cxl
59960800a6
Core: Detection of non-standard exit (supressing leaks detection)
...
git-svn-id: svn://ultimatepp.org/upp/trunk@13509 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-07-23 07:35:01 +00:00
cxl
e2979933c4
Turtle: Fixed to compile
...
git-svn-id: svn://ultimatepp.org/upp/trunk@12296 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-09-23 08:38:24 +00:00
cxl
b5a9f67519
Core: Fixed various issues with unicode characters in commandline
...
git-svn-id: svn://ultimatepp.org/upp/trunk@12288 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-09-19 17:44:12 +00:00
cxl
da31e9f76f
Core: Now compiles with NODEPRECATED
...
git-svn-id: svn://ultimatepp.org/upp/trunk@12127 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-07-31 17:04:33 +00:00
cxl
6539d7661a
Core: TempFile
...
git-svn-id: svn://ultimatepp.org/upp/trunk@11946 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-05-15 08:45:27 +00:00
cxl
ec354b08a6
Core: TempFile, GetTempDirectory
...
git-svn-id: svn://ultimatepp.org/upp/trunk@11945 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-05-15 08:33:42 +00:00
cxl
aae24f1b8f
Core: SetHomeDirectory now available in Win32 too
...
git-svn-id: svn://ultimatepp.org/upp/trunk@11121 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-05-26 07:21:58 +00:00
cxl
62d921fcb0
ide: Spellchecking comments
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10384 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-10-30 10:41:05 +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
7006e3aacc
Core: CoWork refactored
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10151 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-08-07 09:32:35 +00:00
cxl
475151a09e
Fixed ambiguity between <<lambda and <<(String&&, T)
...
git-svn-id: svn://ultimatepp.org/upp/trunk@9921 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-06-11 15:55:50 +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
69cad6ab3f
ide: autosetup changes
...
git-svn-id: svn://ultimatepp.org/upp/trunk@9011 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-10-12 16:11:39 +00:00
cxl
2b7b9dc2de
Core: App removed catch(Exc) so that debugger behaves can show the backtrace
...
git-svn-id: svn://ultimatepp.org/upp/trunk@7290 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-04-22 07:03:03 +00:00
cxl
2aea70c8ea
Core: LoadDataFile, SetDataPath, plugin/lzma: missing functions implemented
...
git-svn-id: svn://ultimatepp.org/upp/trunk@7224 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-04-12 10:44:12 +00:00
cxl
a54530fe4f
Turtle: LaunchWebBrowser support
...
git-svn-id: svn://ultimatepp.org/upp/trunk@6878 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-02-06 19:02:08 +00:00
cxl
dd7aefb1b7
.cosmetics & docs
...
git-svn-id: svn://ultimatepp.org/upp/trunk@6801 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-01-20 20:53:44 +00:00
cxl
4b10f729f1
Core: Posix LaunchWebBrowser fixed
...
git-svn-id: svn://ultimatepp.org/upp/trunk@6485 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-10-24 11:13:18 +00:00
cxl
d867094c72
Core: LaunchWebBrowser POSIX escaping improved
...
git-svn-id: svn://ultimatepp.org/upp/trunk@6475 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-10-23 12:29:35 +00:00
cxl
7c2c2f9343
Core: LaunchWebBrowser in POSIX fixed special characters in URL
...
git-svn-id: svn://ultimatepp.org/upp/trunk@6474 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-10-23 12:23:44 +00:00
cxl
db064f8695
uppsrc: Fixed some clang warnings
...
git-svn-id: svn://ultimatepp.org/upp/trunk@5808 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-02-15 18:22:42 +00:00
cxl
6ad679f7f0
uppsrc: MINGW fixes
...
git-svn-id: svn://ultimatepp.org/upp/trunk@5227 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-07-23 07:04:30 +00:00
cxl
72cb665b65
Core: Exit
...
git-svn-id: svn://ultimatepp.org/upp/trunk@4982 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-05-21 12:45:37 +00:00
cxl
02fd64956a
Core: inet docs
...
git-svn-id: svn://ultimatepp.org/upp/trunk@4791 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-04-16 11:40:17 +00:00
cxl
1b29afcae2
Core: TcpSocket, Thread::AtExit
...
git-svn-id: svn://ultimatepp.org/upp/trunk@4761 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-04-09 13:51:08 +00:00
cxl
8f1f87645e
Core: Refactored Stream interface (dword->int), fixed LauchWebBrowser for certaion situations (thanks Koldo)
...
git-svn-id: svn://ultimatepp.org/upp/trunk@4759 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-04-08 14:44:03 +00:00
cxl
d5291b7d48
*uppsrc: Fixed many GCC warnings
...
git-svn-id: svn://ultimatepp.org/upp/trunk@4457 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-01-21 14:24:31 +00:00
cxl
be4af88289
Core: Support for secondary .tr language
...
git-svn-id: svn://ultimatepp.org/upp/trunk@4141 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-11-07 08:27:34 +00:00
cxl
6b6eb72323
.uppsrc: Fixed for mingw
...
git-svn-id: svn://ultimatepp.org/upp/trunk@2233 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-03-16 19:37:30 +00:00