descriptionBlackBox Component Builder 2.0: Lament Configuration
ownerketmar@ketmar.no-ip.org
last changeFri, 1 Dec 2023 00:30:07 +0000 (1 00:30 +0000)
content tags
add:
README.md

BlackBox Component Builder 2.0: Lament Configuration

This is BlackBox Component Builder for Windows and GNU/Linux. There is preliminary support for OpenBSD and FreeBSD. (Volunteers are welcome!)

Tested on:

To build BlackBox for GNU/Linux:

    sh build-bb.sh

To build BlackBox for Windows:

    sh build-bb.sh win

To build BlackBox for Windows in Windows:

    build-windows.bat

To run GUI:

    ./blackbox

If you have some problems on Ubuntu, try this:

    # fix Ubuntu-specific problems:
    unset UBUNTU_MENUPROXY
    unset GTK_MODULES
    export LIBOVERLAY_SCROLLBAR=0
    ./blackbox

Authors:

shortlog
2023-12-01 ketmarRaster: replaced CRC32 with a faster byte-based impleme... master
2023-10-22 ketmarRaster: fixed Inflate Adler-32 calculation (sign fuckup...
2023-09-23 ketmarsmall fixes to build scripts
2023-09-22 ketmarmoved subsystem manager from "Subs" subsystem to "Std...
2023-09-20 ketmarLoop: refined GC kick heuristics a little
2023-09-20 ketmarupdated Ctrl+C handling; updated dev binaries
2023-09-20 ketmarmade the system compilable again (previous commit broke it)
2023-09-20 ketmarStrings: updated with some more utility procedures...
2023-09-19 ketmarupdated dev binaries
2023-09-19 ketmarFonts: added `CalcLenForWidth()` method; it is usually...
2023-09-19 ketmardocumented BYTE/SHORTCHAR slices compatibility
2023-09-19 ketmardocumented `SLICE` usage; disallowed empty slices
2023-09-18 ketmarStdGuts: implemented undo and redo for editor control
2023-09-18 ketmarStdGuts: fixed ussue with block selection (editor contr...
2023-09-18 ketmarLament: various fixed in magic
2023-09-18 ketmarHostFiles/Win: rewritten `NewLocator()`
...
heads
4 months ago master
10 months ago before_stdwin_decimation
2 years ago bb18