Lennart Weller
acd6075260
make it more secure
Signed-off-by: Lennart Weller <lhw@ring0.de>
2 years ago
Lennart Weller
b31c55521a
Add minimal Dockerfile
2 years ago
LMLB
6c5860e8c6
Remove unused property endPosition in box.js
2 years ago
LMLB
a98685a50e
Merge branch 'master' of https://github.com/lewish/asciiflow2
(also recompile)
2 years ago
George Pantazes
d9519ae61f
Add Button Titles to File Tools Buttons ( #100 )
Added Titles to File Tools Buttons so that they show their title on mouseover.
2 years ago
Nobuto Murata
4a16b95d25
Update index.js to make it work with recent Electron ( #119 )
- Ensure enough windows size to show the tool bar
- Disable nodeIntegration to allow that jQuery without modification
https://electronjs.org/docs/faq#i-can-not-use-jqueryrequirejsmeteorangularjs-in-electron
2 years ago
Josh Junon
b1df7122eb
update compiled js code from pages
2 years ago
Naruki Azuma
3266c06145
Fix bugs ( #106 )
Fix incorrect variable using when resizing boxes (fixes #99 )
2 years ago
Qix
63fcba36d5
Merge pull request #117 from nobuto-m/https
Explicitly use HTTPS to load third-party links
2 years ago
Qix
989ea85a56
Merge pull request #68 from mbigras/mbigras-add-osx-panning-description
🍎 Add panning description for OSX
2 years ago
Qix
3d842f46e9
Merge pull request #110 from jcornaz/fix/arrow-direction
Fix wrong connecting arrows
2 years ago
LMLB
3c4e095aca
Cleaned up some very minor inconsistencies in the button icons
3 years ago
LMLB
917fd68d47
Remove Google Drive icon
Forgot to remove it earlier.
3 years ago
LMLB
9bea6c44da
Remove images/logo-full.png
3 years ago
LMLB
41dcb1eef3
Compile js-compiled.js
3 years ago
LMLB
ba9be75fd4
Hide <body> until script has loaded
3 years ago
LMLB
529c100ffd
Remove intro animation
3 years ago
LMLB
c757ac35ca
Compile js-compiled.js
3 years ago
LMLB
15019eb28a
Replace constants.js wildcard import with named imports
3 years ago
LMLB
792d81c912
Remove TOUCH_ENABLED
See http://www.stucox.com/blog/you-cant-detect-a-touchscreen/
3 years ago
LMLB
56e8fbe278
Compile with --jscomp_warning=lintChecks and fix almost all warnings
Note: The remaining warnings aren't actually problems.
3 years ago
LMLB
2ae8cac431
Make compile.bat easier to read
3 years ago
LMLB
8cfa63bcc1
Compile js-compiled.js
3 years ago
LMLB
3e849550f9
Make Closure Compiler output source map
3 years ago
LMLB
aecc7ab48f
Update Closure Compiler
3 years ago
LMLB
7bee3317b5
Fix Closure Compiler warnings
3 years ago
LMLB
7f709ff432
Code style
3 years ago
LMLB
230340cbc3
Improve zoom handling
- Use the wheel event instead of the nonstandard mousewheel event.
- Zoom in and out by the same amount (1.1*0.9 is 0.99, not 1).
- Support per-pixel scrolling.
3 years ago
LMLB
89dc624f16
Ckeanup keyboard handling
- Replace use of deprecated event.keyCode with event.key.
- Remove some special keys
- Handle normal keys in keydown instead of keypress (doesn't seem to make a difference)
3 years ago
LMLB
fb5b6a0a02
Fix indentation
3 years ago
LMLB
654e5f64c1
Update js-compiled.js
3 years ago
LMLB
74cc7a03ce
Move interstitial hiding to launch.js
3 years ago
LMLB
fb4acfe343
Add missing semicolon
3 years ago
LMLB
abaeb188b3
Remove unnecessary semicolons
3 years ago
LMLB
9aadc49072
Fix bug in DrawMove.move()
3 years ago
LMLB
ed2bf90f0b
Use the rawValue variable in DrawSelect.copyArea()
3 years ago
LMLB
a5d7c45589
Remove some unused variables
3 years ago
LMLB
12e2607fa0
ES6 Module compatibility
- Add .js extension to imports.
- Inline js-lib/draw/index.js into js-lib/controller.js
- Fix DrawFunction being incorrectly imported from js-lib/draw/function.js as a named import instead of a default import in some files.
- Guard against Safari 10.1 and iOS 10.3 not supporting the nomodule attribute on <script>.
3 years ago
LMLB
bdf07bc299
Respect prefers-reduced-motion with intro animation
3 years ago
LMLB
676ead6c1d
Remove webkit prefixes from intro animation
3 years ago
LMLB
78a4807094
Fix bug introduced when removing jQuery
3 years ago
LMLB
194b40022d
Update js-compiled.js
3 years ago
LMLB
4277b37256
Change images to PNG format (smaller than GIF)
3 years ago
LMLB
f139da3142
Optimize favicon.png
Also cleanup some stray 254 pixel values
3 years ago
LMLB
eae1d1c26b
XHTML5 compatibility
3 years ago
LMLB
25ce17ea09
Remove "shortcut" from <link rel="shortcut icon">
3 years ago
LMLB
3b0a0c21fa
Use rel="noreferrer noopener" together with target="_blank"
3 years ago
LMLB
2513428d11
Add <link rel="preload">
3 years ago
LMLB
29ab0e2a03
Change compile.sh and add compile.bat
3 years ago
LMLB
25112c55c5
Cleanup CSS a little
3 years ago