kongtomorrow
-
@ hehe. :-) Also, as of 10.6, firstResponder is KVO compliant. See AppKit release notes.
8:22 PM Oct 28th
from web
in reply to tolmasky
-
@ Add a bounding rect for the clip to the path, then use CGContextEOClip.
11:51 PM Oct 25th
from web
in reply to tolmasky
-
@ Interesting. Objects can have that distinction too. Correct use of NSMapTable depends on how its made. Fine, it's never vended.
4:05 PM Oct 23rd
from web
in reply to lgerbarg
-
@ Would NSDrawNinePartImage apply as a replacement?
12:08 AM Oct 22nd
from web
in reply to tolmasky
-
@ Enough different, apparently. The perf problem repros for me, and my guesses didn't help. The window server is faster. Radar?
12:06 AM Oct 22nd
from web
in reply to tolmasky
-
@ That I tried. In my test case it's too fast to improve. With beam sync off I get 186 fps.
11:04 AM Oct 20th
from web
in reply to tolmasky
-
@ had some thoughts, but when I made a test case to try out it was too fast. Sample code?
1:56 AM Oct 20th
from web
in reply to tolmasky
-
Turn on screen sharing from terminal in 10.6: sudo touch /etc/ScreenSharing.launchd
8:53 AM Oct 7th
from web
-
@ Automator had variables in 10.5 too.
8:00 PM Oct 4th
from web
in reply to rentzsch
-
@ DockTiles don't run in the Dock process. Thus, less problematic.
12:52 AM Sep 10th
from web
in reply to nriley
-
@ Of, if you meant a first-call race in +defaultManager itself, then yes, actually, it is fixed.
11:35 AM Aug 28th
from web
in reply to rentzsch
-
@ Same as in 10.5. If you set a delegate, you must use your own alloc init'd instance. The error taking methods are otherwise safe.
1:24 AM Aug 28th
from web
in reply to rentzsch
-
Method of the day: -[NSView needsToDrawRect:]. Very nice! Missed this somehow.
1:13 PM Feb 1st
from web
-
Death to capital Y in date formats! It's the 'year of "Week of Year"'. Format Dec. 29 2008 with "M/dd/YYYY" and get 12/29/2009. Bwah?
11:16 AM Jan 13th
from web
-
NSWindow's key loop is marked clean when going onscreen, to avoid stomping stuff from the nib. Thus alts made offscreen don't cause recalc.
2:40 AM Dec 11th, 2008
from web
-
Trick for showing leaked thing X is a consequence of leaked thing Y: Manually release Y in gdb, run leaks again. Did X go away?
2:20 AM Dec 11th, 2008
from web
-
set environment variable OBJC_DEBUG_NIL_SYNC to catch yourself using @ on a nil variable.
5:42 PM Nov 21st, 2008
from web
-
Seems odd that google code doesn't offer continuous integration and testing.
1:51 PM Nov 21st, 2008
from web
-
varargs functions cannot accept char, short or float. Such arguments are always promoted to int or double.
1:49 PM Nov 17th, 2008
from web
-
CFAllocatorSetDefault is per-thread. Sadly, that means there's no way to set the default allocator for your app in general.
1:48 PM Nov 17th, 2008
from web
|
|