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
cxl
fbb02d75f3
ide: Main config is now reading flags from sources
...
git-svn-id: svn://ultimatepp.org/upp/trunk@16031 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-07-22 13:51:46 +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
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
ecce4c51ea
GridCtrl: Removed Sql dependecy issue, CtrlCore: Win32 pen support improved, ide: NoConvertCharser for Host local process to fix the issue with svn history
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15850 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-03-17 11:29:34 +00:00
cxl
e4a0ed6c9d
CtrlLib: Local menu at point now moves a bit to avoid mouse position, ide: FindInFiles list of folders fixed to avoid all UppHub folders listed
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15825 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-03-09 08:55:22 +00:00
cxl
5ab4810e73
CtrlCore: Fixed issue with Upp::t_
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15822 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-03-07 10:16:39 +00:00
cxl
31253bba39
ide: Not creating empty missing packages
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15801 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-02-26 23:55:55 +00:00
cxl
94ec3965e7
ide: package should now save CR line endings when needed
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15781 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-02-20 12:21:08 +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
64d80c069d
ide: Repo PutVerbose supressed
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15725 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-02-02 10:50:13 +00:00
cxl
6d5abe9fd7
ide: Removing stalled script files in posix
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15665 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-01-14 11:46:34 +00:00
cxl
5b9b4b65b1
ide: Select package fix
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15658 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-01-08 11:27:59 +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
034fefe284
ide: developing git support
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15590 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-12-14 08:38:37 +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
b9ccca948a
ide: Open Terminal in Win32
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15525 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-27 09:42:20 +00:00
cxl
799d6dbc0a
ide: Developing UppHub
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15513 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-25 09:09:17 +00:00
cxl
6234e9adbf
ide: Developing UppHub
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15509 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-24 12:05:50 +00:00
cxl
a58eee73bb
CtrlLib: LabelBase AlignLeft typo fixed (thanks bozero)
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15507 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-24 11:44:32 +00:00
cxl
0ebee06f75
ide: Developing uppiverse
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15485 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-22 09:42:57 +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
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
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
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
820ce4a2aa
CtrlCore: Fix of serialization on armhf, ide: lxde terminal support
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14414 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-05-01 10:45:02 +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
cbb168bfcf
umk: Can now name makefile, can now execute the binary
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14303 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-04-13 16:16:55 +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
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
cxl
18f414c15c
ide: pkg_config support in makefile export
...
git-svn-id: svn://ultimatepp.org/upp/trunk@13843 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-01-09 11:55:29 +00:00
cxl
dbc70bb2a8
ide: Line endings issue in LayDes and IconDes
...
git-svn-id: svn://ultimatepp.org/upp/trunk@13635 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-10-09 09:09:39 +00:00
cxl
f99c4fe4c7
ide: debugger next / prev frame buttons improved
...
git-svn-id: svn://ultimatepp.org/upp/trunk@13562 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-08-29 08:42:09 +00:00
cxl
13ebef1bff
ide: pkg_config support
...
git-svn-id: svn://ultimatepp.org/upp/trunk@13559 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-08-24 12:51:04 +00:00
cxl
d9441f86d0
ide: builders now support of expansion of pkg-config ... blocks
...
git-svn-id: svn://ultimatepp.org/upp/trunk@13558 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-08-23 16:41:59 +00:00
cxl
38ac5ee73b
uppsrc: Copying copyright updated to 2019
...
git-svn-id: svn://ultimatepp.org/upp/trunk@13070 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-05-01 12:27:32 +00:00
cxl
0833cadefd
ide: Fixed to be SO buildable
...
git-svn-id: svn://ultimatepp.org/upp/trunk@13003 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-04-17 13:06:27 +00:00
cxl
77e198b0b4
ide: Cocoa terminal issue solved
...
git-svn-id: svn://ultimatepp.org/upp/trunk@12708 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-01-23 22:15:13 +00:00
cxl
6b43285e16
uppsrc: GetTickCount() -> msecs()
...
git-svn-id: svn://ultimatepp.org/upp/trunk@12590 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-11-29 13:01:23 +00:00
cxl
6076939bd6
ide: Fixed issue with mixing GetTickCount and msecs
...
git-svn-id: svn://ultimatepp.org/upp/trunk@12553 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-11-19 09:40:16 +00:00
cxl
f1cdb1625a
Core: LocalProcess now allows setting current directory for started process
...
git-svn-id: svn://ultimatepp.org/upp/trunk@12319 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-09-30 09:13:16 +00:00
cxl
b5a9f67519
Core: Fixed various issues with unicode characters in commandline
...
git-svn-id: svn://ultimatepp.org/upp/trunk@12288 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-09-19 17:44:12 +00:00
cxl
ff01418574
ide: OSX flags
...
git-svn-id: svn://ultimatepp.org/upp/trunk@12140 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-08-02 17:53:13 +00:00
cxl
73c5d9e968
ide: GDB improvements
...
git-svn-id: svn://ultimatepp.org/upp/trunk@12037 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-07-01 20:54:57 +00:00
klugier
062f879214
Gdb: #1 Added additional logs when kill close handle operation failed while breaking execution. #2 Gdb now supports displays up 200 entries of the stack to avoid ide not response when recursion is infinit. #3 Gdb now reports failure when breakpoint is not setted to TheIDE. #4 Remove infinit recursion in Ide::OnBreakpoint method.
...
git-svn-id: svn://ultimatepp.org/upp/trunk@12028 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-06-29 20:09:25 +00:00
cxl
6dae740a4f
ide: Fixed issue with package load
...
git-svn-id: svn://ultimatepp.org/upp/trunk@11733 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-01-27 10:51:43 +00:00