###NS*Cell + *Template.imgext = system-like drawing of the image
###Switching GPU on new MacBooks on Lion. http://developer.apple.com/library/mac/#qa/qa1734/_index.html
###currentSystemPresentationOptions and NSApplicationPresentationFullScreen Doesn't work.
###NSTextList You have to manually format string to create list. http://stackoverflow.com/questions/6641235/is-it-possible-to-draw-strings-with-custom-paragraph-styles-in-catextlayer
###CIFilter for NSWindow http://www.cocoabuilder.com/archive/cocoa/216661-semi-transparent-blurred-nswindow-background.html
###Window level of desktop elements on Lion On Lion window level of desktop elements is kCGDesktopWindowLevel + 21.
###NS_REQUIRES_NIL_TERMINATION Adds an additional check to invocations of those methods to make sure the nil has been included at the end of the argument list
###NSWindowDelegate Don't update window's frame in -windowDidChangeScreen: or by processing NSWindowDidChangeScreenNotification
###CIImage drawing performance [CIImage draw…] methods does not draw until screen updates are enabled or forced by system. (NSDisableScreenUpdates/NSEnableScreenUpdates and disableScreenUpdatesUntilFlush)
Would you please explain why this shouldn't be done?