All Projects → BerndGabriel → Htmlviewer

BerndGabriel / Htmlviewer

Licence: other
The well-known Delphi/Lazarus HtmlViewer/FrameViewer

Programming Languages

pascal
1382 projects
delphi
115 projects

Projects that are alternatives of or similar to Htmlviewer

Graphics32
Graphics32 is a graphics library for Delphi and Lazarus. Optimized for 32-bit pixel formats, it provides fast operations with pixels and graphic primitives. In most cases Graphics32 considerably outperforms the standard TBitmap/TCanvas methods.
Stars: ✭ 238 (-17.07%)
Mutual labels:  lazarus, components
Bem Core
BEM Core Library
Stars: ✭ 275 (-4.18%)
Mutual labels:  components
pancake
Making npm work for the front end and the Australian Government Design System.
Stars: ✭ 93 (-67.6%)
Mutual labels:  components
Visualplus
🎨 The VisualPlus Framework (VPF) for WinForms allows you to rapidly deploy professional .NET applications with customizable components and controls.
Stars: ✭ 268 (-6.62%)
Mutual labels:  components
React Weui
weui for react
Stars: ✭ 2,793 (+873.17%)
Mutual labels:  components
Go Starter Kit
[abandoned] Golang isomorphic react/hot reloadable/redux/css-modules/SSR starter kit
Stars: ✭ 2,855 (+894.77%)
Mutual labels:  components
tailwind-ui-components
Free Tailwind CSS UI Components - Crafted for modern websites, landing pages and web apps. TailGrids Core is free and open-source so, feel free to use with your personal or commercial projects. If you would like to show your support and love, don't forget to give us a star 🌟
Stars: ✭ 49 (-82.93%)
Mutual labels:  components
Weightless
High-quality web components with a small footprint
Stars: ✭ 284 (-1.05%)
Mutual labels:  components
Gatsby Themes
Gatsby themes for blazing fast sites. We are working on the next version of the Flex theme. See https://github.com/reflexjs/reflexjs
Stars: ✭ 275 (-4.18%)
Mutual labels:  components
Tonic
A Low Profile Component Framework. Stable, Minimal, Auditable, and Build-Tool-Free.
Stars: ✭ 265 (-7.67%)
Mutual labels:  components
Flawwwless Ui
Flawwwless ui library for React.js.
Stars: ✭ 265 (-7.67%)
Mutual labels:  components
Switzerland
🇨🇭Switzerland takes a functional approach to Web Components by applying middleware to your components. Supports Redux, attribute mutations, CSS variables, React-esque setState/state, etc… out-of-the-box, along with Shadow DOM for style encapsulation and Custom Elements for interoperability.
Stars: ✭ 261 (-9.06%)
Mutual labels:  components
React Imgix
React component to display imgix images
Stars: ✭ 269 (-6.27%)
Mutual labels:  components
orgenic-ui
ORGENIC UI is an MIT-licensed open source project for creating strong user interfaces with high quality web components.
Stars: ✭ 53 (-81.53%)
Mutual labels:  components
Reactackle
Open-source components library built with React and Styled-Components.
Stars: ✭ 278 (-3.14%)
Mutual labels:  components
anywhere-webcomponents
A UI work in progress based on custom elements (web components) for use in anywhere.
Stars: ✭ 17 (-94.08%)
Mutual labels:  components
Google Autocomplete
Google Autocomplete Vue Componet
Stars: ✭ 262 (-8.71%)
Mutual labels:  components
Nutui
京东风格的移动端 Vue2、Vue3 组件库 (A Vue.js UI Toolkit for Mobile Web)
Stars: ✭ 3,870 (+1248.43%)
Mutual labels:  components
Framework7
Full featured HTML framework for building iOS & Android apps
Stars: ✭ 16,560 (+5670.03%)
Mutual labels:  components
Slide Ruler
📏 Slide Ruler 滑尺数值选择器
Stars: ✭ 281 (-2.09%)
Mutual labels:  components

