public
Fork of Caged/gitnub
Description: A Gitk-like application written in RubyCocoa that looks like it belongs on a Mac. See the wiki for downloads and screenshots.
Homepage: http://alternateidea.com
Clone URL: git://github.com/benstiglitz/gitnub.git
Search Repo:
Merge in Benjamin Stiglitz's fix.  Use proper background style for labels 
instead of core animation mojo
Caged (author)
Wed Mar 12 14:04:12 -0700 2008
commit  f8aee2be664552af5ba1a2ec8f4a73d7166efc5e
tree    9b38ad5ba58cacf1ba3c05050ed37a24d4390fae
parent  c9555a2c8271cc73fde559a37bb1cf1950ed92f0
...
8
9
10
 
11
12
13
...
38
39
40
41
 
42
43
44
...
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
...
309
310
311
 
312
313
314
...
335
336
337
 
338
339
340
...
396
397
398
 
399
400
401
...
590
591
592
 
593
594
595
...
797
798
799
 
 
 
 
 
 
 
 
800
801
802
...
1201
1202
1203
 
1204
1205
1206
1207
...
1256
1257
1258
1259
 
1260
1261
 
1262
1263
1264
...
1298
1299
1300
1301
 
 
 
 
 
1302
1303
1304
...
1358
1359
1360
1361
 
1362
1363
1364
...
1374
1375
1376
 
1377
1378
1379
...
1383
1384
1385
 
1386
1387
1388
...
8
9
10
11
12
13
14
...
39
40
41
 
42
43
44
45
...
129
130
131
 
 
 
 
 
 
 
 
 
132
133
134
...
301
302
303
304
305
306
307
...
328
329
330
331
332
333
334
...
390
391
392
393
394
395
396
...
585
586
587
588
589
590
591
...
793
794
795
796
797
798
799
800
801
802
803
804
805
806
...
1205
1206
1207
1208
1209
1210
1211
1212
...
1261
1262
1263
 
1264
1265
 
1266
1267
1268
1269
...
1303
1304
1305
 
1306
1307
1308
1309
1310
1311
1312
1313
...
1367
1368
1369
 
1370
1371
1372
1373
...
1383
1384
1385
1386
1387
1388
1389
...
1393
1394
1395
1396
1397
1398
1399
0
@@ -8,6 +8,7 @@
0
     <string key="IBDocument.HIToolboxVersion">352.00</string>
0
     <object class="NSMutableArray" key="IBDocument.EditedObjectIDs">
0
       <bool key="EncodedWithXMLCoder">YES</bool>
0
+ <integer value="2"/>
0
       <integer value="398"/>
0
     </object>
0
     <object class="NSArray" key="IBDocument.PluginDependencies">
0
@@ -38,7 +39,7 @@
0
         <nil key="NSViewClass"/>
0
         <string key="NSWindowContentMinSize">{400, 300}</string>
0
         <object class="NSView" key="NSWindowView" id="831824449">
0
- <nil key="NSNextResponder"/>
0
+ <reference key="NSNextResponder"/>
0
           <int key="NSvFlags">256</int>
0
           <object class="NSMutableArray" key="NSSubviews">
0
             <bool key="EncodedWithXMLCoder">YES</bool>
0
@@ -128,15 +129,6 @@
0
               <int key="NSvFlags">289</int>
0
               <string key="NSFrame">{{721, 16}, {51, 17}}</string>
0
               <reference key="NSSuperview" ref="831824449"/>
0
- <bool key="NSViewIsLayerTreeHost">YES</bool>
0
- <object class="NSShadow" key="NSViewShadow">
0
- <double key="NSShadowHoriz">1.000000e+00</double>
0
- <double key="NSShadowVert">-1.000000e+00</double>
0
- <object class="NSColor" key="NSShadowColor" id="728987342">
0
- <int key="NSColorSpace">1</int>
0
- <bytes key="NSRGB">MC44MDAwMDAwMSAwLjgwMDAwMDAxIDAuODAwMDAwMDEAA</bytes>
0
- </object>
0
- </object>
0
               <bool key="NSEnabled">YES</bool>
0
               <object class="NSTextFieldCell" key="NSCell" id="31210086">
0
                 <int key="NSCellFlags">67239488</int>
0
@@ -309,6 +301,7 @@
0
                       </object>
0
                       <string key="NSFrameSize">{298, 637}</string>
0
                       <reference key="NSSuperview" ref="1052727212"/>
0
+ <reference key="NSNextKeyView" ref="95565757"/>
0
                       <reference key="NSDocView" ref="95565757"/>
0
                       <reference key="NSBGColor" ref="1046813822"/>
