1
0
mirror of synced 2025-02-08 15:08:11 +01:00

Commit Graph

  • 010025cbfa fix: Wrong localStorage key for achievements WerWolv 2024-12-25 16:21:38 +01:00
  • 61cae0a9f8 fix: Missing emscripten include WerWolv 2024-12-25 16:19:50 +01:00
  • 9e83d9e68c fix: Disable browser ctrl + S in web build WerWolv 2024-12-25 16:17:51 +01:00
  • 248acd5e26 fix: Properly save achievements in web version WerWolv 2024-12-25 16:17:33 +01:00
  • 42c1f5601a fix: Saving files in web version not working correctly WerWolv 2024-12-25 15:57:54 +01:00
  • 9c1a673047 impr: Force update all installed content store items after an update WerWolv 2024-12-25 14:29:41 +01:00
  • 99b90f90ac fix: Unused variable in wasm build WerWolv 2024-12-25 13:03:55 +01:00
  • 6ead8d8b49 fix: Certain shortcuts not being captured by ImHex Web WerWolv 2024-12-25 12:36:06 +01:00
  • 9b12232e9f revert: Broken fix for cursor not being set at end of line WerWolv 2024-12-25 01:41:50 +01:00
  • c1ed1baaad fix: Shortcuts not working correctly in Web build WerWolv 2024-12-25 01:34:11 +01:00
  • ab34312089 fix: Clicking past end of line in text editor putting cursor before last character WerWolv 2024-12-25 00:57:11 +01:00
  • a25d92fbb7 build: Bumped version to 1.37.0.WIP WerWolv 2024-12-25 01:33:36 +01:00
  • 6005af1595 build: Bumped version to 1.36.0 v1.36.0 WerWolv 2024-12-24 13:43:04 +01:00
  • 9a4329807a patterns: Updated pattern language WerWolv 2024-12-24 13:07:26 +01:00
  • 8e01da4c12 lang: Fixed settings language string in hashes view WerWolv 2024-12-24 13:06:38 +01:00
  • eb8ea520c7 build: Make ImGui use old CRC algorithm WerWolv 2024-12-24 11:09:45 +01:00
  • 512fcd361b impr: Modernize the disassembler, hashes and yara view WerWolv 2024-12-24 10:57:09 +01:00
  • aad6f6bcbe build: Updated ImGui to v1.91.6 WerWolv 2024-12-24 00:37:04 +01:00
  • 0af21505d7 git: Add retry mechanism for creating dmg on x86 mac WerWolv 2024-12-24 00:00:22 +01:00
  • 2ae69e8e72 feat: Allow command palette to work with previous results WerWolv 2024-12-23 23:42:45 +01:00
  • 9274fac8e1 build: Updated libwolv WerWolv 2024-12-23 23:24:38 +01:00
  • e2f82c60e6 fix: Crash when using text editor as last item in a window WerWolv 2024-12-23 23:17:19 +01:00
  • bfddf24204 impr: Added hints to various input fields WerWolv 2024-12-23 23:16:55 +01:00
  • 382599dcf6 fix: Better icon text input width calculation WerWolv 2024-12-23 23:16:35 +01:00
  • 5f2c07f2d8 fix: Icon text inputs not being the same length as other items WerWolv 2024-12-23 21:48:47 +01:00
  • 914024c0b5 impr: Added note about adding new data inspector row WerWolv 2024-12-23 21:47:16 +01:00
  • c5d3387962 impr: Replaced centered text notes with overlays WerWolv 2024-12-23 21:30:31 +01:00
  • 7cc99c6fc9 impr: Added better notes to the settings tabs in the pattern editor view WerWolv 2024-12-23 21:26:22 +01:00
  • a29b502a33 impr: Made pattern editor resize separator taller WerWolv 2024-12-23 20:15:50 +01:00
  • 20cb74364f
    fix: Jumpy text editor scrolling (#2023) paxcut 2024-12-23 12:14:42 -07:00
  • c31caad47a Fixed text editor resizing when having border and scroll bar WerWolv 2024-12-23 20:14:07 +01:00
  • 5aa39d2fe6 fix: console scroll jumping. paxcut 2024-12-23 09:53:18 -07:00
  • c6e3cfac94 Improved scrolling paxcut 2024-12-23 06:29:46 -07:00
  • 1c5a50c8d8 impr: Added better file open error messages to the file provider WerWolv 2024-12-23 14:07:35 +01:00
  • 470523cc86 fix: Jittery scrolling in Text Editor WerWolv 2024-12-23 11:44:34 +01:00
  • f6bc3d4650 impr: Replace more assert() calls with IM_ASSERT() WerWolv 2024-12-23 11:22:20 +01:00
  • 41b1228d31 fix: Make sure all text editor members are correctly initialized WerWolv 2024-12-23 11:21:39 +01:00
  • 2cb4462274
    impr: Better top margin handling for text editor. (#2021) paxcut 2024-12-23 02:35:53 -07:00
  • 810cd40ccd impr: Replace strerror with C++ functions WerWolv 2024-12-23 01:42:06 +01:00
  • f931beb49a impr: Make inserting bytes at the start of the file with insert mode work better WerWolv 2024-12-23 01:33:52 +01:00
  • 1c3dfc9b2f fix: ID collision in Jump To menu WerWolv 2024-12-23 01:00:58 +01:00
  • a1d4545e29 fix: Don't allow negative regions in region widgets WerWolv 2024-12-23 01:00:41 +01:00
  • 8865db2007 lang: Added missing memory file rename key WerWolv 2024-12-23 01:00:13 +01:00
  • d2056d9409 fix: Crash on exit WerWolv 2024-12-23 00:59:55 +01:00
  • 74e74ddc38
    git: Make CodeQL CI use ninja Nik 2024-12-23 00:06:59 +01:00
  • 0b566808fc Better top margin handling. paxcut 2024-12-20 15:16:57 -07:00
  • 5fcb737559 fix: Only update widgets of settings that were changed WerWolv 2024-12-20 21:23:19 +01:00
  • 9303025427
    git: Just disable coverage generation for now Nik 2024-12-18 22:56:44 +01:00
  • 680985fc13 git: Update gcovr filters WerWolv 2024-12-18 21:57:40 +01:00
  • 5a360eb614 patterns: Updated pattern language WerWolv 2024-12-18 20:33:05 +01:00
  • 4a74bd78fd
    fix: Console either printed no newlines or printed extra ones. (#2016) paxcut 2024-12-18 12:19:18 -07:00
  • 0f53656952 build: Small ImPlot3D fixes to make it build on all platforms WerWolv 2024-12-18 20:18:27 +01:00
  • 3bef576567 fix: console either printed no newlines or printed extra ones. paxcut 2024-12-18 05:16:03 -07:00
  • 9ca40d3651 build: Added ImPlot3D WerWolv 2024-12-17 23:51:45 +01:00
  • ab12503f62 patterns: Drastically improved time it takes to find favorites WerWolv 2024-12-17 23:37:39 +01:00
  • 3f49e4b446
    Update main.cpp Saad Khurshid Qurashi 2024-12-18 03:03:01 +05:00
  • 5bff5af112
    Merge pull request #1 from Isaadqurashi/Isaadqurashi-patch-1 Saad Khurshid Qurashi 2024-12-18 03:01:11 +05:00
  • ac9d99bb6d
    Update main.cpp Saad Khurshid Qurashi 2024-12-18 02:59:19 +05:00
  • b446d7fd4a
    impr: Make scrolling in pattern editor feel less janky (#2009) paxcut 2024-12-17 14:44:40 -07:00
  • fd46d85762 git: Another attempt fixing gcovr WerWolv 2024-12-17 22:42:48 +01:00
  • 683f7f8a8c
    UPdated Saad Khurshid Qurashi 2024-12-18 02:20:19 +05:00
  • 14c9aeeadf
    Merge branch 'master' into EditorTextFlickers paxcut 2024-12-17 14:19:02 -07:00
  • fa421afb00 git: Ignore all gcov errors related to missing files WerWolv 2024-12-17 22:07:16 +01:00
  • daab700ae8 improv: VScode like scrolling paxcut 2024-12-17 13:54:08 -07:00
  • a79d3e28ca
    fix: Crashes when getting tabs into text editor (#2008) paxcut 2024-12-17 13:36:00 -07:00
  • fbb4f65735 patterns: Updated pattern language WerWolv 2024-12-17 21:34:18 +01:00
  • 00c62c90f6 git: Try to fix coverage scan WerWolv 2024-12-17 21:33:53 +01:00
  • a24665591c fix: more tabs to deal with. paxcut 2024-12-17 08:23:37 -07:00
  • c400e2434a Fix a merge oversight BobSmun 2024-12-17 09:26:07 +08:00
  • a72e611633 Merge remote-tracking branch 'upstream/master' into build-system-tweaks BobSmun 2024-12-17 09:07:29 +08:00
  • 384aa6e6a9 fix: Narrow to wide type compare in loop in timestamp visualizer WerWolv 2024-12-16 22:17:58 +01:00
  • 1c755249ec git: Use ninja for building everything WerWolv 2024-12-16 22:10:22 +01:00
  • 2c303b5bf2 build: Actually fixed unit tests WerWolv 2024-12-16 21:47:40 +01:00
  • 415e3b4a93 impr: Added commit hash and branch to nightly popup on welcome screen WerWolv 2024-12-16 21:37:34 +01:00
  • 8d9b056c8c build: Fixed building of unit tests WerWolv 2024-12-16 21:37:11 +01:00
  • a527a7f0b0 patterns: Updated pattern language WerWolv 2024-12-16 21:32:19 +01:00
  • d78d955d11 impr: Better ellipsis usage in menus WerWolv 2024-12-16 21:27:57 +01:00
  • 9375a60cd9
    feat: Implement paste behaviour popup when pasting over one-byte regions (#2004) BioTheWolff 2024-12-16 20:35:48 +01:00
  • f4b0d5b3a8
    Improve wording Nik 2024-12-16 20:35:24 +01:00
  • bb99b9a0ef fix: Shortcuts acting as duplicates in settings WerWolv 2024-12-16 20:26:04 +01:00
  • 313e59d7f9 fix: Shortcuts applying to multiple views at once WerWolv 2024-12-16 20:14:26 +01:00
  • e34e0e62f2 patterns: Fixed json builtin types throwing non-patternlanguage exceptions WerWolv 2024-12-15 23:13:40 +01:00
  • 212f75f1cb
    fix: Tabs messing up content of text editor (#2005) paxcut 2024-12-15 15:08:26 -07:00
  • a07c79efcb fix: Pattern editor shortcuts being set to use CTRL on macOS WerWolv 2024-12-15 22:39:24 +01:00
  • 89090b25e3 impr: Various shortcut improvements WerWolv 2024-12-15 21:44:43 +01:00
  • 721164e562 fix: Deinitialization order WerWolv 2024-12-15 21:44:36 +01:00
  • b8ba980a20
    fix: Chinese (Simplified) translation showing up twice (#2006) BioTheWolff 2024-12-15 17:20:04 +01:00
  • e677dde7ba fix: change the i18n code in a zh_CN file BioTheWolff 2024-12-15 17:03:47 +01:00
  • d2809b4f82 fix: switch to unformatted text for popup texts BioTheWolff 2024-12-15 16:32:57 +01:00
  • 9415f75ab6 Another battle with tabs. Hopefully the last. paxcut 2024-12-15 08:17:50 -07:00
  • 9e7b33bf85 feat: implement paste behaviour BioTheWolff 2024-12-11 10:52:16 +01:00
  • 79ded38434 patterns: Updated pattern language WerWolv 2024-12-15 14:12:27 +01:00
  • f52db884a9 lang: Update casing of next provider / previous provider options WerWolv 2024-12-15 12:16:57 +01:00
  • ee4bb33b0a impr: Display sub menus for shortcut settings WerWolv 2024-12-15 11:54:10 +01:00
  • caf8fa8e25 impr: Show byte relationship diagrams side by side if there's enough space WerWolv 2024-12-15 11:46:54 +01:00
  • c46dea4c9e impr: Update settings menu values when settings are changed WerWolv 2024-12-15 11:12:56 +01:00
  • 002b7b4f87 impr: Make Copy as ASCII string use ALT + C to be more consistent WerWolv 2024-12-15 11:02:34 +01:00
  • 0a6a8c671f impr: Better naming for various menu entries WerWolv 2024-12-15 11:02:20 +01:00
  • 36014b706d fix: Wrong header location in disassembler view WerWolv 2024-12-15 10:52:11 +01:00
  • df5e01d4eb
    impr: Better 3D Visualizer error messages, wrap long visualizer errors (#1969) paxcut 2024-12-15 02:12:14 -07:00