06fa2d5b3cGot rid of +align command, and simplified column width logic (no more auto-sizing, no more alignment, everything just has a static width now)Bruce Hill2019-05-31 14:52:57 -0700
019ae526daFixed some redraw dirty flag issuesBruce Hill2019-05-31 14:34:17 -0700
961ac49f81Simplifying interleave code and adding docBruce Hill2019-05-31 13:26:23 -0700
17ce3f08dfMoving interleave-dirs back from a full column to just a settingBruce Hill2019-05-31 13:23:01 -0700
c237e80baeAdded a bit of extra spacing around columnsBruce Hill2019-05-31 13:14:29 -0700
f539538582Cleaned up a lot of the cd logic, making path names better-standardized, but still keeping symlinks, and ensuring bb->path has a slash at the end. Also cleaned up some empty directory errors.Bruce Hill2019-05-31 12:47:35 -0700
e11158a69fMoved populating files before startup commands, so '+mark:0' works properlyBruce Hill2019-05-31 01:17:23 -0700
ed5d87f9a2Fixed some memory errors, including a use-after-free. Simplified the refcount by just explicitly tracking whether a file is being viewed and whether it's selected.Bruce Hill2019-05-31 01:09:21 -0700
f78a4d591dAdded permission flags for created bb cmdfileBruce Hill2019-05-31 00:25:32 -0700
c1968201d9Tweaked some default layout stuff, fixed some flushing issues with ctrl-h, adjusted coloring to only apply to filenamesBruce Hill2019-05-29 19:32:52 -0700
05b9318c10Removing +opts in favor of just having commands for each setting. Also removed initialoptsBruce Hill2019-05-29 18:00:49 -0700
2d7d20f9a1Overhaul of sorting and columns, simplifying and unifying things a bitBruce Hill2019-05-29 17:26:18 -0700
53ad739616Added documentation for all functions, simplified sorting a littleBruce Hill2019-05-28 22:29:22 -0700
331a004dffCode cleanup, replaced fisher-yates shuffle with worse, but much simpler shuffle.Bruce Hill2019-05-28 22:04:02 -0700
0a1258a747Tweaked some defaults and allowed cursor color to be combined with existing color.Bruce Hill2019-05-28 21:46:16 -0700
8d4e4aeba4Some major refactoring including moving more stuff into bterm.h (renamed from keys.h), a custom readline (read was buggy), better customization, and improved renaming bindings.Bruce Hill2019-05-28 21:36:42 -0700
92a198d6b6More cleanup of struct members, fixed some text wrapping issues that lingered after exit, and removed some debug codeBruce Hill2019-05-28 00:07:43 -0700
c1fabab57dCleaned up some redundant and poorly named fieldsBruce Hill2019-05-27 21:14:34 -0700
111cf0948cCleaned up the refcounting code a little bit with better namingBruce Hill2019-05-27 20:55:36 -0700
6e39f580f6Better column positioning, including centering and left-aligning when appropriate.Bruce Hill2019-05-27 20:13:11 -0700
109f6a96d4Refactored the column spacing a bit and added more powerful options for columnsBruce Hill2019-05-27 19:51:04 -0700
cd6a58f872Changed explore API to take a bb_t parameter.Bruce Hill2019-05-27 16:14:14 -0700
9f15415bcdSome minor cleanup, enforcing "bb" as the name for the bb state, inlined a few things, moved firstselected onto the bb state instead of a global.Bruce Hill2019-05-27 16:08:29 -0700
1ba70f4221Cleanup of a bunch of the terminal codeBruce Hill2019-05-27 15:53:07 -0700
e12759b48cSwitched to use file pointers instead of file descriptors.Bruce Hill2019-05-27 14:12:47 -0700
4aa93906e7Moved a bunch of the config options into the config file (colors, etc.) and fixed some rendering issuesBruce Hill2019-05-26 16:34:48 -0700
75c2f4e169Fixed a bunch of alignment issues with unicode names and stuff, fixed and issue with linked list removal, and added a bunch of error checks for commands with no value.Bruce Hill2019-05-26 16:01:56 -0700
b20b1786cbSwitched a bunch of stuff to use raw bb commands ("+move:+1" instead of "bb +move:+1")Bruce Hill2019-05-26 16:01:24 -0700
ab6ef2ef0cFormatting cleanup and MAX_PATH -> PATH_MAX rename to use actual valueBruce Hill2019-05-26 13:41:09 -0700
3579e90a5bMade some fixes after testing on linux, changed +mark syntax to use '=' instead of ';'Bruce Hill2019-05-26 02:37:41 -0700
d00596ca44Fixed text wrapping (now just truncates)Bruce Hill2019-05-25 23:35:04 -0700
c9bb7f4944Some major refactoring, removed the tabs feature, added marks (much simpler)Bruce Hill2019-05-25 20:55:59 -0700
d111493a8dLots of refactoring, including adding function stubsBruce Hill2019-05-25 04:30:51 -0700
e5ac52b1d5Added shuffle functionality, cleaned up and improved column drawing, and did a ton of cleanup of compiler warnings.Bruce Hill2019-05-24 20:49:24 -0700
bbeecf3b2fRefactored a bit, allowed cmds to use unique prefixes (e.g. 'q' instead of 'quit', 'scr' instead of 'scroll', etc), added vim modelinesBruce Hill2019-05-24 17:35:16 -0700
8b48d29afaCleanup and refactoring. More robust handling of command files, and guaranteed tmpfile deletion on exit (even with SIGTERM, ctrl-c, etc.). Also fixed some bugs with suspend hiding cursor, not handling multiple commands, duplicating commands, etc.Bruce Hill2019-05-24 16:55:36 -0700