Keine Beschreibung

adimetrius 47f7a7c52c Reduce redundant Views.Update(Views.rebuildFrames) in StdTiles => eliminates yet another closed frame bug that manifested itself when Mechanisms drew a border arounds views in containers vor 3 Jahren
Com 63b2b7e5dc Platform-Specific unified documentation file vor 3 Jahren
Comm 75164b6135 move BlackBox to the root of repository, delete examples and dev files vor 4 Jahren
Cons d522c11aa1 make DevPacker cross-platform, update scripts for building console compilers, upgrade binary console compilers, remove debug procedures and module from repository vor 3 Jahren
Ctl 3daa54d563 remove Unicode (change to String), add GetLocPath to Dialog (remove from Files), change Kernel.SplitName and Kernel.MakeFileName to StdLibrarian.SplitName and Files.dir.GetFileName vor 4 Jahren
Dev 5974a11a6d return FastCollect back to the DevCompiler vor 3 Jahren
Docu 9920aba761 fix link to platform-specific vor 3 Jahren
Fbsd bd882199af fix files messages mapping vor 3 Jahren
Form 75164b6135 move BlackBox to the root of repository, delete examples and dev files vor 4 Jahren
Lin 47f7a7c52c Reduce redundant Views.Update(Views.rebuildFrames) in StdTiles => eliminates yet another closed frame bug that manifested itself when Mechanisms drew a border arounds views in containers vor 3 Jahren
Mdi 5a86dbeaf4 registry init for MDI version, remove call of StdStdCframes from PrefsOk procedure vor 3 Jahren
Obsd bd882199af fix files messages mapping vor 3 Jahren
Obx 05490e4d83 fix menus dissapearing bug (thanks Anton Dmitriev), fix properties dialog for text, + some renaming of rudimentary Host in several modules vor 3 Jahren
Ole 05490e4d83 fix menus dissapearing bug (thanks Anton Dmitriev), fix properties dialog for text, + some renaming of rudimentary Host in several modules vor 3 Jahren
Sql 825c951952 Fix call sequences to close individual windows and BB; attempt to move Loop to Dialog vor 3 Jahren
Std 47f7a7c52c Reduce redundant Views.Update(Views.rebuildFrames) in StdTiles => eliminates yet another closed frame bug that manifested itself when Mechanisms drew a border arounds views in containers vor 3 Jahren
System 47f7a7c52c Reduce redundant Views.Update(Views.rebuildFrames) in StdTiles => eliminates yet another closed frame bug that manifested itself when Mechanisms drew a border arounds views in containers vor 3 Jahren
Text 05490e4d83 fix menus dissapearing bug (thanks Anton Dmitriev), fix properties dialog for text, + some renaming of rudimentary Host in several modules vor 3 Jahren
Win 45bf3c8c5e LinPorts.Rider.Input, LinBackends: motion-notify signal handler to poll actual pointer coords rather than use the ones supplied in the GdkEventMotionNotify: this way, PollCursorMsg and Rinder.Input always return actual mouse coordinates. This prevents lagging that occured when mouse handling would take a long time. Now no need to call f.Input in response to PollCursorMsg => WM_LBUTTONDOWN is never prematurely processed; for the user, no clicks are ever lost when navigating menus. In StdDocuments, Reroute TickMsg to the overlaid view, if any. Prevents caret from blinking thru a dropped menu vor 3 Jahren
Xhtml 460818f6df Popup menu key added; some general repository changes vor 3 Jahren
.gitignore 8ce213cf65 separate Mdi subsystem to support old MDI version, make statusbar works in Windows, make similar LinLoader/WinLoader/MdiLoader, step back in WinFiles (add support for STANDARD), patch Controllers Ticker (call order proposed by Adimetrius) vor 3 Jahren
AppVersion.txt 75164b6135 move BlackBox to the root of repository, delete examples and dev files vor 4 Jahren
BlackBox.exe.manifest 75164b6135 move BlackBox to the root of repository, delete examples and dev files vor 4 Jahren
LICENSE.txt 75164b6135 move BlackBox to the root of repository, delete examples and dev files vor 4 Jahren
README.md c2d1065ece on the way to reduce Host directory vor 4 Jahren
build-linux d0bc2f338d fix linker and compiler vor 4 Jahren
build-windows 8ce213cf65 separate Mdi subsystem to support old MDI version, make statusbar works in Windows, make similar LinLoader/WinLoader/MdiLoader, step back in WinFiles (add support for STANDARD), patch Controllers Ticker (call order proposed by Adimetrius) vor 3 Jahren
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 vor 3 Jahren
clean 119fe9d2f6 status bar, separate executables for MDI, rename MDI modules vor 3 Jahren
dev0lin d522c11aa1 make DevPacker cross-platform, update scripts for building console compilers, upgrade binary console compilers, remove debug procedures and module from repository vor 3 Jahren
dev0win.exe d522c11aa1 make DevPacker cross-platform, update scripts for building console compilers, upgrade binary console compilers, remove debug procedures and module from repository vor 3 Jahren
pack-dev0lin d522c11aa1 make DevPacker cross-platform, update scripts for building console compilers, upgrade binary console compilers, remove debug procedures and module from repository vor 3 Jahren
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 vor 3 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 4 Jahren
run-dev0 75164b6135 move BlackBox to the root of repository, delete examples and dev files vor 4 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
  • 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