Skip to content

Commit 99eabcb

Browse files
committed
Start windows in fullscreen to workaround the scrollback glitch
1 parent 6c72a19 commit 99eabcb

File tree

12 files changed

+135
-145
lines changed

12 files changed

+135
-145
lines changed

Interfaces/Autocomplete.xib

Lines changed: 13 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="9059" systemVersion="15B42" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="22155" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
33
<dependencies>
4-
<deployment identifier="macosx"/>
5-
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="9059"/>
4+
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22155"/>
5+
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
66
</dependencies>
77
<objects>
88
<customObject id="-2" userLabel="File's Owner" customClass="AutocompleteView">
@@ -13,33 +13,31 @@
1313
</customObject>
1414
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
1515
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
16-
<window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" oneShot="NO" showsToolbarButton="NO" visibleAtLaunch="NO" animationBehavior="default" id="1" customClass="PopupWindow">
16+
<window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" visibleAtLaunch="NO" animationBehavior="default" id="1" customClass="PopupWindow">
1717
<windowStyleMask key="styleMask" titled="YES" resizable="YES"/>
1818
<windowPositionMask key="initialPositionMask" leftStrut="YES" bottomStrut="YES"/>
1919
<rect key="contentRect" x="656" y="213" width="480" height="556"/>
20-
<rect key="screenRect" x="0.0" y="0.0" width="1920" height="1057"/>
20+
<rect key="screenRect" x="0.0" y="0.0" width="1800" height="1131"/>
2121
<view key="contentView" id="2" customClass="iTermClearView">
2222
<rect key="frame" x="0.0" y="0.0" width="480" height="556"/>
2323
<autoresizingMask key="autoresizingMask"/>
2424
<subviews>
25-
<scrollView borderType="line" autohidesScrollers="YES" horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" usesPredominantAxisScrolling="NO" id="3" customClass="iTermRoundedCornerScrollView">
25+
<scrollView fixedFrame="YES" borderType="line" autohidesScrollers="YES" horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="3" customClass="iTermRoundedCornerScrollView">
2626
<rect key="frame" x="0.0" y="0.0" width="480" height="556"/>
2727
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
2828
<clipView key="contentView" drawsBackground="NO" id="zZn-hD-1Fd">
2929
<rect key="frame" x="1" y="1" width="478" height="554"/>
3030
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
3131
<subviews>
3232
<tableView appearanceType="vibrantLight" verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" selectionHighlightStyle="sourceList" columnReordering="NO" multipleSelection="NO" autosaveColumns="NO" typeSelect="NO" id="5" customClass="iTermKeyboardNavigatableTableView">
33-
<rect key="frame" x="0.0" y="0.0" width="478" height="19"/>
34-
<autoresizingMask key="autoresizingMask"/>
35-
<animations/>
33+
<rect key="frame" x="0.0" y="0.0" width="478" height="554"/>
34+
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
3635
<size key="intercellSpacing" width="3" height="2"/>
3736
<color key="backgroundColor" name="_sourceListBackgroundColor" catalog="System" colorSpace="catalog"/>
3837
<color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
3938
<tableColumns>
40-
<tableColumn identifier="value" editable="NO" width="475" minWidth="40" maxWidth="1000" id="9">
39+
<tableColumn identifier="value" editable="NO" width="446" minWidth="40" maxWidth="1000" id="9">
4140
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Autocomplete">
42-
<font key="font" metaFont="smallSystem"/>
4341
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
4442
<color key="backgroundColor" white="0.33333299" alpha="1" colorSpace="calibratedWhite"/>
4543
</tableHeaderCell>
@@ -57,27 +55,23 @@
5755
</connections>
5856
</tableView>
5957
</subviews>
60-
<animations/>
6158
<nil key="backgroundColor"/>
6259
</clipView>
63-
<animations/>
64-
<scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="YES" id="6">
60+
<scroller key="horizontalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="YES" id="6">
6561
<rect key="frame" x="1" y="119" width="223" height="15"/>
6662
<autoresizingMask key="autoresizingMask"/>
67-
<animations/>
6863
</scroller>
69-
<scroller key="verticalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="NO" id="7">
64+
<scroller key="verticalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="NO" id="7">
7065
<rect key="frame" x="224" y="17" width="15" height="102"/>
7166
<autoresizingMask key="autoresizingMask"/>
72-
<animations/>
7367
</scroller>
7468
</scrollView>
7569
</subviews>
76-
<animations/>
7770
</view>
7871
<connections>
7972
<outlet property="delegate" destination="-2" id="16"/>
8073
</connections>
74+
<point key="canvasLocation" x="139" y="-46"/>
8175
</window>
8276
</objects>
8377
</document>

