Gregory Casamento
Gregory Casamento
Adding layouts for collection views.
Currently, the invocation of the methods documented [here](https://developer.apple.com/documentation/appkit/nsviewcontroller?language=objc) is missing. To be fully compliant with macOS 10.10 these must be called at the appropriate times during the execution of the...
implementation for NSMovie and NSMovieView. The tests for this are here: https://github.com/gcasa/NSMovie_test https://github.com/gcasa/apps-videoplayer
Currently GNUstep uses the full name of the language for the .lproj directory. In addition to this we should also support the 2 or 3 letter language codes described in...
Issue to keep track of changes and issues found with printing in GNUstep both in GUI ad back.
 My environment is MSYS2 on Windows 10. I set it up using Riccardo's instructions here: http://wiki.gnustep.org/index.php/Installation_MSYS2 I am using GCC10 and the Cairo backend. The win32 backend dies. This...
Implement text checking panel using NSTextCheckingController.
Need to figure out how to apply the constraints which are decoded.
1. A couple of observations so that you know I am actively thinking of code quality and structure: NSStoryboardSegue might need to be broken up into subclasses differentiating on the...