Re: NSString bug with test and really dodgy patch.

2012-10-03 Thread Jens Ayton
are required to be complete code units, but Foundation unichars can be UTF-16 surrogates, so this still doesn't resolve the issue. In summary, figure out what Cocoa does. :-) -- Jens Ayton ___ Gnustep-dev mailing list Gnustep-dev@gnu.org https

Re: Pixel-aligned autoresizing

2011-07-06 Thread Jens Ayton
views are expected to use -centerScanRect: and related coordinate transform functions to ensure grid-aligned drawing under transformation and UI scaling, and I assume the standard views do too. -- Jens Ayton ___ Gnustep-dev mailing list Gnustep-dev

Re: GSIMap

2011-06-16 Thread Jens Ayton
to the heap; 2) it would violate the contract of -retain as per the NSObject protocol documentation. -- Jens Ayton ___ Gnustep-dev mailing list Gnustep-dev@gnu.org https://lists.gnu.org/mailman/listinfo/gnustep-dev

Re: NSNumber Bug I can't fix

2011-02-17 Thread Jens Ayton
compare: nan = NSOrderedDescending nan compare: inf = NSOrderedAscending -inf compare: nan = NSOrderedAscending nan compare: -inf = NSOrderedDescending -- Jens Ayton ___ Gnustep-dev mailing list Gnustep-dev@gnu.org http://lists.gnu.org/mailman/listinfo

Re: Text Antialising bug [Re: GNOME Theme Improvements....]

2011-01-01 Thread Jens Ayton
faint, blurred grid of about 30x30 px squares (typically an effect of buggy sampling code), but little to no noise. It looks more like a sharpening filter than JPEG artefacts. -- Jens Ayton ___ Gnustep-dev mailing list Gnustep-dev@gnu.org http

Re: Is our name confusing people....

2010-11-21 Thread Jens Ayton
unfamiliar with the project but interested in conformance to OpenStep specifications? -- Jens Ayton ___ Gnustep-dev mailing list Gnustep-dev@gnu.org http://lists.gnu.org/mailman/listinfo/gnustep-dev

Re: Compiler warnings building GNUstep gui

2010-04-07 Thread Jens Ayton
protocols are treated as conforming to the NSObject protocol (I've not checked if they explicitly do, or if the compiler just pretends that they do). It's explicit. -- Jens Ayton ___ Gnustep-dev mailing list Gnustep-dev@gnu.org http://lists.gnu.org

Re: Grand Central

2009-06-14 Thread Jens Ayton
there onward ? Other than blocks, as far as I can see (I don't have Snow Leopard seeds) it's just a library and an optimized thread scheduler. -- Jens Ayton ___ Gnustep-dev mailing list Gnustep-dev@gnu.org http://lists.gnu.org/mailman/listinfo

Re: Compatibility breakage involved in upgrading to the MacOS-X 10.5 API

2009-02-22 Thread Jens Ayton
of this ABI change to switch to doubles just because of minor limitations of current hardware; after all, the 128-bit transition won't happen for another four or five decades, while double-capable GPUs could easily be widespread in four or five years. -- Jens Ayton