aboutsummaryrefslogtreecommitdiff
path: root/hex.c
Commit message (Collapse)AuthorAgeFilesLines
* Lua: fix non-marking readsPřemysl Janouch2017-01-261-0/+3
|
* Lua: fix setting chunk.positionPřemysl Janouch2017-01-261-2/+2
| | | | Double decrement.
* Bump libertyPřemysl Janouch2017-01-231-22/+5
| | | | Lots of stuff has been moved into it etc.
* Color the ASCII column insteadPřemysl Janouch2017-01-231-11/+14
|
* Improve ARRAYPřemysl Janouch2017-01-231-12/+9
|
* Fix forced interpretationPřemysl Janouch2017-01-221-1/+1
|
* Fix error checking on input filePřemysl Janouch2017-01-181-2/+2
|
* Update commentsPřemysl Janouch2017-01-181-1/+16
|
* Lua: fix __len for chunksPřemysl Janouch2017-01-181-1/+1
|
* Fix mark flatteningPřemysl Janouch2017-01-181-3/+3
|
* Lua: make chunk:mark() call string.format()Přemysl Janouch2017-01-171-1/+5
|
* Make Home/End handling a bit more intuitivePřemysl Janouch2017-01-171-3/+26
|
* Add actions to jump by fieldsPřemysl Janouch2017-01-171-0/+29
|
* Add field highlighting using Lua pluginsPřemysl Janouch2017-01-171-0/+547
|
* Add infrastructure for field highlightingPřemysl Janouch2017-01-171-12/+213
|
* Make app_decode() more functionalPřemysl Janouch2017-01-171-5/+5
|
* Underline the currently decoded fieldPřemysl Janouch2017-01-171-1/+6
|
* Update copyright yearsPřemysl Janouch2017-01-151-1/+1
|
* Random cleanupPřemysl Janouch2016-12-301-123/+95
|
* Finishing touches for an early releasePřemysl Janouch2016-12-301-4/+6
|
* Further improvementsPřemysl Janouch2016-12-301-77/+125
|
* Add formatting to the decoderPřemysl Janouch2016-12-301-47/+66
| | | | And deuglify.
* Various bugfixesPřemysl Janouch2016-12-301-37/+51
| | | | Mostly usable now.
* Get it halfway workingPřemysl Janouch2016-12-301-111/+180
|
* Improve the footerPřemysl Janouch2016-12-291-22/+93
|
* Make it show somethingPřemysl Janouch2016-12-291-362/+88
| | | | Move TUI-related code to its own file.
* Initial commitPřemysl Janouch2016-12-291-0/+1295
This is essentially a gutted fork of nncmpp that doesn't do anything.