Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
solemnwarning committed Dec 20, 2021
1 parent a8b3360 commit cdd24d6
Show file tree
Hide file tree
Showing 3 changed files with 405 additions and 7 deletions.
398 changes: 398 additions & 0 deletions MANIFEST
@@ -0,0 +1,398 @@
.editorconfig
.github/FUNDING.yml
.gitignore
CHANGES.txt
LICENSE.txt
MANIFEST
Makefile
Makefile.AppImage
Makefile.osx
Makefile.win
README.OSX.md
README.Windows.md
README.md
doc/comments-types.gif
doc/file-diff.gif
doc/ldoc.config.ld
googletest/include/gtest/gtest-death-test.h
googletest/include/gtest/gtest-message.h
googletest/include/gtest/gtest-param-test.h
googletest/include/gtest/gtest-param-test.h.pump
googletest/include/gtest/gtest-printers.h
googletest/include/gtest/gtest-spi.h
googletest/include/gtest/gtest-test-part.h
googletest/include/gtest/gtest-typed-test.h
googletest/include/gtest/gtest.h
googletest/include/gtest/gtest_pred_impl.h
googletest/include/gtest/gtest_prod.h
googletest/include/gtest/internal/custom/README.md
googletest/include/gtest/internal/custom/gtest-port.h
googletest/include/gtest/internal/custom/gtest-printers.h
googletest/include/gtest/internal/custom/gtest.h
googletest/include/gtest/internal/gtest-death-test-internal.h
googletest/include/gtest/internal/gtest-filepath.h
googletest/include/gtest/internal/gtest-internal.h
googletest/include/gtest/internal/gtest-linked_ptr.h
googletest/include/gtest/internal/gtest-param-util-generated.h
googletest/include/gtest/internal/gtest-param-util-generated.h.pump
googletest/include/gtest/internal/gtest-param-util.h
googletest/include/gtest/internal/gtest-port-arch.h
googletest/include/gtest/internal/gtest-port.h
googletest/include/gtest/internal/gtest-string.h
googletest/include/gtest/internal/gtest-tuple.h
googletest/include/gtest/internal/gtest-tuple.h.pump
googletest/include/gtest/internal/gtest-type-util.h
googletest/include/gtest/internal/gtest-type-util.h.pump
googletest/src/gtest-all.cc
googletest/src/gtest-death-test.cc
googletest/src/gtest-filepath.cc
googletest/src/gtest-internal-inl.h
googletest/src/gtest-port.cc
googletest/src/gtest-printers.cc
googletest/src/gtest-test-part.cc
googletest/src/gtest-typed-test.cc
googletest/src/gtest.cc
googletest/src/gtest_main.cc
include/gcc-win-include/wingdi.h
include/msvc-win-include/wingdi.h
include/portable_endian.h
include/wxluasetup.h
msvc/all-tests-appcode/all-tests-appcode.vcxproj
msvc/all-tests-appcode/all-tests-appcode.vcxproj.filters
msvc/all-tests/all-tests.vcxproj
msvc/all-tests/all-tests.vcxproj.filters
msvc/all-tests/tests/keep.txt
msvc/embed/embed.vcxproj
msvc/embed/embed.vcxproj.filters
msvc/gen_content.bat
msvc/rehex.props
msvc/rehex.sln
msvc/rehex.vcxproj
msvc/rehex.vcxproj.filters
msvc/resources/resources.vcxproj
msvc/resources/resources.vcxproj.filters
msvc/tests.props
msvc/wxlua/wxlua.vcxproj
msvc/wxlua/wxlua.vcxproj.filters
plugins/examples/window.lua
plugins/exe/bitops52.lua
plugins/exe/class.lua
plugins/exe/document_stream.lua
plugins/exe/enum.lua
plugins/exe/kaitaistruct.lua
plugins/exe/microsoft_pe.lua
plugins/exe/plugin.lua
plugins/exe/string_decode.lua
plugins/exe/string_stream.lua
plugins/exe/utils.lua
res/Info.plist
res/ascii16.png
res/ascii24.png
res/ascii32.png
res/ascii48.png
res/backward32.png
res/diff_fold16.png
res/diff_fold24.png
res/diff_fold32.png
res/diff_fold48.png
res/document_new32.png
res/document_open32.png
res/document_save32.png
res/document_save_as32.png
res/down32.png
res/forward32.png
res/icon.ico
res/icon1024.png
res/icon128.png
res/icon16.png
res/icon256.png
res/icon32.png
res/icon48.png
res/icon512.png
res/icon64.png
res/offsets.xcf
res/offsets16.png
res/offsets24.png
res/offsets32.png
res/offsets48.png
res/rehex.desktop
res/spinner24.gif
res/up32.png
res/version.cpp
res/version.h
res/winres.h
res/winres.rc
src/AboutDialog.cpp
src/AboutDialog.hpp
src/App.hpp
src/AppMac.mm
src/AppMain.cpp
src/AppTestable.cpp
src/ArtProvider.cpp
src/ArtProvider.hpp
src/BasicDataTypes.cpp
src/BasicDataTypes.hpp
src/ByteRangeMap.hpp
src/ByteRangeSet.cpp
src/ByteRangeSet.hpp
src/BytesPerLineDialog.cpp
src/BytesPerLineDialog.hpp
src/CharacterEncoder.cpp
src/CharacterEncoder.hpp
src/ClickText.cpp
src/ClickText.hpp
src/CodeCtrl.cpp
src/CodeCtrl.hpp
src/CommentTree.cpp
src/CommentTree.hpp
src/ConsoleBuffer.cpp
src/ConsoleBuffer.hpp
src/ConsolePanel.cpp
src/ConsolePanel.hpp
src/DataType.cpp
src/DataType.hpp
src/DiffWindow.cpp
src/DiffWindow.hpp
src/DisassemblyRegion.cpp
src/DisassemblyRegion.hpp
src/Document.luadoc
src/DocumentCtrl.cpp
src/DocumentCtrl.hpp
src/EditCommentDialog.cpp
src/EditCommentDialog.hpp
src/Events.cpp
src/Events.hpp
src/FillRangeDialog.cpp
src/FillRangeDialog.hpp
src/LRUCache.hpp
src/LicenseDialog.cpp
src/LicenseDialog.hpp
src/LuaPluginLoader.cpp
src/LuaPluginLoader.hpp
src/MainWindow.luadoc
src/NestedOffsetLengthMap.hpp
src/NumericEntryDialog.hpp
src/NumericTextCtrl.hpp
src/Palette.cpp
src/Palette.hpp
src/SafeWindowPointer.hpp
src/SelectRangeDialog.cpp
src/SelectRangeDialog.hpp
src/SharedDocumentPointer.hpp
src/StringPanel.cpp
src/StringPanel.hpp
src/Tab.cpp
src/Tab.hpp
src/Tab.luadoc
src/ToolPanel.cpp
src/ToolPanel.hpp
src/VirtualMappingDialog.cpp
src/VirtualMappingDialog.hpp
src/VirtualMappingList.cpp
src/VirtualMappingList.hpp
src/buffer.cpp
src/buffer.hpp
src/decodepanel.cpp
src/decodepanel.hpp
src/disassemble.cpp
src/disassemble.hpp
src/document.cpp
src/document.hpp
src/lua-bindings/FuncWrapper.hpp
src/lua-bindings/rehex.i
src/lua-bindings/rehex_override.hpp
src/lua-bindings/rehex_rules.lua
src/lua-plugin-preload.lua
src/mainwindow.cpp
src/mainwindow.hpp
src/platform.hpp
src/search.cpp
src/search.hpp
src/textentrydialog.cpp
src/textentrydialog.hpp
src/util.cpp
src/util.hpp
src/win32lib.cpp
src/win32lib.hpp
tests/ByteRangeMap.cpp
tests/ByteRangeSet.cpp
tests/CharacterEncoder.cpp
tests/CommentTree.cpp
tests/CommentsDataObject.cpp
tests/ConsoleBuffer.cpp
tests/DiffWindow.cpp
tests/DisassemblyRegion.cpp
tests/Document.cpp
tests/DocumentCtrl.cpp
tests/LuaPluginLoader.cpp
tests/NestedOffsetLengthMap.cpp
tests/NumericTextCtrl.cpp
tests/SafeWindowPointer.cpp
tests/SearchBase.cpp
tests/SearchValue.cpp
tests/SharedDocumentPointer.cpp
tests/SizeTestPanel.cpp
tests/SizeTestPanel.hpp
tests/StringPanel.cpp
tests/Tab.cpp
tests/bin-data.bin
tests/buffer.cpp
tests/error-plugin.lua
tests/ls.x86_64
tests/main.cpp
tests/read-test-1.lua
tests/read-test-2.lua
tests/read-test-3.lua
tests/search-bseq.cpp
tests/search-text.cpp
tests/stub-plugin.lua
tests/util.cpp
tools/embed.cpp
tools/gtk-config.cpp
update-wxlua.sh
vcpkg/install_vcpkg_dependencies.bat
vcpkg/thirdparty.props
wxLua/bindings/CMakeLists.txt
wxLua/bindings/Makefile
wxLua/bindings/any-bind-sync.lua
wxLua/bindings/genidocs.lua
wxLua/bindings/genidocs_rules.lua
wxLua/bindings/genwxbind.bat
wxLua/bindings/genwxbind.lua
wxLua/bindings/parse_doxygen_xml.lua
wxLua/bindings/readme.txt
wxLua/bindings/stc-bind-sync.lua
wxLua/bindings/wxlua/Makefile
wxLua/bindings/wxlua/override.hpp
wxLua/bindings/wxlua/wxlua.i
wxLua/bindings/wxlua/wxlua_rules.lua
wxLua/bindings/wxlua_debugger/Makefile
wxLua/bindings/wxlua_debugger/override.hpp
wxLua/bindings/wxlua_debugger/wxluadebugger.i
wxLua/bindings/wxlua_debugger/wxluadebugger_rules.lua
wxLua/bindings/wxwidgets/wxadv_adv.i
wxLua/bindings/wxwidgets/wxadv_dataview.i
wxLua/bindings/wxwidgets/wxadv_dvrenderers.i
wxLua/bindings/wxwidgets/wxadv_grid.i
wxLua/bindings/wxwidgets/wxadv_override.hpp
wxLua/bindings/wxwidgets/wxadv_rules.lua
wxLua/bindings/wxwidgets/wxaui_aui.i
wxLua/bindings/wxwidgets/wxaui_override.hpp
wxLua/bindings/wxwidgets/wxaui_rules.lua
wxLua/bindings/wxwidgets/wxbase_base.i
wxLua/bindings/wxwidgets/wxbase_config.i
wxLua/bindings/wxwidgets/wxbase_data.i
wxLua/bindings/wxwidgets/wxbase_datetime.i
wxLua/bindings/wxwidgets/wxbase_file.i
wxLua/bindings/wxwidgets/wxbase_override.hpp
wxLua/bindings/wxwidgets/wxbase_rules.lua
wxLua/bindings/wxwidgets/wxclassref.txt
wxLua/bindings/wxwidgets/wxcore_appframe.i
wxLua/bindings/wxwidgets/wxcore_clipdrag.i
wxLua/bindings/wxwidgets/wxcore_controls.i
wxLua/bindings/wxwidgets/wxcore_core.i
wxLua/bindings/wxwidgets/wxcore_defsutils.i
wxLua/bindings/wxwidgets/wxcore_dialogs.i
wxLua/bindings/wxwidgets/wxcore_event.i
wxLua/bindings/wxwidgets/wxcore_gdi.i
wxLua/bindings/wxwidgets/wxcore_geometry.i
wxLua/bindings/wxwidgets/wxcore_graphics.i
wxLua/bindings/wxwidgets/wxcore_help.i
wxLua/bindings/wxwidgets/wxcore_image.i
wxLua/bindings/wxwidgets/wxcore_mdi.i
wxLua/bindings/wxwidgets/wxcore_menutool.i
wxLua/bindings/wxwidgets/wxcore_override.hpp
wxLua/bindings/wxwidgets/wxcore_picker.i
wxLua/bindings/wxwidgets/wxcore_print.i
wxLua/bindings/wxwidgets/wxcore_rules.lua
wxLua/bindings/wxwidgets/wxcore_sizer.i
wxLua/bindings/wxwidgets/wxcore_windows.i
wxLua/bindings/wxwidgets/wxdatatypes_rules.lua
wxLua/bindings/wxwidgets/wxgl_gl.i
wxLua/bindings/wxwidgets/wxgl_rules.lua
wxLua/bindings/wxwidgets/wxhtml_html.i
wxLua/bindings/wxwidgets/wxhtml_override.hpp
wxLua/bindings/wxwidgets/wxhtml_rules.lua
wxLua/bindings/wxwidgets/wxmedia_media.i
wxLua/bindings/wxwidgets/wxmedia_rules.lua
wxLua/bindings/wxwidgets/wxnet_net.i
wxLua/bindings/wxwidgets/wxnet_override.hpp
wxLua/bindings/wxwidgets/wxnet_rules.lua
wxLua/bindings/wxwidgets/wxpropgrid_propgrid.i
wxLua/bindings/wxwidgets/wxpropgrid_rules.lua
wxLua/bindings/wxwidgets/wxrichtext_richtext.i
wxLua/bindings/wxwidgets/wxrichtext_rules.lua
wxLua/bindings/wxwidgets/wxstc_override.hpp
wxLua/bindings/wxwidgets/wxstc_rules.lua
wxLua/bindings/wxwidgets/wxstc_stc.i
wxLua/bindings/wxwidgets/wxwebview_rules.lua
wxLua/bindings/wxwidgets/wxwebview_webview.i
wxLua/bindings/wxwidgets/wxxml_override.hpp
wxLua/bindings/wxwidgets/wxxml_rules.lua
wxLua/bindings/wxwidgets/wxxml_xml.i
wxLua/bindings/wxwidgets/wxxrc_rules.lua
wxLua/bindings/wxwidgets/wxxrc_xrc.i
wxLua/licence.txt
wxLua/modules/wxbind/CMakeLists.txt
wxLua/modules/wxbind/include/wxadv_wxladv.h
wxLua/modules/wxbind/include/wxbinddefs.h
wxLua/modules/wxbind/include/wxcore_wxlcore.h
wxLua/modules/wxbind/include/wxhtml_wxlhtml.h
wxLua/modules/wxbind/setup/wxluasetup.h
wxLua/modules/wxbind/src/Makefile
wxLua/modules/wxbind/src/Makefile_wxadv
wxLua/modules/wxbind/src/Makefile_wxaui
wxLua/modules/wxbind/src/Makefile_wxbase
wxLua/modules/wxbind/src/Makefile_wxcore
wxLua/modules/wxbind/src/Makefile_wxgl
wxLua/modules/wxbind/src/Makefile_wxhtml
wxLua/modules/wxbind/src/Makefile_wxmedia
wxLua/modules/wxbind/src/Makefile_wxnet
wxLua/modules/wxbind/src/Makefile_wxrichtext
wxLua/modules/wxbind/src/Makefile_wxstc
wxLua/modules/wxbind/src/Makefile_wxxml
wxLua/modules/wxbind/src/Makefile_wxxrc
wxLua/modules/wxbind/src/dummy.cpp
wxLua/modules/wxbind/src/wxadv_wxladv.cpp
wxLua/modules/wxbind/src/wxcore_wxlcore.cpp
wxLua/modules/wxbind/src/wxhtml_wxlhtml.cpp
wxLua/modules/wxlua/CMakeLists.txt
wxLua/modules/wxlua/Makefile
wxLua/modules/wxlua/atomic.h
wxLua/modules/wxlua/bit.c
wxLua/modules/wxlua/debug/CMakeLists.txt
wxLua/modules/wxlua/debug/Makefile
wxLua/modules/wxlua/debug/dummy.cpp
wxLua/modules/wxlua/debug/wxldebug.cpp
wxLua/modules/wxlua/debug/wxldebug.h
wxLua/modules/wxlua/debug/wxlstack.cpp
wxLua/modules/wxlua/debug/wxlstack.h
wxLua/modules/wxlua/debug/wxluadebugdefs.h
wxLua/modules/wxlua/debugger/CMakeLists.txt
wxLua/modules/wxlua/debugger/Makefile
wxLua/modules/wxlua/debugger/dummy.cpp
wxLua/modules/wxlua/debugger/wxldserv.cpp
wxLua/modules/wxlua/debugger/wxldserv.h
wxLua/modules/wxlua/debugger/wxldtarg.cpp
wxLua/modules/wxlua/debugger/wxldtarg.h
wxLua/modules/wxlua/debugger/wxlsock.cpp
wxLua/modules/wxlua/debugger/wxlsock.h
wxLua/modules/wxlua/debugger/wxluadebuggerdefs.h
wxLua/modules/wxlua/dummy.cpp
wxLua/modules/wxlua/lbitlib.c
wxLua/modules/wxlua/sharedptr.h
wxLua/modules/wxlua/wxlbind.cpp
wxLua/modules/wxlua/wxlbind.h
wxLua/modules/wxlua/wxlcallb.cpp
wxLua/modules/wxlua/wxlcallb.h
wxLua/modules/wxlua/wxlconsole.cpp
wxLua/modules/wxlua/wxlconsole.h
wxLua/modules/wxlua/wxldefs.h
wxLua/modules/wxlua/wxllua.cpp
wxLua/modules/wxlua/wxllua.h
wxLua/modules/wxlua/wxlobject.cpp
wxLua/modules/wxlua/wxlobject.h
wxLua/modules/wxlua/wxlstate.cpp
wxLua/modules/wxlua/wxlstate.h
wxLua/modules/wxlua/wxlua.h
wxLua/modules/wxlua/wxlversion.h

0 comments on commit cdd24d6

Please sign in to comment.