Commit graph

2422 commits

Author SHA1 Message Date
İsmail Yılmaz
b4f6c2e58e
Core/SSH: Underlying libssh2 libarary is upgraded (1.9.1 -> 1.10.0) (#92) 2022-09-14 17:17:05 +02:00
Mirek Fidler
05c83a9577 Core: IsEqualBySerialize now using CompareStream, optimised serialisation of Vector<fundemental type> with SerializeRaw 2022-08-16 16:23:05 +02:00
Mirek Fidler
ecf45f083c Merge branch 'master' of https://github.com/ultimatepp/ultimatepp 2022-08-04 19:20:31 +02:00
Mirek Fidler
4b816115c7 Core: Format(Date date, const char *fmt) 2022-08-04 19:20:11 +02:00
Mirek Fidler
f568ba43b0 .docs 2022-07-21 10:18:17 +02:00
İsmail Yılmaz
4c149b9066
SSH: Deprecated methods are removed. (#82) 2022-07-19 10:15:40 +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
5518f0de21 CtrlCore: Fixed K_DELETE issue in macos 2022-05-19 17:43:52 +02:00
Mirek Fidler
73e6667a7e Core: IsVoid(String) 2022-05-19 00:23:26 +02:00
Mirek Fidler
c4670a5ada Core: LoadFile close(fd) fix 2022-05-18 10:57:48 +02:00
Mirek Fidler
9b1472ba70 Core: LoadFile fixed 2022-05-18 10:21:49 +02:00
Mirek Fidler
3fdd8be072 Core: LoadFile CHUNK fix 2022-05-18 09:56:10 +02:00
Mirek Fidler
34cdcee068 Core: LoadFile fixed to work with /proc pseudofiles 2022-05-18 09:52:23 +02:00
Mirek Fidler
143ad0aa3d Core: BiVector, BiArray Create with parameters 2022-05-16 13:33:15 +02:00
Mirek Fidler
96f9f3b149 Draw: Fixed FlipImage 2022-05-03 00:05:07 +02:00
Mirek Fidler
84c80d95ff Attributes optimisation 2022-05-01 19:29:59 +02:00
Mirek Fidler
e9d00e6531 Ctrl packed attributes 2022-04-29 18:01:10 +02:00
Mirek Fidler
9fd3d5eb3e CtrlLib, Core: Mitore removed 2022-04-20 11:42:17 +02:00
Mirek Fidler
f086ac0935 Core, Install license: version update 2022-04-19 12:50:57 +02:00
Mirek Fidler
2ebd16b1a1 optimizing Ctrl::Top, LabelBase 2022-04-18 15:03:38 +02:00
Mirek Fidler
a199280088 CtrlLib, Core: Improved float support (EditFloatSpin, Value::operator float) 2022-04-12 13:39:55 +02:00
Mirek Fidler
45440d75b5 Core: ConvertFloat, CtrlLib: EditFloat 2022-04-11 16:48:56 +02:00
Mirek Fidler
4caac47b22 C++20 fixes 2022-04-08 18:15:07 +02:00
Mirek Fidler
dfb033bb7a uppsrc: C++20 compatibility 2022-04-08 17:02:39 +02:00
Mirek Fidler
9d56de714c Core: Removed bad_alloc workaround in heap.cpp for win32 clang 2022-04-07 20:07:01 +02:00
Mirek Fidler
340ce65c08 uppsrc: (c) 2022 2022-04-03 20:58:06 +02:00
Mirek Fidler
f5f26e2b9b .cosmetics 2022-03-22 14:40:38 +01:00
Mirek Fidler
60aaffe05a Core: Now using _addcarry_u64 only for x86 2022-03-20 09:33:29 +01:00
Mirek Fidler
d3ef160f10 TabBar: ConfirmCloseSome 2022-03-18 11:58:55 +01:00
Mirek Fidler
3431916243 Core: ChangeCurrentDirectory .h 2022-03-17 13:05:54 +01:00
Mirek Fidler
4a0c7ab17e Core: ChangeCurrentDirectory 2022-03-17 12:09:06 +01:00
Mirek Fidler
3b08038375 Core, ide: Fixed some warnings 2022-03-06 15:26:36 +01:00
Mirek Fidler
21eebae3db Input Method support (Win32, MacOS, Linux) 2022-02-26 18:31:33 +01:00
Mirek Fidler
a1ca4a04ca Core/SSL: Fixed UPP_HEAP problem 2022-02-14 08:28:46 +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
05fdb8a04a ide: Debugger NLS support for debugee commandline 2022-02-11 13:44:38 +01:00
Mirek Fidler
161878682f Core: Fixed to compile with ARM 2022-02-06 17:02:50 +01:00
Mirek Fidler
97bc27d7e1 Core: One more fix of addc64 2021-12-28 10:34:28 +01:00
Mirek Fidler
3e1a59166a Core: Reverted add_carry issue, including x86intrin instead (thanks Klugier) 2021-12-28 10:20:49 +01:00
Mirek Fidler
e9228d21bd Core: _addcarry_u64 issue with clang 2021-12-25 19:17:11 +01:00
Mirek Fidler
900dcdff41 Core: addc64 using 'slow path' with GCC < 6 as _addcarry_u64 is not available 2021-12-25 19:06:51 +01:00
Mirek Fidler
d8d16229d1 Fixed reporting leaks for GLCtrl in Linux with Radeon driver, new memory leaks detection related functions. 2021-12-19 14:53:30 +01:00
Mirek Fidler
802d9f3e9f ide: Fixed to compile 2021-12-09 00:44:12 +01:00
Mirek Fidler
d2207cd21f .autotest, .cosmetics 2021-12-05 18:54:24 +01:00
Mirek Fidler
fc6946e016 Core: WebSocket redirect, .autotest 2021-12-04 20:20:46 +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
8b88b59652 Core: Atof fix 2021-11-20 16:45:47 +01:00
Mirek Fidler
ac77bc500e Atof now does not consider ',' as decimal point 2021-11-08 17:59:38 +01:00
Mirek Fidler
cab3ac794a .autotest 2021-11-07 15:46:24 +01:00