Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-17 | Revert to dev tag | Arun Prakash Jana | |
2020-11-17 | Prepare for release v3.5 Freddie | Arun Prakash Jana | |
Code named after Freddie Mercury: https://en.wikipedia.org/wiki/Freddie_Mercury | |||
2020-10-31 | Update Haiku Makefile | Arun Prakash Jana | |
2020-08-21 | Add support for Alexey Tourbin's QSORT code (#708) | lvgx | |
* Add support for Alexey Tourbin's QSORT code See https://github.com/svpv/qsort * Add benchmark scripts and compilation mode Compile with `make O_BENCHMARK=1`, and run benchmarks with e.g.: ./misc/test/benchmark.sh ./nnn '/' '/usr/bin' '/usr/lib' > benchdata You can then plot basic violin graphs with: ./misc/test/plot-bench.py benchdata * Update style, doc, haiku support, fix lint | |||
2020-08-20 | Haiku: Some small fixes to the recipe and resource file (#707) | Jake Secunda | |
* Haiku: Some small fixes to the recipe and resource file Whoops...just some small fixes. * Update nnn.rdef Co-authored-by: Jana <engineerarun@gmail.com> | |||
2020-08-18 | Update Haiku Makefile | Arun Prakash Jana | |
2020-08-18 | Prepare for release v3.4 | Arun Prakash Jana | |
2020-08-16 | Minor reformat | Arun Prakash Jana | |
2020-08-16 | Icons (#697) | KlzXS | |
* 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-14 | Initialize all make options | Arun Prakash Jana | |
2020-08-09 | Haiku: General fixup, add icon, add rdef file | CodeforEvolution | |
- 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-07-14 | Prepare for release v3.3 | Arun Prakash Jana | |
2020-05-30 | Support make option O_CTX8 for 8 contexts | Arun Prakash Jana | |
Note that this is not compatible with 4 contexts. | |||
2020-05-26 | x86-64 to x86_64 | Arun Prakash Jana | |
2020-03-11 | Add batchrename to readme, minor Makefile change | Arun Prakash Jana | |
2020-03-01 | Update Haiku Makefile | Arun Prakash Jana | |
2020-02-12 | Update Haiku Makefile | Arun Prakash Jana | |
2020-01-31 | Compile static bin locally for release (#457) | Maxim Baz | |
2020-01-14 | Update Haiku Makefile with changes of original (#435) | Anna Arad | |
2020-01-03 | Update Haiku Makefile and recipe with suggestions from HaikuPorts (#426) | Anna Arad | |
2019-12-31 | Update copyright year | Arun Prakash Jana | |
2019-12-30 | On the fly dist generation | Arun Prakash Jana | |
2019-12-29 | Get version string from source | Arun Prakash Jana | |
2019-12-27 | Get nnn compile and run on Haiku (#403) | Anna Arad | |
* Add support for Haiku OS * Adjust DISTFILES and dist rule in haiku |