Commit graph

37 commits

Author SHA1 Message Date
Mirek Fidler
2aa3792c64 CtrlCore: Win32 Image clipboard DIB improved compatibility with Signal/WhatApp 2025-04-30 16:52:45 +02:00
Mirek Fidler
c8364365ef CtrlLib, RichText: Gate<String> WhenHighlight; CtrlCore: fixed AppendFiles in Win32 2022-12-24 13:03:51 +01:00
Mirek Fidler
febbbf7f8b uppsrc: Fixed various MSBT warnings 2022-12-11 09:36:58 +01:00
Mirek Fidler
caa61d8ab4 CtrlCore: Fixed problem in sWText 2022-04-14 12:22:45 +02:00
Mirek Fidler
2db6c3dfd9 Fixed Unicode__ clipboard issue 2022-04-11 13:05:51 +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
e4e867040c CtrlCore: Fixed encoding issue with Win32 clipboard text
git-svn-id: svn://ultimatepp.org/upp/trunk@15926 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-04-20 12:04:52 +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
edb768e191 Image: Serialize now stores 2nd hotspot, IconDes: Copy now storing hotspots, CtrlCore: Cocoa clipboard now using U++ Image serialization in addition to png
git-svn-id: svn://ultimatepp.org/upp/trunk@12307 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-09-27 06:47:38 +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
35b91dd817 CtrlCore: Cocoa clipboard
git-svn-id: svn://ultimatepp.org/upp/trunk@12295 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-09-21 17:46:18 +00:00
cxl
9d2e3258a6 Draw: GetTextSize sanitized for <32 characters
git-svn-id: svn://ultimatepp.org/upp/trunk@11765 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-02-06 10:50:38 +00:00
cxl
22ab507875 AppendFiles fix
git-svn-id: svn://ultimatepp.org/upp/trunk@11388 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-10-19 13:51: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
48616e5566 plugin/zlib: Updated to 1.2.8 #1195
git-svn-id: svn://ultimatepp.org/upp/trunk@8864 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-08-29 06:20:11 +00:00
cxl
c3c4cc3d6f CtrlCore: AppendClipboard(VectorMap<String, ClipData>) #773
git-svn-id: svn://ultimatepp.org/upp/trunk@8085 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-01-21 17:48:30 +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
022b7b4b3e CtrlCore: Win32Clip fixed GetFiles(PasteClip)
git-svn-id: svn://ultimatepp.org/upp/trunk@7269 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-04-17 11:50:06 +00:00
cxl
01543de882 CtrlCore: Win32 AppendClipboardText encoding issue fixed
git-svn-id: svn://ultimatepp.org/upp/trunk@7042 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-03-14 13:52:18 +00:00
cxl
32228e486c CtrlCore: GetClipFiles
git-svn-id: svn://ultimatepp.org/upp/trunk@5520 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-11-05 19:53:33 +00:00
cxl
f2b0b9c775 *CtrlCore: Fixed error handling of SetClipboardData when handle is NULL
git-svn-id: svn://ultimatepp.org/upp/trunk@4633 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-29 14:31:34 +00:00
cxl
8adb33d300 .CtrlCore: Debug mode for clipboard operations
git-svn-id: svn://ultimatepp.org/upp/trunk@4625 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-26 18:22:35 +00:00
cxl
4e6596bbf1 CtrlCore: PasteClip GetFormat, refactored Get (now equals to Get(GetFormat()), documented
git-svn-id: svn://ultimatepp.org/upp/trunk@3882 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-09-18 09:12:31 +00:00
cxl
bdda6e9662 .CtrlCore: Waiting for ClipboardOpen now 2s
git-svn-id: svn://ultimatepp.org/upp/trunk@3577 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-06-28 19:29:33 +00:00
cxl
281da9e6b8 .CtrlCore: Minor fixes
git-svn-id: svn://ultimatepp.org/upp/trunk@3543 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-06-17 19:55:34 +00:00
cxl
dbd67a099c .CtrlCore: OpenClipboard increased number of attempts
git-svn-id: svn://ultimatepp.org/upp/trunk@3537 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-06-16 15:13:07 +00:00
cxl
62fd0904c4 .developing rainbow
git-svn-id: svn://ultimatepp.org/upp/trunk@3517 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-06-13 07:33:11 +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
2a3e8ae207 .Various changes
git-svn-id: svn://ultimatepp.org/upp/trunk@3332 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-04-10 09:46:32 +00:00
cxl
40300c509c .CtrlCore: Minor win32 clipboard adjustment
git-svn-id: svn://ultimatepp.org/upp/trunk@2979 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-10 08:39:03 +00:00
cxl
91b8ccee41 *CtrlCore: Fixed win32 clipboard issue
git-svn-id: svn://ultimatepp.org/upp/trunk@2978 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-09 13:09:14 +00:00
cxl
a44ab2417a *uppsrc: mr_ped's GCC warnings fix, Core: now methods in Thread based on tojocky's ideas
git-svn-id: svn://ultimatepp.org/upp/trunk@2972 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-08 12:36:46 +00:00
cxl
b14c975f3b .ide: sf.net bug #2834384 fixed (thanks dolik.rce)
git-svn-id: svn://ultimatepp.org/upp/trunk@2382 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-05-10 07:14:53 +00:00
cxl
42b3008be9 CtrlLib: RichEdit now supports dropping Image files
git-svn-id: svn://ultimatepp.org/upp/trunk@2270 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-03-26 16:53:32 +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
ae24688764 A++: fixed problems with typecast operator, navigator scope double-click goes to the first item
git-svn-id: svn://ultimatepp.org/upp/trunk@609 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-11-05 21:36:41 +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