Mirek Fidler
462587fb49
In Win32, Ctrl-C on console app does not do leaks check anymore
2023-10-04 20:22:26 +02:00
Mirek Fidler
c0a9461446
upp.src: MacOS Ventura initial fixes
2023-03-30 11:51:46 +02:00
Mirek Fidler
d8d16229d1
Fixed reporting leaks for GLCtrl in Linux with Radeon driver, new memory leaks detection related functions.
2021-12-19 14:53:30 +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
df5b42fa93
Core: leaks check disabled in MacOS
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15742 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-02-06 18:51:23 +00:00
cxl
d5f7bada55
CtrlCore: Fixed window rectangle problem
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14138 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-03-07 16:15:31 +00:00
cxl
ec9e1a2f88
upp.src: Fixed CLANG warnings in Win32
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14099 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-02-27 20:14:56 +00:00
cxl
3a7e0faff7
Core: Heap panic mode fixed
...
git-svn-id: svn://ultimatepp.org/upp/trunk@13651 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-10-22 00:21:30 +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
0276338ea6
Core2019 merged to to trunk
...
git-svn-id: svn://ultimatepp.org/upp/trunk@13359 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-06-07 07:06:32 +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
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
5d804c6bc8
removed dlogs
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10158 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-08-09 21:10:08 +00:00
cxl
fc00475d8b
plugin/zstd
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10102 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-07-26 11:12:28 +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
82b80e2f20
Core: heapdbg.cpp fixed
...
git-svn-id: svn://ultimatepp.org/upp/trunk@9250 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-11-30 12:39:56 +00:00
cxl
e52901cc1c
Core: Now ignoring heap leaks in non-U++ global allocations
...
git-svn-id: svn://ultimatepp.org/upp/trunk@9249 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-11-30 09:37:40 +00:00
cxl
4e42bc1693
Core: GCC Leak detection altered
...
git-svn-id: svn://ultimatepp.org/upp/trunk@9243 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-11-29 11:30:26 +00:00
cxl
edc75a9c4b
Core: GetMemoryBlockSize, TryRealloc
...
git-svn-id: svn://ultimatepp.org/upp/trunk@8097 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-01-26 19:04:51 +00:00
cxl
af8503548b
Core: Dbg mode heap leaks now Panics
...
git-svn-id: svn://ultimatepp.org/upp/trunk@7128 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-04-01 19:38:48 +00:00
cxl
be52cd1bc5
Core, uppsrc: Logging refactored
...
git-svn-id: svn://ultimatepp.org/upp/trunk@5093 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-07-02 15:23:59 +00:00
cxl
d466dc7651
Core: cosmetics
...
git-svn-id: svn://ultimatepp.org/upp/trunk@1982 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-01-29 18:25:57 +00:00
cxl
29701e5eb8
Core: Blackfin CPU support
...
git-svn-id: svn://ultimatepp.org/upp/trunk@1447 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-07-26 15:41:41 +00:00
mdelfede
cb0ff92715
new uvs2 releases : uppsrc-2598 tutorial-38 examples-141 reference-113
...
git-svn-id: svn://ultimatepp.org/upp/trunk@300 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-06-16 23:06:34 +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