Commit Graph

  • 877910eada Accepting request 1226193 from editors factory Ana Guerrero 2024-11-25 22:21:39 +00:00
  • d801b4a7d5 - Drop conditional wxWidgets-3_0-devel BuildRequires, no longer needed. devel Michael Vetter 2024-11-25 08:20:07 +00:00
  • 058f50a5ce Accepting request 1192304 from editors Dominique Leuenberger 2024-08-08 08:58:17 +00:00
  • d4fb2af474 replace patch with upstream commit Michael Vetter 2024-08-07 13:50:18 +00:00
  • d676ddfe4a Accepting request 1192011 from editors Dominique Leuenberger 2024-08-07 07:18:31 +00:00
  • adb25e154c Accepting request 1191522 from home:AndreasStieger:branches:editors Michael Vetter 2024-08-07 05:42:44 +00:00
  • 48cd41edc4 Accepting request 1189494 from editors Dominique Leuenberger 2024-07-25 13:39:48 +00:00
  • b1d61650b0 - Update to 0.62.1: * Fix crashes in x86 Windows build on older CPUs. Michael Vetter 2024-07-25 05:26:26 +00:00
  • 939d103524 Accepting request 1188955 from editors Ana Guerrero 2024-07-22 15:18:48 +00:00
  • 5c21dd41b9 - Update to 0.62.0: * This release includes changes and new features to assist editing of sub-byte-width values and non-byte-aligned values in files: + Add bit array data type (#167). + Allow selecting and setting comments/highlights/types on bit-sized/aligned quantities, not just byte-aligned (#155). + Allow defining arbitrary integer types, up to 64 bits wide (#215). + Allow navigating hex data by nibbles rather than bytes (#58). * There are also improvements to the highlighting feature, and general usability improvements: + Allow colouring data by byte value (#223). + Allow changing/defining custom highlight colours and assigning labels to them (#227). + Use dimmer highlight colours for dark colour schemes (#227). + Save highlight colours/labels per-file (#60). + Allow changing keyboard shortcuts (#226). + Add Shift+Enter shortcut for "OK" in the comment dialog (#226). + Display offset in both decimal and hexadecimal in status bar (#228). + Fix handling of relative paths specified on the command line when opening in an existing instance (#237). Michael Vetter 2024-07-22 08:25:35 +00:00
  • c3bd76e055 Accepting request 1157813 from editors Ana Guerrero 2024-03-14 16:44:44 +00:00
  • 3f1443b724 - Update to 0.61.0: * Fix data being displayed from the wrong point in the file when "Collapse matches" is enabled in the file comparison window. Michael Vetter 2024-03-14 06:20:10 +00:00
  • eaa38c1a6a Accepting request 1146850 from editors Ana Guerrero 2024-02-15 20:01:31 +00:00
  • 17a17222d5 OBS-URL: https://build.opensuse.org/package/show/editors/rehex?expand=0&rev=21 Michael Vetter 2024-02-15 12:28:21 +00:00
  • 3069a54a07 - Update to 0.61.0: * Permit trailing commas in template enum definitions (#216). * Add overwrite/insert toggle to "Fill range" dialog (#213). * Add copy/export context menu commands to strings tool (#210). * Fix temporary hang in strings tool when processing large files (#217). * Fix settings not being saved during application exit. * Batch comments panel updates to improve responsiveness (#205). * Add search field to comments panel (#204). * Add bit editor tool. * Add checksum tool (#219). * Add options to search for floating point values. * Don't reload files modified externally when requested not to. * Start search when Enter is pressed in search dialog input field, or search backwards when Shift+Enter is pressed. * Add "Reload automatically" toggle to "File" menu to automatically reload the file when modified externally (and not in the editor) (#222). * Preserve scroll position when reloading file. Michael Vetter 2024-02-15 07:57:09 +00:00
  • 910ac07998 Accepting request 1101459 from editors Yuchen Lin 2023-07-31 13:24:56 +00:00
  • abc18acec0 - Update to 0.60.1: New features: * Add data histogram tool (#140). * Monitor for open files being externally modified and allow reloading (#124). * Add "Delete comment and children" context menu command to delete a comment and any comments encapsulated by it (#198). * Allow dragging tabs between windows or out to new ones. Quality of life improvements: * Use virtual offsets in "Select range" dialog. * Don't re-open files to save when there are no changes (#193). * Improve performance when large numbers of comments are defined. * Open original file when passed a rehex-meta file on the command line (#207). Character set handling: * Add <charset = "XXX"> syntax to templates (#184). * Add character set option to text search (#182, #200). * Add IBM codepage 866 and Windows-1251 (#208). Binary templates: * Expose current array index as ArrayIndex when expanding arrays of structs in templates (#191). * Fix true/false not being usable inside template functions/structs (#197). * Add new ReadString(), SPrintf(), SetComment(), StringLengthBytes(), ArrayPush(), ArrayPop() and OffsetOf() template function. * Fix repeated execution of the same switch() block in a template (#202). * Add 'private' variables to template language. * Fix template format strings that expand to further format tokens. * Fix template error when converting a float to an int. * Remember recently selected templates (#183). * Implement lexical variable scoping in templates and allow functions to access global variables defined above them (#190). Michael Vetter 2023-07-31 06:22:35 +00:00
  • a7739b3286 Accepting request 1033527 from editors Dominique Leuenberger 2022-11-04 16:33:57 +00:00
  • ef399379e4 - Use the default lua version (currently 5.4): buildrequire lua-busted instead of lua53-busted, which then fails to run against the default lua interpreter. See also boo#1199151 Michael Vetter 2022-11-04 13:42:01 +00:00
  • 6a20405ca1 - Hard require lua 5.3 busted. There seems to be something wrong with the busted package. It calls /usr/bin/lua no matter which version it actually is. See boo#1199151 Michael Vetter 2022-11-04 13:33:24 +00:00
  • 4961e495cd - Update to 0.5.4: * Allow passing arguments to structs created via ArrayResize() and ArrayExtend() template functions. * Fix parsing of whitespace in template array dereference (#175). * Display offsets in comments panel (#165). * Improve performance of templates that declare many (thousands+) of variables in the file. * Add Error() function for templates (#186). * Fix crash when attempting to use string as a file variable in templates (#185). * Add plugin for annotating pcap files. Michael Vetter 2022-10-24 10:43:58 +00:00
  • 304394c29f - Update to 0.5.3: * Correctly nest comments when updating comments panel (#169). * Update text in comments panel when a comment is modified. * Fix display of >4GiB virtual offsets in files that are <=4GiB (#170). * Add support for code page 437 (IBM) and 932/936/949/950 (Microsoft). * Fix handling of multibyte character boundaries in document view. * Draw wide characters in document view (#173). * Move forwards/backwards and select whole instructions from disassembly in document view. * Don't capture tab key press in text area of document view. * Add missing error checks. * Add number base option to "Jump to offset" dialog. * Drawing optimisations (improves responsiveness), particularly on macOS. * Fix some undefined behaviour issues. Michael Vetter 2022-06-26 09:43:17 +00:00
  • 05fee72200 - Update to 0.5.2: * Fix integer overflow issue. Michael Vetter 2022-06-25 10:15:42 +00:00
  • 65ecc5b01f - Update to 0.5.1: * Only macOS related changes Michael Vetter 2022-04-29 19:15:58 +00:00
  • c716da4375 Accepting request 944798 from editors Dominique Leuenberger 2022-01-08 22:23:42 +00:00
  • 5c1d203c73 Accepting request 944749 from home:jubalh:branches:editors Luigi Baldoni 2022-01-07 16:38:31 +00:00
  • 7b559442f0 Accepting request 914432 from editors Dominique Leuenberger 2021-08-26 21:15:19 +00:00
  • 8bdd473f3d Accepting request 914422 from home:jubalh:branches:editors Luigi Baldoni 2021-08-26 18:22:56 +00:00
  • 959a644261 Accepting request 901714 from editors Dominique Leuenberger 2021-06-24 16:22:55 +00:00
  • caa4d84c96 Accepting request 901713 from home:alois:branches:editors Luigi Baldoni 2021-06-24 11:12:17 +00:00
  • 7463114825 Accepting request 891359 from editors Dominique Leuenberger 2021-05-08 20:07:32 +00:00
  • ca92266576 Accepting request 891342 from home:susnux:branches:editors Luigi Baldoni 2021-05-07 17:11:49 +00:00
  • bf838fc4e3 Accepting request 848431 from editors Dominique Leuenberger 2020-11-15 14:26:55 +00:00
  • c5e30b03b9 Accepting request 848427 from home:jubalh:branches:editors Dirk Stoecker 2020-11-13 22:50:50 +00:00
  • ea0d8efe91 Accepting request 847920 from editors Dominique Leuenberger 2020-11-12 21:45:53 +00:00
  • bdd25cf04d Accepting request 847908 from home:alois:branches:editors Dirk Stoecker 2020-11-11 17:50:24 +00:00