OS4 DepotLogo by DaveyD 
(anonymous IP: 216.73.217.16,2472) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (349)
   o Datatype (51)
   o Demo (205)
   o Development (620)
   o Document (24)
   o Driver (101)
   o Emulation (154)
   o Game (1035)
   o Graphics (514)
   o Library (120)
   o Network (238)
   o Office (67)
   o Utility (952)
   o Video (73)

Total files: 4503

Full index file
Recent index file

 Links

  Amigans.net
  Aminet
  IntuitionBase
  Hyperion Entertainment
  A-Eon
  Amiga Future


Support the site


 Readme for:  Library » Mui » mcc_htmlview.lha

MCC_HTMLView

Description: HTMLView custom class for MUI
Download: mcc_htmlview.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 979kb
Version: 13.6
Date: 28 Apr 2026
Author: HTMLview.mcc Open Source Team
Submitter: Samir Hawamdeh
Homepage: https://github.com/midwan/htmlview
Category: library/mui
Replaces: library/mui/mcc_htmlview.lha
License: Other
Distribute: yes
Min OS Version: 4.0
FileID: 13803
 
Comments: 0
Snapshots: 0
Videos: 0
Downloads: 80  (Current version)
702  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

Show comments Show snapshots Show videos Show content Show crashlogs Replace file 
ABOUT HTMLview.mcc
******************

HTMLview.mcc is a MUI custom class that renders HTML inside any MUI
application. The class supports the bulk of HTML 4 and is fast enough to
drop into mail readers, news readers, and help browsers without a
noticeable parse step.

Its main features are:

 * Incremental rendering of the page via a separate decoder process, so
   the hosting MUI application stays responsive while a document is
   still parsing.
 * Progressive display of images with built-in decoders for
   GIF / GIFAnim, JPEG, and PNG.
 * HTTP / HTTPS image and document loading via the reusable
   libhtmlview_nethook helper (AmiSSL 5.x), with optional CA bundle
   verification and an opt-in on-disk response cache.
 * Text selection and copy-to-clipboard, in-page search.
 * Floating tables, background images, frames, forms, and the rest of
   the HTML 4 toolbox.

KNOWN LIMITATIONS
*****************

 * Text outside a <body>...</body> pair is not shown; pages without the
   tag render blank. (Tracked in IMPROVEMENTS.md Phase 7.)
 * HTML entities without a trailing semicolon are not interpreted --
   "&amp" is ignored; write "&amp;". (Tracked in Phase 7.)
 * The Floyd-Steinberg dither does not clamp error at tile boundaries,
   so tiled backgrounds can show faint seams. (Tracked in Phase 7.)
 * The datatype image-decoder fallback was historically reliable only
   with the Picasso96 picture.datatype; modern WebP/SVG/AVIF require a
   datatype path not yet wired in. (Tracked in Phase 6.)
 * UTF-8 pages render mojibake; the parser treats bytes as Latin-1.
   A transliteration pass is in the roadmap (Phase 4).

LEGALESE
********

HTMLview.mcc was originally written in 1995 and is Copyright (C)
1995-2000 by Allan Odgaard. The current maintainer since 2023 is
Dimitris Panokostas <midwan()gmail.com>; the GitHub fork is Copyright (C)
2023-2026.

HTMLview.mcc is distributed under the GNU Lesser General Public License
(LGPL). Development is hosted on GitHub:

            https://github.com/midwan/htmlview

Please consult COPYING for the full licensing terms.

CHANGES SINCE THE LAST RELEASE
******************************

See the ChangeLog file inside the archive for the full list of
user-visible changes between each release.

File Version Size Date OS Dls Readme
mcc_betterstring.lha11.36316kb31 Aug 20214.0351¤ MCC_BetterString - BetterString custom class for MUI
mcc_betterstring_ell.lha11.231kb21 Nov 20124.0454¤ Mcc_betterstring_greek - Greek catalog file for MCC BetterString
mcc_mailtext.lha3.2360kb18 Jun 20134.0649¤ Mcc_mailtext - Custom Class for Messagetexts
mcc_nlist.lha0.1282Mb31 Aug 20214.0355¤ MCC_NList - NList custom classes for MUI
mcc_nlist_ell.lha0.1136kb21 Nov 20124.0311¤ Mcc_nlist_greek - Greek catalog files for MCC NList
mcc_texteditor.lha15.56875kb31 Aug 20214.0326¤ MCC_TextEditor - TextEditor custom class for MUI
mcc_texteditor_ell.lha15.394kb21 Nov 20124.0384¤ Mcc_texteditor_greek - Greek catalog file for MCC TextEditor
mcc_thebar.lha26.222Mb31 Aug 20214.0400¤ MCC_TheBar - The MUI Toolbar custom class
mcc_toolbar.lha15.12106kb01 Aug 20054.02222¤ Mcc_toolbar - Toolbar custom class for MUI (v15.12)
Copyright © 2004-2026 by Björn Hagström All Rights Reserved