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
182275359b
TreeCtrl now supports edit on click - WhenEdited
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15316 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-10-28 14:24:31 +00:00
cxl
18f9ba1db5
CtrlLib: Fixed several issues
...
git-svn-id: svn://ultimatepp.org/upp/trunk@13604 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-09-14 08:25:08 +00:00
cxl
f9e4668937
CtrlLib: Fixed visual issue with FileList
...
git-svn-id: svn://ultimatepp.org/upp/trunk@13598 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-09-11 09:59:13 +00:00
cxl
51904d3621
ide: Display/apply patch tool in Assist
...
git-svn-id: svn://ultimatepp.org/upp/trunk@13482 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-07-11 13:20:14 +00:00
cxl
b50868817a
CtrlLib: FileSel sorting improved
...
git-svn-id: svn://ultimatepp.org/upp/trunk@13404 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-06-17 09:52:14 +00:00
cxl
a91e4c180a
CtrlLib, ide: DarkTheme fixes
...
git-svn-id: svn://ultimatepp.org/upp/trunk@12914 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-03-29 09:49:07 +00:00
cxl
a4c5ec271e
CtrlLib: FileList: Dark theme related color fix
...
git-svn-id: svn://ultimatepp.org/upp/trunk@12906 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-03-27 09:53:37 +00:00
cxl
c15de077a5
uppsrc: Dark theme
...
git-svn-id: svn://ultimatepp.org/upp/trunk@12890 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-03-24 22:07:55 +00:00
cxl
233150d2fd
ide: Improved initial setup in Linux
...
git-svn-id: svn://ultimatepp.org/upp/trunk@12724 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-01-30 11:01:40 +00:00
cxl
ea41c85238
.removed RDUMP
...
git-svn-id: svn://ultimatepp.org/upp/trunk@12598 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-12-04 13:04:37 +00:00
cxl
b7cccbf059
CtrlCore: Developing Cocoa
...
git-svn-id: svn://ultimatepp.org/upp/trunk@12597 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-12-03 17:15:44 +00:00
cxl
cf3e4168da
CtrlLib: OptionBox
...
git-svn-id: svn://ultimatepp.org/upp/trunk@11748 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-01-29 16:17:36 +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
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
367425bbd5
.cosmetics
...
git-svn-id: svn://ultimatepp.org/upp/trunk@8885 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-09-01 12:02:18 +00:00
cxl
31b46f34d4
CtrlLib: Fixed issue with filelist itemheight #1253
...
git-svn-id: svn://ultimatepp.org/upp/trunk@8884 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-08-31 19:36:49 +00:00
cxl
8502b19b26
upp.src: developing UHD
...
git-svn-id: svn://ultimatepp.org/upp/trunk@8802 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-08-09 06:58:33 +00:00
cxl
5be4de0e8b
uppsrc: Developing HiDPI support
...
git-svn-id: svn://ultimatepp.org/upp/trunk@8788 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-08-03 17:27:04 +00:00
cxl
fb80a72de4
CtrlLib: FileSel SelectDir now allows to select multiple directories if Multi(true)
...
git-svn-id: svn://ultimatepp.org/upp/trunk@5722 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-01-19 14:10:00 +00:00
cxl
37cbeeddb4
ide: Ide now highlights errorenous files and packages (rm #54 )
...
git-svn-id: svn://ultimatepp.org/upp/trunk@3943 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-02 18:47:15 +00:00
cxl
83f6bca67f
CtrlLib: FileSel lazyicons - hidden items
...
git-svn-id: svn://ultimatepp.org/upp/trunk@2889 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-12-05 13:20:20 +00:00
cxl
eb98dd5846
CtrlLib: FileSel lazy and optimized file icon loading
...
git-svn-id: svn://ultimatepp.org/upp/trunk@2887 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-12-05 12:52:28 +00:00
cxl
2fc7b29312
*plugin/gif: Support for LCT (and couple of 64bits fixes)
...
git-svn-id: svn://ultimatepp.org/upp/trunk@2838 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-11-07 10:58:31 +00:00
cxl
716ef0f122
.CtrlLib: More FileSel places improvements...
...
git-svn-id: svn://ultimatepp.org/upp/trunk@2198 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-03-08 13:45:47 +00:00
cxl
c36e364709
CtrlLib, Core, Win32: FileSel now has Win32 network browsing support
...
git-svn-id: svn://ultimatepp.org/upp/trunk@1860 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-12-31 16:54:29 +00:00
cxl
d1c833e9ae
Fixed underlining of package files
...
git-svn-id: svn://ultimatepp.org/upp/trunk@625 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-11-08 17:29:22 +00:00
cxl
1ec6aeac96
Improved appearance of package file list underlines, U++ LOG macros now highlighted (default green)
...
git-svn-id: svn://ultimatepp.org/upp/trunk@618 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-11-07 11:15:08 +00:00
mdelfede
04c20734e6
new uvs2 releases : uppsrc-2618 tutorial-38 examples-142 reference-115
...
git-svn-id: svn://ultimatepp.org/upp/trunk@308 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-07-07 22:13:48 +00:00
mdelfede
024c03c51a
new uvs2 releases : uppsrc-2586 tutorial-38 examples-141 reference-113
...
git-svn-id: svn://ultimatepp.org/upp/trunk@283 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-06-07 22:57:08 +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