| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-02-27 | Use 32-bit unsigned params | ||
| 2020-02-27 | Hash inodes with lesser number of bits | ||
| 2020-02-26 | Dim links | ||
| 2020-02-26 | Drop / indicator for directories | ||
| 2020-02-26 | Get rid of printw() | ||
| 2020-02-26 | Restore filter on context switch in non nav-as-you-type mode | ||
| 2020-02-26 | Optimize print entry | ||
| 2020-02-26 | Reformat entry printing | ||
| 2020-02-26 | Optimize unescape | ||
| 2020-02-25 | Update help, check for mocp before using mocplay | ||
| 2020-02-22 | Treat ~ as special shortcut in filterentries | ||
| 2020-02-22 | Minor refactor | ||
| 2020-02-22 | Combine file mode check | ||
| 2020-02-22 | Simplify detail print | ||
| 2020-02-22 | Show hard link symbol | ||
| 2020-02-22 | Ignore hard links on du | ||
| 2020-02-22 | Fix build break | ||
| 2020-02-22 | Macro for confirmation | ||
| 2020-02-21 | Do not save trash setting in config (and session) | ||
| 2020-02-19 | Fix broken abort msg when starting in du mode | ||
| 2020-02-18 | Avoid trying to edit a non-existing file (#477) | ||
| The previous implementation was inconsistent, sometimes it would inherit the name of the parent folder of the current directory. Other scenarios i encountered were: 1. Yield a empty search result, and try to edit. It would seemingly randomly select a file or folder 2. What would happen in a root path without any files residing? | |||
| 2020-02-17 | Late get and set NNNLVL before spawning shell | ||
| 2020-02-17 | Minor reformat | ||
| 2020-02-14 | Remember file name when refresh is not requested | ||
| 2020-02-14 | Polish PR #476 | ||
| 2020-02-14 | Add NNN_OPTS environment variable feature (#476) | ||
| 2020-02-14 | Remove redundant mouse mask variable | ||
| 2020-02-14 | Compile option O_NOMOUSE to disable mouse support | ||
| 2020-02-14 | Minor refactor | ||
| 2020-02-14 | Use atoi from lib, use attribute for unused | ||
| 2020-02-13 | Minor refactor | ||
| 2020-02-13 | Use s in statusbar to indicate selection enabled | ||
| 2020-02-12 | Enable UTF8 for PCRE | ||
| 2020-02-12 | Prepare for release v3.0 | ||
| 2020-02-10 | Do not end selection on redraw | ||
| 2020-02-09 | Fix prefix calcualtion | ||
| 2020-02-09 | When a file is edited, vim adds a \n at the end | ||
| 2020-02-09 | Simplify and fix common prefix calculation | ||
| 2020-02-08 | Fix build break | ||
| 2020-02-08 | Use xrealpath() to show unresolved symlinks | ||
| 2020-02-08 | Ignore . and .. in file list | ||
| 2020-02-08 | 1. dirname() loses path, 2. use realpath() | ||
| 2020-02-08 | Show target file size in list mode | ||
| 2020-02-08 | Fix empty dir on list files | ||
| 2020-02-07 | Clear filter on a manual dir relaod | ||
| 2020-02-04 | Minor refactor | ||
| 2020-02-02 | Late allocate memory for path pointers | ||
| 2020-02-02 | xrealloc() may move memory | ||
| 2020-02-02 | Fix build break | ||
| 2020-02-02 | Refactor file list processing | ||