Commit graph

2403 commits

Author SHA1 Message Date
Mirek Fidler
96f9f3b149 Draw: Fixed FlipImage 2022-05-03 00:05:07 +02:00
Mirek Fidler
f086ac0935 Core, Install license: version update 2022-04-19 12:50:57 +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
Mirek Fidler
37308fbf1b .autotest 2021-10-13 09:20:17 +02:00
Mirek Fidler
dbe763c771 .Core: Removed unused h[32] from Format.cpp 2021-10-07 09:30:09 +02:00
Mirek Fidler
d043d09964 CtrlLib: Fixed issue with key_source.h and t.h (causing wrong texts) 2021-10-02 09:40:05 +02:00
Mirek Fidler
86982f15c3 Ctrl: TextCtrl View mode optimized, Core: String::Make for int conversions 2021-09-18 20:54:31 +02:00
Mirek Fidler
3237585d7d .autotest 2021-09-14 10:28:44 +02:00
Mirek Fidler
54226f44d3 Core: String::Make 2021-09-13 08:59:05 +02:00
Mirek Fidler
9458f03c96 Core: %n fix improved 2021-09-12 00:51:03 +02:00
Mirek Fidler
b58e1249de Core: %n format fix 2021-09-12 00:41:19 +02:00
Mirek Fidler
e52cead22b Core: FormatDouble slightly refactored 2021-09-11 11:31:42 +02:00
Mirek Fidler
95de0de094 Core: New double formatters (%m, %mf, %me) 2021-09-05 14:58:30 +02:00
Mirek Fidler
a20dd719a1 Core: JSON/Xml now using FormatG(, 17) 2021-08-31 11:04:53 +02:00
Mirek Fidler
e6d00d8697 Core: AsString(double) now empty for IsNull, autotest: Atof test fixed 2021-08-31 10:54:51 +02:00
Mirek Fidler
039903de67 Core: FormatDouble precision is now 15 (DBL_DIGITS) 2021-08-31 10:11:12 +02:00
Mirek Fidler
b8d1a6fe6e Core: FormatDouble BW compatibility issues 2021-08-30 13:55:16 +02:00
Mirek Fidler
d7c885f8c7 Core: Removed intrin.h include for Posix 2021-08-30 09:32:11 +02:00
Mirek Fidler
ba737d3ece Core: Fixed issue with FormatDouble with 32bit CPUs 2021-08-29 20:26:08 +02:00
Mirek Fidler
420697e463 Core: FormatDouble sign for nans 2021-08-29 13:42:42 +02:00
Mirek Fidler
f3031736b7 Core: FormatDouble, ScanDbl refactored 2021-08-29 13:27:37 +02:00
Mirek Fidler
9a0d174984 Core: double Null refactoring (it is now -inf) 2021-08-27 09:17:32 +02:00