adimetrius c222733b9e Improved window activation (selection) mechanism. Avoid activating the window that contains a clicked view if the click would lead to activating another window - for window tabs, i.e. il y a 4 ans
..
Com 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) il y a 4 ans
Comm 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) il y a 4 ans
Cons 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) il y a 4 ans
Ctl 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) il y a 4 ans
Dev e728582dd0 add StdRegistry il y a 4 ans
Dev2 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) il y a 4 ans
Docu 8c849617c2 change tabs design, fix Drawrect, remove Tyler menu il y a 4 ans
Fbsd 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) il y a 4 ans
Form 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) il y a 4 ans
Host 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) il y a 4 ans
Kernel 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) il y a 4 ans
Lin a19b5f4b87 LinInit cleaned up, loading order made more explicit; more stable graceful exit as a result il y a 4 ans
Lincons a89d428f20 fix clipboard il y a 4 ans
Obsd 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) il y a 4 ans
Obx 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) il y a 4 ans
Ole 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) il y a 4 ans
Sql 285acea4c3 remove unicode operations from Strings. part 2 il y a 5 ans
Std c222733b9e Improved window activation (selection) mechanism. Avoid activating the window that contains a clicked view if the click would lead to activating another window - for window tabs, i.e. il y a 4 ans
System b9a1c87f26 BB to exit gracefully by menu commands il y a 4 ans
Text 527c85ee79 add StdCmdsHook for menus commands il y a 4 ans
Win dd5310f0ff BlackBox to exit gracefully il y a 4 ans
Wincons a89d428f20 fix clipboard il y a 4 ans
Xhtml b482b203c2 reduce using of Kernel and Strings for unicode conversions, introduce module Unicode, rename Utf8 to Utf il y a 5 ans
BlackBox.exe.manifest 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) il y a 4 ans
Empty.odc 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) il y a 4 ans
LICENSE.txt 42eb3e150c update years, flush resources before updating menu il y a 4 ans
README 9a2b37ab5f new -> BlackBox il y a 11 ans
ScratchText.odc 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) il y a 4 ans
build-linux-gui a19b5f4b87 LinInit cleaned up, loading order made more explicit; more stable graceful exit as a result il y a 4 ans
build-linux-interp a89d428f20 fix clipboard il y a 4 ans
build-win-gui 9af4347c29 Windows crosses close windows - restored functionality il y a 4 ans
build-windows-gui.bat 1f16fe9e75 compile Windows GUI version from the same repository, Files.Locator.GetPath il y a 4 ans
clean dd5310f0ff BlackBox to exit gracefully il y a 4 ans
dev0fbsd 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) il y a 4 ans
dev0lin 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) il y a 4 ans
dev0obsd 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) il y a 4 ans
dev0win.exe 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) il y a 4 ans
pack-dev0 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) il y a 4 ans
run-BlackBox 054dbe250d default size for dialog font 8 => 10 and fix for ./run-BlackBox script il y a 4 ans
run-dev0 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) il y a 4 ans

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