Mirek Fidler
69ede7b2b9
ide: No more using -mthreads with clang in win32
2022-04-04 18:05:34 +02:00
Mirek Fidler
340ce65c08
uppsrc: (c) 2022
2022-04-03 20:58:06 +02:00
Mirek Fidler
132aba9d38
ide: MSC22 support (thanks Tom)
2021-12-20 10:23:48 +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
563ac57aa8
ide: Builders now declares bmGIT_REVCOUNT macro (similar to former SVN_REVISION), now used in ide itself in the about box.
2021-08-27 18:03:53 +02:00
Mirek Fidler
1932ae3b9e
ide: Duplicate files are now not build twice (e.g. when file is added again with import.ext)
2021-08-19 12:54:03 +02:00
Mirek Fidler
9bbd21dc62
ide: CLANG warnings fixed
2021-08-02 14:15:35 +02:00
klugier
796fd82dde
Ide, Android: Android builder now can works with higher versions of JDE - Java 1.8 will be forced.
...
git-svn-id: svn://ultimatepp.org/upp/trunk@16032 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-07-25 15:58:25 +00:00
cxl
2e0a930119
umk: CCJ support
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15987 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-06-08 21:58:26 +00:00
cxl
95aad22691
ide: BLITZ is now default for GCC / CLANG release mode
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15964 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-05-26 08:15:39 +00:00
cxl
679794bcc2
ide: Builder improvements
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15955 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-05-17 08:34:33 +00:00
cxl
e3d7b9208a
ide: Fixed issue with freezing .ext on unrecognized input
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15943 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-05-03 13:09:27 +00:00
amrein
8d30eb665c
Cosmetic: wrong builder name in clang .bm autogenerated files
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15887 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-03-30 14:18:27 +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
9a6b3c6c37
ide: main_conf fix
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15839 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-03-12 15:36:43 +00:00
cxl
2035f2d9a6
ide: Fixed PATH issue (prevented GCC compilation)
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15757 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-02-12 10:15:47 +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
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
4f78f738ca
umk: removed OSX flag for Draw & plugin/png to make makefile work in MacOS
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15676 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-01-19 10:09:10 +00:00
cxl
b478460171
ide: UppHub fix
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15642 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-01-04 14:24:45 +00:00
cxl
ba3188b5a9
uppsrc: Fixed to compile in MacOS
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15618 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-12-22 22:18:08 +00:00
cxl
550e2e7e1a
ide: Support for same name main package in different nest
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15606 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-12-17 23:25:23 +00:00
cxl
d27b750453
ide: Developing upphub
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15589 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-12-13 15:56:21 +00:00
cxl
84aae8ed12
ide: LocalHost/Host, urepo refactored
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15586 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-12-12 19:27:04 +00:00
cxl
7da67d2a77
Win32: Support for bin git
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15577 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-12-10 21:27:30 +00:00
cxl
640028ba78
ide: MAKE_LIB, MAKE_MLIB flags in builders, Core: range-loop for FindFile
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15498 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-23 09:39:10 +00:00
klugier
6587259522
Ide: Remove depricated architectures from Android builder.
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15228 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-10-10 20:27:16 +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
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
3e4b840506
uppsrc: Modernizing code with variadic templates
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14604 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-06-17 16:02:45 +00:00
cxl
af0d77aeb6
umk: Fixed to compile
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14545 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-06-04 12:23:04 +00:00
cxl
c6d84d2fd1
ide: GCC builder removed PLATFORM #ifdefs where possible
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14542 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-06-04 08:28:00 +00:00
cxl
757adb4a2a
CtrlLib: Button: Fixed disabled color
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14454 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-05-10 16:53:21 +00:00
cxl
3a2ce006ca
ide: main.conf now adds config flags
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14452 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-05-10 16:27:41 +00:00
cxl
1f6adc16e8
ide: CLANG win32 debug levels now work in release mode too
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14394 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-04-28 09:55:55 +00:00
cxl
a2d5520e8c
Draw: Fixed warnings in Blur, ide: Fixed internal compiler paths with clang
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14377 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-04-25 07:03:33 +00:00
cxl
68fe80d2bb
ide: Fixed response files vs pkg-config
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14371 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-04-24 15:25:09 +00:00
cxl
c254e1178b
ide/Builders: OpenBSD support in CreateBuildMethods
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14362 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-04-24 07:04:34 +00:00
cxl
b7c4720006
ide: Response file support in GCC builder, CtrlLib: Fixed appearance of ProgressIndicator in some cases
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14354 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-04-23 09:09:50 +00:00
amrein
37fa84b4b2
Remove dash from date format (the gnu date format extension does not work on some BSD distribution) and use sed to still get single digit for date and hours
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14341 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-04-20 18:22:53 +00:00
cxl
f9849847fb
umk: Fixed output filename issue
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14302 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-04-13 14:51:14 +00:00
cxl
15beccb23f
umk: Fixed possible name collision for output binary
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14301 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-04-13 14:37:59 +00:00
cxl
b92961376a
ide, umk: Makefile generation improvements
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14297 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-04-12 09:57:39 +00:00
cxl
a383840404
upp.src: Fixed various POSIX configuration and installation related issues
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14275 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-04-07 11:34:48 +00:00
cxl
866e4588c5
ide: gnome-terminal now has --window flag, umk: fixed to compile
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14253 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-04-06 09:10:54 +00:00
cxl
3ca516b511
POSIX installation and configuration issues
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14222 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-04-04 13:12:56 +00:00
cxl
3f432c520f
POSIX install, build and config improvements
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14209 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-04-02 16:34:58 +00:00
cxl
f6bc1e4134
umk: Now creating default build methods in Posix (just like theide)
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14201 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-03-29 18:41:34 +00:00
cxl
f7361b35e9
CtrlLib: Fixed performance issues in Win32 Dark Theme mode, ide: In Win32, it is now possible to override Dark/Light mode in startup
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14199 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-03-29 11:42:17 +00:00
cxl
3a91d662fb
ide: Fixed win32 CLANG windres issue
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14098 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-02-27 19:04:43 +00:00