aboutsummaryrefslogtreecommitdiff
path: root/bb.c
AgeCommit message (Expand)Author
2019-05-31Updating with more mac compatibilityBruce Hill
2019-05-31Got everything working on linuxBruce Hill
2019-05-30realloc() -> reallocf() to be extra safeBruce Hill
2019-05-30Simplifying command control flowBruce Hill
2019-05-30Cleaned up a bunch of stuff, including finding entries, a sorting bug,Bruce Hill
2019-05-30Bumped versionBruce Hill
2019-05-30Inlined the options to bb_t, and added a dirty flag instead of theBruce Hill
2019-05-30Finally got everything working with a refactor to use hash lookupsBruce Hill
2019-05-30Code cleanupBruce Hill
2019-05-30Updated some doc and removed the "-B" flag for full key binding infoBruce Hill
2019-05-29Deleted CTRL_H functionality.Bruce Hill
2019-05-29Some cleanup of text coloringBruce Hill
2019-05-29Tweaked some default layout stuff, fixed some flushing issues withBruce Hill
2019-05-29Removing +opts in favor of just having commands for each setting. AlsoBruce Hill
2019-05-29Overhaul of sorting and columns, simplifying and unifying things a bitBruce Hill
2019-05-29Version bumpBruce Hill
2019-05-29Cleanup of the rendering code, including making the selection column aBruce Hill
2019-05-28Simplified the opts API a bit, cleaned up the code a little, added aBruce Hill
2019-05-28Adding comment about .Bruce Hill
2019-05-28Added documentation for all functions, simplified sorting a littleBruce Hill
2019-05-28Code cleanup, replaced fisher-yates shuffle with worse, but much simplerBruce Hill
2019-05-28Tweaked some defaults and allowed cursor color to be combined withBruce Hill
2019-05-28Some major refactoring including moving more stuff into bterm.h (renamedBruce Hill
2019-05-28More cleanup of struct members, fixed some text wrapping issues thatBruce Hill
2019-05-27Cleaned up some redundant and poorly named fieldsBruce Hill
2019-05-27Cleaned up the refcounting code a little bit with better namingBruce Hill
2019-05-27Better column positioning, including centering and left-aligning whenBruce Hill
2019-05-27Bumped versionBruce Hill
2019-05-27Refactored the column spacing a bit and added more powerful options forBruce Hill
2019-05-27Changed explore API to take a bb_t parameter.Bruce Hill
2019-05-27Some minor cleanup, enforcing "bb" as the name for the bb state, inlinedBruce Hill
2019-05-27Cleanup of a bunch of the terminal codeBruce Hill
2019-05-27Switched to use file pointers instead of file descriptors.Bruce Hill
2019-05-26Moved a bunch of the config options into the config file (colors, etc.)Bruce Hill
2019-05-26Fixed a bunch of alignment issues with unicode names and stuff, fixedBruce Hill
2019-05-26Formatting cleanup and MAX_PATH -> PATH_MAX rename to use actual valueBruce Hill
2019-05-26Made some fixes after testing on linux, changed +mark syntax to use '='Bruce Hill
2019-05-25Fixed text wrapping (now just truncates)Bruce Hill
2019-05-25Added versionBruce Hill
2019-05-25Added support for SHOW_CURSORBruce Hill
2019-05-25Updated docs and added some refresh consistencyBruce Hill
2019-05-25Some major refactoring, removed the tabs feature, added marks (muchBruce Hill
2019-05-25Lots of refactoring, including adding function stubsBruce Hill
2019-05-24Added shuffle functionality, cleaned up and improved column drawing, andBruce Hill
2019-05-24Fixed some stuff, including 'cd'Bruce Hill
2019-05-24Refactored a bit, allowed cmds to use unique prefixes (e.g. 'q' insteadBruce Hill
2019-05-24Cleanup and refactoring. More robust handling of command files, andBruce Hill
2019-05-23Fixed bugBruce Hill
2019-05-23Lots of refactoring and cleanupBruce Hill
2019-05-23Fixed an issue with leaking temp filesBruce Hill