Revisions of rehex

buildservice-autocommit accepted request 1157813 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 24)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 23)
- 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.
buildservice-autocommit accepted request 1146850 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 22)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 21)
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 20)
- 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.
buildservice-autocommit accepted request 1101459 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 19)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 18)
- 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).
buildservice-autocommit accepted request 1033527 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 17)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 16)
- 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's avatar Michael Vetter (jubalh) committed (revision 15)
- 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's avatar Michael Vetter (jubalh) committed (revision 14)
- 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's avatar Michael Vetter (jubalh) committed (revision 13)
- 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's avatar Michael Vetter (jubalh) committed (revision 12)
- Update to 0.5.2:
  * Fix integer overflow issue.
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 11)
- Update to 0.5.1:
  * Only macOS related changes

- Update to 0.5.0:
  * Added "x86 disassembly syntax" to "View" menu to allow selecting
    between Intel or AT&T notation for x86 disassembly (#142).
  * Handle file open message used for "Open With" on macOS (#144).
  * Added --compare switch to jump straight into comparing two files (#141).
  * Fix timer leak that can cause a crash when closing the compare
    window or strings panel.
  * Add import and export functions for Intel Hex files (#102).
  * Add online help (#147).
  * Add Bitmap Data Visualisation tool (#29).
  * Add Binary Template support (#138).
  * Save new files without the execute bit set (#154
  * Include highlight colour names in context menu (#153
  * Save write protect setting in rehex-meta.json (#143).
  * Fix several occasional crashes.
Luigi Baldoni's avatar Luigi Baldoni (alois) accepted request 944749 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 10)
if you want you can add me as co-maintainer. but i would prefer if you would stay too :-)

- Update to 0.4.1:
  * Fix text rendering glitches that can occur when displaying
    control characters and some Unicode ones, depending which font
    is in use (worst affected is the default Windows font).

- Update to 0.4.0:
  * Add data types for common text encodings (Unicode, ISO-8859)
    text displayed or typed into the text view on the right will
    be decoded or encoded appropriately (#10).
  * Treat pasted text as text rather than a string of raw bytes.
  * Add 8-bit integer data types.
  * Don't mark new files as unsaved.
  * Store cursor position history and allow jumping backwards/forwards (#81).
  * Allow jumping to previous/next difference in data compare window (#131).
  * Collapse long ranges of identical data in data compare window (#85).
  * Added "Jump to offset in main window" to data compare window context menu.
  * Added shortcuts for comparing data (#103).
  * Add support for other encodings to strings tool (#106).
  * Add write protect flag to prevent accidental changes to file
    data during analysis (#130).
  * Respect system cursor blink speed setting (#112).
Luigi Baldoni's avatar Luigi Baldoni (alois) accepted request 914422 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 9)
- Update to 0.3.92:
  * Reduce persistent memory usage (#52).
  * Fully undo virtual mapping changes in one step (#126).
  * Fix build dependency errors (#129).
  * Add "Find previous" button to search dialogs (#111).
  * Fix hard-to-see colours in "Decode values" panel on some
    systems (#127).
  * Fix build errors on FreeBSD (#133).
  * Prevent document from jumping around when the window is resized
    or disassembly is in progress (#132).
  * Fix build errors when using wxWidgets 3.1.5 and newer.
  * Refactor selection handling to make sense in virtual
    section view (#125).
  * Add font face setting to "View" menu (#128).
  * Correctly track whether files have been modified
    since saving (#122).
buildservice-autocommit accepted request 901714 from Luigi Baldoni's avatar Luigi Baldoni (alois) (revision 8)
baserev update by copy to link target
Luigi Baldoni's avatar Luigi Baldoni (alois) accepted request 901713 from Luigi Baldoni's avatar Luigi Baldoni (alois) (revision 7)
- Fix Factory build
buildservice-autocommit accepted request 891359 from Luigi Baldoni's avatar Luigi Baldoni (alois) (revision 6)
baserev update by copy to link target
Luigi Baldoni's avatar Luigi Baldoni (alois) accepted request 891342 from Ferdinand Thiessen's avatar Ferdinand Thiessen (susnux) (revision 5)
Update to version 0.3.91
Displaying revisions 1 - 20 of 24
openSUSE Build Service is sponsored by