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
cxl
d6e017eaa9
Draw: Removed obsolete fontconfig function
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15260 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-10-16 09:14:40 +00:00
cxl
021fe714c3
Draw: DrawPainting now antialiased
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15212 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-10-07 13:25:14 +00:00
cxl
6fca987969
uppsrc: Fixing GCC 10.2. warnings
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15182 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-10-01 08:03:33 +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
697362bca2
ide: Fixed full screen issue in SlideShow
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15002 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-09-09 11:58:47 +00:00
cxl
f8b8cbf1eb
Copying update
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14978 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-09-03 14:50:30 +00:00
cxl
4a7b4a646d
.cosmetics
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14908 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-08-27 11:02:26 +00:00
cxl
bfd48b5ec9
POSIX flags fixes
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14754 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-08-06 08:28:12 +00:00
cxl
1e58f89f8f
CtrlLib: MenuBar::Execute MacOS fix
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14664 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-07-07 09:45:41 +00:00
cxl
3f3354cef5
CppBase: Fixed issue in GatherSources
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14659 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-07-05 09:07:57 +00:00
cxl
b7d3e46116
Draw: FontCR added FreeMono
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14654 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-07-03 11:53:48 +00:00
cxl
fb4d667fdb
uppsrc: SSE2->SIMD, Core: another decode fix
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14652 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-07-03 11:21:07 +00:00
cxl
b8598982eb
Core: SIMD
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14650 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-07-03 07:29:31 +00:00
cxl
b2ca7e410d
.cosmetics
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14632 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-06-26 09:33:00 +00:00
cxl
a47675b7bd
.cosmetics
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14630 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-06-24 13:01:35 +00:00
cxl
6dcc820e13
Draw: Minify fix
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14627 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-06-23 07:59:57 +00:00
cxl
c7b0d266ff
Draw: Minify fix
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14624 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-06-23 07:51:28 +00:00
cxl
6ca666f304
Draw: Fixed order of arguments in LoadRGBA2
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14623 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-06-22 23:35:26 +00:00
cxl
87aa692166
uppsrc: armhf fixes
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14621 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-06-22 21:32:16 +00:00
cxl
a77b6cd36a
Draw: Some SSE2 routines moved from Painter
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14597 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-06-15 20:34:53 +00:00
cxl
1f49ce6a3e
Draw: Minify SSE2 optimised, Core: Fixed to compile with FreeBSD
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14596 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-06-15 11:57:51 +00:00
cxl
1af6908ff9
Core: get_i
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14594 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-06-14 17:08:20 +00:00