Commit graph

14 commits

Author SHA1 Message Date
Mirek Fidler
36a5e7e6ac CtrlCore: Fixed drop files in Linux (removed UrlEncoding) 2024-01-26 09:46:37 +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
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
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
ca871a9df2 CtrlCore: Gtk: Fixed issue with sel_source
git-svn-id: svn://ultimatepp.org/upp/trunk@8115 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-02-01 06:29:42 +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
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
c5e655f0d2 EditField: Fixed X11 selection issue
git-svn-id: svn://ultimatepp.org/upp/trunk@7588 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-08-12 21:05:02 +00:00
cxl
7d67270fb0 CtrlCore: files source for GTK D&D
git-svn-id: svn://ultimatepp.org/upp/trunk@7427 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-06-08 17:56:26 +00:00
cxl
2594709c17 CtrlCore: Gtk: Added support for pasting/droping Files (RM #401)
git-svn-id: svn://ultimatepp.org/upp/trunk@5698 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-01-02 22:00:43 +00:00
cxl
98eb608598 CtrlCore, ide: gtk fixes
git-svn-id: svn://ultimatepp.org/upp/trunk@5693 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-01-01 13:05:27 +00:00
cxl
5d8a0f77e7 CtrlCore: Gtk: Fixed issue with clipboard, Web: fixied uninitialized variable in HttpQuery
git-svn-id: svn://ultimatepp.org/upp/trunk@5692 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-01-01 12:23:54 +00:00
cxl
839aa28de5 CtrlCore: Gtk BE integrated
git-svn-id: svn://ultimatepp.org/upp/trunk@5691 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-01-01 10:29:54 +00:00