Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | g_ctx -> g | Přemysl Eric Janouch | 2023-06-19 | 1 | -205/+205 |
| | | | | Because it's just plain noise. But I still enjoy the indicator. | ||||
* | Bump liberty, move the UI to liberty-xui.c | Přemysl Eric Janouch | 2023-06-19 | 1 | -374/+364 |
| | | | | | This deduplicates code between nncmpp and hex, while adding functionality. | ||||
* | Add a real manual page | Přemysl Eric Janouch | 2023-06-15 | 1 | -2/+2 |
| | |||||
* | Avoid ringing the bell on focus events | Přemysl Eric Janouch | 2023-06-05 | 1 | -1/+1 |
| | |||||
* | Fix second nibbles in the hex dump | Přemysl Eric Janouch | 2021-12-01 | 1 | -1/+1 |
| | | | | Welp. | ||||
* | Fix a compiler warning | Přemysl Eric Janouch | 2021-11-05 | 1 | -2/+2 |
| | |||||
* | Bind _/C-a/$/C-e to go to row start/end | Přemysl Eric Janouch | 2021-10-30 | 1 | -0/+4 |
| | | | | Avoiding 0 because that's how you would write a zero in edit mode. | ||||
* | Add clang-format configuration | Přemysl Eric Janouch | 2021-10-30 | 1 | -1/+1 |
| | |||||
* | Bump liberty and termo | Přemysl Eric Janouch | 2020-10-27 | 1 | -4/+3 |
| | |||||
* | Name change | Přemysl Eric Janouch | 2020-09-28 | 1 | -1/+1 |
| | |||||
* | Cleanup, add comment | Přemysl Janouch | 2018-10-27 | 1 | -1/+0 |
| | |||||
* | Relicense to 0BSD, update mail address | Přemysl Janouch | 2018-06-24 | 1 | -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 performance | Přemysl Janouch | 2017-11-14 | 1 | -3/+4 |
| | |||||
* | Bump liberty, termo, fix compiler detection | Přemysl Janouch | 2017-11-14 | 1 | -39/+24 |
| | |||||
* | Fix SIGWINCH handling | Přemysl Janouch | 2017-05-21 | 1 | -2/+1 |
| | |||||
* | Fix and update LICENSE | Přemysl Janouch | 2017-02-03 | 1 | -1/+0 |
| | |||||
* | Fix cursor hiding | Přemysl Janouch | 2017-01-27 | 1 | -1/+1 |
| | |||||
* | Fix the -o and -s switches | Přemysl Janouch | 2017-01-27 | 1 | -2/+2 |
| | | | | At least they work as expected, once unbroken. | ||||
* | Lua: don't die on unspecified detectors | Přemysl Janouch | 2017-01-27 | 1 | -0/+3 |
| | |||||
* | Optimize memory usage a bit | Přemysl Janouch | 2017-01-27 | 1 | -12/+24 |
| | | | | | Stop calling calloc() to allocate large amounts of tiny lists of pointers but instead serialize these lists and keep offsets. | ||||
* | Plug some leaks | Přemysl Janouch | 2017-01-27 | 1 | -0/+3 |
| | |||||
* | Make app_lua_mark() stupidity resistant | Přemysl Janouch | 2017-01-26 | 1 | -0/+4 |
| | |||||
* | Lua: fix non-marking reads | Přemysl Janouch | 2017-01-26 | 1 | -0/+3 |
| | |||||
* | Lua: fix setting chunk.position | Přemysl Janouch | 2017-01-26 | 1 | -2/+2 |
| | | | | Double decrement. | ||||
* | Bump liberty | Přemysl Janouch | 2017-01-23 | 1 | -22/+5 |
| | | | | Lots of stuff has been moved into it etc. | ||||
* | Color the ASCII column instead | Přemysl Janouch | 2017-01-23 | 1 | -11/+14 |
| | |||||
* | Improve ARRAY | Přemysl Janouch | 2017-01-23 | 1 | -12/+9 |
| | |||||
* | Fix forced interpretation | Přemysl Janouch | 2017-01-22 | 1 | -1/+1 |
| | |||||
* | Fix error checking on input file | Přemysl Janouch | 2017-01-18 | 1 | -2/+2 |
| | |||||
* | Update comments | Přemysl Janouch | 2017-01-18 | 1 | -1/+16 |
| | |||||
* | Lua: fix __len for chunks | Přemysl Janouch | 2017-01-18 | 1 | -1/+1 |
| | |||||
* | Fix mark flattening | Přemysl Janouch | 2017-01-18 | 1 | -3/+3 |
| | |||||
* | Lua: make chunk:mark() call string.format() | Přemysl Janouch | 2017-01-17 | 1 | -1/+5 |
| | |||||
* | Make Home/End handling a bit more intuitive | Přemysl Janouch | 2017-01-17 | 1 | -3/+26 |
| | |||||
* | Add actions to jump by fields | Přemysl Janouch | 2017-01-17 | 1 | -0/+29 |
| | |||||
* | Add field highlighting using Lua plugins | Přemysl Janouch | 2017-01-17 | 1 | -0/+547 |
| | |||||
* | Add infrastructure for field highlighting | Přemysl Janouch | 2017-01-17 | 1 | -12/+213 |
| | |||||
* | Make app_decode() more functional | Přemysl Janouch | 2017-01-17 | 1 | -5/+5 |
| | |||||
* | Underline the currently decoded field | Přemysl Janouch | 2017-01-17 | 1 | -1/+6 |
| | |||||
* | Update copyright years | Přemysl Janouch | 2017-01-15 | 1 | -1/+1 |
| | |||||
* | Random cleanup | Přemysl Janouch | 2016-12-30 | 1 | -123/+95 |
| | |||||
* | Finishing touches for an early release | Přemysl Janouch | 2016-12-30 | 1 | -4/+6 |
| | |||||
* | Further improvements | Přemysl Janouch | 2016-12-30 | 1 | -77/+125 |
| | |||||
* | Add formatting to the decoder | Přemysl Janouch | 2016-12-30 | 1 | -47/+66 |
| | | | | And deuglify. | ||||
* | Various bugfixes | Přemysl Janouch | 2016-12-30 | 1 | -37/+51 |
| | | | | Mostly usable now. | ||||
* | Get it halfway working | Přemysl Janouch | 2016-12-30 | 1 | -111/+180 |
| | |||||
* | Improve the footer | Přemysl Janouch | 2016-12-29 | 1 | -22/+93 |
| | |||||
* | Make it show something | Přemysl Janouch | 2016-12-29 | 1 | -362/+88 |
| | | | | Move TUI-related code to its own file. | ||||
* | Initial commit | Přemysl Janouch | 2016-12-29 | 1 | -0/+1295 |
This is essentially a gutted fork of nncmpp that doesn't do anything. |