aboutsummaryrefslogtreecommitdiffstats
path: root/noice.c
AgeCommit message (Expand)Author
2016-01-07noice: No need to perform so many memory allocationsGravatar sin
2016-01-06Fix memory leakGravatar sin
2016-01-06Avoid another allocationGravatar sin
2016-01-06Avoid unneeded memory allocation in xdirname()Gravatar sin
2016-01-06sizeof(char) is always 1, no need to be explicitGravatar sin
2016-01-06Print the resolved path for cwdGravatar sin
2015-11-26Add usageGravatar sin
2015-11-26Don't use printerr() before curses has been initializedGravatar sin
2015-11-26Don't name vars in prototypesGravatar sin
2015-11-26Rename makepath() to mkpath()Gravatar sin
2015-11-26Only use the environment variable when it is not emptyGravatar sin
2015-11-26Declare var at top of blockGravatar sin
2015-11-26Support commands specified by environment variablesGravatar Martin Kühl
2015-11-20No need for strlen()Gravatar sin
2015-11-20Add license pointerGravatar sin
2015-11-20Restore screensaver modeGravatar sin
2015-11-20Use wgetnstr() instead of getnstr() because IRIX lacks the latterGravatar sin
2015-11-20Properly handle empty filtersGravatar sin
2015-11-20Make room for null-terminatorGravatar sin
2015-11-20Simplify readln()Gravatar sin
2015-11-14Revert "Run screensaver after a period of idleness"Gravatar sin
2015-11-03Ignore SIGINT to allow returning back to noice when we kill the screensaverGravatar sin
2015-11-02Run screensaver after a period of idlenessGravatar lostd
2015-07-13Recall current item on refresh or sorting mode changeGravatar lostd
2015-07-12Add keys to move to the first and last entryGravatar lostd
2015-07-02We don't want to exit the typing mode because of an errorGravatar lostd
2015-07-02Escape unreadable dirs we are already intoGravatar lostd
2015-07-02Refactor parts of browse() into populate() and redraw()Gravatar lostd
2015-06-09Sort includesGravatar lostd
2015-05-05Make setfilter() regexes case-insensitiveGravatar sin
2015-05-05Be case insensitive for file extensionsGravatar Alexander Huemer
2015-03-12Key bindings to run user-defined commandsGravatar lostd
2015-03-12Confirm we are in a terminalGravatar lostd
2015-03-11Add C-l to force a redrawGravatar sin
2015-02-17Fix an unsigned conversion errorGravatar lostd
2015-02-04Move mtimeorder to config.def.hGravatar sin
2015-01-31Add 't' command to sort output by entry's mtimeGravatar sin
2015-01-28More concise comment on nextsel()Gravatar lostd
2015-01-28Change scope to always check the correct return valueGravatar lostd
2015-01-28Rework readmore(), replace goto with a switchGravatar lostd
2015-01-27Keep last valid state on regex errorsGravatar lostd
2015-01-27Also treat ^H as backspaceGravatar lostd
2015-01-27Basic filter-as-you-type modeGravatar lostd
2015-01-27Comment and cleanupGravatar lostd
2015-01-27Empty filter resets filter to the defaultGravatar lostd
2015-01-27Fix segfault when a non-matching filter is applied twiceGravatar lostd
2015-01-12Match the whole path to enable associations based on a prefix dirGravatar lostd
2014-12-20Simplify conditionGravatar sin
2014-12-20Simplify visible()Gravatar sin
2014-12-20Remove unnecessary curly bracketsGravatar sin