-
GNUstep
- Bergamo, Italy
- http://multixden.blogspot.com/
Block or Report
Block or report rmottola
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
Arctic-Fox Public
Forked from wicknix/Arctic-Fox
Portable Web Browser based on Goanna, originally forked from PaleMoon 27, FireFox based without Australis interface.
-
-
-
DataBasin Public
GUI based, Cross-platform, Objective-C based Data access tool (create, query, update and more) for salesforce.com
Objective-C
-
DataBasinKit Public
Portable Objective-C from-scratch re-implementation of salesforce.com APIs with some additions and convenience classes.
Objective-C 1
-
SPIDisplayKit Public
Objective-C Framework for using Dot Matrix Displays on Single Board Computers (Raspberry PI, SPI, PCD8544)
Objective-C 1
3,247 contributions in the last year
Activity overview
Contribution activity
March 2022
Created a pull request in gnustep/libs-gui that received 2 comments
only for ImageCell set refuses first responder, as behavior on Mac.
With this change I made GS match Mac behavior. It makes my test case work and match Mac on both GORM instantiated NSImageView and its NSImageCell, …
Created an issue in gnustep/libs-gui that received 3 comments
NSImageView acceptsFirstResponder while it should not
I found out that a custom NSImageView inside a scrollview "eats" copy&paste events because it accepts the first responder instead of the window/doc…