Commit Graph

  • 3b2e95b9d0 fixed UB created by erasing map elements in range for loop. feature/code_folding paxcut 2026-03-24 06:43:41 -07:00
  • c677aae7b1 fixed choppy text rendering when dragging the scrollbar with mouse (credit goes to WerWolv) and top margin adjustment when find/replace popup window first appears if it is blocking the entry under the cursor. paxcut 2026-03-20 04:40:08 -07:00
  • f70268ea40 fixed crash when the marched delimiter near cursor becomes rii large if lines are removed. paxcut 2026-03-19 12:15:22 -07:00
  • d454714428 fix for langs unit tests. I noticed a while back that the string Constants was defined twice in the english language file, so I removed the first one to what ended up in this pr. Apparently some other commit removed the second one so when i rebased the code this ended up deleting both instances thus producing the unit test failure that I assumed was not something I needed to worry about. paxcut 2026-03-19 06:02:46 -07:00
  • 8b938faf01 fixes for compilation errors paxcut 2026-03-17 03:09:22 -07:00
  • 324170e0d8 fixes for compilation errors paxcut 2026-03-15 18:02:58 -07:00
  • e463df9fc4 fixes for compilation errors paxcut 2026-03-15 01:27:40 -07:00
  • fe348d33e7 fixes for compilation errors paxcut 2026-03-15 01:14:05 -07:00
  • f9343c8e94 reverse_view is not widely available yet. paxcut 2026-03-15 00:55:50 -07:00
  • 1670607e38 Final touches to code folding for the pattern editor. Also added some recent fixes to make rebasing easier. paxcut 2026-03-08 22:41:42 -07:00
  • c92b55e1b6 merge some of master's changes paxcut 2026-02-01 10:35:48 -07:00
  • 77eff651ed fix: code folding was not restored when loading projects or opening/importing patterns paxcut 2026-01-28 08:04:35 -07:00
  • 219f588cbe Made code faster and cleaned some code. paxcut 2026-01-16 08:25:33 -07:00
  • 0e2d7ee3bc fix: template argument delimiters failed to create folds. paxcut 2025-12-30 19:26:44 -07:00
  • b57d9118c1 revert unintended commit paxcut 2025-12-30 13:59:59 -07:00
  • d4879572fa Code fold support for pattern editor that mimics Clion's but with additional features paxcut 2025-12-30 13:44:49 -07:00
  • 854535fec6 fix: Some variables are incorrectly highlighted as errors (#2690) master nightly paxcut 2026-03-20 10:45:01 -07:00
  • a109e14ee3 fix: hex editor selection scrolling. (#2691) paxcut 2026-03-20 09:07:55 -07:00
  • eca7597aca patterns: Update pattern language WerWolv 2026-03-19 18:19:01 +01:00
  • 936b5b6312 build: Update GLFW backend WerWolv 2026-03-14 19:24:22 +01:00
  • cea63f6561 build: Update ImGui WerWolv 2026-03-14 17:58:36 +01:00
  • 7083b6ab3e impr: Recursively trigger inherited view shortcuts WerWolv 2026-03-14 17:19:27 +01:00
  • 432e16e0c4 fix: pattern editor find/replace. (#2686) paxcut 2026-03-14 16:59:32 -07:00
  • 8d691b2e6a web: Fix display issues WerWolv 2026-03-14 17:14:04 +01:00
  • f3ccbb9b84 fix: data inspector crash (#2685) paxcut 2026-03-13 19:21:38 -07:00
  • a4af283a37 impr: Allow data inspector shortcuts to work when hex editor is selected WerWolv 2026-03-13 21:11:10 +01:00
  • 27935b1234 impr: Mark SettingsVariable constructor as noexcept WerWolv 2026-03-13 21:01:07 +01:00
  • ea0b97a066 fix: Main menu item overflow not showing all menus when some are hidden WerWolv 2026-03-13 21:00:53 +01:00
  • e668feb807 feat: Add setting to only show data inspector rows matching exact size WerWolv 2026-03-13 21:00:06 +01:00
  • 21a94d67c2 patterns: Update pattern language WerWolv 2026-03-10 12:48:05 +01:00
  • fbd6d6b9fc fix: popup when highlighting was cancelled (#2678) paxcut 2026-03-09 21:46:51 -07:00
  • 257d122a9f git: Downgrade LLVM to 21.X.X for macOS x86 WerWolv 2026-03-09 21:07:27 +01:00
  • f7f70a16da patterns: Update pattern language WerWolv 2026-03-09 21:06:46 +01:00
  • aa5a83444d impr: Add Create new file and Open file menu entries to all views again WerWolv 2026-03-09 11:53:25 +01:00
  • d25c80c0a5 fix: Shortcuts displayed in main menu not matching actual shortcuts WerWolv 2026-03-09 11:52:08 +01:00
  • 6f83b050cd fix: Pattern editor shortcuts applying when text input in pattern data view is selected WerWolv 2026-03-09 10:46:47 +01:00
  • 72e177aafc fix: Exception popup when canceling highlighting WerWolv 2026-03-09 10:46:04 +01:00
  • 5648378837 fix: Use UTC for data inspector date/time display (#2675) Stephen Hewitt 2026-03-09 07:29:42 +11:00
  • c1cdef7ca1 fix: Taskbar menu items showing up in command palette WerWolv 2026-03-03 22:45:13 +01:00
  • 4b07f7745b fix: Default font size being too small WerWolv 2026-03-03 13:46:26 +01:00
  • a2fc9325c9 fix: Shortcuts not getting dispatched to menu inherit view correctly WerWolv 2026-03-03 13:46:16 +01:00
  • 380b1dbce3 fix: Menu bar focus issues WerWolv 2026-03-03 13:45:54 +01:00
  • 04a8bd6798 fix: Cached provider invalidation on reload not being done correctly WerWolv 2026-03-02 10:07:57 +01:00
  • 0cf27b9e9e fix: SSH Provider size detection not working correctly WerWolv 2026-03-02 09:24:03 +01:00
  • 4a091f452e build: Update vcpkg manifest baseline commit Nik 2026-03-01 10:37:57 +01:00
  • ffa8b0d0db lang: Update zh_CN.json (#2580) qux-bbb 2026-03-01 16:37:24 +08:00
  • ff65217b7e lang: Translations update from Weblate (#2624) WerWolvTranslationBot 2026-03-01 09:36:14 +01:00
  • 1b90bb2c34 fix: Allow access to web docker app from outside container (#2659) Sandy 2026-03-01 03:34:32 -05:00
  • 1018aea395 git: Update vcpkg committish for MSVC builds Nik 2026-03-01 09:32:20 +01:00
  • d20d6736b3 feat: main views retain focus on ui interactions (#2650) paxcut 2026-02-27 23:46:31 -07:00
  • 5333a33775 fix: Why Ubuntu... WerWolv 2026-02-12 22:07:27 +01:00
  • 0d9ea8a1d1 fix: Project file saving not working corectly when paths contains non-ascii characters WerWolv 2026-02-12 22:02:41 +01:00
  • b6a90aa89d fix: libbacktrace implementation WerWolv 2026-02-12 21:57:37 +01:00
  • 060f0e6e56 web: Move over to contrib.glfw3 WerWolv 2026-02-12 21:57:20 +01:00
  • 800a24b42e fix: Dirty projects on load. (#2649) paxcut 2026-02-09 20:21:51 -07:00
  • a5008722aa fix: Font scaling on Windows / macOS WerWolv 2026-02-08 22:11:10 +01:00
  • a0b0082d98 git: Make sure WiX 6 gets installed WerWolv 2026-02-08 22:10:50 +01:00
  • f476842008 impr: Make fonts look less blurry with Wayland fractional scaling WerWolv 2026-02-06 22:12:40 +01:00
  • d39d107de4 fix: Copy As -> C# Array producing invalid syntax WerWolv 2026-02-06 21:44:42 +01:00
  • 7f889a75bb build: Update libwolv WerWolv 2026-02-06 21:27:12 +01:00
  • 70fdbd4a48 feat: Add request restart option to debug menu (#2636) Nemoumbra 2026-01-29 23:16:55 +03:00
  • 71c71c5bbf fix: Merge error WerWolv 2026-01-29 20:18:17 +01:00
  • ade8c8f68d feat: Add Open Source File option to custom data inspector rows WerWolv 2026-01-29 19:54:53 +01:00
  • 16b02caf7a fix: Clicking on data inspector row clearing data inspector window if required size is zero WerWolv 2026-01-29 19:54:36 +01:00
  • dc1c205fb1 fix: Inverted logic for custom inspector row evaluation WerWolv 2026-01-29 19:53:48 +01:00
  • b974533f96 lang: Remove duplicate entry WerWolv 2026-01-29 19:53:09 +01:00
  • 81e561d47b fix: Scrolling view open state not getting saved anymore WerWolv 2026-01-29 19:43:57 +01:00
  • b9e0a9f0e6 fix: Code indentation WerWolv 2026-01-29 19:43:37 +01:00
  • 954bcadd75 impr: Remove unused pattern drawer table flags WerWolv 2026-01-29 19:43:28 +01:00
  • d6781e7f93 fix: issue 2631 (#2633) paxcut 2026-01-28 16:12:36 -07:00
  • fc38c27769 fix: Heap buffer read overflow when inserting bytes WerWolv 2026-01-24 22:59:30 +01:00
  • 810955b1be fix: Start fixing shortcuts on welcome screen. Breaks certain shortcuts still feature/welcome_screen_shortcut_fixes WerWolv 2026-01-23 00:07:34 +01:00
  • 96a5a5d34c build: Output error message if capstone version is too low WerWolv 2026-01-22 21:22:42 +01:00
  • 928e0f227a fix: Banner tooltip text not being visible properly WerWolv 2026-01-19 22:25:39 +01:00
  • 93fc6f2de1 patterns: Update pattern language WerWolv 2026-01-19 22:25:20 +01:00
  • cdc260b45c doc: add instructions to use ImHex on macOS without a GPU iTrooz 2026-01-19 17:58:11 +01:00
  • 0e41813cfc fix: [[format_write]] attribute not working as expected on integer and floating point types WerWolv 2026-01-18 21:56:09 +01:00
  • a7e94e31c9 build: Update libwolv WerWolv 2026-01-18 14:31:21 +01:00
  • 2903a97941 build: Make people Acknowledge the GPLv2 in the Windows installer instead of accepting it WerWolv 2026-01-18 11:32:35 +01:00
  • 753e1ceff6 build: Allow MSI installer to downgrade installations WerWolv 2026-01-17 21:47:06 +01:00
  • 06f4d12f10 lang: Translations update from Weblate (#2621) WerWolvTranslationBot 2026-01-17 21:45:41 +01:00
  • 684c2e66fb fix: Ranges are still not available everywhere WerWolv 2026-01-17 21:13:04 +01:00
  • 4a311ed69f fix: Multiple issues with undo/redo stack handling WerWolv 2026-01-17 21:03:36 +01:00
  • 220b5f9772 patterns: Update pattern language WerWolv 2026-01-15 20:47:29 +01:00
  • 42fd5b0fef patterns: Update pattern language WerWolv 2026-01-15 20:39:04 +01:00
  • c28492e51d fix: GLFW version check WerWolv 2026-01-13 18:22:06 +01:00
  • d8ff84672c fix: Gate Wayland check to good distros that update their dependencies WerWolv 2026-01-13 18:09:21 +01:00
  • 2af967d788 fix: Window auto-maximizing on Wayland WerWolv 2026-01-13 18:02:48 +01:00
  • 8cb23e8200 build: Don't build test engine if it's disabled WerWolv 2026-01-13 18:02:27 +01:00
  • 9a058efc79 lang: Translations update from Weblate (#2553) WerWolvTranslationBot 2026-01-12 23:26:15 +01:00
  • 06c8cb51e3 web: Handle partial page resizes better WerWolv 2026-01-12 22:59:03 +01:00
  • 01e8ae1b5c ci: Don't upload docker build record as artifact WerWolv 2026-01-12 22:56:00 +01:00
  • b052cb001c web: Make sure canvas gets resized after the first frame WerWolv 2026-01-12 22:53:51 +01:00
  • d004eb3048 fix: Occasional crash on Linux when closing task manager WerWolv 2026-01-12 20:43:01 +01:00
  • dccd74667e fix: Texture ids not getting reset correctly in destructor WerWolv 2026-01-12 20:42:23 +01:00
  • 6b6470850f ci: Make sure folder exists before copying files WerWolv 2026-01-11 10:12:28 +01:00
  • f09b1aae23 ci: Fix artifact names WerWolv 2026-01-11 09:52:34 +01:00
  • 68487bc903 web: Fix meta tags and social preview image WerWolv 2026-01-10 21:43:45 +01:00
  • ebd78e1526 ci: Update github pages deployment name WerWolv 2026-01-10 14:28:07 +01:00
  • 6d0dfcfe2e fix: Does WebGL use GLES2 after all? WerWolv 2026-01-10 14:15:56 +01:00