Commit graph

20 commits

Author SHA1 Message Date
Mirek Fidler
919e89bce2 CtrlLib: Fixed DropList accelerators 2023-03-02 21:11:29 +01:00
Mirek Fidler
3838799a84 DropList, DropChoice optimised 2022-05-11 09:44:08 +02:00
Mirek Fidler
84c80d95ff Attributes optimisation 2022-05-01 19:29:59 +02:00
Mirek Fidler
67f810e0f5 VirtualButtons improvements 2022-04-26 13:13:27 +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
0153b408eb CtrlLib: DropList::Add(initializer_list)
git-svn-id: svn://ultimatepp.org/upp/trunk@13497 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-07-17 19:45:07 +00:00
cxl
1c90a31f9e CtrlLib: Fixed issue with DropList::ClearList setting modified
git-svn-id: svn://ultimatepp.org/upp/trunk@10205 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-09-14 11:16:20 +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
2bb9224289 DropList: Fixed issue with disabled entries
git-svn-id: svn://ultimatepp.org/upp/trunk@9189 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-11-17 15:36:04 +00:00
cxl
29da5555e4 CtrlLib: DropList::Add(... enable);
git-svn-id: svn://ultimatepp.org/upp/trunk@9176 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-11-11 17:55:31 +00:00
cxl
fa46507582 .cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@7190 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-04-08 17:27:23 +00:00
cxl
e12527eb36 CtrlLib: DropList: NoWheel option
git-svn-id: svn://ultimatepp.org/upp/trunk@6539 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-11-08 13:25:55 +00:00
cxl
7898055383 CtrlLib: DropList SetValueConvert, plugin\jpg: orientation EXIF metatag
git-svn-id: svn://ultimatepp.org/upp/trunk@6238 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-08-08 13:31:11 +00:00
cxl
2fe4f2c8f7 uppsrc: Fixed two POSIX -> PLATFORM_POSX ifdefs (#499), CtrlLib: Renamed DropList Add to Append
git-svn-id: svn://ultimatepp.org/upp/trunk@6237 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-08-08 08:01:57 +00:00
cxl
94419dbd9d CtrlLib: Calendar, DropDate: Fixed issue with end of month clicks, WhenWeek
git-svn-id: svn://ultimatepp.org/upp/trunk@6148 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-06-14 06:10:58 +00:00
cxl
2304dd39ed .DropList Now supports unicode
git-svn-id: svn://ultimatepp.org/upp/trunk@3800 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-08-30 08:01:36 +00:00
cxl
86003943f9 CtrlLib: Fixed the problem with Separator in DropList
git-svn-id: svn://ultimatepp.org/upp/trunk@1552 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-09-04 12:43:45 +00:00
rylek
791bcd409a DropList::Format patched to respect DisplayAll modifier; minor fixes in CalcType
git-svn-id: svn://ultimatepp.org/upp/trunk@1542 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-09-01 21:58:57 +00:00
cxl
3c0a6f1aa6 DropList::DropWidth, DropList::DropWidthZ
git-svn-id: svn://ultimatepp.org/upp/trunk@600 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-11-05 08:55:42 +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