Mirek Fidler
63919f87dc
upp: 2024
2024-05-10 14:38:15 +02:00
Mirek Fidler
65aa953b29
u++: Copying updated to 2023
2023-09-17 15:00:44 +02:00
Mirek Fidler
340ce65c08
uppsrc: (c) 2022
2022-04-03 20:58:06 +02: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
a5f628fe6d
uppsrc: 2020->2021
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15857 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-03-19 14:14:08 +00:00
klugier
fb4dacee7d
Doc: Esc article modernized.
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15238 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-10-11 21:12:33 +00:00
cxl
9293ed2be0
uppsrc: Visual C++ compiler bug [W]StringBuffer workaround
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15123 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-09-23 09:37:31 +00:00
cxl
e0e0ff8611
Fixed some warnings
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15050 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-09-16 12:53:11 +00:00
cxl
697362bca2
ide: Fixed full screen issue in SlideShow
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15002 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-09-09 11:58:47 +00:00
cxl
f8b8cbf1eb
Copying update
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14978 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-09-03 14:50:30 +00:00
cxl
3e4b840506
uppsrc: Modernizing code with variadic templates
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14604 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-06-17 16:02:45 +00:00
cxl
6d491bd498
Esc: fixed to compile
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14526 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-06-01 08:12:25 +00:00
cxl
6953c7fa89
Draw: Fixed Image::operator==
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14525 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-06-01 07:41:08 +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
7b059685ec
Core: Value type is now stored in data
...
git-svn-id: svn://ultimatepp.org/upp/trunk@13704 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-11-21 09:54:25 +00:00
cxl
9bca5227c8
ide: developing PDB pretty printers
...
git-svn-id: svn://ultimatepp.org/upp/trunk@13701 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-11-19 15:26:51 +00:00
cxl
38ac5ee73b
uppsrc: Copying copyright updated to 2019
...
git-svn-id: svn://ultimatepp.org/upp/trunk@13070 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-05-01 12:27:32 +00:00
cxl
076483cea9
Esc: 'continue'
...
git-svn-id: svn://ultimatepp.org/upp/trunk@11544 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-12-10 15:12:08 +00:00
cxl
a590f22267
upp.src: Removing .tpp $
...
git-svn-id: svn://ultimatepp.org/upp/trunk@11512 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-12-02 14:12:09 +00:00
cxl
0fd7305fcc
uppsrc: Topic Language Separator change (more)
...
git-svn-id: svn://ultimatepp.org/upp/trunk@11510 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-12-02 13:00:28 +00:00
cxl
c99a789914
prj.aux cleanup
...
git-svn-id: svn://ultimatepp.org/upp/trunk@11478 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-11-18 18:40:26 +00:00
cxl
5de051bbd1
Esc: mathematical function, replace
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10464 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-11-19 08:15:07 +00:00
cxl
def1ec1f92
u++: init files removed
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10409 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-11-12 06:36:54 +00:00
cxl
44037d6a0c
'Event' branch merged into trunk (Callback now deprecated)
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10260 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-10-04 08:15: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
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
a202040446
upp.src: UHD issues
...
git-svn-id: svn://ultimatepp.org/upp/trunk@8803 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-08-09 11:14:16 +00:00
cxl
9356691952
Fixed type in Copying
...
git-svn-id: svn://ultimatepp.org/upp/trunk@8121 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-02-01 14:29:25 +00:00
cxl
0c36000275
MSC PCH support
...
git-svn-id: svn://ultimatepp.org/upp/trunk@8033 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-01-12 20:21:56 +00:00
cxl
da3e6275b4
CtrlCore: FixedDropFiles in Linux (added UrlDecode/UrlEncode)
...
git-svn-id: svn://ultimatepp.org/upp/trunk@7991 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-12-23 09:42:28 +00:00
cxl
7405faf23d
Fixed for GCC
...
git-svn-id: svn://ultimatepp.org/upp/trunk@7697 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-09-16 20:17:45 +00:00
cxl
3df4157183
ide: BlockReplace now provides grep-like options
...
git-svn-id: svn://ultimatepp.org/upp/trunk@7692 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-09-15 13:44:40 +00:00
cxl
36b57873bd
Esc: Fixed issue with int64
...
git-svn-id: svn://ultimatepp.org/upp/trunk@7691 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-09-15 13:06:11 +00:00
cxl
54417350c3
Esc now supports int64
...
git-svn-id: svn://ultimatepp.org/upp/trunk@7686 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-09-14 08:35:07 +00:00
cxl
05f54e0058
Licence updated #644
...
git-svn-id: svn://ultimatepp.org/upp/trunk@6783 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-01-17 11:36:11 +00:00
cxl
4021b13b77
ide: Esc enhancements #455
...
git-svn-id: svn://ultimatepp.org/upp/trunk@5913 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-03-14 19:47:54 +00:00
cxl
0619212f55
.Skylark tutorial
...
git-svn-id: svn://ultimatepp.org/upp/trunk@5138 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-07-06 13:16:37 +00:00
rylek
a8acfa1189
.Esc/Esc.cpp: fixed bug in evaluation of + prefix operator
...
git-svn-id: svn://ultimatepp.org/upp/trunk@3821 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-09-04 22:35:15 +00:00
cxl
71c794ce3c
Esc: Fixed crash on script error, Core: ValueMap - added String key variants, CtrlLib: ArrayCtrl - fixed issue with repeated SetCtrl for the same cell
...
git-svn-id: svn://ultimatepp.org/upp/trunk@1829 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-12-21 22:50:06 +00:00
cxl
3c976c3d48
Drawing refactored
...
git-svn-id: svn://ultimatepp.org/upp/trunk@1099 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-04-26 16:27:01 +00:00
rylek
2188c6d72e
Minor improvements in TreeCtrl - WhenLeftClick, GetItemClickPos, SetDisplay & RefreshItem
...
git-svn-id: svn://ultimatepp.org/upp/trunk@560 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-10-22 07:55:28 +00:00
rylek
bfb001f772
git-svn-id: svn://ultimatepp.org/upp/trunk@551 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-10-19 19:17:50 +00:00
cxl
6684db459a
Fixed problem in RichEdit
...
git-svn-id: svn://ultimatepp.org/upp/trunk@528 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-10-13 20:06:15 +00:00
cxl
fd0e84ee9f
git-svn-id: svn://ultimatepp.org/upp/trunk@443 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-09-13 20:01:49 +00:00
cxl
6937772ebf
Copying (U++ license) changed to officical 2-clause BSD license
...
git-svn-id: svn://ultimatepp.org/upp/trunk@436 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-09-13 09:05:01 +00:00
cxl
2f9bc4b405
git-svn-id: svn://ultimatepp.org/upp/trunk@366 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-08-24 18:39:16 +00:00
cxl
29fd35282b
All Topics++ now converted to the new format (where required, they are made includeable)
...
git-svn-id: svn://ultimatepp.org/upp/trunk@348 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-08-16 18:49:43 +00:00
mdelfede
f8da83cdf4
new uvs2 releases : uppsrc-2621 tutorial-38 examples-142 reference-115 - changed some capitalization in file names
...
git-svn-id: svn://ultimatepp.org/upp/trunk@313 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-07-10 20:51:21 +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