aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-07Stabilized randomization so it doesn't reshuffle when reloading the sameBruce Hill
2021-02-07Fixed column widths for absolute timesBruce Hill
2021-02-07Simplified safety checkBruce Hill
2021-02-07Fixed bug in size rendering, added safety check.Bruce Hill
2021-01-28Added commons clause to the licenseBruce Hill
2021-01-28Tweaked comment format and bumped copyright yearBruce Hill
2021-01-28Revered macro comments to inline blocksBruce Hill
2021-01-28Fixed macro backslashBruce Hill
2021-01-28Converted block comments to line commentsBruce Hill
2021-01-28Renamed bbbindkeys -> bbkeysBruce Hill
2021-01-28CleanupBruce Hill
2021-01-28Version bumpBruce Hill
2021-01-28Renamed $BBCURSOR -> $BB for concisionBruce Hill
2021-01-28Reorganized header filesBruce Hill
2021-01-28Renamed bterm -> terminalBruce Hill
2021-01-28Fixed up some makefile stuff with NAME flagBruce Hill
2021-01-18Removed TCC hack, since this is now fixed in TCCBruce Hill
2021-01-02Added -WerrorBruce Hill
2021-01-02Updating compiler flagsBruce Hill
2021-01-01A bit of refactoring, moving more rendering code into draw.cBruce Hill
2020-12-30Refactoring into multiple files betterBruce Hill
2020-10-23Fixed commentBruce Hill
2020-06-04Added some simplifications/tweaksBruce Hill
2020-06-03Misc fixes and tweaksBruce Hill
2020-04-20Slightly optimized column rendering by using the sequence for movingBruce Hill
2020-04-13Simplified and cleaned up rendering logicBruce Hill
2020-04-10General code cleanup and removed some unnecessary imports.Bruce Hill
2020-04-09Minor tweak to support compiling with TCCBruce Hill
2020-04-09Version bump and documentation updates.Bruce Hill
2020-04-08Some overhaul and refactoring. bbstartup.sh and bindings.bb have beenBruce Hill
2020-03-01Fixed filesize column widthBruce Hill
2020-02-24Removed some unnecessary semicolons and cleaned up regex renameBruce Hill
2020-02-24Moved bbstartup into a script, renamed helper/ -> scripts/, and addedBruce Hill
2020-02-24Fixed some issues with invalid column handling.Bruce Hill
2020-02-24Cleanup of binding loading codeBruce Hill
2020-02-24Added a slightly hacky fix to make sure `bb` can be run from the localBruce Hill
2020-02-24Minor makefile cleanup.Bruce Hill
2020-02-24Don't close and reopen tty files when running scripts.Bruce Hill
2020-02-24Major update: instead of defining all the helper functions as staticBruce Hill
2020-02-23Removed unnecessary warning.Bruce Hill
2020-02-23Updated manpage version numbers.Bruce Hill
2020-02-23Added manpage for bbcmd and updated a bunch of the documenation.Bruce Hill
2020-02-23API tweaks and documentation updates.Bruce Hill
2020-02-23Cleaned up column rendering logic, including adding a 'stretchy' optionBruce Hill
2020-02-23Fixed color issue with column separator after '*' columnBruce Hill
2020-02-23Fixing spacingBruce Hill
2020-02-23Moved importBruce Hill
2020-02-23Working version of pulling columns into their own file.Bruce Hill
2020-02-23Fixed selection issue.Bruce Hill
2020-02-23Fix for globbing into subdirectories (e.g. `bbcmd glob:"* */*"`)Bruce Hill