Cuis-Smalltalk-Dev
Cuis-Smalltalk-Dev copied to clipboard
Active development of Cuis Smalltalk
In Cuis 5738, the taskbar at the bottom can be hidden by windows being dragged on top of it.
In Cuis 5738, I have a number of packages loaded at startup. Moving the mouse while the loading is in progress generates temporary artifacts. The moving of the progress Morph...
Is Cuis syntax frozen or still open for suggestions and changes? example: for denoting characters with `$` , for white-space chars, why not use something more intuitive than `$ (20)`...
As can be seen below, UI elements with a lower z-order get highlighted or activated by the hand that is dragging a morph, even though they shouldn't be considered as...
I just noticed this. Was it overlooked when the Preferences were changed?
Using VirtualBox 6.1.38 r153438 running Cuis 5483 using cogspur vm 202205110711/squeak.cog.spur_linux64x64.tar.gz. Ubuntu 22.04.1 is the guest OS. Windows 10 is the host OS running VirtualBox. Using the above Cuis image,...
This PR adds a `RunCuisOnGuix.sh` script. Had to tweak some paths (Guix doesn't follow FHS). Also, `-gdb` didn't work for me, added some changes to fix that.
Using the latest SqueakJS (Javascript/ECMAScript virtual machine) release 1.2.2 using NodeJS 22.3 as server, and firefox as webbrowser, I can run Cuis succesfully frmo the BaseForCuis6.2 git tag : running...
The Socket class in the Network-Kernel package only provides support for TCP/IP when the SocketPlugin also provides primitive (`primSocketCreateNetwork: 1 type:...`) for Unix Domain Socket (`AF_UNIX`). I'd be nice if...