1
0
mirror of synced 2024-12-03 19:57:20 +01:00
ImHex/lib/third_party
paxcut 928b4c6c4c
fix: Reset cursor blink when moving selection (#1903)
### Problem description
When this feature was implemented the text editor handled all the
keyboard input so the blink reset function could be called in one place
for all the key presses. Now that shortcuts are done in the shortcut
manager we need to reset the blink state inside all the functions that
can affect cursor movement.

### Implementation description
Every function that moves the cursor now calls the blink state reset
function at the very start. There may be more functions that need this
that haven't been merged but git should show merging conflicts so it
should be easy to deal with.
2024-09-15 15:15:14 +02:00
..
boost fix: Regex crashes with too long input strings 2024-06-07 23:12:18 +02:00
capstone@097c04d941 build: move third party libraries to lib/third_party (#1417) 2023-11-12 02:02:54 +01:00
edlib@931be2b090 feat: Implement Myers' diffing algorithm (#1508) 2024-01-21 18:39:13 +01:00
fmt@0c9fce2ffe build: Updated ImGui to v1.91.0 2024-08-03 23:49:47 +02:00
HashLibPlus@1823dd1162 build: Updated dependencies 2024-03-26 19:47:39 +01:00
imgui fix: Reset cursor blink when moving selection (#1903) 2024-09-15 15:15:14 +02:00
jthread build: Fix building issues on macOS with clang 18 2024-09-08 10:45:38 +02:00
llvm-demangle build: move third party libraries to lib/third_party (#1417) 2023-11-12 02:02:54 +01:00
lunasvg@17b595a6f1 impr: Added support for SVG loading, improved texture loading API 2024-05-01 20:36:10 +02:00
microtar build: move third party libraries to lib/third_party (#1417) 2023-11-12 02:02:54 +01:00
miniaudio build: move third party libraries to lib/third_party (#1417) 2023-11-12 02:02:54 +01:00
nativefiledialog@86d5f2005f fix: Revert ndf-extended changes for now to fix file dialogs on Linux 2024-08-20 20:08:01 +02:00
nlohmann_json build: Updated dependencies 2024-01-25 11:33:34 +01:00
xdgpp@f01f810714 build: move third party libraries to lib/third_party (#1417) 2023-11-12 02:02:54 +01:00
yara build: Updated ImGui, libfmt and libyara 2024-07-01 22:00:08 +02:00