Commit graph

51 commits

Author SHA1 Message Date
Mirek Fidler
bf04664bae upp.src: Various macos fixes 2023-04-04 14:49:12 +02: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
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
ec716c9924 Draw: VIRTUALGUI fixes (not linking X11 anymore) 2021-09-10 18:52:17 +02: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
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
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
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
054a420861 Draw: ImageFilter now SSE2 optimised
git-svn-id: svn://ultimatepp.org/upp/trunk@14591 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-06-14 12:05:21 +00:00
cxl
3c9a733acd Draw: RescaleFilter now parallelized
git-svn-id: svn://ultimatepp.org/upp/trunk@14472 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-05-14 12:31:53 +00:00
cxl
acf8e363ae upp.src: OpenBSD patches
git-svn-id: svn://ultimatepp.org/upp/trunk@14364 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-04-24 08:14:38 +00:00
cxl
a679c099dc uppsrc: external library dependencies refactored with pkg-config
git-svn-id: svn://ultimatepp.org/upp/trunk@13917 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-01-19 12:59:46 +00:00
cxl
7506b97946 CtrlLib, Draw: Gtk3 ch improvements
git-svn-id: svn://ultimatepp.org/upp/trunk@13905 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-01-17 08:57:42 +00:00
cxl
b7cccbf059 CtrlCore: Developing Cocoa
git-svn-id: svn://ultimatepp.org/upp/trunk@12597 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-12-03 17:15:44 +00:00
cxl
e3bf1c0133 KDE 5 fixes
git-svn-id: svn://ultimatepp.org/upp/trunk@9895 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-05-30 05:52:03 +00:00
cxl
8502b19b26 upp.src: developing UHD
git-svn-id: svn://ultimatepp.org/upp/trunk@8802 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-08-09 06:58:33 +00:00
cxl
c9ce654a5f ide/Draw: Image/IML now has UHD flag
git-svn-id: svn://ultimatepp.org/upp/trunk@8793 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-08-06 12:12:18 +00:00
cxl
1e3d3f95e0 Draw: AttrText new features, Core: Fix of PolyCompare
git-svn-id: svn://ultimatepp.org/upp/trunk@8170 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-02-12 19:02:20 +00:00
cxl
272578fd3c Turtle: Fixed to compile, ide: MSC autosetup now adds /Zm200 to accommodate big PCH
git-svn-id: svn://ultimatepp.org/upp/trunk@8106 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-01-29 12:15:08 +00:00
cxl
df85260cef Painter: Shape preclipping
git-svn-id: svn://ultimatepp.org/upp/trunk@8105 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-01-28 18:53:47 +00:00
cxl
0c36000275 MSC PCH support
git-svn-id: svn://ultimatepp.org/upp/trunk@8033 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-01-12 20:21:56 +00:00
cxl
52ceaf5e71 Draw: SImageDraw
git-svn-id: svn://ultimatepp.org/upp/trunk@6122 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-05-27 18:37:04 +00:00
cxl
dc765a3537 Draw: Developing SDraw
git-svn-id: svn://ultimatepp.org/upp/trunk@6118 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-05-27 13:01:39 +00:00
cxl
8825606e35 Draw: SDraw
git-svn-id: svn://ultimatepp.org/upp/trunk@6084 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-05-19 20:48:58 +00:00
cxl
5cd7ce611e Draw: DDARasterizer, IconDes: Now using DDARasterizer
git-svn-id: svn://ultimatepp.org/upp/trunk@6058 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-05-12 18:54:11 +00:00
cxl
c11eceacc9 .cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@5999 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-04-24 10:16:30 +00:00
cxl
564b18669e Draw: RescaleFilter
git-svn-id: svn://ultimatepp.org/upp/trunk@5986 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-04-17 19:52:59 +00:00
cxl
a73d9e4bc0 ide: IconDes rescale now has bicubic option
git-svn-id: svn://ultimatepp.org/upp/trunk@5975 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-04-11 08:29:10 +00:00
cxl
c0075840b2 Draw: RescaleBicubic
git-svn-id: svn://ultimatepp.org/upp/trunk@5973 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-04-09 13:35:43 +00:00
cxl
bd87a04fda Draw, CtrlCore: Major refactor of Draw
git-svn-id: svn://ultimatepp.org/upp/trunk@5545 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-11-11 12:33:47 +00:00
cxl
2f4b604445 .Draw: added expat dependency
git-svn-id: svn://ultimatepp.org/upp/trunk@4096 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-23 12:45:46 +00:00
cxl
8cfbeffadc .fixed for direct-only linked in Ubuntu Natty
git-svn-id: svn://ultimatepp.org/upp/trunk@3239 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-02-25 10:09:25 +00:00
cxl
a0cee06b5c Syncing
git-svn-id: svn://ultimatepp.org/upp/trunk@1564 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-09-07 12:58:16 +00:00
cxl
2d82b4d930 Draw: -lexpat removed from Linux
git-svn-id: svn://ultimatepp.org/upp/trunk@1509 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-08-14 11:14:01 +00:00
cxl
68a73dff42 Draw: headless draw final milestone reached
git-svn-id: svn://ultimatepp.org/upp/trunk@1436 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-07-19 13:12:18 +00:00
cxl
04a06f8ce7 developing new draw
git-svn-id: svn://ultimatepp.org/upp/trunk@1372 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-07-06 20:31:00 +00:00
cxl
a438f12393 Merging newdraw..
git-svn-id: svn://ultimatepp.org/upp/trunk@1370 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-07-06 19:35:02 +00:00
cxl
342011f75f NewDraw 'merge'
git-svn-id: svn://ultimatepp.org/upp/trunk@1369 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-07-06 19:23:29 +00:00
cxl
ef93369af8 OldDraw backup
git-svn-id: svn://ultimatepp.org/upp/trunk@1368 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-07-06 19:21:49 +00:00
cxl
97f0ceb65b usvn fixed to work in Vista with '_svn' instread od '.svn', ArrayCtrl::ColumnSortSecondary sorting, BSD patch of Draw
git-svn-id: svn://ultimatepp.org/upp/trunk@1274 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-06-04 16:58:06 +00:00
cxl
1c11d5323c BSD patch by masu
git-svn-id: svn://ultimatepp.org/upp/trunk@1254 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-05-31 11:42:14 +00:00
cxl
ec1ca78c6b CtrlCore: Ctrl::Lock MT in Win32
git-svn-id: svn://ultimatepp.org/upp/trunk@1192 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-05-16 16:50:53 +00:00
cxl
3c976c3d48 Drawing refactored
git-svn-id: svn://ultimatepp.org/upp/trunk@1099 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-04-26 16:27:01 +00:00
cxl
107b0a4952 Improved POSIX compatibility (OpenBSD, NetBSD support)
git-svn-id: svn://ultimatepp.org/upp/trunk@1095 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-04-24 08:29:02 +00:00
cxl
efe3f71b1f Minor fixes
git-svn-id: svn://ultimatepp.org/upp/trunk@1063 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-04-16 11:29:37 +00:00
cxl
73cfd7617e TheIDE: Package coloring experiment
git-svn-id: svn://ultimatepp.org/upp/trunk@1047 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-04-05 18:30:09 +00:00
cxl
6937772ebf Copying (U++ license) changed to officical 2-clause BSD license
git-svn-id: svn://ultimatepp.org/upp/trunk@436 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-09-13 09:05:01 +00:00
mdelfede
f8da83cdf4 new uvs2 releases : uppsrc-2621 tutorial-38 examples-142 reference-115 - changed some capitalization in file names
git-svn-id: svn://ultimatepp.org/upp/trunk@313 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-07-10 20:51:21 +00:00