Commit graph

45 commits

Author SHA1 Message Date
Mirek Fidler
4fb4baf57f CtrlLib: Fixed problem with ToolTip closed from another thread 2022-10-22 19:45:36 +02:00
Mirek Fidler
2ae9a6f100 CtrlCore: sizeof(Ctrl) optimisation - GetParent 2022-04-13 17:51:49 +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
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
76ee7b1731 .cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@13042 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-04-24 08:08:01 +00:00
cxl
dc2c5fb590 .removed DLOGs
git-svn-id: svn://ultimatepp.org/upp/trunk@12794 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-02-24 18:51:15 +00:00
cxl
c825061ee1 Docking: Docking fixed in Win32
git-svn-id: svn://ultimatepp.org/upp/trunk@12793 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-02-24 17:27:59 +00:00
cxl
adc263d1f9 ide: Improved MakeIcon, now enabled for all platforms (intended to improve Cocoa version)
git-svn-id: svn://ultimatepp.org/upp/trunk@12691 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-01-21 11:22:44 +00:00
cxl
d87f3accaa CtrlCore: Fixed DHCtrl related Refresh issue, CtrlLib: Fixed margin issue in RichTextView
git-svn-id: svn://ultimatepp.org/upp/trunk@12429 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-10-30 11:27:00 +00:00
cxl
32b05a61b9 .cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@11725 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-01-23 13:19:36 +00:00
cxl
655a0a21a0 CtrlCore: In Windows, owned windows now have minimize box disabled (as minimizing of owned windows leads to really strange behaviour)
git-svn-id: svn://ultimatepp.org/upp/trunk@11721 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-01-23 13:06:01 +00:00
cxl
74f9890e6b CtrlCore: Improved behaviour when window is maximized, closed and opened again (in Win32)
git-svn-id: svn://ultimatepp.org/upp/trunk@11225 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-07-12 07:44:55 +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
0c81efffe3 .DDUMPs...
git-svn-id: svn://ultimatepp.org/upp/trunk@8027 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-01-09 18:18:57 +00:00
cxl
d783151cea CtrlCore: Fixed issue with SerializePlacement of minimized window
git-svn-id: svn://ultimatepp.org/upp/trunk@8026 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-01-09 18:16:55 +00:00
cxl
dfb80fe504 ide: Optimized toolbar
git-svn-id: svn://ultimatepp.org/upp/trunk@7937 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-12-01 08:57:23 +00:00
cxl
27774c6fdb CtrlCore: Fixed window styles issue with reopening window with icons
git-svn-id: svn://ultimatepp.org/upp/trunk@7568 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-08-06 08:34:13 +00:00
cxl
c02d293fec ide: Removed dependency on coff
git-svn-id: svn://ultimatepp.org/upp/trunk@7338 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-04-28 17:24:13 +00:00
cxl
f4524eb5c3 CtrlCore: Fixed workares issue in X11/GTK, various cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@7336 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-04-28 16:55:48 +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
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
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
4724184523 CtrlCore, Docking: Fixed issue with closing DockCont (Bug #257)
git-svn-id: svn://ultimatepp.org/upp/trunk@5407 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-10-07 07:10:55 +00:00
cxl
834df6b3fa *uppsrc: LOG related fixes
git-svn-id: svn://ultimatepp.org/upp/trunk@5094 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-07-03 06:47:46 +00:00
cxl
34c8860637 *CtrlCore: SerializePlacement Maximize fix
git-svn-id: svn://ultimatepp.org/upp/trunk@5003 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-05-23 13:39:07 +00:00
cxl
ce6e97e5b1 *CtrlCore: TopWindow:SerializePlacement fixed
git-svn-id: svn://ultimatepp.org/upp/trunk@5001 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-05-23 13:26:18 +00:00
cxl
02033cc6aa *CtrlCore: Win32 TopWindow SerializePlacement patched
git-svn-id: svn://ultimatepp.org/upp/trunk@4971 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-05-20 08:58:32 +00:00
cxl
76877dd832 ide: Copy File Path (RM #159), CtrlCore: Win32 TopWindow::SerializePlacement improved (Thanks tom1)
git-svn-id: svn://ultimatepp.org/upp/trunk@4147 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-11-07 16:31:38 +00:00
cxl
15fd6fecbc CtrlCore: Win32 SerializePlacement limit now VirtualWorkArea (thanks Tom1)
git-svn-id: svn://ultimatepp.org/upp/trunk@4142 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-11-07 08:50:43 +00:00
cxl
0fc3c5291e CtrlCore: Improved endsession behaviour in Win32
git-svn-id: svn://ultimatepp.org/upp/trunk@3706 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-07-23 22:39:22 +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
b1a683fbb2 .developing rainbow
git-svn-id: svn://ultimatepp.org/upp/trunk@3501 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-06-09 19:02:49 +00:00
cxl
fca5509538 CtrlCore: TopWindow::Urgent (RM #19)
git-svn-id: svn://ultimatepp.org/upp/trunk@3131 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-31 11:05:58 +00:00
cxl
40dca57ce8 CtrlCore: TopWindow FullScreen for open window in Win32
git-svn-id: svn://ultimatepp.org/upp/trunk@2941 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-12-27 18:56:08 +00:00
cxl
a45cff7863 CtrlCore: TopWindow fixes
git-svn-id: svn://ultimatepp.org/upp/trunk@2940 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-12-27 18:43:25 +00:00
cxl
aea71ca74b *CtrlCore: X11 fixed TopWindow Maximize, IsMaximized, Minimize, IsMinimized, SerializePlacement and FullScreen of already open TopWindow
git-svn-id: svn://ultimatepp.org/upp/trunk@2938 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-12-27 18:04:59 +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
0a1120e190 TopWindow::NoCloseBox
git-svn-id: svn://ultimatepp.org/upp/trunk@1353 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-07-03 06:47:22 +00:00
cxl
68c95aad08 CtrlCore: Minor topwindow fix
git-svn-id: svn://ultimatepp.org/upp/trunk@1351 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-07-02 13:05:40 +00:00
cxl
f037798ca5 Win32: Ctrl::Call and non-main thread support for window creation / deletion and event loop
git-svn-id: svn://ultimatepp.org/upp/trunk@1200 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-05-17 12:51:16 +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
1c89d5e633 TopWindow::FrameLess, so far for Win32 only
git-svn-id: svn://ultimatepp.org/upp/trunk@685 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-12-01 13:49:20 +00:00
cxl
36b5bdbae2 Fixed topmost window vs prompt problem
git-svn-id: svn://ultimatepp.org/upp/trunk@585 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-10-31 14:20:54 +00:00
cxl
eacb4bc946 GLCtrl Vista flickering fix
git-svn-id: svn://ultimatepp.org/upp/trunk@498 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-10-02 07:27:05 +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