| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-01-15 | Fix alignment | ||
| 2020-01-15 | Undo changes from #417 | ||
| 2020-01-15 | Use shorter lines in man page | ||
| 2020-01-15 | Use / to toggle string and regex | ||
| 2020-01-15 | Prepare for release v2.9 | ||
| 2020-01-15 | Catch NULL from malloc() (#438) | ||
| * Catch NULL from malloc() * Tidy up errors * Make indentaion look pretty in git | |||
| 2020-01-15 | Use macro to print error | ||
| 2020-01-15 | While drawing lines, set correct color | ||
| 2020-01-14 | (B)Tab for BackTab | ||
| 2020-01-14 | Show order info in filter info bar | ||
| 2020-01-14 | Keybind changes | ||
| 2020-01-14 | Fix doc | ||
| 2020-01-14 | New lowercase keys | ||
| 2020-01-14 | Update Haiku Makefile with changes of original (#435) | ||
| 2020-01-14 | Key 0 to lock | ||
| 2020-01-14 | Remove p and e | ||
| 2020-01-14 | Fix typo | ||
| 2020-01-14 | Remove redundant question | ||
| 2020-01-14 | List from selection file if nothing selected | ||
| 2020-01-13 | Remove list selection | ||
| 2020-01-13 | Revert to key m to Mark range | ||
| 2020-01-13 | Key ' for range selection | ||
| 2020-01-13 | Unify plugin keys | ||
| 2020-01-13 | Reorder key listing, undocument F2 and F5 | ||
| 2020-01-13 | Combine list, edit selection. Key ^Y | ||
| 2020-01-13 | Key z to archive, fix du order issue | ||
| 2020-01-13 | order toggle: show invalid key prompt (#433) | ||
| * order toggle: show invalid key prompt * don't call statusbar() | |||
| 2020-01-13 | Update docs | ||
| 2020-01-13 | Minor refactor | ||
| 2020-01-13 | Order toggle: fix toggling reverse (#432) | ||
| 2020-01-13 | Order toggle re-factor | ||
| 2020-01-13 | Key f for first file | ||
| 2020-01-13 | Sort order not changing in nav-as-you-type mode | ||
| 2020-01-12 | Fix build break | ||
| 2020-01-12 | Minor changes to fast redraw | ||
| 2020-01-12 | Fast redraw on up/down key navigation (#431) | ||
| 2020-01-12 | Clear info line completely | ||
| 2020-01-12 | Update docs | ||
| 2020-01-12 | Add check for max val len in key:val pair | ||
| 2020-01-12 | Update docs | ||
| 2020-01-12 | ^L at empty prompt shows last filter | ||
| 2020-01-12 | Go to top when last saved filter is applied | ||
| 2020-01-12 | Guard against empty | ||
| 2020-01-12 | Show statusbar instead of blank | ||
| 2020-01-11 | Fix not waiting for command next time if non-Enter keys are pressed | ||
| 2020-01-11 | Refactor status bar printing | ||
| 2020-01-11 | Add more clarity on filter prompt keys | ||
| 2020-01-11 | Show filter when returning after firing plugin | ||
| 2020-01-11 | Key ^F to fire plugin | ||
| 2020-01-11 | Use : for filter case | ||