Michaël Van Canneyt
|
38b5a4cbb7
|
* Add newline after uses clause
|
2024-11-16 14:36:17 +01:00 |
|
Michaël Van Canneyt
|
4a3b2c3c32
|
* OpenAPI code generator
|
2024-11-16 14:36:17 +01:00 |
|
Karoly Balogh
|
3936e35b73
|
fcl-web: fixed a wrong condition in previous commit
|
2024-11-15 23:30:05 +01:00 |
|
Karoly Balogh
|
ff89a4815a
|
fcl-web: only disable some CGI related things on Amiga-like systems, where the current code assumes Unix or Windows
|
2024-11-15 23:03:01 +01:00 |
|
Ondrej Pokorny
|
0f591ee616
|
implement missing TryStrToNetAddr
|
2024-11-15 15:56:15 +00:00 |
|
Michaël Van Canneyt
|
0b0193106f
|
* Fix comp errors. Patch by Евгений Савин. Fixes issue #41016
|
2024-11-15 16:57:20 +01:00 |
|
Michaël Van Canneyt
|
8c8bef492f
|
* Reinstate ftlongword support, accidentally removed. Fixes issue #41014
|
2024-11-14 14:22:52 +01:00 |
|
Michaël Van Canneyt
|
db9b2a6a95
|
* Add request ID handling and callback-based result
|
2024-11-13 23:32:17 +01:00 |
|
Michaël Van Canneyt
|
b95db4b610
|
* Fixes in array type handling
|
2024-11-13 23:28:58 +01:00 |
|
Michaël Van Canneyt
|
2d0f8467fa
|
* Patch from Евгений Савин to implement TValue.Cast for floats. Fixes issue #41011
|
2024-11-13 23:22:59 +01:00 |
|
Margers
|
7ac4e38b71
|
Fix copy-paste error
|
2024-11-12 06:47:55 +00:00 |
|
mattias
|
a0a17d5f07
|
fcl-css: fixed resolving function
|
2024-11-11 15:33:18 +01:00 |
|
Margers
|
d0c33bfa5d
|
Fix for undo if chars are add in tab space
|
2024-11-11 12:49:15 +00:00 |
|
Michaël Van Canneyt
|
2045755945
|
* Fix namespaced compile
|
2024-11-11 13:37:50 +01:00 |
|
Michaël Van Canneyt
|
0794b375df
|
* Fix wrong git merge
|
2024-11-11 13:19:54 +01:00 |
|
Margers
|
fd64cb8c5a
|
Show proper dialog title for Add Watch and Edit Watch
|
2024-11-11 12:13:17 +00:00 |
|
Margers
|
b73bf4a811
|
Markers move along with lines
|
2024-11-11 12:12:24 +00:00 |
|
Margers
|
e221096a02
|
Fix for backspace in empty line. Textmode IDE
|
2024-11-11 12:10:05 +00:00 |
|
Margers
|
a8520ad03e
|
Show line indents in Textmode IDE
|
2024-11-11 12:08:49 +00:00 |
|
Michaël Van Canneyt
|
87cfd7dcae
|
* Correct names, needed for fpmake to work
|
2024-11-11 13:10:34 +01:00 |
|
Margers
|
4c4388f830
|
Fix FV history list
|
2024-11-11 11:57:35 +00:00 |
|
Margers
|
8b10637036
|
Open fp.dsk for load in Read access only mode
|
2024-11-11 11:56:46 +00:00 |
|
Margers
|
530f08d9d3
|
Save and return to last directory in next Textmode IDE session
|
2024-11-11 11:55:27 +00:00 |
|
Margers
|
97b79b3d4e
|
Larger Change Directory dialog for larger console/terminal dimensions
|
2024-11-11 11:54:07 +00:00 |
|
Margers
|
8d7a6cc778
|
Larger File Open dialog for larger console/terminal dimensions
|
2024-11-11 11:51:38 +00:00 |
|
Margers
|
f419e9dfab
|
Global clipboard support long lines
|
2024-11-11 11:50:36 +00:00 |
|
Margers
|
f0257e8424
|
RawReadString is limited to length of shortstring, don't read more than that
|
2024-11-11 11:50:36 +00:00 |
|
Margers
|
899343f07c
|
Integration of bracketed paste and OSC 52 in Textmode IDE
|
2024-11-11 11:50:36 +00:00 |
|
Margers
|
fb872569da
|
Bracketed paste and OSC 52 in FV
|
2024-11-11 11:50:36 +00:00 |
|
Margers
|
1b4c2b0551
|
Add fvclip unit
|
2024-11-11 11:50:36 +00:00 |
|
Michaël Van Canneyt
|
5a2b045388
|
* Simple example for JOB call
|
2024-11-11 12:10:28 +01:00 |
|
Margers
|
7e36f16e87
|
Enable Color select dialog in Textmode IDE
|
2024-11-11 10:59:14 +00:00 |
|
Margers
|
b5ad06da4b
|
Add ColorSel in fpmake
|
2024-11-11 10:59:14 +00:00 |
|
Margers
|
9d283cd983
|
Namespaces in ColorSel unit
|
2024-11-11 10:59:14 +00:00 |
|
Margers
|
538670c5a2
|
Unit ColorSel reimplemented (partially)
|
2024-11-11 10:59:14 +00:00 |
|
Michaël Van Canneyt
|
e9107bbf4f
|
* Patch from Евгений Савин to fix passing records to invoke. Fixes issue #41006
|
2024-11-11 11:59:57 +01:00 |
|
J. Gareth "Curious Kit" Moreton
|
cce3280fdd
|
* TArrayHelper<>.QSort uses a simpler 'reasonable' metric that decrements from 2 log2(n) before changing to heapsort
|
2024-11-10 15:22:53 +00:00 |
|
J. Gareth "Curious Kit" Moreton
|
1aa8f978bc
|
* Generics.Collections sorting algorithm switches to Insertion Sort if the partition is small (closer to Introsort)
|
2024-11-10 15:22:53 +00:00 |
|
Rika Ichinose
|
961eccf64b
|
Unroll SHA1Transform.
|
2024-11-10 14:04:48 +00:00 |
|
florian
|
12f0ccbb01
|
* made dblib/fpmake.pp to use the same structure as other fpmake files => avoids hint on unused variable during make all
|
2024-11-09 14:38:27 +01:00 |
|
Michaël Van Canneyt
|
d486463bc1
|
* Test for #41002
|
2024-11-09 09:58:43 +01:00 |
|
Michaël Van Canneyt
|
d96448cfaf
|
* Patch from Евгений Савин to fix missing ansistring conversion in TryCast. Fixes issue #41002
|
2024-11-09 09:53:06 +01:00 |
|
Michaël Van Canneyt
|
3f4298dbca
|
* OpenAPI, initial commit
|
2024-11-07 10:51:52 +01:00 |
|
mattias
|
c2584561a1
|
fcl-json: clean up
|
2024-11-07 10:24:54 +01:00 |
|
Michaël Van Canneyt
|
f523503828
|
* Calculate dependencies correctly, only generate definitions for schema types
|
2024-11-06 21:19:32 +01:00 |
|
Michaël Van Canneyt
|
8486986ad7
|
* Remove double
|
2024-11-06 16:57:36 +01:00 |
|
Michaël Van Canneyt
|
2d40b7c463
|
* SortProperties public
|
2024-11-06 16:47:13 +01:00 |
|
Michaël Van Canneyt
|
75987e9f0a
|
* Make sure it compiles with dotted units
|
2024-11-06 16:40:48 +01:00 |
|
Sven/Sarah Barth
|
bcdef8341e
|
* fix #40992: correctly handle padding inside the FFI Invoke manager
+ added test
|
2024-11-05 23:23:56 +01:00 |
|
florian
|
4784c141e3
|
* enable gtk2 for android, based on a patch (adapated to 3.3.1) by Alfred Glänzer in #40994
|
2024-11-05 21:49:18 +01:00 |
|