Commit graph

65 commits

Author SHA1 Message Date
Mirek Fidler
713d5bd53e custom titlebar 2025-05-29 10:20:10 +02:00
Mirek Fidler
9658c53530 CtrlLib: ChWin11 multibutton separator color SLtGray 2025-01-30 08:43:16 +01:00
Mirek Fidler
56a26ec93f CtrlLib: ChWin32 improvements (Win11) 2025-01-22 00:24:01 +01:00
Mirek Fidler
a301d92a1b CtrlLib: Ch Win11 fixes 2025-01-16 16:16:50 +01:00
Mirek Fidler
0bc1e4eb2d CtrlLib: Ch Win11 improvements 2025-01-16 10:56:47 +01:00
Mirek Fidler
b09ad95183 CtrlLib: Win11 and internal styles scrollbars changed 2025-01-16 00:25:50 +01:00
Mirek Fidler
fa58d0c40a ide: PDB debugger now can use Esc scripts for pretty printing 2025-01-09 17:47:11 +01:00
Mirek Fidler
26de556486 CtrlCore: Win32 titlebar changes to dark version on runtime skin change 2024-12-19 20:41:19 +01:00
Mirek Fidler
495535e10c Core: IsWin11, CtrlLib: No arrows in Win11 scrollbar 2024-12-13 14:23:53 +01:00
Mirek Fidler
c3ce92830d Dynamic skin changes 2024-12-06 10:05:57 +01:00
Mirek Fidler
a15023e1bb CtrlLib: Progress fix cosmetics 2024-10-01 00:44:09 +02:00
Mirek Fidler
1c1b7aff3c CtrlLib: Optimised Progress chameleon 2024-09-30 11:20:46 +02:00
Mirek Fidler
f99915f112 CtrlCore: In win32, HTHEME handles now are released sometimes (should fix issue with invalid ones after running 3D game) 2022-10-20 23:27:56 +02:00
Zbigniew Rębacz
6b9ede787e
Fixed issue with wrong text color on selected menu item. (#97) 2022-09-22 23:24:35 +02:00
Mirek Fidler
b9c23fa845 CtrlLib: Ch dark theme adjustments (thanks Tom) 2022-01-17 17:29:58 +01:00
Mirek Fidler
536b1d1dfb CtrlLib: Developing dark theme improvements 2022-01-08 14:21:22 +01:00
Mirek Fidler
02ec62e89c CtrlLib: ChWin32: Removed unsupported colors 2022-01-05 09:03:54 +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
Mirek Fidler
113ba777b4 .removed DDUMPs 2021-09-16 13:32:12 +02:00
Mirek Fidler
88d871be71 Draw, CtrlLib: Win32 Font enumeration changes to W variant 2021-09-16 10:06:50 +02:00
cxl
21a64f02e3 CtrlLib: Win32 HeaderCtrl appearance changed (now ignoring weird native appearance)
git-svn-id: svn://ultimatepp.org/upp/trunk@15607 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-12-18 09:42:46 +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
d2967e13f1 uppsrc: In preparation to move to 64 bit hash codes, hash code type is now hash_t (replaces unsigned, dword)
git-svn-id: svn://ultimatepp.org/upp/trunk@14521 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-05-31 16:13:28 +00:00
cxl
8dc013f007 CtrlLib: Fixed Chameleon color issue, fixed dark mode option when app is started from theide
git-svn-id: svn://ultimatepp.org/upp/trunk@14311 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-04-15 10:46:02 +00:00
cxl
f7361b35e9 CtrlLib: Fixed performance issues in Win32 Dark Theme mode, ide: In Win32, it is now possible to override Dark/Light mode in startup
git-svn-id: svn://ultimatepp.org/upp/trunk@14199 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-03-29 11:42:17 +00:00
cxl
3cd69d7d3a ide: Customizatble GUI font, several more skins
git-svn-id: svn://ultimatepp.org/upp/trunk@14142 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-03-09 14:03:29 +00:00
cxl
3cfd6e5557 CtrlLib: win32 dark theme improvements, ide: cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@14077 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-02-24 23:36:30 +00:00
cxl
beed1f40b2 CtrlLib: Removed ClassicCtrls and AmbientCtrls, fixed dialog icons in Win32
git-svn-id: svn://ultimatepp.org/upp/trunk@14043 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-02-19 13:25:54 +00:00
cxl
e137b53a2d CtrlCore, CtrlLib: Modify flag refactored, dark mode improvements
git-svn-id: svn://ultimatepp.org/upp/trunk@14009 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-02-14 08:55:57 +00:00
cxl
7dd1764ee7 Core, CtrlLib, Ide: Resolved issue with SColors in Layout widget properties
git-svn-id: svn://ultimatepp.org/upp/trunk@14002 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-02-13 14:38:43 +00:00
cxl
38f1919a56 CtrlLib: fixed to compile in Win32
git-svn-id: svn://ultimatepp.org/upp/trunk@13908 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-01-17 10:21:27 +00:00
cxl
e422190e98 CtrlLib: Fixed for Win32
git-svn-id: svn://ultimatepp.org/upp/trunk@13900 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-01-16 12:21:58 +00:00
cxl
e3b1883cc7 CtrlCore: IsDarkThemeEnabled flag
git-svn-id: svn://ultimatepp.org/upp/trunk@12913 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-03-29 08:53:32 +00:00
cxl
c15de077a5 uppsrc: Dark theme
git-svn-id: svn://ultimatepp.org/upp/trunk@12890 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-03-24 22:07:55 +00:00
cxl
6d05cffc06 uppsrc: Dark theme issues
git-svn-id: svn://ultimatepp.org/upp/trunk@12773 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-02-19 12:34:06 +00:00
cxl
aee0242f93 CtrlLib: LabelBoxTextColor and LabelBoxDisabledTextColor work again
git-svn-id: svn://ultimatepp.org/upp/trunk@12643 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-01-05 10:39:55 +00:00
cxl
c68c5e8afa CtrlCore: Cocoa proper UHD support
git-svn-id: svn://ultimatepp.org/upp/trunk@12299 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-09-23 18:47:17 +00:00
cxl
530444efeb CtrlLib: Now using cocoa stock images for Prompts
git-svn-id: svn://ultimatepp.org/upp/trunk@12284 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-09-18 09:40:29 +00:00
cxl
0fe34e10fc .removed DDUMPs
git-svn-id: svn://ultimatepp.org/upp/trunk@12240 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-09-03 17:29:50 +00:00
cxl
21201ccc8b CtrlLib: Various UHD fixes
git-svn-id: svn://ultimatepp.org/upp/trunk@12239 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-09-03 15:46:01 +00:00
cxl
b78403abf9 CtrlLib: Now using SetProcessDpiAwareness when available
git-svn-id: svn://ultimatepp.org/upp/trunk@11058 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-05-08 14:16:25 +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
f89f7754ea CtrlLib: Fixed menu appearance in Win32, 125% font size #1341
git-svn-id: svn://ultimatepp.org/upp/trunk@9201 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-11-22 06:27:47 +00:00
cxl
d72628c027 CtrlLib: Slider issue UHD
git-svn-id: svn://ultimatepp.org/upp/trunk@9170 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-11-09 16:47:49 +00:00
cxl
90c8aa8e2a UHD docs #1266
git-svn-id: svn://ultimatepp.org/upp/trunk@8976 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-10-04 06:05:30 +00:00
cxl
5c18660dd5 CtrlLib: Fix in ChSysInit (thanks Novo)
git-svn-id: svn://ultimatepp.org/upp/trunk@8841 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-08-23 18:36:38 +00:00
cxl
e24bf569b1 Sql: SqlSelect::AsTable for ORACLE (thanks wqcmaster!)
git-svn-id: svn://ultimatepp.org/upp/trunk@8840 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-08-23 18:27:03 +00:00
cxl
8502b19b26 upp.src: developing UHD
git-svn-id: svn://ultimatepp.org/upp/trunk@8802 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-08-09 06:58:33 +00:00
cxl
2604a04ee2 .removed DDUMP
git-svn-id: svn://ultimatepp.org/upp/trunk@8795 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-08-07 09:13:31 +00:00
cxl
b9e5b1c424 Developing HiDPI support
git-svn-id: svn://ultimatepp.org/upp/trunk@8791 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-08-05 18:32:21 +00:00