0
                       <int key="NScvFlags">4</int>
0
@@ -335,6 +328,7 @@
0
                   </object>
0
                   <string key="NSFrameSize">{298, 637}</string>
0
                   <reference key="NSSuperview" ref="476771339"/>
0
+ <reference key="NSNextKeyView" ref="648361966"/>
0
                   <int key="NSsFlags">528</int>
0
                   <reference key="NSVScroller" ref="728533113"/>
0
                   <reference key="NSHScroller" ref="439200232"/>
0
@@ -396,6 +390,7 @@
0
             </object>
0
           </object>
0
           <string key="NSFrameSize">{990, 682}</string>
0
+ <reference key="NSSuperview"/>
0
         </object>
0
         <string key="NSScreenRect">{{0, 0}, {1440, 878}}</string>
0
         <string key="NSMinSize">{400, 322}</string>
0
@@ -590,6 +585,7 @@
0
             </object>
0
             <string key="NSFrameSize">{481, 404}</string>
0
             <reference key="NSSuperview" ref="591982567"/>
0
+ <reference key="NSNextKeyView"/>
0
             <string key="FrameName"/>
0
             <string key="GroupName"/>
0
             <object class="WebPreferences" key="Preferences">
0
@@ -797,6 +793,14 @@
0
           </object>
0
           <int key="connectionID">401</int>
0
         </object>
0
+ <object class="IBConnectionRecord">
0
+ <object class="IBOutletConnection" key="connection">
0
+ <string key="label">branch_field</string>
0
+ <reference key="source" ref="620275248"/>
0
+ <reference key="destination" ref="869639466"/>
0
+ </object>
0
+ <int key="connectionID">402</int>
0
+ </object>
0
       </object>
0
       <object class="IBMutableOrderedSet" key="objectRecords">
0
         <object class="NSArray" key="orderedObjects">
0
@@ -1201,6 +1205,7 @@
0
           <string>29.ImportedFromIB2</string>
0
           <string>29.editorWindowContentRectSynchronizationRect</string>
0
           <string>306.IBPluginDependency</string>
0
+ <string>306.IBViewIntegration.shadowBlurRadius</string>
0
           <string>306.IBViewIntegration.shadowColor</string>
0
           <string>306.IBViewIntegration.shadowOffsetHeight</string>
0
           <string>306.IBViewIntegration.shadowOffsetWidth</string>
0
0
@@ -1256,9 +1261,9 @@
0
           <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
0
           <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
0
           <reference ref="9"/>
0
- <string>{{39, 170}, {990, 682}}</string>
0
+ <string>{{370, 164}, {990, 682}}</string>
0
           <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
0
- <string>{{39, 170}, {990, 682}}</string>
0
+ <string>{{370, 164}, {990, 682}}</string>
0
           <reference ref="9"/>
0
           <reference ref="9"/>
0
           <string>{{146, 188}, {820, 596}}</string>
0
@@ -1298,7 +1303,11 @@
0
           <reference ref="9"/>
0
           <string>{{143, 807}, {92, 20}}</string>
0
           <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
0
- <reference ref="728987342"/>
0
+ <real value="0.000000e+00"/>
0
+ <object class="NSColor">
0
+ <int key="NSColorSpace">1</int>
0
+ <bytes key="NSRGB">MC44MDAwMDAwMSAwLjgwMDAwMDAxIDAuODAwMDAwMDEAA</bytes>
0
+ </object>
0
           <real value="-1.000000e+00"/>
0
           <reference ref="9"/>
0
           <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
0
@@ -1358,7 +1367,7 @@
0
         </object>
0
       </object>
0
       <nil key="sourceID"/>
0
- <int key="maxID">401</int>
0
+ <int key="maxID">402</int>
0
     </object>
0
     <object class="IBClassDescriber" key="IBDocument.Classes">
0
       <object class="NSMutableArray" key="referencedPartialClassDescriptions">
0
@@ -1374,6 +1383,7 @@
0
             <bool key="EncodedWithXMLCoder">YES</bool>
0
             <object class="NSMutableArray" key="dict.sortedKeys">
0
               <bool key="EncodedWithXMLCoder">YES</bool>
0
+ <string>branch_field</string>
0
               <string>commits_controller</string>
0
               <string>commits_table</string>
0
               <string>info_button</string>
0
@@ -1383,6 +1393,7 @@
0
             </object>
0
             <object class="NSMutableArray" key="dict.values">
0
               <bool key="EncodedWithXMLCoder">YES</bool>
0
+ <string>id</string>
0
               <string>id</string>
0
               <string>id</string>
0
               <string>id</string>

Comments

    No one has commented yet.