2
0
Ivan Denisov d031b83ecd remove LinGui dialog blocking (no need anymore), revert changes in collecting garbage after window close, new design for save dialog, add license and copyright links and cleanup new modules, add OberonCore to About and License, change text in Scratch 4 жил өмнө
..
Com 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 жил өмнө
Comm 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 жил өмнө
Cons 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 жил өмнө
Ctl 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 жил өмнө
Dev e728582dd0 add StdRegistry 4 жил өмнө
Dev2 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 жил өмнө
Docu 8c849617c2 change tabs design, fix Drawrect, remove Tyler menu 4 жил өмнө
Fbsd 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 жил өмнө
Form 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 жил өмнө
Host 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 жил өмнө
Kernel 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 жил өмнө
Lin d031b83ecd remove LinGui dialog blocking (no need anymore), revert changes in collecting garbage after window close, new design for save dialog, add license and copyright links and cleanup new modules, add OberonCore to About and License, change text in Scratch 4 жил өмнө
Lincons a89d428f20 fix clipboard 4 жил өмнө
Obsd 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 жил өмнө
Obx 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 жил өмнө
Ole 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 жил өмнө
Sql 285acea4c3 remove unicode operations from Strings. part 2 5 жил өмнө
Std d031b83ecd remove LinGui dialog blocking (no need anymore), revert changes in collecting garbage after window close, new design for save dialog, add license and copyright links and cleanup new modules, add OberonCore to About and License, change text in Scratch 4 жил өмнө
System d031b83ecd remove LinGui dialog blocking (no need anymore), revert changes in collecting garbage after window close, new design for save dialog, add license and copyright links and cleanup new modules, add OberonCore to About and License, change text in Scratch 4 жил өмнө
Text 527c85ee79 add StdCmdsHook for menus commands 4 жил өмнө
Win dd5310f0ff BlackBox to exit gracefully 4 жил өмнө
Wincons a89d428f20 fix clipboard 4 жил өмнө
Xhtml b482b203c2 reduce using of Kernel and Strings for unicode conversions, introduce module Unicode, rename Utf8 to Utf 5 жил өмнө
BlackBox.exe.manifest 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 жил өмнө
Empty.odc 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 жил өмнө
LICENSE.txt d031b83ecd remove LinGui dialog blocking (no need anymore), revert changes in collecting garbage after window close, new design for save dialog, add license and copyright links and cleanup new modules, add OberonCore to About and License, change text in Scratch 4 жил өмнө
README 9a2b37ab5f new -> BlackBox 11 жил өмнө
ScratchText.odc d031b83ecd remove LinGui dialog blocking (no need anymore), revert changes in collecting garbage after window close, new design for save dialog, add license and copyright links and cleanup new modules, add OberonCore to About and License, change text in Scratch 4 жил өмнө
build-linux-gui a19b5f4b87 LinInit cleaned up, loading order made more explicit; more stable graceful exit as a result 4 жил өмнө
build-linux-interp a89d428f20 fix clipboard 4 жил өмнө
build-win-gui 9af4347c29 Windows crosses close windows - restored functionality 4 жил өмнө
build-windows-gui.bat 1f16fe9e75 compile Windows GUI version from the same repository, Files.Locator.GetPath 4 жил өмнө
clean dd5310f0ff BlackBox to exit gracefully 4 жил өмнө
dev0fbsd 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 жил өмнө
dev0lin 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 жил өмнө
dev0obsd 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 жил өмнө
dev0win.exe 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 жил өмнө
pack-dev0 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 жил өмнө
run-BlackBox 054dbe250d default size for dialog font 8 => 10 and fix for ./run-BlackBox script 4 жил өмнө
run-dev0 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 жил өмнө

README

# To build BlackBox (for current operating system):
# ./switch-target `uname -s` GUI
# ./build
#
# To run BlackBox (after build):
# ./run-BlackBox
#
# To export BlackBox (after build):
# ./export
#
# To clean up:
# ./clean
# ./switch-target none
#

# Build and run BlackBox:
echo "Please wait..."
./switch-target `uname -s` GUI
./build
./run-BlackBox