Commit graph

11 commits

Author SHA1 Message Date
ffgriever
25ac3fa159 Fix invalid set scroll position in memory editor.
If a monospace font is used for memory contents, use its size to calculate jump-to position. Previously, if monospace and variable width font sizes were different, the set scroll position would be invalid (point to offset before or after selected one).
2025-03-15 12:04:43 +01:00
Nicolas "Pixel" Noble
fea511babf Fixing ImGui's memory editor after ImGui upgrade. 2024-10-03 18:29:26 -07:00
Nicolas "Pixel" Noble
94f4645d16 Upgrading to ImGui 1.91.1. 2024-09-05 18:01:33 -07:00
Ken Murdock
599d5da5da Allow memory editors to export directly to a file 2024-04-26 03:25:03 +01:00
Caleb Yates
c41ab4e807 Change base address to const in wrapper and hex editor class 2023-03-25 12:52:44 -05:00
Caleb Yates
9811612041 Reorder settings and rename input 2023-03-24 14:49:29 -05:00
Caleb Yates
50b45b950d Save state for Memory Editor Windows 2023-03-24 13:02:49 -05:00
fatalis
bd61066d3e Fix crash in memory editor with ascii display on 2022-07-18 12:12:46 -05:00
mateusfavarin
4ff58e6e7a add preview group bytes, fix multiple highlights during pattern search 2022-07-03 20:20:22 -03:00
Nicolas Pixel Noble
3734f42b84 Adding proper font handling. 2022-06-26 21:39:10 -07:00
Nicolas Pixel Noble
2fe35fac83 Vendoring imgui_club's hex editor. 2022-06-26 20:50:12 -07:00