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