adimetrius e6cdb30bf8 White background restored to document windows 4 gadi atpakaļ
..
Com 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 gadi atpakaļ
Comm 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 gadi atpakaļ
Cons 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 gadi atpakaļ
Ctl 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 gadi atpakaļ
Dev e728582dd0 add StdRegistry 4 gadi atpakaļ
Dev2 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 gadi atpakaļ
Docu 8c849617c2 change tabs design, fix Drawrect, remove Tyler menu 4 gadi atpakaļ
Fbsd 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 gadi atpakaļ
Form 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 gadi atpakaļ
Host 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 gadi atpakaļ
Kernel 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 gadi atpakaļ
Lin 1f16fe9e75 compile Windows GUI version from the same repository, Files.Locator.GetPath 4 gadi atpakaļ
Lincons a89d428f20 fix clipboard 4 gadi atpakaļ
Obsd 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 gadi atpakaļ
Obx 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 gadi atpakaļ
Ole 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 gadi atpakaļ
Sql 285acea4c3 remove unicode operations from Strings. part 2 5 gadi atpakaļ
Std 1f16fe9e75 compile Windows GUI version from the same repository, Files.Locator.GetPath 4 gadi atpakaļ
System e6cdb30bf8 White background restored to document windows 4 gadi atpakaļ
Text 527c85ee79 add StdCmdsHook for menus commands 4 gadi atpakaļ
Win 1f16fe9e75 compile Windows GUI version from the same repository, Files.Locator.GetPath 4 gadi atpakaļ
Wincons a89d428f20 fix clipboard 4 gadi atpakaļ
Xhtml b482b203c2 reduce using of Kernel and Strings for unicode conversions, introduce module Unicode, rename Utf8 to Utf 5 gadi atpakaļ
BlackBox.exe.manifest 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 gadi atpakaļ
Empty.odc 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 gadi atpakaļ
LICENSE.txt 42eb3e150c update years, flush resources before updating menu 4 gadi atpakaļ
README 9a2b37ab5f new -> BlackBox 11 gadi atpakaļ
ScratchText.odc 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 gadi atpakaļ
build-linux-gui a89d428f20 fix clipboard 4 gadi atpakaļ
build-linux-interp a89d428f20 fix clipboard 4 gadi atpakaļ
build-windows-gui.bat 1f16fe9e75 compile Windows GUI version from the same repository, Files.Locator.GetPath 4 gadi atpakaļ
clean 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 gadi atpakaļ
dev0fbsd 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 gadi atpakaļ
dev0lin 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 gadi atpakaļ
dev0obsd 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 gadi atpakaļ
dev0win.exe 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 gadi atpakaļ
pack-dev0 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 gadi atpakaļ
run-BlackBox 054dbe250d default size for dialog font 8 => 10 and fix for ./run-BlackBox script 4 gadi atpakaļ
run-dev0 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 gadi atpakaļ

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