ultimatepp/examples
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
..
AddressBook .examples 2020-02-12 13:53:35 +00:00
AddressBookXML .examples 2019-06-07 15:57:34 +00:00
AddressBookXML2 u++: init files removed 2016-11-12 06:36:54 +00:00
AndroidMath Examples, Android: reverted last change. 2021-07-19 21:06:16 +00:00
AndroidMathUtility u++: init files removed 2016-11-12 06:36:54 +00:00
AnimatedHello .examples 2017-01-11 19:38:35 +00:00
BlueBar u++: init files removed 2016-11-12 06:36:54 +00:00
Bombs .examples 2020-05-13 12:01:47 +00:00
BuildInfo u++: init files removed 2016-11-12 06:36:54 +00:00
Button changed svn layout 2008-06-07 22:31:27 +00:00
Clock Examples: Removed unused variable in Clock example. 2019-04-03 18:35:37 +00:00
Color Several examples fixed to compile and work in new draw 2009-07-08 18:44:19 +00:00
CompDir .examples 2019-06-08 16:43:19 +00:00
Converter changed svn layout 2008-06-07 22:31:27 +00:00
Days .examples 2017-01-11 19:38:35 +00:00
DbfView u++: init files removed 2016-11-12 06:36:54 +00:00
ExtractLinks uppsrc: Crash moved to archive 2020-10-27 08:34:09 +00:00
EyeCare .examples 2017-12-02 15:48:18 +00:00
FnGraph .examples 2018-03-02 08:06:37 +00:00
GeoFun .examples 2021-04-15 06:55:15 +00:00
GetMemoryBlockSize sizeof(wchar) is changed to 4 (32 bits) to support non BMP unicode characters 2021-12-02 12:03:19 +01:00
GoogleMaps u++: init files removed 2016-11-12 06:36:54 +00:00
HelloWorld .examples 2017-01-11 19:38:35 +00:00
HomeBudget .examples 2019-04-03 12:45:55 +00:00
httpcli u++: init files removed 2016-11-12 06:36:54 +00:00
idmap .examples 2019-04-14 08:34:11 +00:00
idmapBench .examples 2019-04-14 08:34:11 +00:00
ImageView .examples 2018-10-12 17:07:11 +00:00
MemorySize sizeof(wchar) is changed to 4 (32 bits) to support non BMP unicode characters 2021-12-02 12:03:19 +01:00
PainterExamples .examples 2020-06-04 16:52:03 +00:00
Puzzle u++: init files removed 2016-11-12 06:36:54 +00:00
Scribble .fixed to compile 2018-09-13 15:40:22 +00:00
SDLSoundDemo .examples 2020-04-24 08:14:36 +00:00
SQLApp .examples 2018-03-20 09:43:37 +00:00
SVGView .examples 2019-07-13 07:30:14 +00:00
Synth .examples 2020-10-09 11:16:03 +00:00
TextToSvgPath .examples 2020-03-31 15:04:59 +00:00
TimerAnimate .examples 2020-02-20 09:36:45 +00:00
UWord .cosmetics 2020-01-06 21:56:31 +00:00
wc .cosmetics 2017-10-15 08:58:44 +00:00
WeirdBug sizeof(wchar) is changed to 4 (32 bits) to support non BMP unicode characters 2021-12-02 12:03:19 +01:00
XmlView u++: init files removed 2016-11-12 06:36:54 +00:00