libs-gui icon indicating copy to clipboard operation
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...

Results 96 libs-gui issues
Sort by recently updated
recently updated
newest added

We should ensure we write & read the endian format property to all file types we support. If a specific library or format do not support a specific format, byteswapping...

bug

Recent versions of macOS since 10.7+ use an NSTableRowView to represent a row in NSTableView and it's subclasses. This PR seeks to implement that functionality.

I'm seeing a crash from _original_nextKeyView in NSTabView becoming deallocated and becoming a zombie pointer. The problem is that setNextKeyView: keeps a pointer to the nextKeyView without retaining it. So...

Subject summarizes. This PR is meant to implement NSTreeController and NSOutlineView integration. I made a new branch since NSOutlineView was heavily modified in the PR addressing NSTableRowView [here](https://github.com/gnustep/libs-gui/pull/265).

This commit implements Apple's renaming of some APIs, such as another enum `NSProgressIndicatorStyle` that Apple had renamed in order to allow it to be parsed by the Swift compiler, the...

The idea of this PR is to completely refactor how storyboards are loaded and make them more like how other models currently work. Addresses issue #273

Currently NSStoryboard loading uses the class GSStoryboardTransform to handle the individual scenes. This approach currently works, but is far from optimal. I am working on refactoring this to be more...

Add implementation for NSFilePromiseProvider/Receiver.

When you add a toolbar as in this example: https://github.com/gcasa/NSMenuToolbarItem_test You must do the following on GNUstep: ```[toobar setVisible: YES];``` for the toolbar to show. On macOS this step is...

on debian 12, icu doesn't install icu-config base detects ICU fine: `checking for ICU... yes ` however GUI fails to detect it: ``` checking for icu-config... no Could not find...