Commit Graph
100 Commits
Author SHA1 Message Date
MightyPork b70c65868b dump context and stop listening for a bit on rx of bad UTF 2017-09-29 21:57:20 +02:00
MightyPork 1614194d76 Removed one NOTIFY_LOCK() that shouldn't have been there 2017-09-29 20:49:52 +02:00
MightyPork 7bca46384e Merge branch 'new-message-format' into work 2017-09-28 23:11:28 +02:00
MightyPork 03c7f4d0ad removed bugs 2017-09-28 22:09:30 +02:00
MightyPork da6c5bf5be re-arranged attr bits and changed string encoding for labels and title to use terminator rather than byte length 2017-09-28 21:50:51 +02:00
MightyPork 2e0648be8e re-ordered cell attr bits for shorter serialize word length 2017-09-28 21:13:10 +02:00
MightyPork 404ccaeb20 new message format 2017-09-28 20:58:45 +02:00
MightyPork 7300e0003c Merge branch 'master' into work 2017-09-26 17:42:55 +02:00
MightyPork 8c55202b42 added exampe of the main config file 2017-09-26 17:41:49 +02:00
MightyPork 65977bfbae Overclock, fix buffer overflow causing total lock-up, small tweaks
removed the main make config file from VCS so it can be easier edited
added overclocking option to enable 160 MHz mode
2017-09-26 17:41:24 +02:00
MightyPork 74d52a0c61 add confirmation messages to form saving 2017-09-26 15:01:22 +02:00
MightyPork 0fae510207 change version to 2.0.0 to indicate the breaking change 2017-09-26 13:43:08 +02:00
MightyPork 1a8d3cb332 show real sdk version, make tpw setting actually work 2017-09-26 11:30:58 +02:00
MightyPork ca5a7e3de9 Merge remote-tracking branch 'origin/work' 2017-09-26 10:53:35 +02:00
MightyPork fa5489ccfc support for truecolor default colors 2017-09-25 01:53:59 +02:00
MightyPork 502babf7b0 updated front-end ref 2017-09-24 20:50:01 +02:00
MightyPork 47f6cd38cd Merge branch 'utf-removal-fix' into work 2017-09-24 20:36:38 +02:00
MightyPork 0f10d84a59 disable non-error ansi logging 2017-09-24 20:36:09 +02:00
MightyPork cb71586138 remove spammy debug 2017-09-24 20:35:55 +02:00
MightyPork 58bd27a082 FIXED A BUG 2017-09-24 20:19:40 +02:00
MightyPork 7eb1bdeec6 fixed off-by one etc errors in the rewritten functions, fixed a lag due to heartbeat packet 2017-09-24 18:16:21 +02:00
MightyPork 674e89c8c3 fix a bug with backspace when cursor is hanging 2017-09-24 14:57:10 +02:00
MightyPork 62a0925586 fix stuff not removed from utf cache in some operations 2017-09-24 14:17:41 +02:00
MightyPork 4f4ea95c06 Merge branch 'offscale-bg' into work 2017-09-24 03:03:52 +02:00
MightyPork 2ede271c65 removed obsolete microoptimization from parser repeat code 2017-09-24 03:02:28 +02:00
MightyPork 692b2c4d11 fix serializer being completely broken 2017-09-24 00:17:58 +02:00
MightyPork 948bcb62ff Backend changes for offscale default fg and bg + future-proofing
- 16-bit attribs
- added attribs FG and BG, if not set, default colors
- added attrib INVERT, removed server-side color flipping
- added screen attrib REVERSE_VIDEO (can't be done server-side if we want it to work with off-scale colors)
- changed Attribs encoding to 3B
- removed old migrations, made useless by the flash wipe caused by adding Admin PW section
- some cleaning in CSI parser
- removed function to set SGR inverse separately (now use normal SGR setter)
- added functions to set fg and bg to defaults
2017-09-23 20:50:37 +02:00
MightyPork 7607b639b0 Merge branch 'passwords-stuff' into work 2017-09-23 02:14:27 +02:00
MightyPork 2e8ec41115 lib bump 2017-09-23 02:13:02 +02:00
MightyPork 80e8e4f7da added username config for basic auth 2017-09-23 01:59:53 +02:00
MightyPork 357a9d43e3 password changing, changed default pw to "adminpw", added settings revert if validation fails 2017-09-23 01:33:55 +02:00
MightyPork a464a73a0e cgi form handlers for setting password stuff 2017-09-22 01:05:13 +02:00
MightyPork 38b3ce2dc8 cgi handler for setting passwords (not tested) 2017-09-22 01:00:52 +02:00
MightyPork 37de3a095d configurable pw lock (not yet tested and not connected to front-end) 2017-09-22 00:48:57 +02:00
MightyPork 82961568b8 increased sysconbf allocated flash size (safe now bc we alrady have a breaking change that wipes old settings) 2017-09-22 00:33:03 +02:00
MightyPork 3849e161e5 add pwlock settings to sysconf 2017-09-22 00:30:16 +02:00
MightyPork 43241c2679 admin pw now lives in a separate config block. BREAKING CHANGE! will wipe old settings :( 2017-09-22 00:22:46 +02:00
MightyPorkandGitHub 3bfd51061e added browser support list 2017-09-19 01:44:52 +02:00
MightyPork 781cf8825b remove theme max num chekc to allow adding themes purely by front-end 2017-09-18 01:58:15 +02:00
MightyPork 079b522540 implemented focus tracking reports 2017-09-17 20:18:57 +02:00
MightyPork 471aa95c34 add timezone to the about page 2017-09-17 19:18:56 +02:00
MightyPork ac56b1dc61 added timezone to bootlog 2017-09-17 19:14:24 +02:00
MightyPork 82fd9e5ad1 raise utf8 cache to max of 160 characters, re-enable buttons by default 2017-09-17 19:10:16 +02:00
MightyPork 92a454a2cf renamed input debug log funcs to imp_ to avoid build collision if DEBUG_WS is enabled also 2017-09-16 01:46:41 +02:00
MightyPork 0012c92c4a added front-end patch 2017-09-14 23:24:35 +02:00
MightyPorkandGitHub 0e8af5712b add info about the mailing list 2017-09-14 01:34:47 +02:00
MightyPork 51e97232c5 version bump to 1.1.1 2017-09-14 00:16:08 +02:00
MightyPork 7e2491cd7b fix broken urxvt mouse reports 2017-09-14 00:11:43 +02:00
MightyPork cd79d5cf25 fix #172 2017-09-13 23:32:18 +02:00
MightyPork 184c772b57 update frontend ref 2017-09-13 02:30:34 +02:00
MightyPork 6e2978492b oops messed up front-end 2017-09-13 02:22:54 +02:00
MightyPork 0d0246b12b updated branch cfg in .gitmodules 2017-09-13 01:40:33 +02:00
MightyPork 62888d4473 update frontend to use branch master 2017-09-13 01:33:10 +02:00
MightyPork 3f0b6f2d26 fix bad submodue ref 2017-09-13 01:21:45 +02:00
MightyPork 5846d46e0c Merge remote-tracking branch 'origin/work' 2017-09-13 01:20:34 +02:00
MightyPork 1454987fcf Merge branch 'work' of github.com:espterm/espterm-firmware into work 2017-09-13 01:12:13 +02:00
MightyPork 2ba04b92d7 frontend update + fixes 2017-09-13 01:12:07 +02:00
MightyPorkandGitHub 6a7493a7be Update README.md 2017-09-12 15:47:15 +02:00
MightyPork 565b2113a5 submodue update - cache busting 2017-09-12 00:53:32 +02:00
MightyPork 128515a9a7 git hashes on about page 2017-09-12 00:26:43 +02:00
MightyPork 038c3b6466 update build script 2017-09-11 22:59:26 +02:00
MightyPork fa5953a231 front-end update 2017-09-11 15:05:29 +02:00
MightyPork 5aef8a0f11 Fix js error prevending wifi scanning 2017-09-11 12:36:23 +02:00
MightyPork 356c4557bb change default size back to 26x10 so it makes better first impression on a phone 2017-09-11 11:34:26 +02:00
MightyPork 5ff9d17850 adjusted defaults (disabled buttons by default so we dont confuse users with something they dont expect) 2017-09-11 05:09:22 +02:00
MightyPork ccbb1886af two hundred and fifty six colors, ladies and gentlemen!! 2017-09-11 04:27:50 +02:00
MightyPork 65d177f149 shortened utf cache & added missing flash storage attr 2017-09-11 03:26:57 +02:00
MightyPork 7cf82753ff bugfixes 2017-09-11 03:15:20 +02:00
MightyPork c4d399ccb0 added utf8 cache implementation, not yet used 2017-09-11 02:07:17 +02:00
MightyPork 521bc63c22 submodule ref 2017-09-11 00:58:49 +02:00
MightyPork b02aebf8c2 repeat character command 2017-09-11 00:53:42 +02:00
MightyPork 4c2421121f moved funcs to flash to make it build again, reduced logging buffer, disabled some logging; add missing files 2017-09-11 00:08:50 +02:00
MightyPork 6e1173cfcf make canvas branch be the default now 2017-09-10 14:05:02 +02:00
MightyPork b0992702b9 Added MPL license file 2017-09-10 10:48:58 +02:00
MightyPork 1742f4604a small cleaning 2017-09-10 10:15:35 +02:00
MightyPork 10fafd7c23 upse capital G for consistency 2017-09-10 02:24:50 +02:00
MightyPork c838883e69 back-end for #123 2017-09-10 02:23:57 +02:00
MightyPork 384372e6c8 backend support for SGR overline, bit 7 of attrib byte 2017-09-10 02:13:34 +02:00
MightyPork 74c7628474 groundwork for 256 color parsing, added conceal 2017-09-10 02:02:43 +02:00
MightyPork bd43c4d9c3 prevent compressor blowing up short repetitions 2017-09-10 01:28:30 +02:00
MightyPork 2e004b6048 changes to terminal settings now have immediate effect via notify 2017-09-10 00:43:31 +02:00
MightyPork ab921d2523 fix newline mode, add backend for cursor and crlf config in terminal config page 2017-09-09 23:51:26 +02:00
MightyPork 9ac5143228 fix compile error - missing declaration 2017-09-09 23:08:48 +02:00
MightyPork 2bea6397c6 cursor shape CSI and cursor blink toggle 2017-09-09 23:06:58 +02:00
MightyPork ea97752867 implemented saving to alternate buffer (except screen content) 2017-09-09 22:27:29 +02:00
MightyPork a12dcfc86f update github repo link 2017-09-09 20:59:17 +02:00
MightyPork b89db56c48 fix build script and switch default submodule to use master branch 2017-09-09 19:52:37 +02:00
MightyPork 6b603a1a8c Delete old html files & moved front-end to a submodule 2017-09-09 19:42:29 +02:00
MightyPork ff5aa4c12c Merge branch 'canvas' of github.com:MightyPork/ESPTerm into canvas 2017-09-09 16:11:36 +02:00
MightyPork 0967d7f94a fixed bad submodule revision 2017-09-09 16:11:30 +02:00
MightyPork 93824964ed gitignore update 2017-09-09 14:45:05 +02:00
MightyPork 3926776adc Fixed the stupid unicode bug 2017-09-09 14:38:03 +02:00
MightyPork 3b7cd0a42e yarn lock 2017-09-09 14:38:03 +02:00
MightyPork 2d22d5cff1 fix firmware build scripts & disable yuicompressor 2017-09-09 14:38:03 +02:00
MightyPork a3567ec338 nicer underlines & allow underline + strike together 2017-09-09 14:38:03 +02:00
MightyPork fe44927a62 cleaning and jslint syntax fixes 2017-09-09 14:35:37 +02:00
MightyPork b8ed46cbea removed some generated junk 2017-09-09 03:47:36 +02:00
MightyPork 8d7419b666 You wouldn't believe this simple trick that freed 10 kB of RAM! 2017-09-09 03:45:41 +02:00
MightyPork 830ec073bf fix #109 2017-09-09 03:03:12 +02:00
MightyPork 7d6cb2b660 screen serialize speedup + fix bad utf encode 2017-09-09 01:57:15 +02:00