Skip to content

Releases: jovibor/HexCtrl

HexCtrl 2.17

10 Oct 06:46
Compare
Choose a tag to compare
  • New Go to address... dialog
  • New interface methods: GetDataSize, GetPagesCount, GetPagePos, GetPageSize, SetPageSize
  • Bookmark manager dialog improvements
  • Few fixes and tidying up

HexCtrl 2.16

15 Sep 02:48
Compare
Choose a tag to compare
  • Keyboard shortcuts are now configurable through config .json file. SetConfig method added.
  • Reworked and extended Search

HexCtrl 2.15.2

29 Jun 20:41
Compare
Choose a tag to compare
v2.15.2

[Changes] Command execution flow now ends in ExecuteCmd instead of On…

HexCtrl 2.15

24 May 02:34
Compare
Choose a tag to compare
  • New IHexVirtColors interface, to set individual bk/text colors to data chunks.
  • New Encoding dialog, to change code page for the text area.
  • SetEncoding/GetEncoding public methods.
  • Sample dialog to open arbitrary files.
  • Bug fixes, many internal reworks/improvements.

HexCtrl 2.14.2

09 May 07:03
Compare
Choose a tag to compare
  • ShowDlg, IsDlgVisible, IsOffsetVisible,HitTest public methods.
  • Many improvements / fixes

HexCtrl 2.14.1

16 Apr 04:29
Compare
Choose a tag to compare
  • More data types added to data interpreter dialog
  • IHexBkmVirtual interface simplified
  • Many other code fixes and polishing

HexCtrl 2.14

26 Mar 02:11
Compare
Choose a tag to compare
  • New public methods: BkmAdd, BkmClearAll, BkmGet, BkmGetData, BkmHitTest, BkmRemove, BkmSetVirtual, Redraw. HEXCTRL_MSG_BKMCLICK message.
  • Search to work in Virtual modes.
  • Search to work within selection.
  • HEXDATASTRUCT::fHighLatency flag
  • Ability to cancel long running operations (Fill, Operations, etc...).
  • Redisigned data interpreter dialog.
  • Significant speed improvements when operating on big data sizes (Fill, Operations, etc...).
  • Lots of other fixes and improvements.

HexCtrl 2.12

06 Mar 01:32
Compare
Choose a tag to compare
  • Printing feature
  • New public methods: ExecCmd IsCmdAvail, IsOffsetAsHex, Print, GetSectorSize
  • Public data pointers now of std::byte* type, instead of old fashioned PBYTE.
  • Big speed improvements in some of internal data modification approaches.
  • Lots of internal changes/improvements

HexCtrl 2.11.2

16 Feb 09:45
Compare
Choose a tag to compare
  • Some small tweaks and fixes

HexCtrl 2.11.1

23 Dec 02:05
Compare
Choose a tag to compare
  • HEXCTRL_IHEXCTRLPTR_UNIQUEPTR macro added
  • Code polishing and small fixes