Skip to content

Commit c61e6e3

Browse files
ver. 2.2.3
- Added Packages in External Sources - Changed MessageDialogs with small animations - Fixed Version number into Installer
1 parent 21df36a commit c61e6e3

File tree

279 files changed

+37403
-138
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

279 files changed

+37403
-138
lines changed

Ext/External Projects.md

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,37 @@
22

33
***This project uses some External Projects, located into Ext Path***
44

5-
- [Ethea SVGIconImageList][1]
5+
- [Ethea's SVGIconImageList][1]
66

7-
- [Ethea MarkdownProcessor][2]
7+
- [Ethea's MarkdownProcessor][2]
88

9-
- [Synedit][3]
9+
- [Ethea's StyledComponents][3]
1010

11-
- [VCL-Style-Utils][4]
11+
- [HTMLViewer][4]
12+
13+
- [Synedit][5]
14+
15+
- [SynPDF][6]
16+
17+
- [VCL-Style-Utils][7]
18+
19+
- [dzlib][8]
1220

13-
- [dzlib][5]
1421

1522
***For simplify compilation they are added to this folder***
1623

1724
[1]: https://github.com/EtheaDev/SVGIconImageList
1825

1926
[2]: https://github.com/EtheaDev/MarkdownProcessor
2027

21-
[3]: https://github.com/SynEdit/SynEdit
28+
[3]: https://github.com/EtheaDev/StyledComponents
29+
30+
[4]: https://github.com/BerndGabriel/HtmlViewer.git
31+
32+
[5]: https://github.com/SynEdit/SynEdit
33+
34+
[6]: https://github.com/synopse/SynPDF.git
2235

23-
[4]: https://github.com/RRUZ/vcl-styles-utils
36+
[7]: https://github.com/RRUZ/vcl-styles-utils
2437

25-
[5]: https://sourceforge.net/projects/dzlib/
38+
[8]: https://sourceforge.net/projects/dzlib/
480 Bytes
Binary file not shown.
496 Bytes
Binary file not shown.
Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
package FrameViewer10_1;
2+
3+
{$R *.res}
4+
{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}
5+
{$ALIGN 8}
6+
{$ASSERTIONS ON}
7+
{$BOOLEVAL OFF}
8+
{$DEBUGINFO OFF}
9+
{$EXTENDEDSYNTAX ON}
10+
{$IMPORTEDDATA ON}
11+
{$IOCHECKS ON}
12+
{$LOCALSYMBOLS ON}
13+
{$LONGSTRINGS ON}
14+
{$OPENSTRINGS ON}
15+
{$OPTIMIZATION OFF}
16+
{$OVERFLOWCHECKS OFF}
17+
{$RANGECHECKS OFF}
18+
{$REFERENCEINFO ON}
19+
{$SAFEDIVIDE OFF}
20+
{$STACKFRAMES ON}
21+
{$TYPEDADDRESS OFF}
22+
{$VARSTRINGCHECKS ON}
23+
{$WRITEABLECONST OFF}
24+
{$MINENUMSIZE 1}
25+
{$IMAGEBASE $400000}
26+
{$DEFINE DEBUG}
27+
{$ENDIF IMPLICITBUILDING}
28+
{$DESCRIPTION 'THtmlViewer, TFrameViewer, and TFrameBrowser for D10.1'}
29+
{$RUNONLY}
30+
{$IMPLICITBUILD OFF}
31+
32+
requires
33+
rtl,
34+
vcl,
35+
vclimg,
36+
VclSmp;
37+
38+
contains
39+
BegaHtmlPrintPreviewForm in '..\source\BegaHtmlPrintPreviewForm.pas',
40+
BegaMetaFilePrinter in '..\source\BegaMetaFilePrinter.pas',
41+
BegaPreview in '..\source\BegaPreview.pas',
42+
BegaPreviewForm in '..\source\BegaPreviewForm.pas' {BegaCustomPrintPreviewForm},
43+
BegaPreviewPanel in '..\source\BegaPreviewPanel.pas',
44+
BegaScrollBox in '..\source\BegaScrollBox.pas',
45+
BegaZoom in '..\source\BegaZoom.pas',
46+
BuffConv in '..\source\BuffConv.pas',
47+
BuffConvArrays in '..\source\BuffConvArrays.pas',
48+
DitherUnit in '..\source\DitherUnit.pas',
49+
FramBrwz in '..\source\FramBrwz.pas',
50+
framview in '..\source\framview.pas',
51+
GDIPL2A in '..\source\GDIPL2A.pas',
52+
HSLUtils in '..\source\HSLUtils.pas',
53+
HtmlBuffer in '..\source\HtmlBuffer.pas',
54+
HtmlCaches in '..\source\HtmlCaches.pas',
55+
HtmlFonts in '..\source\HtmlFonts.pas',
56+
htmlgif1 in '..\source\htmlgif1.pas',
57+
HTMLGif2 in '..\source\HTMLGif2.pas',
58+
HtmlGlobals in '..\source\HtmlGlobals.pas',
59+
HtmlImages in '..\source\HtmlImages.pas',
60+
Htmlsbs1 in '..\source\Htmlsbs1.pas',
61+
HTMLSubs in '..\source\HTMLSubs.pas',
62+
HtmlSymb in '..\source\HtmlSymb.pas',
63+
htmlun2 in '..\source\htmlun2.pas',
64+
htmlview in '..\source\htmlview.pas',
65+
MetaFilePrinter in '..\source\MetaFilePrinter.pas',
66+
ReadHTML in '..\source\ReadHTML.pas',
67+
StylePars in '..\source\StylePars.pas',
68+
StyleTypes in '..\source\StyleTypes.pas',
69+
StyleUn in '..\source\StyleUn.pas',
70+
URLSubs in '..\source\URLSubs.pas',
71+
UrlConn in '..\Source\UrlConn.pas',
72+
vwPrint in '..\source\vwPrint.pas';
73+
74+
end.

0 commit comments

Comments
 (0)