adimetrius 0c1a43b190 Fixes: Closing crosses close windows; forms can be opened; tabs can be dragged; popup menus pop up 4 tahun lalu
..
Com 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 tahun lalu
Comm 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 tahun lalu
Cons 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 tahun lalu
Ctl 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 tahun lalu
Dev e728582dd0 add StdRegistry 4 tahun lalu
Dev2 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 tahun lalu
Docu 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 tahun lalu
Fbsd 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 tahun lalu
Form 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 tahun lalu
Host 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 tahun lalu
Kernel 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 tahun lalu
Lin 0c1a43b190 Fixes: Closing crosses close windows; forms can be opened; tabs can be dragged; popup menus pop up 4 tahun lalu
Lincons a89d428f20 fix clipboard 4 tahun lalu
Obsd 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 tahun lalu
Obx 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 tahun lalu
Ole 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 tahun lalu
Sql 285acea4c3 remove unicode operations from Strings. part 2 5 tahun lalu
Std 0c1a43b190 Fixes: Closing crosses close windows; forms can be opened; tabs can be dragged; popup menus pop up 4 tahun lalu
System f9fae0a273 Hell git! 4 tahun lalu
Text 527c85ee79 add StdCmdsHook for menus commands 4 tahun lalu
Tyler 0c1a43b190 Fixes: Closing crosses close windows; forms can be opened; tabs can be dragged; popup menus pop up 4 tahun lalu
Win 2741e4e36e position to init Ole from Config to WinInit 4 tahun lalu
Wincons a89d428f20 fix clipboard 4 tahun lalu
Xhtml b482b203c2 reduce using of Kernel and Strings for unicode conversions, introduce module Unicode, rename Utf8 to Utf 5 tahun lalu
BlackBox.exe.manifest 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 tahun lalu
Empty.odc 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 tahun lalu
LICENSE.txt 42eb3e150c update years, flush resources before updating menu 4 tahun lalu
README 9a2b37ab5f new -> BlackBox 11 tahun lalu
ScratchText.odc 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 tahun lalu
build-linux-gui a89d428f20 fix clipboard 4 tahun lalu
build-linux-interp a89d428f20 fix clipboard 4 tahun lalu
build-windows-gui.bat a89d428f20 fix clipboard 4 tahun lalu
clean 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 tahun lalu
dev0fbsd 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 tahun lalu
dev0lin 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 tahun lalu
dev0obsd 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 tahun lalu
dev0win.exe 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 tahun lalu
pack-dev0 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 tahun lalu
run-BlackBox 054dbe250d default size for dialog font 8 => 10 and fix for ./run-BlackBox script 4 tahun lalu
run-dev0 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 tahun lalu

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