From 5040af30dd1f47fe7caba53bf2d10a0197168c87 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 26 May 2016 22:42:35 -0400 Subject: [PATCH] Really calculated info about scrollviews this time. --- sv/normal | 25 +++++++++++++++++++++++++ sv/outlineview | 25 +++++++++++++++++++++++++ sv/tableview | 25 +++++++++++++++++++++++++ sv/textview | 25 +++++++++++++++++++++++++ 4 files changed, 100 insertions(+) create mode 100644 sv/normal create mode 100644 sv/outlineview create mode 100644 sv/tableview create mode 100644 sv/textview diff --git a/sv/normal b/sv/normal new file mode 100644 index 00000000..8b6af87e --- /dev/null +++ b/sv/normal @@ -0,0 +1,25 @@ +2016-05-26 22:38:12.877 svtest[81790:544681] backgroundColor NSNamedColorSpace System controlColor +2016-05-26 22:38:12.877 svtest[81790:544681] drawsBackground 1 +2016-05-26 22:38:12.877 svtest[81790:544681] borderType 2 +2016-05-26 22:38:12.877 svtest[81790:544681] documentCursor (null) +2016-05-26 22:38:12.877 svtest[81790:544681] hasHorizontalScroller 1 +2016-05-26 22:38:12.877 svtest[81790:544681] hasVerticalScroller 1 +2016-05-26 22:38:12.877 svtest[81790:544681] autohidesScrollers 0 +2016-05-26 22:38:12.877 svtest[81790:544681] hasHorizontalRuler 0 +2016-05-26 22:38:12.878 svtest[81790:544681] hasVerticalRuler 0 +2016-05-26 22:38:12.878 svtest[81790:544681] rulersVisible 0 +2016-05-26 22:38:12.878 svtest[81790:544681] 10.10 autoAdjContentInsets 1 +2016-05-26 22:38:12.878 svtest[81790:544681] scrollerKnobStyle 0 +2016-05-26 22:38:12.878 svtest[81790:544681] scrollerStyle 1 +2016-05-26 22:38:12.878 svtest[81790:544681] horizontalLineScroll 10 +2016-05-26 22:38:12.878 svtest[81790:544681] verticalLineScroll 10 +2016-05-26 22:38:12.886 svtest[81790:544681] horizontalPageScroll 10 +2016-05-26 22:38:12.886 svtest[81790:544681] verticalPageScroll 10 +2016-05-26 22:38:12.886 svtest[81790:544681] scrollsDynamically 1 +2016-05-26 22:38:12.886 svtest[81790:544681] findBarPosition 1 +2016-05-26 22:38:12.886 svtest[81790:544681] usesPredomAxisScroll 0 +2016-05-26 22:38:12.886 svtest[81790:544681] horizontalElasticity 0 +2016-05-26 22:38:12.886 svtest[81790:544681] verticalElasticity 0 +2016-05-26 22:38:12.887 svtest[81790:544681] 10.8 allowsMagnification 0 +2016-05-26 22:38:12.887 svtest[81790:544681] 10.8 maxMagnification 4 +2016-05-26 22:38:12.887 svtest[81790:544681] 10.8 minMagnification 0.25 diff --git a/sv/outlineview b/sv/outlineview new file mode 100644 index 00000000..67a30877 --- /dev/null +++ b/sv/outlineview @@ -0,0 +1,25 @@ +2016-05-26 22:42:16.208 svtest[82103:547159] backgroundColor NSNamedColorSpace System controlBackgroundColor +2016-05-26 22:42:16.208 svtest[82103:547159] drawsBackground 1 +2016-05-26 22:42:16.208 svtest[82103:547159] borderType 2 +2016-05-26 22:42:16.208 svtest[82103:547159] documentCursor (null) +2016-05-26 22:42:16.209 svtest[82103:547159] hasHorizontalScroller 1 +2016-05-26 22:42:16.209 svtest[82103:547159] hasVerticalScroller 1 +2016-05-26 22:42:16.209 svtest[82103:547159] autohidesScrollers 1 +2016-05-26 22:42:16.209 svtest[82103:547159] hasHorizontalRuler 0 +2016-05-26 22:42:16.209 svtest[82103:547159] hasVerticalRuler 0 +2016-05-26 22:42:16.209 svtest[82103:547159] rulersVisible 0 +2016-05-26 22:42:16.209 svtest[82103:547159] 10.10 autoAdjContentInsets 1 +2016-05-26 22:42:16.209 svtest[82103:547159] scrollerKnobStyle 0 +2016-05-26 22:42:16.209 svtest[82103:547159] scrollerStyle 1 +2016-05-26 22:42:16.209 svtest[82103:547159] horizontalLineScroll 19 +2016-05-26 22:42:16.209 svtest[82103:547159] verticalLineScroll 19 +2016-05-26 22:42:16.217 svtest[82103:547159] horizontalPageScroll 10 +2016-05-26 22:42:16.218 svtest[82103:547159] verticalPageScroll 10 +2016-05-26 22:42:16.218 svtest[82103:547159] scrollsDynamically 1 +2016-05-26 22:42:16.218 svtest[82103:547159] findBarPosition 1 +2016-05-26 22:42:16.218 svtest[82103:547159] usesPredomAxisScroll 0 +2016-05-26 22:42:16.218 svtest[82103:547159] horizontalElasticity 0 +2016-05-26 22:42:16.218 svtest[82103:547159] verticalElasticity 0 +2016-05-26 22:42:16.218 svtest[82103:547159] 10.8 allowsMagnification 0 +2016-05-26 22:42:16.218 svtest[82103:547159] 10.8 maxMagnification 4 +2016-05-26 22:42:16.218 svtest[82103:547159] 10.8 minMagnification 0.25 diff --git a/sv/tableview b/sv/tableview new file mode 100644 index 00000000..558b6e19 --- /dev/null +++ b/sv/tableview @@ -0,0 +1,25 @@ +2016-05-26 22:41:26.514 svtest[82032:546554] backgroundColor NSNamedColorSpace System controlBackgroundColor +2016-05-26 22:41:26.514 svtest[82032:546554] drawsBackground 1 +2016-05-26 22:41:26.514 svtest[82032:546554] borderType 2 +2016-05-26 22:41:26.514 svtest[82032:546554] documentCursor (null) +2016-05-26 22:41:26.515 svtest[82032:546554] hasHorizontalScroller 1 +2016-05-26 22:41:26.515 svtest[82032:546554] hasVerticalScroller 1 +2016-05-26 22:41:26.515 svtest[82032:546554] autohidesScrollers 1 +2016-05-26 22:41:26.515 svtest[82032:546554] hasHorizontalRuler 0 +2016-05-26 22:41:26.516 svtest[82032:546554] hasVerticalRuler 0 +2016-05-26 22:41:26.516 svtest[82032:546554] rulersVisible 0 +2016-05-26 22:41:26.516 svtest[82032:546554] 10.10 autoAdjContentInsets 1 +2016-05-26 22:41:26.516 svtest[82032:546554] scrollerKnobStyle 0 +2016-05-26 22:41:26.516 svtest[82032:546554] scrollerStyle 1 +2016-05-26 22:41:26.516 svtest[82032:546554] horizontalLineScroll 19 +2016-05-26 22:41:26.516 svtest[82032:546554] verticalLineScroll 19 +2016-05-26 22:41:26.528 svtest[82032:546554] horizontalPageScroll 10 +2016-05-26 22:41:26.528 svtest[82032:546554] verticalPageScroll 10 +2016-05-26 22:41:26.528 svtest[82032:546554] scrollsDynamically 1 +2016-05-26 22:41:26.528 svtest[82032:546554] findBarPosition 1 +2016-05-26 22:41:26.528 svtest[82032:546554] usesPredomAxisScroll 0 +2016-05-26 22:41:26.528 svtest[82032:546554] horizontalElasticity 0 +2016-05-26 22:41:26.528 svtest[82032:546554] verticalElasticity 0 +2016-05-26 22:41:26.528 svtest[82032:546554] 10.8 allowsMagnification 0 +2016-05-26 22:41:26.528 svtest[82032:546554] 10.8 maxMagnification 4 +2016-05-26 22:41:26.528 svtest[82032:546554] 10.8 minMagnification 0.25 diff --git a/sv/textview b/sv/textview new file mode 100644 index 00000000..e6363625 --- /dev/null +++ b/sv/textview @@ -0,0 +1,25 @@ +2016-05-26 22:40:02.050 svtest[81927:545793] backgroundColor NSCalibratedWhiteColorSpace 1 1 +2016-05-26 22:40:02.050 svtest[81927:545793] drawsBackground 1 +2016-05-26 22:40:02.051 svtest[81927:545793] borderType 2 +2016-05-26 22:40:02.052 svtest[81927:545793] documentCursor +2016-05-26 22:40:02.052 svtest[81927:545793] hasHorizontalScroller 0 +2016-05-26 22:40:02.052 svtest[81927:545793] hasVerticalScroller 1 +2016-05-26 22:40:02.052 svtest[81927:545793] autohidesScrollers 0 +2016-05-26 22:40:02.052 svtest[81927:545793] hasHorizontalRuler 0 +2016-05-26 22:40:02.052 svtest[81927:545793] hasVerticalRuler 0 +2016-05-26 22:40:02.052 svtest[81927:545793] rulersVisible 0 +2016-05-26 22:40:02.052 svtest[81927:545793] 10.10 autoAdjContentInsets 1 +2016-05-26 22:40:02.052 svtest[81927:545793] scrollerKnobStyle 0 +2016-05-26 22:40:02.052 svtest[81927:545793] scrollerStyle 1 +2016-05-26 22:40:02.054 svtest[81927:545793] horizontalLineScroll 10 +2016-05-26 22:40:02.055 svtest[81927:545793] verticalLineScroll 10 +2016-05-26 22:40:02.062 svtest[81927:545793] horizontalPageScroll 10 +2016-05-26 22:40:02.062 svtest[81927:545793] verticalPageScroll 10 +2016-05-26 22:40:02.062 svtest[81927:545793] scrollsDynamically 1 +2016-05-26 22:40:02.062 svtest[81927:545793] findBarPosition 1 +2016-05-26 22:40:02.062 svtest[81927:545793] usesPredomAxisScroll 0 +2016-05-26 22:40:02.062 svtest[81927:545793] horizontalElasticity 0 +2016-05-26 22:40:02.062 svtest[81927:545793] verticalElasticity 0 +2016-05-26 22:40:02.062 svtest[81927:545793] 10.8 allowsMagnification 0 +2016-05-26 22:40:02.062 svtest[81927:545793] 10.8 maxMagnification 4 +2016-05-26 22:40:02.063 svtest[81927:545793] 10.8 minMagnification 0.25