Skip to content

HexCtrl 3.3

Compare
Choose a tag to compare
@jovibor jovibor released this 15 Feb 00:08
· 165 commits to master since this release
  • Drag-n-drop for any files added to the Sample Dialog
  • Interface method GetFont(LOGFONTW& lf) signature was changed to auto GetFont()->LOGFONTW
  • Template Manager dialog redesigned a bit
  • Bookmark Manager dialog redesigned
  • Some EHexCmd entities were renamed to follow one common pattern:
    • CMD_BKM_DLG_MANAGER->CMD_BKM_DLG_MGR, CMD_DLG_TEMPLMGR->CMD_TEMPL_DLG_MGR, etc...
  • Renamed IHexBookmarks::ClearAll->RemoveAll
  • HexCtrlDef.h was removed
  • bool fShow member added to the HEXMENUINFO struct, to allow parent window disabling context menu showing up in response to the HEXCTRL_MSG_CONTEXTMENU message
  • Latest Rapidjson
  • Latest StrToNum
  • Minor bugs fixes