libs-gui
libs-gui copied to clipboard
The GNUstep gui library is a library of graphical user interface classes written completely in the Objective-C language; the classes are based upon Apple's Cocoa framework (which came from the OpenSte...
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...
https://savannah.gnu.org/bugs/?61727 That one issue in December was due to deallocation of NSPopUpButtonCell causing to call -[synchronizeTitleAndSelectedItem] followed with updating of the _menuItem, its _menu and all dependants (validators) where the...
implementation for NSMovie and NSMovieView. The tests for this are here: https://github.com/gcasa/NSMovie_test https://github.com/gcasa/apps-videoplayer
I found out that a custom NSImageView inside a scrollview "eats" copy&paste events because it accepts the first responder instead of the window/document containing it. On Mac instead it works....
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...
using clang 10: Compiling file NSFontAssetRequest.m ... NSFontAssetRequest.m:48:3: error: incompatible operand types ('int' and 'id') CALL_BLOCK(completionHandler, error); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Library/Headers/GNUstepBase/GSBlocks.h:110:53: note: expanded from macro 'CALL_BLOCK' ...args...) ((NULL != block) ? CALL_NON_NULL_BLOCK(block,...
Issue to keep track of changes and issues found with printing in GNUstep both in GUI ad back.
Environment: freebsd 13, windowmaker, gnustep-gui from git master, clang 11.0.1 [Repro project available](https://github.com/iamleeg/icon-drawing-bug). This project draws a red square into its dock icon in two ways: 1. if you launch...