marco
|
e1f4613362
* ulong_ptr -> ptruint at Paul's request.
|
16 年之前 |
florian
|
9d659dc937
* accept const <guid const> = <guid string>; again, resolves #14134
|
16 年之前 |
sergei
|
4545f311a7
* A huge initial patch for HTML DOM module, makes most of the properties/methods functional, although a lot more work is still required.
|
16 年之前 |
sergei
|
cc253cca5b
SAX cleanup, part 1:
|
16 年之前 |
sergei
|
d8a74620a5
+ Added definitions for deprecated (in HTML 4.01) attributes. Deprecated elements are already there.
|
16 年之前 |
paul
|
7dfaddaf36
gtk2: ifdef (disable) pango 1.20, 1.22 definitions
|
16 年之前 |
Jonas Maebe
|
66bf7190dd
+ test for mantis #14112
|
16 年之前 |
Jonas Maebe
|
292e4200c8
* patch by Tom Gregorovic (with some fixes by Alexander Grau) to
|
16 年之前 |
Almindor
|
d09b2d91a9
* move FastCGI out of fcl-web to be standalone package
|
16 年之前 |
sergei
|
26366263f1
sax_xml.pp:
|
16 年之前 |
Jonas Maebe
|
79f139bff7
+ tests for previous commit
|
16 年之前 |
Jonas Maebe
|
52c6f14de5
* do not allow local type definitions such as string[1] and "file of byte"
|
16 年之前 |
Jonas Maebe
|
70dea05563
* use MacOSAll instead of FPCMacOSAll
|
16 年之前 |
Jonas Maebe
|
4987dbbf41
* don't redefine smallint type (fixes mantis #14104)
|
16 年之前 |
michael
|
a01d93dda0
* Added AutoCommit featuresqlscript.pp
|
16 年之前 |
sergei
|
173a0647a3
Reworked entity reference handling in SAX parsers:
|
16 年之前 |
florian
|
5e200ac743
* even missed a whole directory in r13365
|
16 年之前 |
florian
|
5c49a653c4
* added missing file of r13365
|
16 年之前 |
florian
|
61f7422d22
o patch by Martin Sucha for pangocairo:
|
16 年之前 |
florian
|
b9fddff9c4
* avoid IE in case of unknown assembler reference syntax
|
16 年之前 |
florian
|
e4e2b5be18
* added overloeaded InterlockedExchangeAdd with first parameter being a pointer, resolves #13282
|
16 年之前 |
ivost
|
ba97084011
* complete new sqlite3 headers (version 3.5.9)
|
16 年之前 |
florian
|
ea4d5a74c2
* fixed test
|
16 年之前 |
florian
|
04402dd6cc
* initialize allow_array_constructor for each compilation run, fixes probably #12283
|
16 年之前 |
sergei
|
e4e62b2ac0
* Removed argument to TXMLCharSource.NewLine, it is redundant.
|
16 年之前 |
michael
|
04f1614e0b
* Patch from Inoussa OUEDRAOGO to support int64 numbers
|
16 年之前 |
sergei
|
fcd96805fa
htmldefs.pp:
|
16 年之前 |
florian
|
8c7f6fb7ac
+ more register definitions by Seppo Suutarla
|
16 年之前 |
sergei
|
5f45dd409b
SAX readers: never transition from scText to scWhitespace state, and don't reset token while transitioning from scWhitespace to scText. This ensures that only pure-whitespace chunks are ever reported via IgnorableWhitespace event, and that text nodes are not broken into words.
|
16 年之前 |
sergei
|
ccb730c051
*HTML writer: change charset in 'meta' tag (if any) to utf-8, because it is the encoding we actually write.
|
16 年之前 |