Commit graph

  • 872a0f4620 Rename global n to ndents sin 2016-02-10 15:16:19 +0000
  • 414ea845bb Use dents name directly like we do in other places sin 2016-02-10 15:09:04 +0000
  • 43aebe0998 Minor README update sin 2016-02-08 17:25:35 +0000
  • 78461b8a06 Minor style fix sin 2016-02-08 17:22:30 +0000
  • c27f605a62 Nuke some newlines sin 2016-02-08 17:08:26 +0000
  • 9af81fdc65 Remove some const bullshit sin 2016-02-08 16:59:19 +0000
  • 35ca388e9d Remove some more useless memory allocations sin 2016-02-08 16:57:56 +0000
  • 9f6d1cfb33 Remove filter as you type mode sin 2016-02-08 16:52:07 +0000
  • d909de605c No need for cast in qsort callback sin 2016-02-08 16:44:39 +0000
  • 98e06fc739 Bump to 0.4 sin 2016-01-26 20:07:29 +0000
  • 05f6e92a17 Year bump sin 2016-01-13 18:52:19 +0000
  • 65fae61bea noice: No need to perform so many memory allocations sin 2016-01-07 10:26:44 +0000
  • 6d4166f0d6 Fix memory leak sin 2016-01-06 15:59:27 +0000
  • 5fb5e9f82f Avoid another allocation sin 2016-01-06 15:55:25 +0000
  • fa6b45a96d Avoid unneeded memory allocation in xdirname() sin 2016-01-06 15:53:04 +0000
  • e27af6f1db sizeof(char) is always 1, no need to be explicit sin 2016-01-06 15:24:35 +0000
  • a715201255 Print the resolved path for cwd sin 2016-01-06 15:21:41 +0000
  • 2d87145fa2 Fix comment sin 2015-11-26 16:05:13 +0000
  • 71ece08aad Add usage sin 2015-11-26 16:00:26 +0000
  • 013bcdee35 Don't use printerr() before curses has been initialized sin 2015-11-26 15:54:54 +0000
  • 4abc9f0b46 Don't name vars in prototypes sin 2015-11-26 15:35:53 +0000
  • 29701b4878 Rename makepath() to mkpath() sin 2015-11-26 15:33:49 +0000
  • 16109053f5 Only use the environment variable when it is not empty sin 2015-11-26 15:10:12 +0000
  • b77477d377 Be consistent in manpage sin 2015-11-26 15:05:16 +0000
  • 77b78caae8 Minor fixes for manpage sin 2015-11-26 15:03:26 +0000
  • 016d59ad8e Fix instructions for Solaris 9 sin 2015-11-26 13:51:09 +0000
  • c3707c749f Minor grammar fix in README sin 2015-11-26 13:45:20 +0000
  • 7ceda4f7d2 Declare var at top of block sin 2015-11-26 13:42:41 +0000
  • d1ed0cff11 Support commands specified by environment variables Martin Kühl 2015-11-20 16:42:33 +0100
  • d1d086d91e No need for strlen() sin 2015-11-20 17:41:11 +0000
  • 252e8561ef Bump to 0.3 sin 2015-11-20 14:59:41 +0000
  • fccf6f0f96 The 2f30 lists were taken down so update README sin 2015-11-20 14:37:27 +0000
  • 8c04bea678 Add license pointer sin 2015-11-20 14:36:40 +0000
  • 756b50be27 Restore screensaver mode sin 2015-11-20 14:14:58 +0000
  • ebaa637b0b Sync strlcpy/strlcat from OpenBSD sin 2015-11-20 14:12:47 +0000
  • 9b47bfd9aa Use wgetnstr() instead of getnstr() because IRIX lacks the latter sin 2015-11-20 14:04:01 +0000
  • 30ca80310a Properly handle empty filters sin 2015-11-20 11:55:41 +0000
  • ea0cce7b63 Make room for null-terminator sin 2015-11-20 11:42:15 +0000
  • f77b6a3fa6 Simplify readln() sin 2015-11-20 11:38:19 +0000
  • d6e89ef07f Revert "Run screensaver after a period of idleness" sin 2015-11-14 14:51:29 +0000
  • 62736bf43a Ignore SIGINT to allow returning back to noice when we kill the screensaver sin 2015-11-03 17:48:39 +0000
  • 1e18b85e56 Run screensaver after a period of idleness lostd 2015-11-02 03:21:41 +0200
  • c5283392fb Add .mov to config.h sin 2015-08-19 08:39:19 +0100
  • 108996a802 Recall current item on refresh or sorting mode change lostd 2015-07-13 00:56:51 +0100
  • dcde076371 Add keys to move to the first and last entry lostd 2015-07-12 13:32:31 +0100
  • 4db0d0dae0 We don't want to exit the typing mode because of an error lostd 2015-07-02 22:51:58 +0100
  • 0152d36351 Use proper tags for AUTHORS section in manpage sin 2015-07-02 17:49:17 +0100
  • 11274e0baa Test the case of unreadable parent lostd 2015-07-02 01:14:27 +0100
  • 1742598256 Escape unreadable dirs we are already into lostd 2015-07-02 01:07:09 +0100
  • 0548a181e6 Test for when permissions change while browsing lostd 2015-07-02 01:02:47 +0100
  • 018b52a8ee More test cases about permissions lostd 2015-07-02 00:58:01 +0100
  • ac36d0b287 Refactor parts of browse() into populate() and redraw() lostd 2015-07-02 00:56:47 +0100
  • d9b231742a We no longer use lists lostd 2015-06-13 11:09:58 +0100
  • f6fd1cc02f Sort includes lostd 2015-06-09 09:12:17 +0100
  • ee72ebd042 Make config independent to avoid accidental overwrites lostd 2015-06-04 23:03:57 +0100
  • b9cac3a190 Make setfilter() regexes case-insensitive sin 2015-05-05 18:45:35 +0100
  • 2ab57e7799 Be case insensitive for file extensions Alexander Huemer 2015-05-04 23:19:20 +0200
  • d337e25fb3 Bump to 0.2 sin 2015-03-12 14:20:36 +0000
  • 3dc40acbff Key bindings to run user-defined commands lostd 2015-03-12 16:12:01 +0200
  • bc11d7b201 Confirm we are in a terminal lostd 2015-03-12 14:57:34 +0200
  • 97cfd82eed Update contact information in README sin 2015-03-11 19:03:43 +0000
  • 3682c720ba Add C-l to force a redraw sin 2015-03-11 18:55:28 +0000
  • cdf8a429c5 Fix an unsigned conversion error lostd 2015-02-17 19:03:51 +0200
  • cc65e4098f Clarify state toggling lostd 2015-02-05 17:53:50 +0200
  • 162922b984 Move mtimeorder to config.def.h sin 2015-02-04 12:32:16 +0000
  • cefb945e35 Meaningful comments lostd 2015-02-01 14:10:28 +0200
  • c2e82550f7 Minor manpage fix sin 2015-01-31 22:58:08 +0000
  • a63aac0b11 Add 't' command to sort output by entry's mtime sin 2015-01-31 22:02:59 +0000
  • 6735c1f979 More concise comment on nextsel() lostd 2015-01-28 22:01:26 +0200
  • 0aefc2f496 Change scope to always check the correct return value lostd 2015-01-28 12:47:11 +0200
  • 3c45733f47 Rework readmore(), replace goto with a switch lostd 2015-01-28 12:30:59 +0200
  • ab0c9e5921 Keep last valid state on regex errors lostd 2015-01-27 14:38:37 +0200
  • cacd576240 Remove unused include lostd 2015-01-27 13:45:25 +0200
  • 68be0868c6 Also treat ^H as backspace lostd 2015-01-27 13:29:12 +0200
  • f39db2b36b Correct IRIX build notes lostd 2015-01-27 13:28:00 +0200
  • df41119f33 Update dates lostd 2015-01-27 12:46:42 +0200
  • 6313043448 Update author section in manpage sin 2015-01-27 10:42:30 +0000
  • c150af8e9b Update LICENSE sin 2015-01-27 10:42:13 +0000
  • cb6b2e5345 Document changes regarding filters lostd 2015-01-27 12:24:09 +0200
  • 84e124bb46 Basic filter-as-you-type mode lostd 2015-01-27 10:47:57 +0200
  • 1295b7f0e6 Comment and cleanup lostd 2015-01-27 09:58:32 +0200
  • 48e3305be8 Empty filter resets filter to the default lostd 2015-01-27 09:55:07 +0200
  • 9679e132d4 Fix segfault when a non-matching filter is applied twice lostd 2015-01-27 09:47:56 +0200
  • 892c7c850a Spawn a program that segfaults for testing lostd 2015-01-26 22:48:47 +0200
  • ad76a7be57 Update assocs section in manpage sin 2015-01-12 17:10:45 +0000
  • 57642a9410 Match the whole path to enable associations based on a prefix dir lostd 2015-01-12 00:28:54 +0200
  • 3b5fe15166 Simplify condition sin 2014-12-20 19:35:27 +0000
  • 3fa6a6272c Simplify visible() sin 2014-12-20 19:21:03 +0000
  • d907c3f994 Remove unnecessary curly brackets sin 2014-12-20 19:14:10 +0000
  • 905b74161e Remove unnecessary label lostd 2014-12-18 11:13:45 +0200
  • 81a0c57783 no need to check for NULL before free Hiltjo Posthuma 2014-12-17 11:54:57 +0000
  • d444bf1cb6 style: dont declare vars inline Hiltjo Posthuma 2014-12-17 11:51:53 +0000
  • 446fc35593 remove unused variables Hiltjo Posthuma 2014-12-17 11:48:34 +0000
  • a7b29afcef regexec: check on success return code Hiltjo Posthuma 2014-12-17 11:25:55 +0000
  • 82747b38f9 Just say Linux sin 2014-12-02 16:10:37 +0000
  • 414c9e27fc Fix whitespace lostd 2014-11-26 18:09:03 +0200
  • 15a7a78264 Remember current entry accross filter changes lostd 2014-11-26 17:42:57 +0200
  • 55d45dd39d Don't care about cur, it defaults to 0 lostd 2014-11-26 17:39:19 +0200
  • 3d256b8bf2 Works on DragonFly BSD as well sin 2014-11-26 15:38:51 +0000
  • 3f1a93a598 Simplify default regexes lostd 2014-11-25 17:20:06 +0200