| Age | Commit message (Expand) | Author |
| 2019-06-10 | Fixed section headers | Bruce Hill |
| 2019-06-10 | Simplified the make flags for fuzzy finding and asking. Cleaned up the | Bruce Hill |
| 2019-06-10 | Version bump | Bruce Hill |
| 2019-06-10 | Updated with some cleaner behavior for PICK and added SPIN. Also removed | Bruce Hill |
| 2019-06-09 | Better pausing and break points for commands | Bruce Hill |
| 2019-06-09 | Fix for being unable to deselect nonexistant files | Bruce Hill |
| 2019-06-08 | Merge branch 'master' of bitbucket.org:spilt/bb | Bruce Hill |
| 2019-06-08 | Added -r flag for cp for copying dirs | Bruce Hill |
| 2019-06-06 | Fix for top level '/' dir edge cases | Bruce Hill |
| 2019-06-06 | Bumped version | Bruce Hill |
| 2019-06-06 | Removed some unnecessary +refreshes and just set the dirty bit to 1 | Bruce Hill |
| 2019-06-06 | Reworked a bunch of the config option stuff for picking files and user | Bruce Hill |
| 2019-06-06 | Removed code for move cursor to position (unused) | Bruce Hill |
| 2019-06-06 | Removed QUOTE() and cleaned up some of the macros for FUZZY and ASK | Bruce Hill |
| 2019-06-06 | Fixed some wrap/cursor visibility issues | Bruce Hill |
| 2019-06-06 | Removed breadline() and switched to use `ask` when possible, defaulting | Bruce Hill |
| 2019-06-04 | Fixed bug with backspace | Bruce Hill |
| 2019-06-04 | Fixed issue with navigating to parent not selecting previous directory. | Bruce Hill |
| 2019-06-04 | Removed junk | Bruce Hill |
| 2019-06-04 | Fixed issue with non-NORMAL_TERM commands that set and reset alt screen, | Bruce Hill |
| 2019-06-04 | Cleaned up scrolling logic | Bruce Hill |
| 2019-05-31 | Merge branch 'master' of bitbucket.org:spilt/bb | Bruce Hill |
| 2019-05-31 | Improved the randomization a bit, so the numbers are evenly distributed | Bruce Hill |
| 2019-05-31 | Improved the randomization a bit, so the numbers are evenly distributed | Bruce Hill |
| 2019-05-31 | Inlined PIPE_SELECTION_TO since it's only used once | Bruce Hill |
| 2019-05-31 | Made links dim (-> foo) instead of just the arrow | Bruce Hill |
| 2019-05-31 | Switched ':' to use "sh" instead of "$SHELL" because not all shells take | Bruce Hill |
| 2019-05-31 | Compacting the code, putting column names with widths | Bruce Hill |
| 2019-05-31 | Added "<selection>" virtual directory, added '-' mark for "last | Bruce Hill |
| 2019-05-31 | Better name for "double left click" | Bruce Hill |
| 2019-05-31 | Moved colwidths to config | Bruce Hill |
| 2019-05-31 | Got rid of +align command, and simplified column width logic (no more | Bruce Hill |
| 2019-05-31 | Fixed some redraw dirty flag issues | Bruce Hill |
| 2019-05-31 | Simplifying interleave code and adding doc | Bruce Hill |
| 2019-05-31 | Moving interleave-dirs back from a full column to just a setting | Bruce Hill |
| 2019-05-31 | Added a bit of extra spacing around columns | Bruce Hill |
| 2019-05-31 | Cleaned up some T_WRAP stuff | Bruce Hill |
| 2019-05-31 | Switched to use cfmakeraw() instead of manually setting a bunch of | Bruce Hill |
| 2019-05-31 | Fixed some stuff with alt screen and spurious output to stdout | Bruce Hill |
| 2019-05-31 | Version bump | Bruce Hill |
| 2019-05-31 | Cleaned up a lot of the cd logic, making path names better-standardized, | Bruce Hill |
| 2019-05-31 | Moved populating files before startup commands, so '+mark:0' works | Bruce Hill |
| 2019-05-31 | Fixed some memory errors, including a use-after-free. Simplified the | Bruce Hill |
| 2019-05-31 | Added permission flags for created bb cmdfile | Bruce Hill |
| 2019-05-31 | Updating compiler flags | Bruce Hill |
| 2019-05-31 | Fixed one more qsort argument issue | Bruce Hill |
| 2019-05-31 | Fixing some qsort_r arg problems | Bruce Hill |
| 2019-05-31 | Updating with more mac compatibility | Bruce Hill |
| 2019-05-31 | Got everything working on linux | Bruce Hill |
| 2019-05-30 | Changing empty initializer | Bruce Hill |