0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 26, 2023 — Apr 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
adding a check for current file = file trying to be loaded? => don't load new file More... over 9 years ago
Returns true when end of execution More... over 9 years ago
Rerunning indice sorting is now performed from the main_thread instead of from the sorting thread itself. This should prevent a race condition from occuring More... over 9 years ago
No longer runs optimize() twice at open_file() More... over 9 years ago
Removed many compile-time warnings More... over 9 years ago
File load from clipboard string inplemented. No error checking, though More... over 9 years ago
Copy / paste window state should be working. Also - removed bug (not setting light color when starting the program) and cleaned up this method in general More... over 9 years ago
Removed two bugs that could show either incomplete graph or not update image after a change More... over 9 years ago
Alignment table now correctly restarts at end of table More... over 9 years ago
2 less bugs with 48-bit More... over 9 years ago
Alignments 16,24 and 32 bit work More... over 9 years ago
Bit alignment now works for values 8-bit and below More... over 9 years ago
Fixed a crapton of bugs with alignment More... over 9 years ago
Now includes string.h for memset() More... over 9 years ago
Added more to dropdown More... over 9 years ago
Switched to use the new alignment system. Should make no difference for 8-bit alignment (in theory). Is probably buggy More... over 9 years ago
Added dropdown menu for bit-alignment and also implemented features for it in partfile_controller More... over 9 years ago
Removed 1-b test as it was completely covered by generic test More... over 9 years ago
Added tests for alignment tables 1-8. More... over 9 years ago
Fixed typo More... over 9 years ago
Alignment parsing function improved More... over 9 years ago
Added alignment tables for 16-48 bit More... over 9 years ago
alignment_tables now uses long long unsigned int instead of u_int_64 for more compiler targets More... over 9 years ago
Added alignment tables 1 through 8 More... over 9 years ago
Reworked alignment table struct More... over 9 years ago
Tab order of color picker settings is now in a more logical order More... over 9 years ago
get_next_value_from_filedatabuffer() now returns -1 if no more data can be retrieved More... over 9 years ago
Merge branch 'master' of bitbucket.org:trippler/binary-visualizer More... over 9 years ago
Started on a clean code ish implementation of bit-alignment More... over 9 years ago
Merge branch 'master' of bitbucket.org:trippler/binary-visualizer More... over 9 years ago