ImHex/plugins/builtin/source/content
paxcut 081c581b8c
fix: Layout of large font labels in IEEE 745 floating point tool (#1337)
### Problem description
The issue seems to only affect the web version of ImHex but it is not
clear why. The labels of the checkboxes that represent bits in the IEEE
745 floating point tool were lay out incorrectly.

### Implementation description
The new code ensures that the bit labels are centered and located in the
middle of the checkbox regardless of the font size and the dear imgui
sized checkboxes.
2023-10-04 22:10:06 +02:00
..
helpers feat: Support for building ImHex for the web (#1328) 2023-10-04 12:00:32 +02:00
providers feat: Support for building ImHex for the web (#1328) 2023-10-04 12:00:32 +02:00
views feat: Support for building ImHex for the web (#1328) 2023-10-04 12:00:32 +02:00
achievements.cpp feat: Added Achievements (#1230) 2023-08-06 21:33:15 +02:00
background_services.cpp impr: Make ImHex not use lots of CPU when waiting for conditions 2023-06-18 10:18:58 +02:00
command_line_interface.cpp impr: Make --pl subcommand automatically register ImHex's include dirs 2023-09-03 12:25:00 +02:00
command_palette_commands.cpp build: Fixed include issues 2023-07-09 12:53:31 +02: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 feat: Added Achievements (#1230) 2023-08-06 21:33:15 +02:00
data_inspector.cpp feat: Support for building ImHex for the web (#1328) 2023-10-04 12:00:32 +02:00
data_processor_nodes.cpp impr: Refactoring of floating point tool to decrease code complexity. (#1275) 2023-09-20 10:48:44 +02:00
data_visualizers.cpp build: Fixed include issues 2023-07-09 12:53:31 +02:00
events.cpp fix: Bad formatting of project open error popup 2023-07-28 00:01:49 +02: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 impr: Separate the behaviour of being savable and being dumpable for provider (#1183) 2023-07-05 20:49:57 +02:00
pl_builtin_functions.cpp patterns: Fixed namespace of hex::prv:: functions 2023-03-28 10:27:49 +02:00
pl_inline_visualizers.cpp feat: Added new pattern inline visualizers 2023-07-04 22:18:06 +02:00
pl_pragmas.cpp feat: Added support for automatically loading patterns using binary pattern magic 2023-05-22 00:01:58 +02:00
pl_visualizers.cpp feat: Support for building ImHex for the web (#1328) 2023-10-04 12:00:32 +02:00
project.cpp feat: Support for building ImHex for the web (#1328) 2023-10-04 12:00:32 +02:00
providers.cpp feat: Support for building ImHex for the web (#1328) 2023-10-04 12:00:32 +02:00
recent.cpp feat: Support for building ImHex for the web (#1328) 2023-10-04 12:00:32 +02:00
settings_entries.cpp feat: Support for building ImHex for the web (#1328) 2023-10-04 12:00:32 +02:00
themes.cpp feat: Allow themes to set the background blur color 2023-05-24 21:05:14 +02:00
tools_entries.cpp fix: Layout of large font labels in IEEE 745 floating point tool (#1337) 2023-10-04 22:10:06 +02:00
ui_items.cpp feat: Added shortcut to switch between providers 2023-09-24 18:11:17 +02:00
views.cpp feat: Added Achievements (#1230) 2023-08-06 21:33:15 +02:00
welcome_screen.cpp feat: Support for building ImHex for the web (#1328) 2023-10-04 12:00:32 +02:00