Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | • added to SPArrayAdditions.h: NSArrayObjectAtIndex() inline function | Bibiko | 2009-06-18 | 1 | -3/+4 |
| | | | | | | | | | - id o = NSArrayObjectAtIndex(anArray, index) :== id o = [anArray objectAtIndex:index] - this speed up it ~3µs per call - replaced that inline function for such calls within loops to speed up them • used IMP function pointers for keepAlive calls within queryString: • set -O3 (Fastest) compiler option • allow in preference pane "Tables" to set the Limit up to 50000 | ||||
* | - Table Info pane now has fixed height | avenjamin | 2009-06-10 | 1 | -3/+10 |
| | | | | | - Table Info pane is collapsable - Export Controller code cleanup | ||||
* | Added print accesory view with option to Print Backgrounds | bamse16 | 2009-06-04 | 1 | -0/+6 |
| | |||||
* | More header updates for source files, including Subversion Id property. | stuconnolly | 2009-05-19 | 1 | -0/+2 |
| | |||||
* | - part 4 of merge from 'avenjamin' branch into trunk. | avenjamin | 2009-04-10 | 1 | -0/+177 |
- committing Source |