Ivan Denisov 5219005c01 center #160, outdated link to OP2.Paper.ps, rename Sql/Docu/Db.odc and small changes in documentation před 5 roky
..
Comm 21dd699039 updated according 1.7.1-a1-853 center version před 8 roky
Cons 4c790627ba error fixed před 5 roky
Dev 5219005c01 center #160, outdated link to OP2.Paper.ps, rename Sql/Docu/Db.odc and small changes in documentation před 5 roky
Docu 5219005c01 center #160, outdated link to OP2.Paper.ps, rename Sql/Docu/Db.odc and small changes in documentation před 5 roky
Host 4b18376b9c save and restore default fonts settings před 6 roky
Obx 9a2b37ab5f new -> BlackBox před 11 roky
Sql 5219005c01 center #160, outdated link to OP2.Paper.ps, rename Sql/Docu/Db.odc and small changes in documentation před 5 roky
Std 5c1ad8de4d center issue #195, support for long identifiers in trap handlers před 6 roky
System 87e6bfea65 zoom for Ctrl+Scroll in Windows version před 6 roky
Text 2c33f3d4c2 center issue-#202 drag & pick across BlackBox instances traps před 5 roky
Xhtml 21dd699039 updated according 1.7.1-a1-853 center version před 8 roky
_FreeBSDLinuxOpenBSD_ 3a82ab2548 center issue-#201 Importer and Exporter for UTF-8 texts před 5 roky
_FreeBSDLinuxOpenBSD_GUI 2fbceca826 move global variable dialogIsOpen from HostWindows to HostGnome for correct processing of Kernel.MessageBox (by Eugene Temirgaleev) před 5 roky
_FreeBSDLinuxOpenBSD_Interp 37c84169ef files list corrected před 5 roky
_FreeBSDOpenBSD_ fa3a8f992e synchronized with https://github.com/aixp/BlackBox před 8 roky
_FreeBSDOpenBSD_GUI 2fbceca826 move global variable dialogIsOpen from HostWindows to HostGnome for correct processing of Kernel.MessageBox (by Eugene Temirgaleev) před 5 roky
_FreeBSD_ bf603f1042 set SIG_IGN for SIGCHLD před 6 roky
_LinuxOpenBSD_ 6940a0185f Linux Libc generator před 7 roky
_Linux_ 2036e9a85a Linux dev0 binary updated před 5 roky
_Linux_GUI 2fbceca826 move global variable dialogIsOpen from HostWindows to HostGnome for correct processing of Kernel.MessageBox (by Eugene Temirgaleev) před 5 roky
_OpenBSD_ a3d36d36e4 OpenBSD dev0 binary updated před 5 roky
_Windows_ c2b69cfde1 center #200, network file delete under Win10 sometimes fails před 6 roky
_Windows_GUI 5219005c01 center #160, outdated link to OP2.Paper.ps, rename Sql/Docu/Db.odc and small changes in documentation před 5 roky
_Windows_Interp 3a82ab2548 center issue-#201 Importer and Exporter for UTF-8 texts před 5 roky
__GUI 5219005c01 center #160, outdated link to OP2.Paper.ps, rename Sql/Docu/Db.odc and small changes in documentation před 5 roky
__Interp 86bd8f4166 persistant language recovery and over Prefs settings. StdInterpreter placed first in Init IMPORT sectiong for handling Dialog.Call during HostRegistry initialisation před 6 roky
LICENSE.txt cae7de606d update year před 7 roky
README 9a2b37ab5f new -> BlackBox před 11 roky
clean c351e47873 sync with 1.7-beta, debug windows interp version před 9 roky
export 5aaf5ef5eb fix export před 8 roky
run-BlackBox 67c73dacfb pass command line arguments před 8 roky
run-dev0 67c73dacfb pass command line arguments před 8 roky
switch-target 41b5c8b9b5 clean fixed před 8 roky

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