Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-16 | nnn as file manager: more changes | ||
1. Support passing files to nnn 2. Enable debug logs much early | |||
2019-04-15 | Fix #243 | ||
2019-04-13 | Code reformat | ||
2019-04-13 | Fix readline() call sequence | ||
2019-04-13 | More concise help | ||
2019-04-13 | Do not refresh if same dir | ||
2019-04-12 | Shortcut to visit root | ||
2019-04-12 | Free readline buffer in corner cases | ||
2019-04-12 | Update help | ||
2019-04-12 | Remove redundant variable | ||
2019-04-11 | Code refactor | ||
2019-04-11 | Retire xdirname() | ||
2019-04-11 | Shorter NULL checks | ||
2019-04-10 | Print file opener in debug mode | ||
2019-04-10 | Keep global settings together | ||
2019-04-09 | Remember detail/light mode of context | ||
2019-04-09 | Add comment | ||
2019-04-06 | Support only scripts directory | ||
2019-04-01 | Ignore case in version compare | ||
2019-04-01 | Fix issue with file details | ||
2019-04-01 | Copy last file name before refresh | ||
2019-04-01 | Experimental: save filter status on context switch | ||
2019-03-31 | Minor changes | ||
2019-03-25 | Recognize End/Home keys for editing | ||
2019-03-23 | Do not subscribe to IN_ATTRIB events | ||
2019-03-22 | Fix #231 | ||
2019-03-21 | Fix lint warnings | ||
2019-03-20 | Fix #229 | ||
2019-03-20 | Update docs | ||
2019-03-20 | Break when watch desc becomes 0 | ||
2019-03-19 | Remove obsolete help | ||
2019-03-19 | Fix build break | ||
2019-03-19 | Fix selection symbol (+) lost after a few seconds | ||
This is fix on Linux. Someone has to test it on BSD and fix IF there's similar issue with the kevent based mechanism. We need to mask and check if the intended events are received because some events like IN_UNMOUNT, IN_Q_OVERFLOW or IN_IGNORED may arrive without knowledge. | |||
2019-03-19 | Prepare for release v2.4 | ||
2019-03-18 | Fix #227 | ||
2019-03-18 | Clear rest of the line | ||
2019-03-18 | Do not refresh on mediainfo | ||
2019-03-18 | Code reformat | ||
2019-03-17 | checkpatch warning fixes | ||
2019-03-15 | Change debug file name, close before exit | ||
2019-03-14 | Remove redundant check | ||
2019-03-14 | Proceed in filter mode after unhaide | ||
2019-03-14 | Use persistent table | ||
2019-03-14 | Persistent warnings | ||
2019-03-14 | Fix #223 | ||
2019-03-13 | Centralized mem free | ||
2019-03-13 | Update context switch logic | ||
2019-03-13 | Modular context switch | ||
2019-03-13 | Delay for copy messages | ||
2019-03-13 | Do not change contents on ESC | ||