aboutsummaryrefslogtreecommitdiff
path: root/AppKit/GTMNSWorkspace+Running.h
Commit message (Collapse)AuthorAge
* [Author: dmaclach]Gravatar gtm.daemon2009-04-27
| | | | | | | Adds faster version of [NSWorkspace launchedApplications] and forces AppleScript execution onto the main thread. DELTA=136 (111 added, 14 deleted, 11 changed) R=thomasvl
* docs don't say it, but isHidden isn't always set, updating accordinglyGravatar thomasvl@gmail.com2009-02-27
|
* some updates for keys that aren't always thereGravatar thomasvl@gmail.com2009-02-26
|
* - turned off _debug framework support in tests since we now capture a lot moreGravatar thomasvl@gmail.com2009-01-09
in log validation. - Added GTM_SUPPORT_GC for controlling the inclusion of GC related code. - If you are using GTMUnitTestDevLog, it also tries to capture logs from NSAssert. - Added GTM_FOREACH_OBJECT/GTM_FOREACH_KEY that uses NSEnumerator and objectEnumerator/keyEnumerator on 10.4, but on 10.5+/iPhone uses FastEnumeration. - GTMNSWorkspace+Running gives a variety of ways of determining the attributes of running processes.