Commit graph

18 commits

Author SHA1 Message Date
Mirek Fidler
5ecded176b .forgotten RLOG in Win32DnD 2023-09-20 23:10:58 +02:00
Mirek Fidler
74b0c3f791 ide: Old Hdepend replaced with PPinfo, master file optimisations 2023-02-24 11:10:55 +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
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
3e3c905ead .cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@11059 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-05-08 19:20:14 +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
5c15f15e4d .cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@8047 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-01-16 17:56:02 +00:00
cxl
51982e3415 CtrlCore: Support for files drag source in win32, Core: Fixed Join
git-svn-id: svn://ultimatepp.org/upp/trunk@7292 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-04-22 09:26:54 +00:00
cxl
6b9a6f0378 CtrlCore: Refactored MT for Win32
git-svn-id: svn://ultimatepp.org/upp/trunk@5560 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-11-19 08:40:52 +00:00
cxl
6e0acbc3ee .developing rainbow
git-svn-id: svn://ultimatepp.org/upp/trunk@3509 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-06-10 11:28:56 +00:00
cxl
4086dec3a8 CtrCore: removed forgotten LOG
git-svn-id: svn://ultimatepp.org/upp/trunk@2007 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-02-02 22:33:14 +00:00
cxl
10d60182b4 CtrlCore: MT related fix [critical]
git-svn-id: svn://ultimatepp.org/upp/trunk@1979 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-01-29 13:29:17 +00:00
cxl
45599b5f26 CtrlCore: Massive fix of MT, Draw: Fixed DrawingDraw::Create for case when tehere are some data in DrawingDraw
git-svn-id: svn://ultimatepp.org/upp/trunk@1506 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-08-13 13:40:54 +00:00
cxl
ec1ca78c6b CtrlCore: Ctrl::Lock MT in Win32
git-svn-id: svn://ultimatepp.org/upp/trunk@1192 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-05-16 16:50:53 +00:00
cxl
53bda7f512 Some SystemDraw fixes, fixed another reason for key lag in theide
git-svn-id: svn://ultimatepp.org/upp/trunk@1160 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-05-12 07:43:36 +00:00
cxl
e758470d96 ArrayCtrl multiselect minor fix, DragAndDrop in Win32 shows the dragged content even if rejecting it
git-svn-id: svn://ultimatepp.org/upp/trunk@881 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-02-20 12:36:59 +00:00
cxl
2d10cf466b git-svn-id: svn://ultimatepp.org/upp/trunk@330 f0d560ea-af0d-0410-9eb7-867de7ffcac7 2008-08-15 09:33:15 +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