Revision: 12677
http://sourceforge.net/p/skim-app/code/12677
Author: hofman
Date: 2022-01-04 10:47:03 + (Tue, 04 Jan 2022)
Log Message:
---
Call super only from one place
Modified Paths:
--
trunk/SKPDFView.m
Modified: trunk/SKPDFView.m
=
Revision: 12678
http://sourceforge.net/p/skim-app/code/12678
Author: hofman
Date: 2022-01-04 13:18:29 + (Tue, 04 Jan 2022)
Log Message:
---
No need to declare private method
Modified Paths:
--
trunk/SKPDFView.m
Modified: trunk/SKPDFView.m
==
Revision: 12679
http://sourceforge.net/p/skim-app/code/12679
Author: hofman
Date: 2022-01-04 15:04:54 + (Tue, 04 Jan 2022)
Log Message:
---
Make sure pdfview returns an undoManager, even if it is not in a window, use
delegate if not available.
Modified Paths:
-
Revision: 12680
http://sourceforge.net/p/skim-app/code/12680
Author: hofman
Date: 2022-01-04 15:17:20 + (Tue, 04 Jan 2022)
Log Message:
---
Implement undo for transitions in setters of transition controller instead of
by KVO
Modified Paths:
--
trunk/SKP
Revision: 12681
http://sourceforge.net/p/skim-app/code/12681
Author: hofman
Date: 2022-01-04 15:34:45 + (Tue, 04 Jan 2022)
Log Message:
---
Add observer for undomanager in setDelegate, so we can observe the actual
undoManager
Modified Paths:
--
trunk/SK
Revision: 12682
http://sourceforge.net/p/skim-app/code/12682
Author: hofman
Date: 2022-01-04 15:36:25 + (Tue, 04 Jan 2022)
Log Message:
---
Add observer for undoManager after setting the delegate
Modified Paths:
--
trunk/SKPDFView.m
Modified: trunk/SKPD
Revision: 12683
http://sourceforge.net/p/skim-app/code/12683
Author: hofman
Date: 2022-01-04 23:21:08 + (Tue, 04 Jan 2022)
Log Message:
---
convenience method to determine whether resize handles should draw active
Modified Paths:
--
trunk/SKPDFView.m
Mo
Revision: 12684
http://sourceforge.net/p/skim-app/code/12684
Author: hofman
Date: 2022-01-04 23:41:09 + (Tue, 04 Jan 2022)
Log Message:
---
Rename method
Modified Paths:
--
trunk/SKPDFView.m
Modified: trunk/SKPDFView.m
==
Revision: 12685
http://sourceforge.net/p/skim-app/code/12685
Author: hofman
Date: 2022-01-04 23:50:03 + (Tue, 04 Jan 2022)
Log Message:
---
Derive wether to draw active selections from passed pdfview
Modified Paths:
--
trunk/PDFAnnotationInk_SKExtensions