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

after upgrading to gnustep-gui 0.32.0 I observed that: When clicking/opening menus, they close immediately when I release the mouse button. This is true for Application Menus, as well as NSPopUpButtons,...

When using Wayfire the menu styles are drawing in the wrong location e.g: Examples with NextStep and Macintosh Menu Styles: ![Image](https://github.com/user-attachments/assets/5fb7715c-007b-401a-97e8-f3d89dd8012d) ![Image](https://github.com/user-attachments/assets/b5191f91-34ca-435e-a2d5-a95d1616f34a)

Add DOCX support to GUI.

On FreeBSD syscalls are used, mtab doesn't exist even anymore. Other platforms follow. clean up code and warnings.

For NSBrowser and NSTreeController/NSOutlineView, and other classes bindings have been implemented. However, the implementation is not as clean as we want. The functionality works and passes testing, but is not...

I’ve identified that the root cause is a difference in the definition of BOOL across platforms: on Windows), BOOL is defined as an int, while on the platform where these...

I am running Debian 13/wayland and when I add a tooltip to a toolbar item, i see the first tooltip appear when I mouse over, but then no other tooltips...

I'm forever forgetting that gnustep doesn't support beginSheet:completionHandler: Would this work for NSWindow.m? ```objective-c #import #import @interface _GSSheetCompletionBridge : NSObject @end @implementation _GSSheetCompletionBridge - (void)_gs_sheetDidEnd:(NSWindow *)sheet returnCode:(NSInteger)returnCode contextInfo:(void *)contextInfo {...