1
0
mirror of synced 2024-09-24 19:48:25 +02:00
ImHex/include/views
qdlmcfresh 372908ba9d
add regex filter in string view (#345)
* Filter by regex in string view

* Dont recompile the regex for every string, display error message

* localization

* Use data->Buf for pattern creation / searching
The filter string seems to get updated after the callback finished.
Therefore the search string was always 1 character behind the actual
string in the textfield when calling find() / creating the regex.
2021-11-25 08:46:42 +01:00
..
view_bookmarks.hpp sys: More compile time improvements 2021-08-29 22:15:18 +02:00
view_command_palette.hpp sys: Tons of long overdue cleanup 2021-09-08 15:18:24 +02:00
view_constants.hpp sys: Finish implementing constants view and its store 2021-09-09 12:58:44 +02:00
view_data_inspector.hpp ux: Allow copying value from data inspector 2021-03-02 22:09:38 +01:00
view_data_processor.hpp sys: Tons of long overdue cleanup 2021-09-08 15:18:24 +02:00
view_diff.hpp ui: Added diff view 2021-09-21 19:54:13 +02:00
view_disassembler.hpp ux: Disassemble asynchronously 2021-02-22 11:56:33 +01:00
view_hashes.hpp Fix CRC and hash calculations (#321) 2021-10-26 17:21:48 +02:00
view_help.hpp patterns: Add optimization for arrays of statically sized types 2021-09-06 20:35:38 +02:00
view_hexeditor.hpp sys: Tons of long overdue cleanup 2021-09-08 15:18:24 +02:00
view_information.hpp ux: Add slider to entropy plot 2021-04-12 22:20:05 +02:00
view_patches.hpp Refactored libimhex to and includes to better represent it as library 2021-01-13 17:28:27 +01:00
view_pattern_data.hpp sys: Tons of long overdue cleanup 2021-09-08 15:18:24 +02:00
view_pattern_editor.hpp ui: Fixed automatic pattern loading, added better pattern browse popup 2021-09-26 21:18:25 +02:00
view_settings.hpp Implemented Open File and Preferences button in Welcome screen 2021-01-27 14:26:24 +01:00
view_store.hpp store: Added support for downloading tar'd folders 2021-09-23 22:56:49 +02:00
view_strings.hpp add regex filter in string view (#345) 2021-11-25 08:46:42 +01:00
view_tools.hpp Huge refactoring of builtin features into an external plugin 2021-01-22 18:01:42 +01:00
view_yara.hpp yara: Added support for displaying variable names 2021-11-04 20:41:56 +01:00