Commit graph

2527 commits

Author SHA1 Message Date
Mirek Fidler
92de5c8f24 ide: .log now updates better in theide 2024-03-22 15:29:08 +01:00
Mirek Fidler
8d5a7adc31 Core: Failure in AMap::Serialize now clears it 2024-02-16 14:21:06 +01:00
Mirek Fidler
6eebadd788 Core: config.h cosmetics 2024-02-09 10:30:33 +01:00
Mirek Fidler
4754fef73d Minimal support of unknown CPUs 2024-02-08 19:52:01 +01:00
Mirek Fidler
f19d41198c Core: Fixed problem with Win32 GetTimeFormat name clash 2024-01-08 14:42:03 +01:00
Mirek Fidler
4a9674604c Core: Fixed MSBT problem (thanks Tom!), Painter examples and docs 2023-12-27 16:41:12 +01:00
mirek-fidler
2d0f19053a
Painter2 (#182)
Painter improvements: Multithreaded rendering improved, new image filter (like Lanczos 3) option, image mapping is now more precise
2023-12-24 15:21:23 +01:00
Zbigniew Rębacz
e65af45fa8
IDE changes for Flatpak sandbox (#177)
ide: Flatpak support
2023-12-20 11:05:00 +01:00
Zbigniew Rębacz
285f5e40ce Core, Doc: .cosmetic 2023-12-17 17:17:19 +01:00
Zbigniew Rębacz
6d364d0cee Doc, Core: change port to 8080 in Network02 tutorial. 2023-12-03 13:21:08 +01:00
Zbigniew Rębacz
0ea3ca7e1b Doc, Core: .cosmetic in Network Tutorial. 2023-12-02 23:52:10 +01:00
Mirek Fidler
2afe7f5382 Core: Fixed FLOAT_V issues 2023-11-18 08:28:25 +01:00
Mirek Fidler
547a50d33c Core: ValueCache limits simplified, ide: Show branch in editorbar 2023-11-15 10:47:12 +01:00
Mirek Fidler
e385d0bb48 .benchmarks 2023-11-11 14:32:46 +01:00
Mirek Fidler
867efb4927 Core: memset8__ micro-optimisation, Painter: Clear fix and co support, new benchmarks 2023-11-11 14:09:10 +01:00
Mirek Fidler
5eefc7e90f .cosmetics 2023-11-06 12:02:54 +01:00
Mirek Fidler
c01bc4b7d5 Core: CoWork docs and fixes, CtrlLib: MenuItem Rescale -> CachedRescale 2023-11-03 10:18:48 +01:00
Mirek Fidler
757ce8f1b0 .warnings and cosmetics 2023-11-02 17:25:53 +01:00
Mirek Fidler
a159fdc805 Core: Minor fix of Value::GetOther * 2023-10-30 13:37:09 +01:00
Mirek Fidler
cb32981c04 Core: ScanFloat 2023-10-30 10:23:26 +01:00
Mirek Fidler
5cb246126f Core: Value float support 2023-10-29 20:58:52 +01:00
Martin Schut
8f06bfd538
Fix compile error if LNGMODULE is defined (#167)
* Fix compile error if LNGMODULE is defined
2023-10-24 10:12:27 +02:00
Zbigniew Rębacz
9b877c653d Tutorial, Doc: Added second chapter for network tutorial. It is about building RESTful server. 2023-10-23 01:21:21 +02:00
Zbigniew Rębacz
f99a21a5c0 Doc: added initial version of network tutorial. 2023-10-21 20:45:51 +02:00
Zbigniew Rębacz
f4d9ef4389
core.upt should have an option for ssl (#170)
SSL is requiered for all modern network application. For example today most of the http resources are available through https not http. When creating core package there should be an easy way to add SSL support to it
2023-10-21 20:01:19 +02:00
Mirek Fidler
d120cad8ff .cosmetics 2023-10-09 10:33:01 +02:00
Mirek Fidler
7bcf542718 Core: Fixed problems with recent XMLParse fix 2023-10-09 10:27:45 +02:00
Mirek Fidler
462587fb49 In Win32, Ctrl-C on console app does not do leaks check anymore 2023-10-04 20:22:26 +02:00
Mirek Fidler
eb4ed035e2 Core: Fixed problem with ParseXML hanging on single endtag 2023-10-03 00:46:19 +02:00
Mirek Fidler
65aa953b29 u++: Copying updated to 2023 2023-09-17 15:00:44 +02:00
Mirek Fidler
ff48fa7c51 Core: Fixed XML encoding issue (thanks zsolt) 2023-09-14 13:22:50 +02:00
Mirek Fidler
b16e199ae6 Core: Fixed FileOut locked file failure error reporting 2023-09-07 08:26:31 +02:00
Mirek Fidler
377a88b1c4 Core: FileSystemInfo now does not load drive description for network drives as it can take too long if drive is not connected 2023-08-29 11:43:28 +02:00
Mirek Fidler
69ed1ce257 ide: IconDes visual fix (icon background in the list now matches Dk flag) 2023-08-11 19:27:52 +02:00
Mirek Fidler
6ef7fb08ee ide: reposync git revert fixed 2023-08-05 08:40:43 +02:00
Mirek Fidler
42e4513166 Core: AMap::GetPut fix, FormatE(0 fix, ide: Improved bottom pane 2023-08-02 15:17:13 +02:00
Mirek Fidler
49e1021060 .cosmetics 2023-07-10 18:40:53 +02:00
Mirek Fidler
608b2046c7 CtrlCore: Fixed drawing bug related to DisplayPopup 2023-06-22 21:01:52 +02:00
Mirek Fidler
243af92ed7 Core: CParser::ReadDoubleNoE (to ignore E part of double) 2023-06-14 16:49:08 +02:00
Mirek Fidler
09aff092f3 Core: CParser::ReadIdh (with '-' in id), RichText: EncodeHTML strikeout support, ide: --no-rebase for RepoSync PULL 2023-06-14 13:06:18 +02:00
Mirek Fidler
ad0cf6f325 .cosmetics 2023-06-13 10:49:45 +02:00
Mirek Fidler
02ce73828f umk: Using curl to fetch upphub instead of HttpRequest+Core/SSL (makes statically linked umk32s possible with upphub support) 2023-06-03 20:56:43 +02:00
Mirek Fidler
1a0e604510 uppbox: MakePosixIntall: umks32 NOSSL flag; cosmetics 2023-06-03 01:54:48 +02:00
Mirek Fidler
9562aed50d Core: XmlParser::relaxed mode now ignores missing end tag at the end of file 2023-06-01 14:01:00 +02:00
Mirek Fidler
207cb1b9a4 Core: Fixed problem with hexadecimal number conversion 2023-05-22 09:30:08 +02:00
Mirek Fidler
0cea273540 Core: Atoi, Atoi64 2023-05-03 15:18:59 +02:00
Mirek Fidler
1a9727eef6 Core: Fixed Win32 LocalProcess problem truncating pipe output 2023-04-27 10:50:13 +02:00
Mirek Fidler
5943687992 Core: Fixed to compile 2023-04-27 10:13:27 +02:00
Mirek Fidler
902e3a82aa Core: *Map::GetPut(K, T) fixed 2023-04-27 09:01:45 +02:00
Mirek Fidler
47c0f89e0a ide: Fixed reformatting of truncated JSON/XML files, fixed issues with menu performance 2023-04-26 14:50:50 +02:00