Sin descripción

adimetrius 300624c09b Fix 'dancing letters': character position corrections evaluation in WinPorts.Rider.DrawString, .CharPos, .CharIndex and their shortchar/shortstring counterparts hace 3 años
Com 63b2b7e5dc Platform-Specific unified documentation file hace 3 años
Comm faae0713f6 fix .rc file hace 3 años
Cons 8d2ae4a8e0 fix commands for linking ConsLog example hace 3 años
Ctl 72b4143122 make Obx subsystem also be compiled, move Ctl specific examples to Ctl/Docu files hace 3 años
Deb af6a492404 add architecture to debian package name hace 3 años
Dev 8a2defb8d9 fix linker (thanks to Igor Dehtyarenko) hace 3 años
Docu 265f9662e7 improve menu design (fixed margins and predefined in Strings shortcut labels) and appearience (remove bug with disappearance just after click) hace 3 años
Fbsd bc37071fb3 move document types from Kernel to Files hace 3 años
Form 75164b6135 move BlackBox to the root of repository, delete examples and dev files hace 4 años
Lin 7cfc5ad00b improve dialog for choosing folder hace 3 años
Mdi ad588a644a add new png converter with StdRasters to Mdi version hace 3 años
Obsd faae0713f6 fix .rc file hace 3 años
Obx 72b4143122 make Obx subsystem also be compiled, move Ctl specific examples to Ctl/Docu files hace 3 años
Ole d33b5a55bc fix main window issue for windows modal dialog hace 3 años
Sql 825c951952 Fix call sequences to close individual windows and BB; attempt to move Loop to Dialog hace 3 años
Std f6d5bc380f Merge branch 'blackbox20ExpDialogs' into blackbox20 hace 3 años
System 7cfc5ad00b improve dialog for choosing folder hace 3 años
Text 53f9ac0659 add ampersands and make menu navigation be independent from register of letter hace 3 años
Win 300624c09b Fix 'dancing letters': character position corrections evaluation in WinPorts.Rider.DrawString, .CharPos, .CharIndex and their shortchar/shortstring counterparts hace 3 años
Xhtml 460818f6df Popup menu key added; some general repository changes hace 3 años
.gitignore 68c8e5091e update name for deb package hace 3 años
BlackBox.exe.manifest 75164b6135 move BlackBox to the root of repository, delete examples and dev files hace 4 años
LICENSE.txt 533e375d6b debian package files hace 3 años
README.md c2d1065ece on the way to reduce Host directory hace 4 años
build-linux 72b4143122 make Obx subsystem also be compiled, move Ctl specific examples to Ctl/Docu files hace 3 años
build-obsd ffc59c1160 remove Kernel.MessageBox, make prototypes for OpenBSD and FreeBSD kernels hace 3 años
build-windows faae0713f6 fix .rc file hace 3 años
build-windows.bat d522c11aa1 make DevPacker cross-platform, update scripts for building console compilers, upgrade binary console compilers, remove debug procedures and module from repository hace 3 años
clean 119fe9d2f6 status bar, separate executables for MDI, rename MDI modules hace 3 años
dev0lin d522c11aa1 make DevPacker cross-platform, update scripts for building console compilers, upgrade binary console compilers, remove debug procedures and module from repository hace 3 años
dev0win.exe d522c11aa1 make DevPacker cross-platform, update scripts for building console compilers, upgrade binary console compilers, remove debug procedures and module from repository hace 3 años
pack-dev0lin d522c11aa1 make DevPacker cross-platform, update scripts for building console compilers, upgrade binary console compilers, remove debug procedures and module from repository hace 3 años
pack-dev0win.odc d522c11aa1 make DevPacker cross-platform, update scripts for building console compilers, upgrade binary console compilers, remove debug procedures and module from repository hace 3 años
run-BlackBox 37d49e3635 Fix1: Click in menu bar beyond last menu won't hang BB any more; 2: Kernel.Cleanup every StdMenus.cleanup menu activations; 3: run-BlackBox won't use I.A.'s local FS paths hace 4 años
run-dev0 75164b6135 move BlackBox to the root of repository, delete examples and dev files hace 4 años
version.txt 533e375d6b debian package files hace 3 años

README.md

BlackBox Component Builder for Windows, GNU/Linux, OpenBSD, FreeBSD

Tested on:

  • Windows XP, 7, 10, 11
  • OpenBSD 6.6
  • Fedora Core 17
  • Ubuntu 16.04/18.04/20.04 LTS
  • Debian 9.3, 9.4, 10.4 Xfce/Mate/GNOME/Cinnamon
  • Linux Mint 19.1/19.2/19.3/20 Cinnamon
  • CentOS 8
  • Arch Linux 4.9.6, Manjaro Linux 18.0.4
  • Red Hat Enterprise Linux Server 6.3
  • FreeBSD 12.1
  • Alt Education 9.1

Download: https://blackbox.oberon.org/download

Installation of required packages in Debian-based systems:

For Alt Education 9.1

    apt-get install i586-libgtk+2-devel.32bit

Ubuntu 18/20 LTS, Mint 19/20:

    sudo dpkg --add-architecture i386
    sudo apt update
    sudo apt install libgtk2.0-0:i386 gtk2-engines:i386 gtk2-engines-murrine:i386 libcanberra-gtk-module:i386 gnome-themes-extra:i386

Linux Mint 20 has no package 'gnome-themes-extra:i386', it can be safly ignored. There will be warning in console.

Debian 9.X/10.X GNOME/Xfce/KDE

    sudo dpkg --add-architecture i386
    sudo apt update
    sudo apt install libgtk2.0-0:i386 gtk2-engines:i386 gtk2-engines-murrine:i386 libcanberra-gtk-module:i386 gtk2-engines-pixbuf:i386 libatk-adaptor:i386 libgail-common:i386 gnome-themes-standard:i386

Arch-based systems amd64:

    sudo pacman -S multilib/lib32-gtk2

In OpenBSD use 'wxallowed' flag in mount options for the partition to start BlackBox from.

To build BlackBox:

./build-linux
./build-windows

To run GUI:

./blackbox

To run GUI in Ubuntu:

./run-BlackBox

To clean reopsitory:

./clean

Authors:

  • Oberon microsystems AG
  • BlackBox Framework Center
  • OberonCore
  • Alexander V. Shiryaev
  • Igor A. Dehtyarenko
  • Ivan A. Denisov
  • Anton A. Dmitriev