summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Perform check for text/content on recording context PicturePilesChris Craik2012-07-199-18/+60
* | | | | | Support beginTransparentLayerJohn Reck2012-07-194-58/+70
| |_|/ / / |/| | | |
* | | | | Fix issues with bounds computationNicolas Roard2012-07-181-1/+6
* | | | | Fix loggingJohn Reck2012-07-181-1/+1
|/ / / /
* | | | Fix crashes -- we were resetting a potentiallyNicolas Roard2012-07-181-4/+4
* | | | Fix crashes -- we were resetting a potentiallyNicolas Roard2012-07-181-16/+9
|/ / /
* | | Merge "Fix bounding box calculations"Nicolas Roard2012-07-172-10/+17
|\ \ \
| * | | Fix bounding box calculationsNicolas Roard2012-07-172-10/+17
* | | | Merge "Use a linear allocator for the RTree"John Reck2012-07-175-63/+301
|\ \ \ \
| * | | | Use a linear allocator for the RTreeJohn Reck2012-07-175-63/+301
* | | | | Merge "Use audio_channel_out_mask_from_count"Glenn Kasten2012-07-171-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Use audio_channel_out_mask_from_countGlenn Kasten2012-07-171-1/+1
* | | | | Merge "Use PicturePile in layers"Nicolas Roard2012-07-173-29/+32
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Use PicturePile in layersNicolas Roard2012-07-173-29/+32
| |/ / /
* | | | Merge "Cache gl operations to avoid redundancy"Chris Craik2012-07-172-22/+63
|\ \ \ \
| * | | | Cache gl operations to avoid redundancyChris Craik2012-07-162-22/+63
* | | | | Merge "Revert "Don't prepare in invoke mode unless needed""Chris Craik2012-07-172-33/+6
|\ \ \ \ \
| * | | | | Revert "Don't prepare in invoke mode unless needed"Chris Craik2012-07-172-33/+6
* | | | | | Merge "Clear the player even when completelyLoaded"Teng-Hui Zhu2012-07-171-1/+4
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Clear the player even when completelyLoadedTeng-Hui Zhu2012-07-171-1/+4
| | |/ / / | |/| | |
* | | | | Add remove functionNicolas Roard2012-07-162-5/+43
* | | | | Merge "Add some comments/cleanup"Nicolas Roard2012-07-162-158/+192
|\ \ \ \ \
| * | | | | Add some comments/cleanupNicolas Roard2012-07-162-158/+192
* | | | | | Merge "Delete unused code"John Reck2012-07-163-413/+0
|\ \ \ \ \ \
| * | | | | | Delete unused codeJohn Reck2012-07-163-413/+0
* | | | | | | Merge "Don't prepare in invoke mode unless needed"Chris Craik2012-07-162-6/+33
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | / / / | | |_|/ / / | |/| | | |
| * | | | | Don't prepare in invoke mode unless neededChris Craik2012-07-122-6/+33
| | |/ / / | |/| | |
* | | | | Merge "improved text bound estimates"Victoria Lease2012-07-161-34/+26
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | improved text bound estimatesVictoria Lease2012-07-161-34/+26
* | | | | New R-Tree implementationNicolas Roard2012-07-134-1626/+651
* | | | | Fix getTotalMatrix()John Reck2012-07-132-4/+6
* | | | | Fix stuttering caused by mallinfoJohn Reck2012-07-131-36/+8
|/ / / /
* | | | Handle MatrixesJohn Reck2012-07-133-14/+86
* | | | Merge "De-dupe States, fix state allocation issues"John Reck2012-07-121-10/+47
|\ \ \ \
| * | | | De-dupe States, fix state allocation issuesJohn Reck2012-07-121-10/+47
* | | | | Merge "approximate text bounds for recording context"Victoria Lease2012-07-121-13/+53
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | approximate text bounds for recording contextVictoria Lease2012-07-121-13/+53
| |/ / /
* | | | Don't attempt to draw clipped-out picturesJohn Reck2012-07-121-3/+8
|/ / /
* | | Use an R-Tree for operation recordingJohn Reck2012-07-1210-121/+1936
* | | Merge "Add reset state"Teng-Hui Zhu2012-07-111-1/+1
|\ \ \
| * | | Add reset stateTeng-Hui Zhu2012-07-101-1/+1
* | | | Merge "Build a clipping tree in RecordingContext"John Reck2012-07-108-124/+200
|\ \ \ \
| * | | | Build a clipping tree in RecordingContextJohn Reck2012-07-108-124/+200
| |/ / /
* | | | Merge "Clean appcache properly on deleteAllData()"Selim Gurun2012-07-101-7/+3
|\ \ \ \
| * | | | Clean appcache properly on deleteAllData()Selim Gurun2012-07-091-7/+3
* | | | | Merge "Fix onReachedMaxAppCacheSize callback"Selim Gurun2012-07-101-2/+16
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix onReachedMaxAppCacheSize callbackSelim Gurun2012-07-101-2/+16
| |/ / /
* | | | Refactor RecordingContext optimization workJohn Reck2012-07-035-113/+112
* | | | Filter out empty save/restoresJohn Reck2012-07-022-2/+61
* | | | Switch to ThreadSafeRefCounted<>John Reck2012-07-024-51/+49