Michaël Van Canneyt
|
10c39ee19d
* More specific constant names
|
před 2 roky |
Michaël Van Canneyt
|
e32d08cae8
* LZW stream based on implementation in fpreadtiff
|
před 2 roky |
Michaël Van Canneyt
|
eb945f0366
* Chained stream implementation
|
před 2 roky |
Michaël Van Canneyt
|
1061d3e081
* Pages -> page
|
před 2 roky |
Michaël Van Canneyt
|
9a89d3ac28
* Fix some warnings, add enumerators
|
před 2 roky |
Michaël Van Canneyt
|
a9a3ec8fa7
* PDF reader, initial implementation
|
před 2 roky |
Michaël Van Canneyt
|
e5b17be053
* Fix underline/strikethrough for standard fonts. Fix issue #39585
|
před 3 roky |
Ondrej Pokorny
|
f826b9fabf
Fppdf fix encoding for standard fonts. Issue 39554
|
před 3 roky |
michael
|
b73466fdde
* Fix bug ID #0037265, setting paper property needs to calc tranformationmatrix
|
před 4 roky |
Michaël Van Canneyt
|
cf944df644
* System.Imagelist for Delphi compatibility
|
před 1 rokem |
marcoonthegit
|
dc73d74afb
* handle streams with bit 3 better, closes #40369
|
před 2 roky |
Michaël Van Canneyt
|
8f233d5bb7
* Fix compilation
|
před 2 roky |
Michaël Van Canneyt
|
42360426fe
* GetExtendedFieldinfo, patch to fix #40300
|
před 2 roky |
Ondrej Pokorny
|
519ab76c27
TPQConnection.Execute fixes
|
před 2 roky |
Michaël Van Canneyt
|
838cbde44a
* Add const for string where possible. Fixes issue #40051
|
před 2 roky |
marcoonthegit
|
921045b0b5
* first set of #40051, up to db.pp
|
před 2 roky |
Rika Ichinose
|
52d7e9b49f
Add Exchange<T> that works like std::exchange in C++.
|
před 1 rokem |
Michaël Van Canneyt
|
587c1df60e
* Define INVALID_HANDLE_VALUE for Delphi compatibility
|
před 1 rokem |
Michaël Van Canneyt
|
fc6b11720a
* Implement ListIndexError
|
před 1 rokem |
Michaël Van Canneyt
|
28d9c6ce56
* Add crossproduct and normalize to TPointF
|
před 1 rokem |
Michaël Van Canneyt
|
737aad778f
* Missing functions
|
před 1 rokem |
Michaël Van Canneyt
|
72a709bccc
* Forgot CenterAt
|
před 1 rokem |
Michaël Van Canneyt
|
95a3332816
* Add some missing identifiers to TRectF. Fixes issue #40068
|
před 1 rokem |
Michaël Van Canneyt
|
69de05fab2
* Fix epsilon, add TRectF.FitInto
|
před 2 roky |
Michaël Van Canneyt
|
99f246f982
* Epsilon for Delphi compatibility
|
před 2 roky |
Rika Ichinose
|
72eee6001f
Remake AdjustLineBreaks.
|
před 2 roky |
Sven/Sarah Barth
|
009b421498
* have the unsigned 32-bit overload of IntToHex use the signed 32-bit one to avoid usage of 64-bit arithmetic (and parameter passing) when it can be avoided
|
před 3 roky |
florian
|
18b6588bda
* reverted TryStrToInt to the old implementation since after the val fixed the changes are not
|
před 3 roky |
florian
|
d1166342ca
* proper range checking for TryStrToDWord, should resolve all issues in #39406
|
před 3 roky |
florian
|
bbffe9e26a
* allow a range of Low(Longint) to High(DWord) in TryStrToInt, see also issue #39406
|
před 3 roky |