Re: Installing GNUstep from FreeBSD ports, again

2024-02-16 Thread Sergei Golovin via Discussion list for the GNUstep programming environment
Edwin Ancaer writes: > Sergei, > > I have been booking at the defaults, but I find them in different places. > There is set of decent looking defaults file Defaults.plist at > /usr/local/GNUstep/System/Applications/Gorm.app/Resources. They are in > the attached file. It is shipped with Gorm

Re: Installing GNUstep from FreeBSD ports, again

2024-02-04 Thread Sergei Golovin via Discussion list for the GNUstep programming environment
Edwin Ancaer writes: > [edwin@ottopedi /usr/ports/devel/gorm/work/apps-gorm-04554d2]$ openapp > ProjectCenter > 2024-02-02 22:42:56.724 ProjectCenter[26915:101910] No local time zone > specified. > 2024-02-02 22:42:56.724 ProjectCenter[26915:101910] Using time zone with > absolute offset 0. >

Re: failed tests in gnustep-gui

2022-01-17 Thread Sergei Golovin via Discussion list for the GNUstep programming environment
Andreas Fink writes: > I get these failures while running gnustep-gui tests: > > --- Running tests in gui/TextSystem --- > >     967 Passed tests >   8 Failed sets >   3 Failed tests > I currently get on the fresh 'master': 1000 Passed tests 2

libs-gui: GSDragView doesn't check dragSource' delegate on NSDraggingSource

2021-12-22 Thread Sergei Golovin via Discussion list for the GNUstep programming environment
Hi! I noticed that the NSWindow defines macros to check the destination target' delegate on responding to NSDraggingDestination: GSPerformDragSelector GSPerformVoidDragSelector Is there a reason not to do like that in GSDragView.m:606-620 that is checking on responding to NSDraggingSource