Commit graph

213 commits

Author SHA1 Message Date
Unrud
92a46e6637 Improve icon font
Round values to integer
Change EM square to 1024
Move glyph uni2630 to uni2261
2022-01-24 07:52:34 +01:00
Unrud
cfad7e9d68 Use pointer as cursor for buttons 2022-01-24 07:52:27 +01:00
Unrud
348ec1f6ab Remove unused function 2022-01-24 07:52:19 +01:00
Unrud
64327f326c Cosmetics 2022-01-24 07:52:09 +01:00
Unrud
dd2d13b4e4 Compatibility with ECMA Version 5
Fixes #40
2022-01-17 15:18:56 +01:00
Unrud
02fa08e266 Bump version to 1.0.5 2022-01-08 00:37:46 +01:00
Unrud
70e63a57af Update dependencies 2022-01-08 00:25:02 +01:00
Unrud
130c430d3d Use relative URL for websocket
Partially merged from branch 'schnusch-http-prefix'
2022-01-08 00:23:59 +01:00
schnusch
47e9bb2047 use relative URL for websocket 2022-01-04 14:51:18 +01:00
Unrud
55b0ba894e Bump version to 1.0.4 2021-11-06 21:45:02 +01:00
Unrud
e2ee520380 Disable touch-action (closes #37) 2021-11-06 21:45:01 +01:00
Unrud
c53252c197 Update dependencies 2021-11-06 21:45:01 +01:00
Unrud
1ec541d78c Bump version to 1.0.3 2021-09-18 21:17:54 +02:00
Unrud
1f22f5668a Rename appdata to metainfo 2021-09-18 21:17:53 +02:00
Unrud
72d4d60419 Update dependencies 2021-09-18 21:17:53 +02:00
Unrud
c1a55e57ae Improve generators 2021-09-18 21:17:52 +02:00
Unrud
aa903a664a Flatpak: Update runtime 2021-09-08 18:53:48 +02:00
Unrud
82f62b7edb Bump version to 1.0.2 2021-06-06 01:04:02 +02:00
Unrud
0b6dac0ae6 Fix markdown lint 2021-06-06 00:54:31 +02:00
Unrud
592f40006f New logo 2021-06-06 00:46:14 +02:00
Unrud
5be09594df Remove IE quirks 2021-06-06 00:46:03 +02:00
Unrud
b95ffd4c1d Flatpak: Vendored dependencies
Fixes build with newer Go versions
2021-06-06 00:45:57 +02:00
Unrud
d00c3dab85 Update Go dependencies 2021-06-06 00:45:39 +02:00
Unrud
8139cf0734 Bump version to 1.0.1 2020-09-13 10:54:38 +02:00
Unrud
50af32094d Flatpak: Update runtime and dependencies 2020-09-13 10:25:29 +02:00
Unrud
84944c578d Snap: Remove workaround 2020-09-13 10:25:29 +02:00
Unrud
e24b06b0f6 Separate tags with comma 2020-09-13 10:25:29 +02:00
Unrud
50ec8ff4db Update go modules 2020-09-13 10:25:28 +02:00
Unrud
6d68809ccf Bump version to 1.0.0 2020-08-26 03:57:22 +02:00
Unrud
fd854f8b16 Flatpak: Update dependencies 2020-08-26 03:57:22 +02:00
Unrud
41ef45d345 Add golang installation instructions
Fixes #15
2020-08-26 03:57:22 +02:00
Unrud
69ca24da48 Update screenshots 2020-08-26 03:57:22 +02:00
Unrud
125e9a4d94 Update bindata 2020-08-26 03:31:59 +02:00
Unrud
ae7a84ec64 Remove experimental mark from DesktopPortal 2020-08-26 03:31:59 +02:00
Unrud
a3e4d1c90a Remove obsolete command line arguments 2020-08-26 03:31:59 +02:00
Unrud
18752a362d use strict 2020-08-26 03:31:59 +02:00
Unrud
c93c6c7de5 Add go.mod 2020-08-26 03:31:59 +02:00
Unrud
38e6049304 Use tags for go generate 2020-08-26 03:31:59 +02:00
Unrud
ba9ed841d8 Add super and browser back and forward keys
Fixes #13
2020-08-26 03:31:27 +02:00
Unrud
e501c8cd9a Rework CSS 2020-08-26 03:30:22 +02:00
Unrud
585a3c0dcc Reduce minimum size of textarea 2020-08-26 03:30:21 +02:00
Unrud
1f410b5a18 Only exit fullscreen when in fullscreen mode 2020-08-26 03:30:21 +02:00
Unrud
9ad8590517 Cosmetics 2020-08-26 03:30:20 +02:00
Unrud
bd376578d4 Snap: Update 2020-08-16 10:06:57 +02:00
Unrud
7c0d475394 Bump version to 0.0.18 2020-05-17 03:12:19 +02:00
Unrud
b432b95413 Update dependencies 2020-05-17 03:11:49 +02:00
Stefano Mersi
fad0e2d7c0 Update main.go 2020-05-02 19:15:33 +02:00
Unrud
08b852f836 Update dependencies 2020-04-30 13:29:01 +02:00
林博仁(Buo-ren Lin)
049d79448c Snap: Fix license top-level property
Snapcraft uses SPDX 2.1 syntax[1], which allows specifying "or later" license
style by appending a `+` operator after the license expression.  Refer
Appendix IV:  SPDX License Expressions[2] for more info regarding this syntax.

[1] https://spdx.org/spdx-specification-21-web-version
[2] https://spdx.org/spdx-specification-21-web-version#h.jxpfx0ykyb60

Refer-to: license - Snapcraft top-level metadata - doc - snapcraft.io <https://forum.snapcraft.io/t/snapcraft-top-level-metadata/8334#heading--license>
Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>
2020-03-01 18:25:14 +01:00
Unrud
afcfa8a67a Bump version to 0.0.17 2020-02-20 18:57:09 +01:00