Ivan Denisov d2ff9361e1 center issue-#166 adding SendInput to WinApi 8 anni fa
..
Comm 21dd699039 updated according 1.7.1-a1-853 center version 8 anni fa
Cons 9d73519c18 single executable for GUI version, ConsLog docu updated 8 anni fa
Dev 8e0b2aff83 center issue-#165 Check for passing guarded function 8 anni fa
Docu 30430b03f9 center issue-#163 Adding 'Decimal' Tabs to Rulers 8 anni fa
Host c351e47873 sync with 1.7-beta, debug windows interp version 9 anni fa
Obx 9a2b37ab5f new -> BlackBox 11 anni fa
Sql 5ccaca6b74 synced with 1.7 8 anni fa
Std 21dd699039 updated according 1.7.1-a1-853 center version 8 anni fa
System cf8e66d36b center issue-#164 Backward compatibilty with UpDn Controls 8 anni fa
Text 30430b03f9 center issue-#163 Adding 'Decimal' Tabs to Rulers 8 anni fa
Xhtml 21dd699039 updated according 1.7.1-a1-853 center version 8 anni fa
_FreeBSDLinuxOpenBSD_ 7a5d4abb21 hide Dev2 from Windows version 8 anni fa
_FreeBSDLinuxOpenBSD_GUI 25bac87f51 focus window before close 8 anni fa
_FreeBSDLinuxOpenBSD_Interp 9d73519c18 single executable for GUI version, ConsLog docu updated 8 anni fa
_FreeBSDOpenBSD_ fa3a8f992e synchronized with https://github.com/aixp/BlackBox 8 anni fa
_FreeBSDOpenBSD_GUI 69d8d2e24a fix clipboard and accelerators 8 anni fa
_FreeBSD_ 478c451ff9 add system and popen to Libc interface 8 anni fa
_LinuxOpenBSD_ 9a2b37ab5f new -> BlackBox 11 anni fa
_Linux_ 478c451ff9 add system and popen to Libc interface 8 anni fa
_Linux_GUI 69d8d2e24a fix clipboard and accelerators 8 anni fa
_OpenBSD_ 478c451ff9 add system and popen to Libc interface 8 anni fa
_OpenBSD_GUI 7b17f839cf OpenBSD HostGnome 8 anni fa
_Windows_ d2ff9361e1 center issue-#166 adding SendInput to WinApi 8 anni fa
_Windows_GUI 30430b03f9 center issue-#163 Adding 'Decimal' Tabs to Rulers 8 anni fa
_Windows_Interp 49d2237bed ignore ask user when creating new folders in Interp mode 8 anni fa
__GUI e39644afd8 Fix RatCalc module name. Reported by X512. 8 anni fa
__Interp 20cd37ffc1 Windows_Interp added, ComDebug is necessary for compiling modules with COM imported, ComDebug added to console compiler 11 anni fa
LICENSE.txt 32df3e0d9b change copyright to BBCB team 8 anni fa
README 9a2b37ab5f new -> BlackBox 11 anni fa
clean c351e47873 sync with 1.7-beta, debug windows interp version 9 anni fa
export 5aaf5ef5eb fix export 8 anni fa
run-BlackBox 67c73dacfb pass command line arguments 8 anni fa
run-dev0 67c73dacfb pass command line arguments 8 anni fa
switch-target 41b5c8b9b5 clean fixed 8 anni fa

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