Gregory Casamento
Gregory Casamento
It is necessary for this library to be buildable and usable just like any other library in MSYS2 so that we can utilize ObjC2 features when building from the MSYS2...
On the branch ``` [gregc@mother-win-vm libobjc2] % git status [0] On branch msys2_experimental Your branch is up to date with 'origin/msys2_experimental'. ``` I am seeing the following undefined references when...
The purpose of this PR is to add view-based support to NSTableView. The support done here will be basic. Support for NSOutlineView will come in a later PR.
The behavior described here is not implemented in GNUtstep. https://stackoverflow.com/questions/61243478/assign-radio-group-to-radio-buttons I have created the following test: https://github.com/gcasa/NSRadio_test Steps to recreate: 1. in Xcode on a mac create a new application...
I need this on a branch at the moment to test with some functionality at keysight. Adding it here as a WIP, this is NOT ready for review.
This PR adds tests for IPv6
Implement NSUserActivity
There is currently a new format for nib files, it is called NIBArchive. Previously, NIB files were XML files that were, basically, indexed, keyed archives. Now there is a new...
These changes will implement the rest of NSDataLink/NSDataLinkManager. This class was not often used, but is relatively easy to implement. This class was rarely used, but should be easy to...
I am going to incorporate many of the independent tests into GUI's test suite as well as add some additional logic to check that things are being positioned / computed...