Commit graph

24 commits

Author SHA1 Message Date
mirek-fidler
e8035690b9
libclang ide #94
- Assist/Autocomplete refactored to use libclang

Other minor changes:

- Removed CoWork Pipe
- .dli runtime loading of dynamic libraries now supports path to library in access function
- EditField::SetBackground
- RichTextView::GotoLabel variant with Gate for matching
- RichEdit::GotoLabel variant with Gate for matching
2022-09-16 10:31:14 +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
58e0fdebaf uppsrc: docs & removed #ifdef MTs
git-svn-id: svn://ultimatepp.org/upp/trunk@13925 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-01-21 10:05:16 +00:00
cxl
b769743e04 CtrlCore: Gtk GUI_APP_MAIN now correctly handles exceptions
git-svn-id: svn://ultimatepp.org/upp/trunk@13534 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-08-12 15:03:01 +00:00
cxl
48eb19fff1 uppsrc: thread__ -> thread_local
git-svn-id: svn://ultimatepp.org/upp/trunk@13388 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-06-13 09:00:26 +00:00
cxl
e9b8fe3453 CtrlCore: Coco WakeupGuiThread, fixed Semaphore
git-svn-id: svn://ultimatepp.org/upp/trunk@12147 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-08-05 09:13:09 +00:00
cxl
a84c7374ab CtrlCore: TryEnterGuiMutex
git-svn-id: svn://ultimatepp.org/upp/trunk@11908 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-04-23 16:02:09 +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
15666f587b CtrlCore: Fixed to compile in ST
git-svn-id: svn://ultimatepp.org/upp/trunk@10034 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-07-13 09:13:20 +00:00
cxl
220f751a03 Core: Optimized OutStream, removed DDUMPs
git-svn-id: svn://ultimatepp.org/upp/trunk@10032 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-07-12 12:21:46 +00:00
cxl
f0935e1f96 CtrlCore: New MT rules, window creation and event loop banned in non-main thread (win32 implementation)
git-svn-id: svn://ultimatepp.org/upp/trunk@6169 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-07-06 11:51:28 +00:00
cxl
13dbe1dd98 CtrlCore: X11 and GTK MT fixes (#429)
git-svn-id: svn://ultimatepp.org/upp/trunk@5735 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-01-26 19:23:41 +00:00
cxl
ea47013600 CtrlLib: DropList transparency (Feature #367)
git-svn-id: svn://ultimatepp.org/upp/trunk@5636 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-12-10 14:49:42 +00:00
cxl
48fa0dd5ea CtrlCore: ASSERTs to detect global variable widgets and missing GuiLock
git-svn-id: svn://ultimatepp.org/upp/trunk@5588 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-11-28 19:16:10 +00:00
cxl
b09b7d6cbe CtrlCore, Draw: MT refactored, fixed StdFont issue in Draw
git-svn-id: svn://ultimatepp.org/upp/trunk@5559 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-11-18 23:45:03 +00:00
cxl
a16cf6c45a Draw, CtrlCore: Resolved MT issues
git-svn-id: svn://ultimatepp.org/upp/trunk@5551 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-11-15 20:50:44 +00:00
cxl
bd87a04fda Draw, CtrlCore: Major refactor of Draw
git-svn-id: svn://ultimatepp.org/upp/trunk@5545 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-11-11 12:33:47 +00:00
cxl
03a012161c .Cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@5258 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-08-05 10:27:14 +00:00
cxl
f0fccd0b8f .developing rainbow
git-svn-id: svn://ultimatepp.org/upp/trunk@3512 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-06-12 10:11:36 +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
56e8bd2b44 CtrCore: Removed stray DLOGs
git-svn-id: svn://ultimatepp.org/upp/trunk@1515 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-08-17 07:40:18 +00:00
cxl
e4e67c6b78 MT issues X11 fix
git-svn-id: svn://ultimatepp.org/upp/trunk@1507 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-08-13 16:08:34 +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