Welcome at GitHub.

The current version is 11.9 in the default branch "HtmlViewer-11.9". The next version is growing up in branch "master". (You're currently viewing "master" branch.)

Developers under Windows might want to use Tortoise-GIT or "Git Gui" to keep their sources up-to-date.

Or even become a member of GitHub, clone the repository and push their changes to their clone. If they are of public interest you can request me to pull it into my branch where it will become part of the "official" HtmlViewer.


HtmlViewer 10.2 and 11.x

What are the HtmlViewer Components?

The HtmlViewer component set consists of the THtmlViewer, TFrameViewer, and TFrameBrowser components. All three are HTML document display components:

THtmlViewer

  • The basic component.
  • THtmlViewer displays single (non-frame) documents.
  • It also forms the basis for the other two components.

TFrameViewer (deprecated)

  • Displays both frame and single HTML documents.
  • TFrameViewer is oriented more for local file system use.

TFrameBrowser

  • Also displays frame and single HTML documents.
  • TFrameBrower is oriented for use with local file systems and toward Internet style protocols and URL usage.
  • Additional code and/or components are generally required to get data from other sources than the local file system.

These components support most of the HTML 4.01 specifications with many additional popular HTML 5 enhancements. Many Cascading Style Sheet properties are also supported.

Some features:

  • Cascading Stylesheets
  • Large HTML files
  • HTML Frames
  • HTML Forms
  • HTML Tables
  • Bitmap, GIF, JPEG, and PNG Images
  • Transparent images
  • Image caching
  • Left and right floating images
  • Image sizing attributes
  • Client side image maps
  • Background colors and images
  • Font sizes, styles, and colors with HTML tags or default settings
  • Formatted printing of the HTML document
  • Can print multiple pages horizontally
  • Print preview
  • Text search
  • Copy to clipboard
  • Subscripts and superscripts
  • Unicode, UTF-8 and many single and multi byte character codes supported

While HTML documents are normally associated with the Internet, they are also very useful for displaying all kinds of textual material such as documentation, helpfiles, etc. Graphics are easily incorporated in these documents.

For a detailed list and demonstration of features start FrameDem.exe.

For a detailed list of changes and bugfixes per version start FrameDem.exe and click "What's new" or see "./Demos/Compiled Framedemo/whatsnew.htm".


Which HtmlViewer version should I use?

HtmlViewer 10.2 (deprecated)

  • is a mixed AnsiString/WideString version suitable for projects with a single codepage/charset.

HtmlViewer 11.x (recommended)

  • is a full WideString version suitable for projects with most common codepages/charsets.
  • with Delphi 6..2007 requires the TntUnicodeControls.
  • works with Delphi 6 or newer (recommended at least 2009)
  • works with Lazarus 0.9.30 or newer (recommended at least 1.2.x) for Windows, Linux and Raspbian
  • 32 and 64 Bit

HtmlViewer 10.2 is still available at: http://code.google.com/p/thtmlviewer/ HtmlViewer 11.x is available at: https://sourceforge.net/projects/htmlviewer/ HtmlViewer development is hosted at: https://github.com/BerndGabriel/HtmlViewer

If you are using HtmlViewer 11 with Delphi 6..2007 you will need the TntUnicodeControls 2.3.0 or 2.2.1, which are available at:

http://www.yunqa.de/delphi/doku.php/products/tntunicodecontrols/index

Please install them into your IDE.


Copyright (c) 1995 - 2008 by L. David Baldwin Copyright (c) 1995 - 2008 by Anders Melander (DitherUnit.pas) Copyright (c) 1995 - 2008 by Ron Collins (HtmlGif1.pas) Copyright (c) 2008 - 2009 by Sebastian Zierer (Delphi 2009 Port) Copyright (c) 2008 - 2010 by Arvid Winkelsdorf (Fixes) Copyright (c) 2009 - 2019 by HtmlViewer Team

See included License.txt


Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].