COMMITS
/ plugins/builtin/source/content/data_inspector.cpp February 18, 2024
W
fix: Data inspector showing double negative signs sometimes
WerWolv committed
January 4, 2024
W
build: Cleanup build script a bit
WerWolv committed
November 30, 2023
W
impr: Further improve compile times
WerWolv committed
W
impr: Optimize api includes
WerWolv committed
November 18, 2023
W
refactor: Give API files more consistent names
WerWolv committed
November 16, 2023
I
refactor: Move custom ImGui functions to ImGuiExt namespace (#1427)
iTrooz committed
November 10, 2023
W
impr: General code cleanup
WerWolv committed
October 4, 2023
I
feat: Support for building ImHex for the web (#1328)
iTrooz committed
May 13, 2023
W
impr: Various cleanup
WerWolv committed
February 19, 2023
W
fix: Try to fix build again
WerWolv committed
W
fix: Uninitialized value build issue
WerWolv committed
February 18, 2023
W
feat: Added binary hex cell visualizer
WerWolv committed
W
fix: Editing binary value in data inspector not working correctly
WerWolv committed
October 10, 2022
W
fix: New lines in wide string messing up data inspector drawing
WerWolv committed
September 28, 2022
W
feat: Added wide string to data inspector
WerWolv committed
August 28, 2022
W
fix: Signed data inspector rows displaying invalid values
WerWolv committed
August 17, 2022
W
fix: Some clang issues
WerWolv committed
August 15, 2022
W
fix: Some occurrences of undefined behaviour
WerWolv committed
August 5, 2022
W
ui: Added u24, i24, u48 and i48 to data inspector
WerWolv committed
August 2, 2022
W
ui: Fixed displaying of truncated strings in the data inspector
WerWolv committed
August 1, 2022
W
feat: Added RGB565 color row to data inspector
WerWolv committed
G
feat: Added LEB128 in data inspector (#615)
gudzpoz committed
July 8, 2022
W
fix: Data inspector string row not being editable correctly
WerWolv committed
July 7, 2022
W
fix: Editing float and double data inspector rows yielding wrong values
WerWolv committed
June 3, 2022
W
fix: Crashes when parsing invalid wstrings
WerWolv committed
May 29, 2022
W
tools: Added IEEE 756 floating point number tester
WerWolv committed
May 27, 2022
W
feature: Added bool, DOS Date and DOS Time data inspector line
WerWolv committed
W
May 17, 2022
W
fix: Random build errors with GCC 12.1.0
WerWolv committed
March 26, 2022
February 17, 2022
W
sys: Added editing support for strings and chars in the data inspector
WerWolv committed
February 15, 2022
W
lang: Added translation to long double inspector line
WerWolv committed
W
sys: Added basic editing support to data inspector
WerWolv committed
February 1, 2022
W
sys: Reformat all
WerWolv committed
W
sys: Get rid of SharedData struct and cleanup code structure (#411)
WerWolv committed
January 24, 2022
W
sys: Added clang-format file, formatted entire project
WerWolv committed
January 22, 2022
W
sys: (s8, s16, s32, s64, s128) -> (i8, i16, i32, i64, i128)
WerWolv committed
January 15, 2022
W
ui: Improved displaying of a bunch of values in the inspector
WerWolv committed
W
fix: Compiling of time functions on Unix
WerWolv committed
W
fix: Many security and format issues
WerWolv committed
September 21, 2021
W
sys: Allow multiple files to be loaded simultaneously
WerWolv committed
September 20, 2021
W
ui: Moved hex editor settings to settings menu
WerWolv committed
September 10, 2021
W
fix: Data inspector causing crashes when failing to decode UTF-16 chars
WerWolv committed
September 1, 2021
W
ui: Added strings to data inspector
WerWolv committed
August 31, 2021
W
ui: Added half floats to data inspector
WerWolv committed
W
ui: Add first unifont plane by default
WerWolv committed
August 30, 2021
W
ui: Fix wide characters and utf-8 display in inspector
WerWolv committed
August 29, 2021
W
sys: More compile time improvements
WerWolv committed
W
sys: First attempt at reducing build times
WerWolv committed
August 25, 2021
J
ui: Format floats sensibly (#281)
jam1garner committed