aboutsummaryrefslogtreecommitdiff
path: root/hex.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix build on AlpinePřemysl Eric Janouch2024-04-091-0/+6
|
* Plugin load errors should not be fatalPřemysl Eric Janouch2024-02-261-4/+9
|
* g_ctx -> gPřemysl Eric Janouch2023-06-191-205/+205
| | | | Because it's just plain noise. But I still enjoy the indicator.
* Bump liberty, move the UI to liberty-xui.cPřemysl Eric Janouch2023-06-191-374/+364
| | | | | This deduplicates code between nncmpp and hex, while adding functionality.
* Add a real manual pagePřemysl Eric Janouch2023-06-151-2/+2
|
* Avoid ringing the bell on focus eventsPřemysl Eric Janouch2023-06-051-1/+1
|
* Fix second nibbles in the hex dumpPřemysl Eric Janouch2021-12-011-1/+1
| | | | Welp.
* Fix a compiler warningPřemysl Eric Janouch2021-11-051-2/+2
|
* Bind _/C-a/$/C-e to go to row start/endPřemysl Eric Janouch2021-10-301-0/+4
| | | | Avoiding 0 because that's how you would write a zero in edit mode.
* Add clang-format configurationPřemysl Eric Janouch2021-10-301-1/+1
|
* Bump liberty and termoPřemysl Eric Janouch2020-10-271-4/+3
|
* Name changePřemysl Eric Janouch2020-09-281-1/+1
|
* Cleanup, add commentPřemysl Janouch2018-10-271-1/+0
|
* Relicense to 0BSD, update mail addressPřemysl Janouch2018-06-241-3/+2
| | | | | | | | | I've come to the conclusion that copyright mostly just stands in the way of software development. In my jurisdiction I cannot give up my own copyright and 0BSD seems to be the closest thing to public domain. The updated mail address, also used in my author/committer lines, is shorter and looks nicer. People rarely interact anyway.
* Improve redrawing performancePřemysl Janouch2017-11-141-3/+4
|
* Bump liberty, termo, fix compiler detectionPřemysl Janouch2017-11-141-39/+24
|
* Fix SIGWINCH handlingPřemysl Janouch2017-05-211-2/+1
|
* Fix and update LICENSEPřemysl Janouch2017-02-031-1/+0
|
* Fix cursor hidingPřemysl Janouch2017-01-271-1/+1
|
* Fix the -o and -s switchesPřemysl Janouch2017-01-271-2/+2
| | | | At least they work as expected, once unbroken.
* Lua: don't die on unspecified detectorsPřemysl Janouch2017-01-271-0/+3
|
* Optimize memory usage a bitPřemysl Janouch2017-01-271-12/+24
| | | | | Stop calling calloc() to allocate large amounts of tiny lists of pointers but instead serialize these lists and keep offsets.
* Plug some leaksPřemysl Janouch2017-01-271-0/+3
|
* Make app_lua_mark() stupidity resistantPřemysl Janouch2017-01-261-0/+4
|
* 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.