Skip to content

Commit

Permalink
ver. 2.2.3
Browse files Browse the repository at this point in the history
- Added Packages in External Sources
- Changed MessageDialogs with small animations
- Fixed Version number into Installer
  • Loading branch information
carloBarazzetta committed May 21, 2024
1 parent 21df36a commit c61e6e3
Show file tree
Hide file tree
Showing 279 changed files with 37,403 additions and 138 deletions.
29 changes: 21 additions & 8 deletions Ext/External Projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,37 @@

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

- [Ethea SVGIconImageList][1]
- [Ethea's SVGIconImageList][1]

- [Ethea MarkdownProcessor][2]
- [Ethea's MarkdownProcessor][2]

- [Synedit][3]
- [Ethea's StyledComponents][3]

- [VCL-Style-Utils][4]
- [HTMLViewer][4]

- [Synedit][5]

- [SynPDF][6]

- [VCL-Style-Utils][7]

- [dzlib][8]

- [dzlib][5]

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

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

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

[3]: https://github.com/SynEdit/SynEdit
[3]: https://github.com/EtheaDev/StyledComponents

[4]: https://github.com/BerndGabriel/HtmlViewer.git

[5]: https://github.com/SynEdit/SynEdit

[6]: https://github.com/synopse/SynPDF.git

[4]: https://github.com/RRUZ/vcl-styles-utils
[7]: https://github.com/RRUZ/vcl-styles-utils

[5]: https://sourceforge.net/projects/dzlib/
[8]: https://sourceforge.net/projects/dzlib/
Binary file added Ext/HTMLViewer/package/FRAMVIEW.DCR
Binary file not shown.
Binary file added Ext/HTMLViewer/package/Frambrwz.dcr
Binary file not shown.
74 changes: 74 additions & 0 deletions Ext/HTMLViewer/package/FrameViewer10_1.dpk
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
package FrameViewer10_1;

{$R *.res}
{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO OFF}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION OFF}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO ON}
{$SAFEDIVIDE OFF}
{$STACKFRAMES ON}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DEFINE DEBUG}
{$ENDIF IMPLICITBUILDING}
{$DESCRIPTION 'THtmlViewer, TFrameViewer, and TFrameBrowser for D10.1'}
{$RUNONLY}
{$IMPLICITBUILD OFF}

requires
rtl,
vcl,
vclimg,
VclSmp;

contains
BegaHtmlPrintPreviewForm in '..\source\BegaHtmlPrintPreviewForm.pas',
BegaMetaFilePrinter in '..\source\BegaMetaFilePrinter.pas',
BegaPreview in '..\source\BegaPreview.pas',
BegaPreviewForm in '..\source\BegaPreviewForm.pas' {BegaCustomPrintPreviewForm},
BegaPreviewPanel in '..\source\BegaPreviewPanel.pas',
BegaScrollBox in '..\source\BegaScrollBox.pas',
BegaZoom in '..\source\BegaZoom.pas',
BuffConv in '..\source\BuffConv.pas',
BuffConvArrays in '..\source\BuffConvArrays.pas',
DitherUnit in '..\source\DitherUnit.pas',
FramBrwz in '..\source\FramBrwz.pas',
framview in '..\source\framview.pas',
GDIPL2A in '..\source\GDIPL2A.pas',
HSLUtils in '..\source\HSLUtils.pas',
HtmlBuffer in '..\source\HtmlBuffer.pas',
HtmlCaches in '..\source\HtmlCaches.pas',
HtmlFonts in '..\source\HtmlFonts.pas',
htmlgif1 in '..\source\htmlgif1.pas',
HTMLGif2 in '..\source\HTMLGif2.pas',
HtmlGlobals in '..\source\HtmlGlobals.pas',
HtmlImages in '..\source\HtmlImages.pas',
Htmlsbs1 in '..\source\Htmlsbs1.pas',
HTMLSubs in '..\source\HTMLSubs.pas',
HtmlSymb in '..\source\HtmlSymb.pas',
htmlun2 in '..\source\htmlun2.pas',
htmlview in '..\source\htmlview.pas',
MetaFilePrinter in '..\source\MetaFilePrinter.pas',
ReadHTML in '..\source\ReadHTML.pas',
StylePars in '..\source\StylePars.pas',
StyleTypes in '..\source\StyleTypes.pas',
StyleUn in '..\source\StyleUn.pas',
URLSubs in '..\source\URLSubs.pas',
UrlConn in '..\Source\UrlConn.pas',
vwPrint in '..\source\vwPrint.pas';

end.
Loading

0 comments on commit c61e6e3

Please sign in to comment.