adimetrius c04b1e70fc Fixed: popup menu location; popup menu can be activated by command StdMenuTool.PopupMenu. Dropped obsolete popup menu provisions from various modules 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 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 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 c04b1e70fc Fixed: popup menu location; popup menu can be activated by command StdMenuTool.PopupMenu. Dropped obsolete popup menu provisions from various modules 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 c04b1e70fc Fixed: popup menu location; popup menu can be activated by command StdMenuTool.PopupMenu. Dropped obsolete popup menu provisions from various modules 4 年之前
System c04b1e70fc Fixed: popup menu location; popup menu can be activated by command StdMenuTool.PopupMenu. Dropped obsolete popup menu provisions from various modules 4 年之前
Text 527c85ee79 add StdCmdsHook for menus commands 4 年之前
Tyler c04b1e70fc Fixed: popup menu location; popup menu can be activated by command StdMenuTool.PopupMenu. Dropped obsolete popup menu provisions from various modules 4 年之前
Win 2741e4e36e position to init Ole from Config to WinInit 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 42eb3e150c update years, flush resources before updating menu 4 年之前
README 9a2b37ab5f new -> BlackBox 11 年之前
ScratchText.odc 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 年之前
build-linux-gui a89d428f20 fix clipboard 4 年之前
build-linux-interp a89d428f20 fix clipboard 4 年之前
build-windows-gui.bat a89d428f20 fix clipboard 4 年之前
clean 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 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