1
0
mirror of synced 2024-11-25 16:20:23 +01:00
ImHex/plugins/builtin/source/content
iTrooz e0264a3459
refactor: Split data processor nodes in several files (#1419)
I'm really not sure about how I grouped the nodes, but that's a start.
In need of review

---------

Co-authored-by: Nik <werwolv98@gmail.com>
2023-11-13 23:36:39 +01:00
..
dpn refactor: Split data processor nodes in several files (#1419) 2023-11-13 23:36:39 +01:00
helpers impr: Improve UI/UX of color picker and regex replacer tool 2023-11-11 22:43:27 +01:00
providers fix: Out of bounds read with a zero-size file 2023-11-11 23:11:34 +01:00
tools refactor: refactor tools_entries.cpp into several smaller files (#1418) 2023-11-12 00:22:01 +00:00
views impr: Use ImGui::SeparatorText to draw headers 2023-11-12 00:57:29 +01:00
achievements.cpp impr: General code cleanup 2023-11-10 20:47:08 +01:00
background_services.cpp fix: Only register event shutting down the network interface once 2023-11-04 23:41:52 +01:00
command_line_interface.cpp feat: Added Auto Updater for Windows, macOS and Ubuntu (#1377) 2023-10-21 18:40:24 +00:00
command_palette_commands.cpp impr: General code cleanup 2023-11-10 20:47:08 +01:00
communication_interface.cpp build: Make sure changing commit hash doesn't trigger a full rebuild 2023-06-26 14:01:45 +02:00
data_formatters.cpp impr: Fade out zero bytes in HTML formatted data 2023-11-09 14:42:29 +01:00
data_inspector.cpp impr: General code cleanup 2023-11-10 20:47:08 +01:00
data_processor_nodes.cpp refactor: Split data processor nodes in several files (#1419) 2023-11-13 23:36:39 +01:00
data_visualizers.cpp fix: Multi-byte hex editor data visualizers behaving incorrectly 2023-11-13 09:28:57 +01:00
events.cpp impr: General code cleanup 2023-11-10 20:47:08 +01:00
file_extraction.cpp impr: Bundle default magic file with application 2023-10-29 19:43:45 +01:00
file_handlers.cpp feat: Added file handlers for .hexlyt and .hexproj files 2023-06-06 21:35:13 +02:00
global_actions.cpp fix: Bad formatting of project open error popup 2023-07-28 00:01:49 +02:00
hashes.cpp fix: Correct endianess of CRC hashes 2023-08-04 16:05:21 +02:00
main_menu_items.cpp fix: Prevent exporting of zero-sized files to language arrays 2023-11-12 00:25:37 +01:00
pl_builtin_functions.cpp impr: General code cleanup 2023-11-10 20:47:08 +01:00
pl_inline_visualizers.cpp impr: General code cleanup 2023-11-10 20:47:08 +01:00
pl_pragmas.cpp impr: General code cleanup 2023-11-10 20:47:08 +01:00
pl_visualizers.cpp impr: General code cleanup 2023-11-10 20:47:08 +01:00
project.cpp impr: General code cleanup 2023-11-10 20:47:08 +01:00
providers.cpp impr: General code cleanup 2023-11-10 20:47:08 +01:00
recent.cpp impr: General code cleanup 2023-11-10 20:47:08 +01:00
settings_entries.cpp fix: Proxy not being disabled correctly when disabling it in the settings 2023-11-10 21:59:20 +01:00
themes.cpp impr: General code cleanup 2023-11-10 20:47:08 +01:00
tools_entries.cpp refactor: refactor tools_entries.cpp into several smaller files (#1418) 2023-11-12 00:22:01 +00:00
ui_items.cpp impr: General code cleanup 2023-11-10 20:47:08 +01:00
views.cpp feat: Added Achievements (#1230) 2023-08-06 21:33:15 +02:00
welcome_screen.cpp impr: General code cleanup 2023-11-10 20:47:08 +01:00