Commit Graph
284 Commits
Author SHA1 Message Date
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 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 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 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 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
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
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 128515a9a7 git hashes on about page 2017-09-12 00:26:43 +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 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 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