| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-08-18 | Prepare for release v3.4 | ||
| 2020-08-18 | Fix #704 | ||
| 2020-08-17 | Minor refactor | ||
| 2020-08-17 | More icons | ||
| 2020-08-16 | More icons | ||
| 2020-08-16 | More icon extns, reserve number entries | ||
| 2020-08-16 | Support icon-specific colors | ||
| 2020-08-16 | Minor reformat | ||
| 2020-08-16 | Icons (#697) | ||
| * Add icons * Fix build break * Fix icon position in detailed mode * Various fixes * Provision for icon specific colors No icons with oldcolor. Small optimizatons * Update Makefiles Small refinement for other matching | |||
| 2020-08-15 | More appropriate enum name | ||
| 2020-08-15 | Force accurate regex match | ||
| 2020-08-14 | Simplify and preprocess archive handling | ||
| 2020-08-12 | Revert "Set Escape delay to 0" | ||
| An ESCDELAY of 0 can break long escape sequences, such as the arrow keys, on slower terminals. This reverts commit 2599564e6480384b0872174f685c0128276062ca. | |||
| 2020-08-11 | Merge pull request #693 from CodeforEvolution/haikuUpdate | ||
| Haiku: General fixup, add icon, add rdef file | |||
| 2020-08-10 | Fix some directories not opening | ||
| 2020-08-09 | Haiku: General fixup, add icon, add rdef file | ||
| - Add a native vector icon for Haiku (it hasn't been Haiku-ified yet however) - Add a rdef file (specifies application metadata) - Add clipboard support, notififcation support, and basic nuke support - Fix support for fortunes on Haiku ("-s" option is not available on Haiku) - Cleanup Haiku recipe | |||
| 2020-08-09 | Reduce a check | ||
| 2020-08-08 | Support traversal on creation, update docs | ||
| 2020-08-07 | Revert "Move helper APIs to header file" | ||
| This reverts commit 1fecdb2393c31283267c01dd4f48d9ff6df17474. | |||
| 2020-08-07 | Move helper APIs to header file | ||
| 2020-08-06 | Update docs | ||
| 2020-08-06 | Fix #692 (partially) | ||
| 2020-08-06 | File colors is independent of context colors | ||
| 2020-08-06 | Initialize file type colors as default | ||
| 2020-08-05 | Utility functions to top, API to get file extn | ||
| 2020-08-05 | Show locaiton in context color | ||
| 2020-08-05 | Show file details in file missing colors | ||
| 2020-08-05 | Set dir to bold only if required | ||
| 2020-08-05 | Code reformat | ||
| 2020-08-05 | Show dirs in bold | ||
| 2020-08-04 | Fix build break | ||
| 2020-08-04 | Update docs | ||
| 2020-08-04 | Support file colors in detail mode | ||
| 2020-08-04 | Program option to use older | ||
| 2020-08-04 | Support file colors | ||
| 2020-08-04 | Detect odd hex symbols in NNN_COLORS | ||
| 2020-08-03 | Identify orphaned symlinks | ||
| 2020-08-03 | Use wrapper API | ||
| 2020-08-03 | Fix #691 | ||
| 2020-08-02 | Minor reformat | ||
| 2020-08-02 | Revert "Reduce processing if NNN_COLORS is unset" | ||
| This reverts commit b948423a80759becf7c1ca2c9831960b5b43c5f8. | |||
| 2020-08-02 | Reduce processing if NNN_COLORS is unset | ||
| 2020-08-02 | Clear selection list after copy | ||
| Without this, there is a conflict with using the `-u` option (use selection). After copying selected files, the selection is intact and if the user issues a deletion next, the source files (meant for copying) are deleted. | |||
| 2020-08-02 | Fix illegal access | ||
| 2020-08-02 | Support xterm 256 color | ||
| 2020-08-02 | Avoid redundant printw() call for order | ||
| 2020-08-02 | Show selection in reverse in status bar | ||
| 2020-08-01 | Fix build break | ||
| 2020-08-01 | Write last dir on quit in vim picker mode | ||
| 2020-07-22 | Code reduction | ||