| Age | Commit message (Expand) | Author |
| 2019-05-31 | Got everything working on linux | Bruce Hill |
| 2019-05-30 | Changing empty initializer | Bruce Hill |
| 2019-05-30 | realloc() -> reallocf() to be extra safe | Bruce Hill |
| 2019-05-30 | Simplifying command control flow | Bruce Hill |
| 2019-05-30 | Cleaned up a bunch of stuff, including finding entries, a sorting bug, | Bruce Hill |
| 2019-05-30 | Bumped version | Bruce Hill |
| 2019-05-30 | Inlined the options to bb_t, and added a dirty flag instead of the | Bruce Hill |
| 2019-05-30 | Finally got everything working with a refactor to use hash lookups | Bruce Hill |
| 2019-05-30 | Code cleanup | Bruce Hill |
| 2019-05-30 | Updated some doc and removed the "-B" flag for full key binding info | Bruce Hill |
| 2019-05-29 | Deleted CTRL_H functionality. | Bruce Hill |
| 2019-05-29 | Some cleanup of text coloring | Bruce Hill |
| 2019-05-29 | Tweaked some default layout stuff, fixed some flushing issues with | Bruce Hill |
| 2019-05-29 | Removing +opts in favor of just having commands for each setting. Also | Bruce Hill |
| 2019-05-29 | Overhaul of sorting and columns, simplifying and unifying things a bit | Bruce Hill |
| 2019-05-29 | Version bump | Bruce Hill |
| 2019-05-29 | Cleanup of the rendering code, including making the selection column a | Bruce Hill |
| 2019-05-28 | Simplified the opts API a bit, cleaned up the code a little, added a | Bruce Hill |
| 2019-05-28 | Adding comment about . | Bruce Hill |
| 2019-05-28 | Added documentation for all functions, simplified sorting a little | Bruce Hill |
| 2019-05-28 | Code cleanup, replaced fisher-yates shuffle with worse, but much simpler | Bruce Hill |
| 2019-05-28 | Tweaked some defaults and allowed cursor color to be combined with | Bruce Hill |
| 2019-05-28 | Some major refactoring including moving more stuff into bterm.h (renamed | Bruce Hill |
| 2019-05-28 | More cleanup of struct members, fixed some text wrapping issues that | Bruce Hill |
| 2019-05-27 | Cleaned up some redundant and poorly named fields | Bruce Hill |
| 2019-05-27 | Cleaned up the refcounting code a little bit with better naming | Bruce Hill |
| 2019-05-27 | Better column positioning, including centering and left-aligning when | Bruce Hill |
| 2019-05-27 | Bumped version | Bruce Hill |
| 2019-05-27 | Refactored the column spacing a bit and added more powerful options for | Bruce Hill |
| 2019-05-27 | Changed explore API to take a bb_t parameter. | Bruce Hill |
| 2019-05-27 | Some minor cleanup, enforcing "bb" as the name for the bb state, inlined | Bruce Hill |
| 2019-05-27 | Cleanup of a bunch of the terminal code | Bruce Hill |
| 2019-05-27 | Switched to use file pointers instead of file descriptors. | Bruce Hill |
| 2019-05-26 | Moved a bunch of the config options into the config file (colors, etc.) | Bruce Hill |
| 2019-05-26 | Fixed a bunch of alignment issues with unicode names and stuff, fixed | Bruce Hill |
| 2019-05-26 | Switched a bunch of stuff to use raw bb commands ("+move:+1" instead of | Bruce Hill |
| 2019-05-26 | Formatting cleanup and MAX_PATH -> PATH_MAX rename to use actual value | Bruce Hill |
| 2019-05-26 | Made some fixes after testing on linux, changed +mark syntax to use '=' | Bruce Hill |
| 2019-05-25 | Fixed text wrapping (now just truncates) | Bruce Hill |
| 2019-05-25 | Added version | Bruce Hill |
| 2019-05-25 | Added support for SHOW_CURSOR | Bruce Hill |
| 2019-05-25 | Updated docs and added some refresh consistency | Bruce Hill |
| 2019-05-25 | Default config wasn't keeping up. | Bruce Hill |
| 2019-05-25 | Some major refactoring, removed the tabs feature, added marks (much | Bruce Hill |
| 2019-05-25 | Lots of refactoring, including adding function stubs | Bruce Hill |
| 2019-05-24 | Added shuffle functionality, cleaned up and improved column drawing, and | Bruce Hill |
| 2019-05-24 | Fixed some stuff, including 'cd' | Bruce Hill |
| 2019-05-24 | Updated LOC in readme | Bruce Hill |
| 2019-05-24 | Refactored a bit, allowed cmds to use unique prefixes (e.g. 'q' instead | Bruce Hill |
| 2019-05-24 | Cleanup and refactoring. More robust handling of command files, and | Bruce Hill |