Alexander Shiryaev 37c84169ef files list corrected 5 yıl önce
..
Comm 21dd699039 updated according 1.7.1-a1-853 center version 8 yıl önce
Cons 4c790627ba error fixed 5 yıl önce
Dev 36177c68b4 center #199, compiler trap with SYSTEM.ADR(BasicType) 6 yıl önce
Docu d91dedf5c4 add Linux Mint, add Anton Dmitriev and update changelog 6 yıl önce
Host 4b18376b9c save and restore default fonts settings 6 yıl önce
Obx 9a2b37ab5f new -> BlackBox 11 yıl önce
Sql 5ccaca6b74 synced with 1.7 8 yıl önce
Std 5c1ad8de4d center issue #195, support for long identifiers in trap handlers 6 yıl önce
System 87e6bfea65 zoom for Ctrl+Scroll in Windows version 6 yıl önce
Text 2c33f3d4c2 center issue-#202 drag & pick across BlackBox instances traps 5 yıl önce
Xhtml 21dd699039 updated according 1.7.1-a1-853 center version 8 yıl önce
_FreeBSDLinuxOpenBSD_ 3a82ab2548 center issue-#201 Importer and Exporter for UTF-8 texts 5 yıl önce
_FreeBSDLinuxOpenBSD_GUI e975a1536b improve Scrollers 5 yıl önce
_FreeBSDLinuxOpenBSD_Interp 37c84169ef files list corrected 5 yıl önce
_FreeBSDOpenBSD_ fa3a8f992e synchronized with https://github.com/aixp/BlackBox 8 yıl önce
_FreeBSDOpenBSD_GUI 4b18376b9c save and restore default fonts settings 6 yıl önce
_FreeBSD_ bf603f1042 set SIG_IGN for SIGCHLD 6 yıl önce
_LinuxOpenBSD_ 6940a0185f Linux Libc generator 7 yıl önce
_Linux_ f85407bb54 increase N constant 4 times in Kernel.AllocHeapMem to speed up heap grow 6 yıl önce
_Linux_GUI 76c69f49c7 Add [ccall16] flag to Gtk procedures and improve Gtk initialization. Reported by Andrey Golyantov for CRUX and Mario Ray Mahardhika for Manjaro Linux. 6 yıl önce
_OpenBSD_ bf603f1042 set SIG_IGN for SIGCHLD 6 yıl önce
_Windows_ c2b69cfde1 center #200, network file delete under Win10 sometimes fails 6 yıl önce
_Windows_GUI 2c33f3d4c2 center issue-#202 drag & pick across BlackBox instances traps 5 yıl önce
_Windows_Interp 3a82ab2548 center issue-#201 Importer and Exporter for UTF-8 texts 5 yıl önce
__GUI 3a82ab2548 center issue-#201 Importer and Exporter for UTF-8 texts 5 yıl önce
__Interp 86bd8f4166 persistant language recovery and over Prefs settings. StdInterpreter placed first in Init IMPORT sectiong for handling Dialog.Call during HostRegistry initialisation 6 yıl önce
LICENSE.txt cae7de606d update year 7 yıl önce
README 9a2b37ab5f new -> BlackBox 11 yıl önce
clean c351e47873 sync with 1.7-beta, debug windows interp version 9 yıl önce
export 5aaf5ef5eb fix export 8 yıl önce
run-BlackBox 67c73dacfb pass command line arguments 8 yıl önce
run-dev0 67c73dacfb pass command line arguments 8 yıl önce
switch-target 41b5c8b9b5 clean fixed 8 yıl önce

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