ultimatepp/uppsrc/Draw/src.tpp
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
..
Colors_en-us.tpp Draw: Missing topic titles added. 2020-04-13 17:07:18 +00:00
DataDrawer_en-us.tpp uppsrc: Topic Language Separator change (more) 2017-12-02 13:00:28 +00:00
DDARasterizer_en-us.tpp uppsrc: Topic Language Separator change (more) 2017-12-02 13:00:28 +00:00
Display_en-us.tpp uppsrc: Topic Language Separator change (more) 2017-12-02 13:00:28 +00:00
Draw_en-us.tpp .docs 2020-04-22 07:00:35 +00:00
Drawing_en-us.tpp uppsrc: Topic Language Separator change (more) 2017-12-02 13:00:28 +00:00
DrawingDraw_en-us.tpp uppsrc: Topic Language Separator change (more) 2017-12-02 13:00:28 +00:00
Font_en-us.tpp sizeof(wchar) is changed to 4 (32 bits) to support non BMP unicode characters 2021-12-02 12:03:19 +01:00
FontTextUtils_en-us.tpp .docs 2020-03-27 10:56:00 +00:00
Image_en-us.tpp Draw: ImageBuffer PaintOnceHint; gtk: Image rendering optimized to use PaintOnceHint, SetSurface optimized with create_image_surface_for_data 2021-06-03 09:23:35 +00:00
ImageBuffer_en-us.tpp Draw: ImageBuffer PaintOnceHint; gtk: Image rendering optimized to use PaintOnceHint, SetSurface optimized with create_image_surface_for_data 2021-06-03 09:23:35 +00:00
ImageEncoder_en-us.tpp uppsrc: Topic Language Separator change (more) 2017-12-02 13:00:28 +00:00
ImageMaker_en-us.tpp Draw: Minify SSE2 optimised, Core: Fixed to compile with FreeBSD 2020-06-15 11:57:51 +00:00
ImageOp_en-us.tpp Draw: Parallel Gaussian Blur optimised 2020-04-19 18:45:21 +00:00
Iml_en-us.tpp uppsrc: Topic Language Separator change (more) 2017-12-02 13:00:28 +00:00
PaintRect_en-us.tpp Draw: ClampHotSpots, AutoCrop does not do this anymore (fixes SDraw issue with text) 2018-10-10 09:36:02 +00:00
Raster_en-us.tpp Draw, plugin/jpg: Raster::GetImage and StreamRaster::LoadImageAny now flip jpg images to correct orientation 2018-10-12 17:07:13 +00:00
RasterEncoder_en-us.tpp uppsrc: Topic Language Separator change (more) 2017-12-02 13:00:28 +00:00
RasterFormat_en-us.tpp uppsrc: Topic Language Separator change (more) 2017-12-02 13:00:28 +00:00
Rasters_en-us.tpp ide: Annotations now work even if code reference is in table, Draw: docs 2019-04-03 13:44:31 +00:00
StreamRasterEncoder_en-us.tpp uppsrc: Topic Language Separator change (more) 2017-12-02 13:00:28 +00:00
UHD_en-us.tpp upp.src: UHD tweaks 2018-09-04 11:39:06 +00:00