Commit graph

562 commits

Author SHA1 Message Date
Mirek Fidler
983f2905cc CtrlCore, Draw, CtrlLib: Experimental animation support 2023-04-22 14:39:44 +02:00
Mirek Fidler
36ef12fdc3 MacOS: Fixed rendering of apple chars in italic, removed Insert key from mac menu (gets displayed wrongly) 2023-04-18 11:12:27 +02:00
Mirek Fidler
bf04664bae upp.src: Various macos fixes 2023-04-04 14:49:12 +02:00
Mirek Fidler
3072608fb9 ide: Insert .iml Image 2023-03-08 16:36:36 +01:00
Tomas Lindquist
2310e381a1
Add forward declaration of DstSrcOp to ImageOp.h (#131) 2023-01-18 11:10:08 +01:00
Mirek Fidler
ea5a7014d9 ide: Assist fix for -> 2022-12-12 21:53:38 +01:00
Mirek Fidler
b3bdf28dbf uppsrc: Fixed various valgrind detected issues 2022-09-20 11:41:29 +02:00
Mirek Fidler
689b40943a cosmetics 2022-09-12 10:20:34 +02: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
6a86f2ac03 MSC warnings fixed, CtrlLib: .lay UNTYPED now without properties 2022-05-14 08:47:02 +02:00
Mirek Fidler
433b11db63 ide: namespace agnostic layouts refactored again 2022-05-08 13:36:03 +02:00
Mirek Fidler
557c343196 .cosmetics 2022-05-06 18:09:07 +02:00
Mirek Fidler
4eb29f2ed4 Image: Support for >2G pixel images 2022-05-05 02:11:33 +02:00
Mirek Fidler
b11938a43c plugin/tif: Minimal geotiff capabilities 2022-05-04 00:03:49 +02:00
Mirek Fidler
96f9f3b149 Draw: Fixed FlipImage 2022-05-03 00:05:07 +02:00
Mirek Fidler
e9d00e6531 Ctrl packed attributes 2022-04-29 18:01:10 +02:00
Mirek Fidler
340ce65c08 uppsrc: (c) 2022 2022-04-03 20:58:06 +02:00
Mirek Fidler
fbee663568 Draw: Fixed MSVC warning in FontCR.cpp 2022-03-17 13:23:32 +01:00
Mirek Fidler
dbed223abc upp.src: in win32 usp10 now strictly before gdi32 (to avoid win 7 issues) 2022-02-11 17:51:20 +01:00
Mirek Fidler
8826daf070 FT_fontsys: Add missing GetFontDataSys implementation 2022-01-15 14:42:23 +01:00
Mirek Fidler
f084e9a612 PdfDraw now supports color emoji, Fix in Gtk DrawText, refactored font height adjustment in replacement fonts 2022-01-12 23:33:37 +01:00
Mirek Fidler
f2ce3bfc75 PdfDraw: Improvements 2022-01-05 08:45:00 +01:00
Mirek Fidler
405c6ff0da PdfDraw: Fixed nonBMP glyphs export 2022-01-02 23:14:17 +01:00
Mirek Fidler
97bc27d7e1 Core: One more fix of addc64 2021-12-28 10:34:28 +01:00
Mirek Fidler
ee220a64aa Draw: Color Emoji now prefered as replacement 2021-12-28 10:14:11 +01:00
Mirek Fidler
9518d09962 Draw: Fixed charset conversion in DrawText 2021-12-13 23:05:14 +01:00
Mirek Fidler
d16b2ab18a Draw: Fixed Color Emoji with FreeType 2021-12-12 16:36:17 +01:00
Mirek Fidler
22cf499432 upp.src: Various CHARSET_UNICODE->CHARSET_UTF8 changes, FT_fontsys fix, SDL2GL fix 2021-12-05 20:01:27 +01:00
Mirek Fidler
d2207cd21f .autotest, .cosmetics 2021-12-05 18:54:24 +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
88d871be71 Draw, CtrlLib: Win32 Font enumeration changes to W variant 2021-09-16 10:06:50 +02:00
Mirek Fidler
ec716c9924 Draw: VIRTUALGUI fixes (not linking X11 anymore) 2021-09-10 18:52:17 +02:00
cxl
1f291e2d85 Draw: RPI/ARN NEON compilation fixed
git-svn-id: svn://ultimatepp.org/upp/trunk@15997 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-06-16 14:32:10 +00:00
cxl
4a7f4ee66d Draw: ImageBuffer PaintOnceHint; gtk: Image rendering optimized to use PaintOnceHint, SetSurface optimized with create_image_surface_for_data
git-svn-id: svn://ultimatepp.org/upp/trunk@15977 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-06-03 09:23:35 +00:00
cxl
fa2ed4c909 StdDisplay: Fixed GetStdSize height for Null Value (now 0), ArrayCtrl: Fixed issue with unnecesarry Accepts when clicking outside
git-svn-id: svn://ultimatepp.org/upp/trunk@15914 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-04-16 16:42:11 +00:00
cxl
96ac08d914 CtrlCore: New Pen supposrt, CtrlLib: Fixed TabCtrl transparency issue, Draw: Improved Upscale2x
git-svn-id: svn://ultimatepp.org/upp/trunk@15867 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-03-25 18:57:34 +00:00
cxl
a5f628fe6d uppsrc: 2020->2021
git-svn-id: svn://ultimatepp.org/upp/trunk@15857 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-03-19 14:14:08 +00:00
cxl
95fb7897ec Draw, CtrlLib, ide: Fixed problem with GetAveWidth being unreliable
git-svn-id: svn://ultimatepp.org/upp/trunk@15842 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-03-13 08:24:08 +00:00
cxl
5da70205df RichText: JPG raw image data is now exported to PDF as JPEG
git-svn-id: svn://ultimatepp.org/upp/trunk@15834 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-03-11 11:42:56 +00:00
cxl
d60761fa88 UppHub improvements
git-svn-id: svn://ultimatepp.org/upp/trunk@15815 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-03-06 09:40:33 +00:00
cxl
36ed36f225 .cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@15795 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-02-23 10:43:03 +00:00
cxl
025c618f08 umk2: Fixed umk32
git-svn-id: svn://ultimatepp.org/upp/trunk@15747 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-02-07 18:11:44 +00:00
cxl
d7ac9255eb uppsrc: Not using pkg-config in OSX
git-svn-id: svn://ultimatepp.org/upp/trunk@15745 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-02-07 17:29:35 +00:00
cxl
697f743842 uppsrc: MacOS 11.2 fixes
git-svn-id: svn://ultimatepp.org/upp/trunk@15740 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-02-06 09:35:47 +00:00
cxl
6122e3d070 CtrlCore, Draw: Cocoa font handling moved to Draw
git-svn-id: svn://ultimatepp.org/upp/trunk@15471 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-20 13:19:54 +00:00
klugier
8ff70fd6df Doc: .cosmetic in styling.
git-svn-id: svn://ultimatepp.org/upp/trunk@15467 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-20 02:04:48 +00:00
klugier
1ef3169863 Doc: Changed code font size from 8 to 9 for better readability.
git-svn-id: svn://ultimatepp.org/upp/trunk@15466 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-20 01:57:07 +00:00
klugier
32f612a3e6 Draw: Tutorial improvements to the latest changes in examples.
git-svn-id: svn://ultimatepp.org/upp/trunk@15465 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-20 00:44:01 +00:00
klugier
36e0b9dc66 Draw, Doc: UHD article modernized.
git-svn-id: svn://ultimatepp.org/upp/trunk@15384 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-09 21:29:07 +00:00