Gregory Casamento

Results 88 issues of Gregory Casamento

Add DOCX support to GUI.

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...

The problem is that the Select All item is connected with a non-standard action method selectAllItems: instead of the standard NSResponder action selectAll:. Note that -selectAllItems: is defined (together with...

No, sad enough that change was actually the other way around. I had to change a place where we were using a point size interface to request a font into...

Typing the keyboard equivalents Command-C, Command-X, and Command-V inserts the characters c, x, and v, respectively, instead of invoking the standard editing actions. Obviously, Command-A doesn't work either (cf. the...

Still appears on the latest Ubuntu (20.10), under the following desktop environments (and their default window managers): - Plasma (KWin WM): Floating utility windows can be obscured by normal windows...

A customview should change into an NSView and when a view or views are added to it as subviews. This is the same behavior seen on Mac OS X.

I have observed the same thing. The workaround is[textView setHorizontallyResizable: NO];I have no idea why that resets correct behavior. | Mark Tracy Flag as spam -- | -- Sat 30...

Gorm currently does not fully support Standalone views.

Wed 16 Apr 2014 05:34:36 PM EDT, original submission:  Quoteafter dragging a connecion, gorm should show some intelligent behaviour, matching a bit IB.It needs to gather type-information of outlets (buttons,...