Interfaces/CommandHistoryPopup.xib

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="7531" systemVersion="14C109" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="22155" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
33
<dependencies>
4-
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="7531"/>
4+
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22155"/>
5+
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
56
</dependencies>
67
<objects>
78
<customObject id="-2" userLabel="File's Owner" customClass="CommandHistoryPopupWindowController">
@@ -12,32 +13,31 @@
1213
</customObject>
1314
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
1415
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
15-
<window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" oneShot="NO" showsToolbarButton="NO" visibleAtLaunch="NO" animationBehavior="default" id="Syw-ug-Oz4" customClass="PopupWindow">
16+
<window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" visibleAtLaunch="NO" animationBehavior="default" id="Syw-ug-Oz4" customClass="PopupWindow">
1617
<windowStyleMask key="styleMask" titled="YES" resizable="YES"/>
1718
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
1819
<rect key="contentRect" x="157" y="191" width="480" height="270"/>
19-
<rect key="screenRect" x="0.0" y="0.0" width="1440" height="878"/>
20+
<rect key="screenRect" x="0.0" y="0.0" width="1800" height="1131"/>
2021
<view key="contentView" id="NsI-8S-5Oy" customClass="iTermClearView">
2122
<rect key="frame" x="0.0" y="0.0" width="480" height="270"/>
2223
<autoresizingMask key="autoresizingMask"/>
2324
<subviews>
24-
<scrollView borderType="line" autohidesScrollers="YES" horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" usesPredominantAxisScrolling="NO" id="6Xk-vn-NFd" customClass="iTermRoundedCornerScrollView">
25+
<scrollView fixedFrame="YES" borderType="line" autohidesScrollers="YES" horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="6Xk-vn-NFd" customClass="iTermRoundedCornerScrollView">
2526
<rect key="frame" x="0.0" y="0.0" width="480" height="270"/>
2627
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
2728
<clipView key="contentView" drawsBackground="NO" id="Nbv-B7-bhe">
2829
<rect key="frame" x="1" y="1" width="478" height="268"/>
2930
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
3031
<subviews>
3132
<tableView appearanceType="vibrantLight" verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" selectionHighlightStyle="sourceList" columnReordering="NO" multipleSelection="NO" autosaveColumns="NO" typeSelect="NO" id="owM-MY-jEo" customClass="iTermKeyboardNavigatableTableView">
32-
<rect key="frame" x="0.0" y="0.0" width="480" height="19"/>
33-
<autoresizingMask key="autoresizingMask"/>
33+
<rect key="frame" x="0.0" y="0.0" width="478" height="268"/>
34+
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
3435
<size key="intercellSpacing" width="3" height="2"/>
3536
<color key="backgroundColor" name="_sourceListBackgroundColor" catalog="System" colorSpace="catalog"/>
3637
<color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
3738
<tableColumns>
3839
<tableColumn identifier="value" editable="NO" width="350" minWidth="40" maxWidth="1000" id="wev-Vy-2ea">
3940
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Command">
40-
<font key="font" metaFont="smallSystem"/>
4141
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
4242
<color key="backgroundColor" white="0.33333298560000002" alpha="1" colorSpace="calibratedWhite"/>
4343
</tableHeaderCell>
@@ -48,9 +48,8 @@
4848
</textFieldCell>
4949
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES"/>
5050
</tableColumn>
51-
<tableColumn identifier="date" editable="NO" width="122" minWidth="40" maxWidth="1000" id="tpk-Nj-p6c">
51+
<tableColumn identifier="date" editable="NO" width="93" minWidth="40" maxWidth="1000" id="tpk-Nj-p6c">
5252
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Last Used">
53-
<font key="font" metaFont="smallSystem"/>
5453
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
5554
<color key="backgroundColor" white="0.33333298560000002" alpha="1" colorSpace="calibratedWhite"/>
5655
</tableHeaderCell>
@@ -70,11 +69,11 @@
7069
</subviews>
7170
<nil key="backgroundColor"/>
7271
</clipView>
73-
<scroller key="horizontalScroller" hidden="YES" appearanceType="vibrantLight" verticalHuggingPriority="750" horizontal="YES" id="ZZJ-HZ-edn">
72+
<scroller key="horizontalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="YES" id="ZZJ-HZ-edn">
7473
<rect key="frame" x="1" y="119" width="223" height="15"/>
7574
<autoresizingMask key="autoresizingMask"/>
7675
</scroller>
77-
<scroller key="verticalScroller" hidden="YES" appearanceType="vibrantLight" verticalHuggingPriority="750" doubleValue="1" horizontal="NO" id="e6C-Cs-Stl">
76+
<scroller key="verticalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" doubleValue="1" horizontal="NO" id="e6C-Cs-Stl">
7877
<rect key="frame" x="224" y="17" width="15" height="102"/>
7978
<autoresizingMask key="autoresizingMask"/>
8079
</scroller>
@@ -84,6 +83,7 @@
8483
<connections>
8584
<outlet property="delegate" destination="-2" id="dZ8-MT-9lV"/>
8685
</connections>
86+
<point key="canvasLocation" x="139" y="-46"/>
8787
</window>
8888
</objects>
8989
</document>

Interfaces/NumberOfSpacesAccessoryView.xib

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="6250" systemVersion="14A389" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="22155" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
33
<dependencies>
4-
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="6250"/>
4+
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22155"/>
5+
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
56
</dependencies>
67
<objects>
78
<customObject id="-2" userLabel="File's Owner" customClass="iTermNumberOfSpacesAccessoryViewController">
@@ -19,6 +20,7 @@
1920
<subviews>
2021
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="vnk-sP-nwD">
2122
<rect key="frame" x="-2" y="4" width="121" height="17"/>
23+
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
2224
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Tab size in spaces:" id="Htp-7L-sn0">
2325
<font key="font" metaFont="system"/>
2426
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
@@ -27,9 +29,10 @@
2729
</textField>
2830
<textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="woN-Aa-amn">
2931
<rect key="frame" x="125" y="2" width="31" height="22"/>
32+
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
3033
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" title="100" drawsBackground="YES" id="d6u-sa-c0E">
3134
<font key="font" metaFont="system"/>
32-
<color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
35+
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
3336
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
3437
</textFieldCell>
3538
<connections>
@@ -38,6 +41,7 @@
3841
</textField>
3942
<stepper horizontalHuggingPriority="750" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="bzK-V1-trG">
4043
<rect key="frame" x="156" y="-1" width="19" height="27"/>
44+
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
4145
<stepperCell key="cell" continuous="YES" alignment="left" maxValue="100" id="rFj-GM-aVl"/>
4246
<connections>
4347
<action selector="stepperDidChange:" target="-2" id="4mu-Yh-Q8K"/>

0 commit comments

Comments
 (0)