Pierre Muller
|
20f649b7e9
|
Add missing include directory src/ptcwrapper
|
2022-12-28 13:43:44 +00:00 |
|
Pierre Muller
|
9f2f4a6574
|
Remove include files for collation_ru source, as they are gone since commit 27ed2808dc
|
2022-12-28 13:43:44 +00:00 |
|
Michaël Van Canneyt
|
535f11886d
|
* Fix missing semi-colon
|
2022-12-27 21:59:03 +01:00 |
|
Michaël Van Canneyt
|
234a955125
|
* Fix missing fields in TSQLDBRestResource.Assign
|
2022-12-27 21:49:02 +01:00 |
|
Michaël Van Canneyt
|
a5f49c1cef
|
* RFC states that client must use mask: enforce mask on connect
|
2022-12-27 09:43:40 +01:00 |
|
Michaël Van Canneyt
|
5469199726
|
* Sample program from Andrew Haines to test echo servers
|
2022-12-27 09:33:09 +01:00 |
|
Michaël Van Canneyt
|
4f054f4097
|
* Patch from Andrew Haines: do not send close connection message if already closed
|
2022-12-27 09:33:09 +01:00 |
|
Michaël Van Canneyt
|
23d61350bd
|
* Patch from Andrew Haines to actually pass OutgoingFrameMask to frames. Add woSendErrClosesConn flag
|
2022-12-27 09:33:09 +01:00 |
|
florian
|
cf41a549b9
|
* patch by Bart B and Rika for *H functions, part of #40055
|
2022-12-26 21:47:47 +01:00 |
|
Michaël Van Canneyt
|
ef4a1c74cb
|
* Obey -p/--port command-line option
|
2022-12-26 14:00:19 +01:00 |
|
Michaël Van Canneyt
|
59501f11a5
|
* Fix hierarchy
|
2022-12-26 13:59:53 +01:00 |
|
florian
|
d948420eba
|
+ (modified) patch by Bart B to add Cycles conversion functions, part of #40055
|
2022-12-25 16:08:33 +01:00 |
|
florian
|
571e0c39cc
|
* increase time out
|
2022-12-24 17:25:42 +01:00 |
|
florian
|
3203eac6d3
|
+ missing -O4 option added
|
2022-12-24 17:07:27 +01:00 |
|
florian
|
28b4189a9a
|
* mess cleaned up
|
2022-12-23 18:16:52 +01:00 |
|
Sven/Sarah Barth
|
693491048b
|
* change constref parameters to const for Delphi compatibility as well as better code generation
|
2022-12-23 15:12:32 +01:00 |
|
Sven/Sarah Barth
|
43f4904d74
|
Revert commit 663ee7bc20 as it's simply not allowed to set an object instance value twice no matter if it's the same object instance or not.
|
2022-12-23 14:56:56 +01:00 |
|
florian
|
30e0df384d
|
* second part of #40041 fixed
+ tests
|
2022-12-22 22:41:39 +01:00 |
|
Ondrej Pokorny
|
d9f05d341d
|
fix TAnchorKind definition
|
2022-12-22 14:00:02 +00:00 |
|
Ondrej Pokorny
|
72fd08df03
|
UITypes: fix SizeOf() of sets for LCL compatibility
|
2022-12-22 14:00:02 +00:00 |
|
florian
|
e0fef23d77
|
* properly transform a+const1-const2 into a+const1+(-const2), resolves #40041
|
2022-12-21 22:34:46 +01:00 |
|
florian
|
48b9751419
|
* patch by Alexey Torgashin to resolve #40054
|
2022-12-20 21:46:33 +01:00 |
|
Michaël Van Canneyt
|
310db2ce92
|
* Add const to string args where possible. Fix issue #40050
|
2022-12-20 15:45:02 +01:00 |
|
Michaël Van Canneyt
|
e174738121
|
* Some missing consts
|
2022-12-20 15:21:17 +01:00 |
|
Michaël Van Canneyt
|
ade9ac865e
|
* Add const to string args where possible. Fix issue #40049
|
2022-12-20 15:18:47 +01:00 |
|
Michaël Van Canneyt
|
fbe1db32ab
|
* Remove debug statement
|
2022-12-20 15:01:30 +01:00 |
|
Michaël Van Canneyt
|
125dc64b1e
|
* Add const to string args where possible. Fix issue #40048
|
2022-12-20 15:00:35 +01:00 |
|
Michaël Van Canneyt
|
c34eedb9cf
|
* Free cached queries when committing
|
2022-12-20 14:53:52 +01:00 |
|
Michael Van Canneyt
|
3c2ab09a48
|
* Use const string where possible. Fix issue #40052
|
2022-12-20 00:49:45 +01:00 |
|
Michael Van Canneyt
|
817ec09ec0
|
* Add const to string params where possible. Fix issue #40053
|
2022-12-20 00:37:18 +01:00 |
|
florian
|
1761d3c09d
|
+ operator TPointF./, resolves #40046
|
2022-12-19 22:58:34 +01:00 |
|
Michaël Van Canneyt
|
68cdd7073f
|
* Patch from Ondrej to implement SameArray
|
2022-12-19 09:56:50 +01:00 |
|
Andrew Haines
|
bc17da25e1
|
fphttpclient allow to override supported protocols from url
|
2022-12-18 16:53:40 -05:00 |
|
Ondrej Pokorny
|
d1f999100b
|
Add SetToArray and ArrayToSet functions for more general RTTI Set handling
|
2022-12-18 13:32:15 +00:00 |
|
Michaël Van Canneyt
|
ca97f25979
|
* Simple examples for reading
|
2022-12-18 12:57:15 +01:00 |
|
Michaël Van Canneyt
|
bd4b3af8b6
|
* Type helper for easier loading
|
2022-12-18 12:57:15 +01:00 |
|
florian
|
f1e391fb41
|
* patch by Make TPointF * TPointF a component-wise multiplication, resolves #40042
|
2022-12-17 18:22:16 +01:00 |
|
Michaël Van Canneyt
|
394a4ba6a0
|
* Remove debug define
|
2022-12-17 17:19:04 +01:00 |
|
Michaël Van Canneyt
|
4e5eaaf52e
|
* Fix GetFulltext when unicodemap is nil
|
2022-12-17 17:18:45 +01:00 |
|
Michaël Van Canneyt
|
5e996d8390
|
* Fix compilation
|
2022-12-17 17:13:33 +01:00 |
|
Michaël Van Canneyt
|
bdcfbca0b1
|
* Patch by Alexey Torgashin to make identifiers more distinguished
|
2022-12-17 16:19:18 +01:00 |
|
Michaël Van Canneyt
|
1b4616c22d
|
* Pages -> page
|
2022-12-17 16:06:51 +01:00 |
|
Michaël Van Canneyt
|
024ab7b26f
|
* Fix some warnings, add enumerators
|
2022-12-17 16:06:51 +01:00 |
|
Ondrej Pokorny
|
d1616cb0d1
|
Extend System.UITypes
|
2022-12-17 12:06:52 +00:00 |
|
Ondrej Pokorny
|
5109f0ba44
|
add missing TSizeF, TRectF properties and features
|
2022-12-17 11:22:41 +00:00 |
|
Pierre Muller
|
0b0a5cb458
|
Regenerate the three Makefile's modified by the two previous commits
|
2022-12-17 12:13:52 +01:00 |
|
Pierre Muller
|
355c63beb1
|
Add cpu and mmx to CPU_UNITS for i386-wince target
|
2022-12-17 12:12:48 +01:00 |
|
Pierre Muller
|
6bc25c1e89
|
Homogenize with other OSes by also using CPU_UNITS make variable
|
2022-12-17 12:11:56 +01:00 |
|
Michaël Van Canneyt
|
6e7869bea0
|
* PDF reader, initial implementation
|
2022-12-16 20:22:16 +01:00 |
|
Michaël Van Canneyt
|
a5eba4b14f
|
* Revert merge
|
2022-12-16 19:11:24 +01:00 |
|