0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 05, 2024 — Aug 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
#version should always be first statement in shaders More... over 10 years ago
implementing qsettings to be used for things like window state More... over 10 years ago
Progress on the byte_plot gui More... over 10 years ago
Merge branch 'master' of bitbucket.org:trippler/binary-visualizer More... over 10 years ago
Merge https://bitbucket.org/trippler/libtask More... over 10 years ago
protected to allow overriding classes to modify them More... over 10 years ago
Using a rate-limited version of the task manager in order to make memory requirements sane More... over 10 years ago
Merge branch 'master' of bitbucket.org:trippler/binary-visualizer More... over 10 years ago
Merge https://bitbucket.org/trippler/libtask More... over 10 years ago
Tweaking the byte_plot image label size More... over 10 years ago
Implementing byte plot bit-alignment slider More... over 10 years ago
Merge branch 'master' of bitbucket.org:trippler/binary-visualizer More... over 10 years ago
Fixed a crash More... over 10 years ago
Increased memory allocation for byte plot to 32M, which should be right under 4K resolution More... over 10 years ago
New define DATA_CONTAINER_SIZE replaces hardcoded values for data container size More... over 10 years ago
Indentation More... over 10 years ago
Task_byte_plotter now calculates its own offset in buffer to write to in order to avoid dependencies on other tasks. Dependency removed and read_next_buffer_to_filedatabuffer simplified More... over 10 years ago
GPLv2 copyright notice updated to 20115 More... over 10 years ago
Added Doxygen documentation for most public methods More... over 10 years ago
Initialize value to 0 More... over 10 years ago
Indentation More... over 10 years ago
Task idle no longer allocates or uses a print task More... over 10 years ago
Indentation More... over 10 years ago
Task idle no longer allocates or uses a print task More... over 10 years ago
Task_manager now runs perform_maintenance to ensure no timing window can happen where tasks don't get cleaned up More... over 10 years ago
All public methods now virtual to allow overriding them. New method tasks_available() which returns a size_t of number of tasks available for processing. More... over 10 years ago
Adding some system buttons to byte_plot. Changing stylesheet on the tabwidget so that it will behave correctly on windows More... over 10 years ago
Implementing some labels in byte_plot More... over 10 years ago
Removing uneccessary text in licence More... over 10 years ago
Windows now uses critical sections instead of mutexes More... over 10 years ago