├── samples
├── diskusage
│ ├── .gitignore
│ └── index.html
├── test1.lhtml
├── test1
│ ├── duck.jpg
│ └── index.html
├── noformsaving
│ ├── duck.jpg
│ └── index.html
├── exportfile
│ └── index.html
├── filesystem
│ └── index.html
├── external
│ └── index.html
└── sizing
│ └── index.html
├── changes
├── feature-size.md
├── fix-about-icon.md
├── feature-show-logs.md
├── fix-winlinux-menu.md
├── feature-closedontclose.md
├── feature-devtoolskeyboard.md
└── feature-exportfiles.md
├── doc
└── icon.png
├── .esdoc.json
├── demos
├── demo.lhtml
└── form
│ ├── fonts
│ └── roboto
│ │ ├── Roboto-Bold.eot
│ │ ├── Roboto-Bold.ttf
│ │ ├── Roboto-Bold.woff
│ │ ├── Roboto-Bold.woff2
│ │ ├── Roboto-Light.eot
│ │ ├── Roboto-Light.ttf
│ │ ├── Roboto-Light.woff
│ │ ├── Roboto-Medium.eot
│ │ ├── Roboto-Medium.ttf
│ │ ├── Roboto-Thin.eot
│ │ ├── Roboto-Thin.ttf
│ │ ├── Roboto-Thin.woff
│ │ ├── Roboto-Thin.woff2
│ │ ├── Roboto-Light.woff2
│ │ ├── Roboto-Medium.woff
│ │ ├── Roboto-Medium.woff2
│ │ ├── Roboto-Regular.eot
│ │ ├── Roboto-Regular.ttf
│ │ ├── Roboto-Regular.woff
│ │ └── Roboto-Regular.woff2
│ └── index.html
├── src
├── img
│ ├── icon.png
│ └── arrow.png
├── default.html
├── lhtml_container.html
├── prefs
│ ├── prefs.js
│ └── prefs.html
├── rpc.js
├── updates.html
├── locks.js
├── guest
│ ├── formsync.js
│ └── preload.js
├── chrootfs.js
└── main.js
├── dev
├── icons
│ ├── blank_dmg.png
│ ├── lhtmlbig.png
│ ├── lhtmldmg.png
│ ├── lhtmldoc.png
│ ├── lhtml_wmargins.png
│ ├── README.md
│ └── mkicns.sh
└── publish
│ ├── publish.sh
│ ├── updatechangelog.sh
│ └── combine_changes.sh
├── .gitignore
├── test
├── cases
│ ├── oneinput
│ │ └── index.html
│ └── form
│ │ └── index.html
├── runtests.sh
├── checkforchanges.sh
├── test_locks.js
└── test_chrootfs.js
├── .travis.yml
├── functest
├── mocks.js
├── e2e.js
├── util.js
└── test_e2e.js
├── CONTRIBUTING.md
├── TODO
├── CHANGELOG.md
├── package.json
├── README.md
├── api.md
└── LICENSE
/samples/diskusage/.gitignore:
--------------------------------------------------------------------------------
1 | theblob-*
2 |
--------------------------------------------------------------------------------
/changes/feature-size.md:
--------------------------------------------------------------------------------
1 | Users can allow documents to take more space.
--------------------------------------------------------------------------------
/changes/fix-about-icon.md:
--------------------------------------------------------------------------------
1 | Broken image in About window fixed
2 |
--------------------------------------------------------------------------------
/doc/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/iffy/lhtml/HEAD/doc/icon.png
--------------------------------------------------------------------------------
/.esdoc.json:
--------------------------------------------------------------------------------
1 | {
2 | "source": "./guest",
3 | "destination": "./doc"
4 | }
--------------------------------------------------------------------------------
/demos/demo.lhtml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/iffy/lhtml/HEAD/demos/demo.lhtml
--------------------------------------------------------------------------------
/src/img/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/iffy/lhtml/HEAD/src/img/icon.png
--------------------------------------------------------------------------------
/src/img/arrow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/iffy/lhtml/HEAD/src/img/arrow.png
--------------------------------------------------------------------------------
/samples/test1.lhtml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/iffy/lhtml/HEAD/samples/test1.lhtml
--------------------------------------------------------------------------------
/dev/icons/blank_dmg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/iffy/lhtml/HEAD/dev/icons/blank_dmg.png
--------------------------------------------------------------------------------
/dev/icons/lhtmlbig.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/iffy/lhtml/HEAD/dev/icons/lhtmlbig.png
--------------------------------------------------------------------------------
/dev/icons/lhtmldmg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/iffy/lhtml/HEAD/dev/icons/lhtmldmg.png
--------------------------------------------------------------------------------
/dev/icons/lhtmldoc.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/iffy/lhtml/HEAD/dev/icons/lhtmldoc.png
--------------------------------------------------------------------------------
/samples/test1/duck.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/iffy/lhtml/HEAD/samples/test1/duck.jpg
--------------------------------------------------------------------------------
/changes/feature-show-logs.md:
--------------------------------------------------------------------------------
1 | Add Help > Show Logs menu item for easily getting to the log file
2 |
--------------------------------------------------------------------------------
/changes/fix-winlinux-menu.md:
--------------------------------------------------------------------------------
1 | Add missing menu items to Windows/Linux: About, Check for updates...
2 |
--------------------------------------------------------------------------------
/dev/icons/lhtml_wmargins.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/iffy/lhtml/HEAD/dev/icons/lhtml_wmargins.png
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | node_modules/
2 | dist/
3 | samples/filesystem/thedate.txt
4 | .DS_Store
5 | _CHANGELOG.md
6 |
--------------------------------------------------------------------------------
/samples/noformsaving/duck.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/iffy/lhtml/HEAD/samples/noformsaving/duck.jpg
--------------------------------------------------------------------------------
/changes/feature-closedontclose.md:
--------------------------------------------------------------------------------
1 | Default action when closing an unsaved document is to keep the document open
2 |
--------------------------------------------------------------------------------
/changes/feature-devtoolskeyboard.md:
--------------------------------------------------------------------------------
1 | Most keyboard shortcuts now work even when you're focused on the document's devTools
2 |
--------------------------------------------------------------------------------
/demos/form/fonts/roboto/Roboto-Bold.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/iffy/lhtml/HEAD/demos/form/fonts/roboto/Roboto-Bold.eot
--------------------------------------------------------------------------------
/demos/form/fonts/roboto/Roboto-Bold.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/iffy/lhtml/HEAD/demos/form/fonts/roboto/Roboto-Bold.ttf
--------------------------------------------------------------------------------
/demos/form/fonts/roboto/Roboto-Bold.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/iffy/lhtml/HEAD/demos/form/fonts/roboto/Roboto-Bold.woff
--------------------------------------------------------------------------------
/demos/form/fonts/roboto/Roboto-Bold.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/iffy/lhtml/HEAD/demos/form/fonts/roboto/Roboto-Bold.woff2
--------------------------------------------------------------------------------
/demos/form/fonts/roboto/Roboto-Light.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/iffy/lhtml/HEAD/demos/form/fonts/roboto/Roboto-Light.eot
--------------------------------------------------------------------------------
/demos/form/fonts/roboto/Roboto-Light.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/iffy/lhtml/HEAD/demos/form/fonts/roboto/Roboto-Light.ttf
--------------------------------------------------------------------------------
/demos/form/fonts/roboto/Roboto-Light.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/iffy/lhtml/HEAD/demos/form/fonts/roboto/Roboto-Light.woff
--------------------------------------------------------------------------------
/demos/form/fonts/roboto/Roboto-Medium.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/iffy/lhtml/HEAD/demos/form/fonts/roboto/Roboto-Medium.eot
--------------------------------------------------------------------------------
/demos/form/fonts/roboto/Roboto-Medium.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/iffy/lhtml/HEAD/demos/form/fonts/roboto/Roboto-Medium.ttf
--------------------------------------------------------------------------------
/demos/form/fonts/roboto/Roboto-Thin.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/iffy/lhtml/HEAD/demos/form/fonts/roboto/Roboto-Thin.eot
--------------------------------------------------------------------------------
/demos/form/fonts/roboto/Roboto-Thin.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/iffy/lhtml/HEAD/demos/form/fonts/roboto/Roboto-Thin.ttf
--------------------------------------------------------------------------------
/demos/form/fonts/roboto/Roboto-Thin.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/iffy/lhtml/HEAD/demos/form/fonts/roboto/Roboto-Thin.woff
--------------------------------------------------------------------------------
/demos/form/fonts/roboto/Roboto-Thin.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/iffy/lhtml/HEAD/demos/form/fonts/roboto/Roboto-Thin.woff2
--------------------------------------------------------------------------------
/dev/icons/README.md:
--------------------------------------------------------------------------------
1 | Source files for things like the LHTML icons.
2 |
3 | I use
18 |
22 | | Maximum document size: | 47 |48 | MB 49 | | 50 |
|---|---|
| 53 | | 54 | |