Releases: jovibor/HexCtrl
Releases · jovibor/HexCtrl
HexCtrl 2.17
- 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
- Keyboard shortcuts are now configurable through config
.json
file.SetConfig
method added. - Reworked and extended Search
HexCtrl 2.15.2
v2.15.2 [Changes] Command execution flow now ends in ExecuteCmd instead of On…
HexCtrl 2.15
- 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
ShowDlg
,IsDlgVisible
,IsOffsetVisible
,HitTest
public methods.- Many improvements / fixes
HexCtrl 2.14.1
- More data types added to data interpreter dialog
- IHexBkmVirtual interface simplified
- Many other code fixes and polishing
HexCtrl 2.14
- 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
- Printing feature
- New public methods:
ExecCmd
IsCmdAvail
,IsOffsetAsHex
,Print
,GetSectorSize
- Public data pointers now of
std::byte*
type, instead of old fashionedPBYTE
. - Big speed improvements in some of internal data modification approaches.
- Lots of internal changes/improvements
HexCtrl 2.11.2
- Some small tweaks and fixes
HexCtrl 2.11.1
HEXCTRL_IHEXCTRLPTR_UNIQUEPTR
macro added- Code polishing and small fixes