Revision: 15187
http://sourceforge.net/p/skim-app/code/15187
Author: hofman
Date: 2025-05-11 21:07:43 + (Sun, 11 May 2025)
Log Message:
---
Start the transition preview when page was drawn, don't start preview when we
are busy previewing.
Modified Paths:
--
Revision: 15188
http://sourceforge.net/p/skim-app/code/15188
Author: hofman
Date: 2025-05-11 21:14:34 + (Sun, 11 May 2025)
Log Message:
---
use background queue for snapshot thumbnail wwhen pane is closed
Modified Paths:
--
trunk/SKMainWindowController.m
Revision: 15185
http://sourceforge.net/p/skim-app/code/15185
Author: hofman
Date: 2025-05-11 14:59:46 + (Sun, 11 May 2025)
Log Message:
---
There shouldbe no need to clip the bitmaps to the pages. Pass intersectied rect
and forward flag to animation block.
Modified Pat
Revision: 15186
http://sourceforge.net/p/skim-app/code/15186
Author: hofman
Date: 2025-05-11 15:41:28 + (Sun, 11 May 2025)
Log Message:
---
combine check for window in animation method
Modified Paths:
--
trunk/SKPresentationView.m
Modified: trunk/SKPres
Revision: 15189
http://sourceforge.net/p/skim-app/code/15189
Author: hofman
Date: 2025-05-11 21:24:30 + (Sun, 11 May 2025)
Log Message:
---
Rename method to avoid stupid compile warning
Modified Paths:
--
trunk/SKPresentationOptionsSheetController.m
Revision: 15184
http://sourceforge.net/p/skim-app/code/15184
Author: hofman
Date: 2025-05-11 14:14:19 + (Sun, 11 May 2025)
Log Message:
---
Expose transition animation as block and let the caller execute the block.
Fully initialize rather than passing arguments.
Modifi