adimetrius d61e2a7468 Context menu to work on forms (and generally: default context meny to work) há 4 anos atrás
..
Com 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) há 4 anos atrás
Comm 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) há 4 anos atrás
Cons 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) há 4 anos atrás
Ctl 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) há 4 anos atrás
Dev e728582dd0 add StdRegistry há 4 anos atrás
Dev2 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) há 4 anos atrás
Docu 8c849617c2 change tabs design, fix Drawrect, remove Tyler menu há 4 anos atrás
Fbsd 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) há 4 anos atrás
Form 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) há 4 anos atrás
Host 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) há 4 anos atrás
Kernel 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) há 4 anos atrás
Lin 619ce3d301 In Linux, tool dialogs to be open in 'Always on top' mode - much like it is in Windows MDI há 4 anos atrás
Lincons a89d428f20 fix clipboard há 4 anos atrás
Obsd 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) há 4 anos atrás
Obx 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) há 4 anos atrás
Ole 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) há 4 anos atrás
Sql 285acea4c3 remove unicode operations from Strings. part 2 há 5 anos atrás
Std d61e2a7468 Context menu to work on forms (and generally: default context meny to work) há 4 anos atrás
System b9a1c87f26 BB to exit gracefully by menu commands há 4 anos atrás
Text 527c85ee79 add StdCmdsHook for menus commands há 4 anos atrás
Win dd5310f0ff BlackBox to exit gracefully há 4 anos atrás
Wincons a89d428f20 fix clipboard há 4 anos atrás
Xhtml b482b203c2 reduce using of Kernel and Strings for unicode conversions, introduce module Unicode, rename Utf8 to Utf há 5 anos atrás
BlackBox.exe.manifest 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) há 4 anos atrás
Empty.odc 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) há 4 anos atrás
LICENSE.txt 42eb3e150c update years, flush resources before updating menu há 4 anos atrás
README 9a2b37ab5f new -> BlackBox há 11 anos atrás
ScratchText.odc 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) há 4 anos atrás
build-linux-gui a19b5f4b87 LinInit cleaned up, loading order made more explicit; more stable graceful exit as a result há 4 anos atrás
build-linux-interp a89d428f20 fix clipboard há 4 anos atrás
build-win-gui 9af4347c29 Windows crosses close windows - restored functionality há 4 anos atrás
build-windows-gui.bat 1f16fe9e75 compile Windows GUI version from the same repository, Files.Locator.GetPath há 4 anos atrás
clean dd5310f0ff BlackBox to exit gracefully há 4 anos atrás
dev0fbsd 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) há 4 anos atrás
dev0lin 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) há 4 anos atrás
dev0obsd 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) há 4 anos atrás
dev0win.exe 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) há 4 anos atrás
pack-dev0 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) há 4 anos atrás
run-BlackBox 054dbe250d default size for dialog font 8 => 10 and fix for ./run-BlackBox script há 4 anos atrás
run-dev0 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) há 4 anos atrás

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