Margers
975ee9d9f0
select to beginning of the file (ctrl+shift+home)
2024-09-02 07:58:40 +00:00
Margers
e4d7867e0e
Mark beginning of selected text
2024-09-02 07:57:36 +00:00
Margers
74405ab2e5
Scroll one line up/down
2024-09-02 07:55:34 +00:00
florian
ed07cd14b2
* fix standalone compilation
...
* cosmetics
2024-09-01 20:19:07 +01:00
Rika Ichinose
ce5a632432
Remove the rest of the VER3_0 conditionals.
2024-09-01 17:13:39 +00:00
Michaël Van Canneyt
9956cafa65
* Allow vendor specific registry XML files. Patch by Iluha Companets. Fixes issue #40910
2024-09-01 11:40:16 +02:00
Michaël Van Canneyt
3b0d2b329a
* Webassembly HTTP request API
2024-08-30 22:51:21 +02:00
florian
7d1bb89455
* patch by Alexander (Rouse_) Bagel: TArrayHelper.BinarySearch, when searching
...
for an element that is obviously missing from the array, should return
the position where the element should have been, but instead it reset AFoundIndex to -1, resolves #40867
2024-08-29 21:18:57 +01:00
Pierre Muller
c88873cd46
Add missing Makefile for h68units, testinsight and wasm-oi packages
2024-08-28 09:21:24 +00:00
Pierre Muller
d40aac6cca
Implement regeneration of compiler msgidx.inc and msgtxt.inc files for IDE if needed
2024-08-27 21:57:55 +00:00
Michaël Van Canneyt
97b61b64c3
* Fix compilation when using unicode rtl
2024-08-27 10:08:48 +02:00
mattias
887826cd7c
fcl-css: test scan -10.2e+2
2024-08-26 19:01:10 +02:00
mattias
37ad2c42ef
fcl-css: fixed parsing attribute value hex color
2024-08-26 13:51:08 +02:00
mattias
0a6344270a
fcl-css: comment
2024-08-24 16:43:42 +02:00
Nikolay Nikolov
97ad8fafd8
* fix compilation error in test for OSes that have no HAS_MONITOR defined
2024-08-24 15:11:20 +03:00
mattias
f81d455094
fcl-css: fixed parsing --var
2024-08-24 11:16:01 +02:00
mattias
6128dcc735
fcl-css: resolver: var and custom attributes
2024-08-24 10:18:02 +02:00
mattias
ccbec9ee7d
fcl-css: resolver: test warnings
2024-08-24 10:18:02 +02:00
Michaël Van Canneyt
1e6061845e
* Make sure reference count is properly managed
2024-08-23 16:07:51 +02:00
Michaël Van Canneyt
ce04ce42ed
* Objects passed in callback are ours to free
2024-08-23 11:33:42 +02:00
mattias
7ca0ddc70e
fcl-css: resolver: all and origin
2024-08-21 19:20:35 +02:00
Michaël Van Canneyt
1210747f1d
* Add overloads with offset and length for typed array constructor
2024-08-21 15:49:13 +02:00
Michaël Van Canneyt
781560f3e0
* Forgot to add new file
2024-08-20 16:27:16 +02:00
Michaël Van Canneyt
ad34a8d574
* Correct compilation with namespaces
2024-08-20 16:17:31 +02:00
mattias
aaae62ea88
fcl-css: renamed css units
2024-08-20 07:53:49 +02:00
mattias
c8eeb2ec54
fcl-css: resolver: added colors, replaced filename with name, registry stamp
2024-08-20 07:44:41 +02:00
mattias
43d84beb01
fcl-css:
...
- renamed TCSSUnits to TCSSUnit
- added a css registry for attributes, types, keywords, and function names
- resolver merges shorthand properties
- resolver distinguishes stylesheets from user-agent, user and author
- resolver now parses css itself, it adds its own types and customdata
- attributes are now checked at parse time and marked invalid
- started skipping invalid instead of raise
2024-08-20 07:44:41 +02:00
Rika Ichinose
ea33fdcdf8
Decimate rtl/i386/strings.inc.
2024-08-19 20:34:10 +00:00
Michaël Van Canneyt
a521ed8c76
* Monitor needed in wasi
2024-08-19 10:54:05 +02:00
Jan Rysavy
aa65847386
OpenSSL: add EVP_CIPHER_CTX_new and EVP_CIPHER_CTX_free
2024-08-19 05:40:37 +00:00
Michaël Van Canneyt
13fbc876e0
* Rename keyword info to avoid confusion
2024-08-18 10:58:03 +02:00
Michaël Van Canneyt
711e412cb7
* Explain how to run full tests
2024-08-18 10:58:03 +02:00
Rika Ichinose
88ca756f19
Don’t crash on empty path.
2024-08-17 19:01:40 +03:00
Rika Ichinose
07f9113a7c
Support Windows root-relative paths in TPath.Combine.
2024-08-17 18:08:38 +03:00
Michaël Van Canneyt
a65fff24e9
* JSON Schema
2024-08-17 16:21:48 +02:00
Michaël Van Canneyt
de5b2c5192
* Fix compilation under unicode rtl
2024-08-17 16:21:48 +02:00
Yuri Serebrennikov
276618563c
For connections list TThreadList changed to safe TFPHashList.
2024-08-12 23:20:12 +03:00
Yuri Serebrennikov
73ee25071d
Fixed work in ThreadMode := wtmNone mode.
2024-08-12 10:18:36 +00:00
Michaël Van Canneyt
780c1f9c49
* Reduce number of warnings and hints
2024-08-09 17:59:45 +02:00
Michaël Van Canneyt
92f937c40e
* Implement DropContext/KeepContext for Delphi compatibility. Patch by Artem Izmaylov. Fixes issue #40884
2024-08-09 10:46:38 +02:00
Michaël Van Canneyt
c53e1b20d7
* Make sure sentences end on point when needed.
2024-08-09 10:38:53 +02:00
Michaël Van Canneyt
8702fc416b
* Do not load font config if it is already loaded
2024-08-09 10:33:05 +02:00
Michaël Van Canneyt
abf04f1086
* Use correct class to construct dictionary in callback helper
2024-08-09 10:24:13 +02:00
Michaël Van Canneyt
594b96e305
* Add CopyToMemory
2024-08-08 17:36:16 +02:00
Michaël Van Canneyt
a81eac2483
* Correct dictionary construction
2024-08-08 09:59:40 +02:00
Michaël Van Canneyt
22c978c33f
* Print clickable URL with start location
2024-08-08 09:59:40 +02:00
Michaël Van Canneyt
d0b03c9c71
* Correct callback handler for object tree
2024-08-06 09:32:00 +02:00
Michaël Van Canneyt
25af7a4281
* Export get_object_tree
2024-08-06 09:32:00 +02:00
Michaël Van Canneyt
45ec51dc1f
* Install error handler to examine exceptions during callback
2024-08-06 09:00:11 +02:00
Michaël Van Canneyt
a0c11becde
* Small fix in saveobject
2024-08-04 12:02:05 +02:00