Commit graph

41 commits

Author SHA1 Message Date
Mirek Fidler
678289f77f CtrlCore: FullRefreshCleanup (to avoid any stuck fullrefresh flags) 2024-10-23 16:21:44 +02:00
Mirek Fidler
9218a5d287 CtrlCore: GetVisibleScreenRect now ignores GetVirtualScreenArea for performance reasons (and the fact it is irrelevant to GetVisibleScreenRect usage, which is mostly about testing mouse position, which is with GetVirtualScreenArea anyway) 2024-10-23 15:36:07 +02:00
Mirek Fidler
43dbe40be0 CtrlCore: Fixed issue with gtk CenterRect 2024-10-13 23:41:15 +02:00
Mirek Fidler
d29055412b CtrlCore: 'MegaRect' support for very large virtual screens (SetRect(x, y) now can be 32-bit) 2024-10-04 13:23:05 +02:00
Mirek Fidler
7c239a10d9 CtrlCore: Fixed issue with very large virtual screen area and SetRect (clamp extended from -10000 - 10000 to -32000 to 32000) 2024-09-24 14:37:57 +02:00
Mirek Fidler
24de794907 CtrlCore: Refactored multimonitor support 2023-03-15 15:26:59 +01:00
Mirek Fidler
0449296f07 gui_sizeof merged, double formatting precsion in JSON/XML reduced to 15 digits 2022-06-03 11:43:48 +02:00
Mirek Fidler
41203dc72f benchmarks: conflict resolved 2022-05-20 09:56:45 +02:00
Mirek Fidler
5518f0de21 CtrlCore: Fixed K_DELETE issue in macos 2022-05-19 17:43:52 +02:00
Mirek Fidler
a5563f9322 CtrlLib: ArrayCtrl absolute mode visual issue fixed 2022-05-17 17:38:51 +02:00
Mirek Fidler
2ae9a6f100 CtrlCore: sizeof(Ctrl) optimisation - GetParent 2022-04-13 17:51:49 +02:00
Mirek Fidler
f2a3723483 CtrlCore: sizeof(Ctrl) reduction - Frame 2022-04-13 16:21:16 +02:00
Mirek Fidler
a78517a671 CtrlCore: Refactored child tree structure to save 8 bytes in Ctrl 2022-04-12 11:31:31 +02:00
Mirek Fidler
dfb033bb7a uppsrc: C++20 compatibility 2022-04-08 17:02:39 +02:00
cxl
b6419836e7 .removed DLOGs
git-svn-id: svn://ultimatepp.org/upp/trunk@13584 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-09-05 09:03:04 +00:00
cxl
9aa3f19087 CtrlCore: Gtk: Fixed issue with top-level SetRect
git-svn-id: svn://ultimatepp.org/upp/trunk@13582 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-09-05 07:45:05 +00:00
cxl
748b1f5525 CtrlLib: TreeCtrl improved, Core: FoldHash improved
git-svn-id: svn://ultimatepp.org/upp/trunk@12976 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-04-09 21:12:10 +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
e80a8b18d9 CtrlCore: fixed to compile
git-svn-id: svn://ultimatepp.org/upp/trunk@12379 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-10-20 11:52:31 +00:00
cxl
f6c972f05e GLCtrl: DHCtrl improvements
git-svn-id: svn://ultimatepp.org/upp/trunk@12376 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-10-19 07:44:01 +00:00
cxl
0ba06f83f8 removed DDUMPs
git-svn-id: svn://ultimatepp.org/upp/trunk@11992 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-06-11 07:38:08 +00:00
cxl
9bbb5a27d9 GLDraw premultiplied alpha issue fixed
git-svn-id: svn://ultimatepp.org/upp/trunk@11991 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-06-10 13:41:01 +00:00
cxl
90fe80d9bb CtrlCore: Fixed issue with destroying TopWindow
git-svn-id: svn://ultimatepp.org/upp/trunk@11259 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-07-17 10:58:48 +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
1c6cc19a40 .cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@7192 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-04-08 17:36:26 +00:00
cxl
2d9b228947 Core: Ctrl::GetMouseWorkArea() #725
git-svn-id: svn://ultimatepp.org/upp/trunk@7112 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-03-30 08:51:13 +00:00
cxl
ba7ab3ed50 cpp11 branch merged back to to trunk
git-svn-id: svn://ultimatepp.org/upp/trunk@7047 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-03-16 16:33:48 +00:00
cxl
c69bb7b3cc *CtrlCore: fixed issue with scrolling Ctrls
git-svn-id: svn://ultimatepp.org/upp/trunk@6019 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-05-01 21:44:28 +00:00
cxl
f018c4e4cc CtrlCore: Fixed MoveCtrl issue - deactivated for globalfullbackpaint
git-svn-id: svn://ultimatepp.org/upp/trunk@5978 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-04-12 11:09:45 +00:00
cxl
fb3a75da03 CtrlCore: Optimized SetPos (with gtk)
git-svn-id: svn://ultimatepp.org/upp/trunk@5942 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-04-01 07:26:03 +00:00
cxl
cb9a77c507 CtrlCore: GetMaxSize fixed to better support multiple monitors
git-svn-id: svn://ultimatepp.org/upp/trunk@5499 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-10-30 17:37:36 +00:00
unodgs
a9357fa7c0 WinGL: Removed few #ifdef WINGL
git-svn-id: svn://ultimatepp.org/upp/trunk@4232 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-12-02 22:19:24 +00:00
unodgs
073843d1c0 WinGL: Added automatic atlas textures, fixed some bugs
git-svn-id: svn://ultimatepp.org/upp/trunk@4188 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-11-22 20:33:47 +00:00
unodgs
9669112b82 Rainbow: WinGL..
git-svn-id: svn://ultimatepp.org/upp/trunk@3683 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-07-20 19:56:12 +00:00
unodgs
bdda2a5e7b Rainbow: WinGL..
git-svn-id: svn://ultimatepp.org/upp/trunk@3681 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-07-19 21:46:39 +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
0dc0de6a28 *CtrlCore: Fixed issue with large layout (too big for screen) and WM_GETMINMAXINFO
git-svn-id: svn://ultimatepp.org/upp/trunk@3395 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-02 11:42:50 +00:00
cxl
655def22fa *CtrlCore, GLCtrl: Fixed layout issue with GL
git-svn-id: svn://ultimatepp.org/upp/trunk@2481 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-06-13 15:42:15 +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
rylek
5c08984b63 Multimonitor fixes: window resizing, MenuBar & PopUpTable positioning
git-svn-id: svn://ultimatepp.org/upp/trunk@1012 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-03-27 21:48:01 +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