Keine Beschreibung

Ivan Denisov 0ec6347491 realisatoin of StdSrollbars from Ketmar Dark vor 2 Jahren
Check 5bf3593177 some changes to make StdDocuments realisation for Windows instrface module vor 2 Jahren
Com 598bfc0b28 move entry 'Insert OLE object' from Dev to Com menu vor 2 Jahren
Comm 5902d355a4 split TCP to interface and realisation vor 3 Jahren
Cons 6a7968488d unmark errors with care to caret position (by k8, https://forum.oberoncore.ru/viewtopic.php?f=134&t=6921 ) vor 2 Jahren
Ctl 72b4143122 make Obx subsystem also be compiled, move Ctl specific examples to Ctl/Docu files vor 3 Jahren
Dev 5bf3593177 some changes to make StdDocuments realisation for Windows instrface module vor 2 Jahren
Docu 8a2f2b6a95 fix "Parent folder" mapping for standard File Browser vor 2 Jahren
Fbsd fae9ec4413 fix Glib.False identity value vor 2 Jahren
Fig dab66edce6 fix error in Fig resources, and remove Log from Stores vor 2 Jahren
Form 5206a6e3a1 small cleanup and forms fixes vor 3 Jahren
Lin 5bf3593177 some changes to make StdDocuments realisation for Windows instrface module vor 2 Jahren
Mdi 920b244e56 add unit variable to WinGui, fix WinBitmaps WinSqlOdbc WinSqlOdbc3, fix driver name in SqlBrowser vor 2 Jahren
Obsd fae9ec4413 fix Glib.False identity value vor 2 Jahren
Obx 1fb630dd24 add modifiers argument to KeyPress method in StdCFrames vor 2 Jahren
Ole 2168498765 moved and update documentation for Librarian, remove directory for creating standard librarian vor 2 Jahren
Sql 920b244e56 add unit variable to WinGui, fix WinBitmaps WinSqlOdbc WinSqlOdbc3, fix driver name in SqlBrowser vor 2 Jahren
Std 0ec6347491 realisatoin of StdSrollbars from Ketmar Dark vor 2 Jahren
System 5bf3593177 some changes to make StdDocuments realisation for Windows instrface module vor 2 Jahren
Text 53f9ac0659 add ampersands and make menu navigation be independent from register of letter vor 3 Jahren
Win 5bf3593177 some changes to make StdDocuments realisation for Windows instrface module vor 2 Jahren
Xhtml 88d6165c82 clenup documentation Config->StdConfig, add StdGrids docu seed, remove Host from docu vor 3 Jahren
packaging cecbb64988 add build info vor 2 Jahren
.gitignore d730eeadae moved script for making Debian package to spetial folder with collection of packaging scripts for various platforms vor 2 Jahren
BlackBox.exe.manifest 75164b6135 move BlackBox to the root of repository, delete examples and dev files vor 3 Jahren
LICENSE.txt ba6597cfac update 2023 vor 2 Jahren
README.md 8119f0ea83 Arch-based systems requirements updated vor 3 Jahren
build-devlinux 3962d2bcd8 interpretation of backslash escapes not enabled everywhere, so avoid it vor 2 Jahren
build-devwindows 3962d2bcd8 interpretation of backslash escapes not enabled everywhere, so avoid it vor 2 Jahren
build-linux 3962d2bcd8 interpretation of backslash escapes not enabled everywhere, so avoid it vor 2 Jahren
build-obsd 3962d2bcd8 interpretation of backslash escapes not enabled everywhere, so avoid it vor 2 Jahren
build-windows 3962d2bcd8 interpretation of backslash escapes not enabled everywhere, so avoid it vor 2 Jahren
build-windows.bat 5b37f42a66 add Fig subsystem vor 2 Jahren
clean 119fe9d2f6 status bar, separate executables for MDI, rename MDI modules vor 3 Jahren
dev0lin 6222fbd0c3 fix Chmod, remove message from PackedFiles and rebuild dev0 applications vor 2 Jahren
dev0win.exe 6222fbd0c3 fix Chmod, remove message from PackedFiles and rebuild dev0 applications vor 2 Jahren
export-linux b0781773eb export script added vor 2 Jahren
export-windows 5b37f42a66 add Fig subsystem vor 2 Jahren
pack-dev0lin 4b6374a666 fix StdLibrarian=>Librarian in dev0 packing scripts vor 2 Jahren
pack-dev0win.odc 4b6374a666 fix StdLibrarian=>Librarian in dev0 packing scripts vor 2 Jahren
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 vor 3 Jahren
run-dev0 75164b6135 move BlackBox to the root of repository, delete examples and dev files vor 3 Jahren
version.txt 533e375d6b debian package files vor 3 Jahren

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, 21.2.0
  • 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
    sudo pacman -Rc lib32-librsvg

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