Fred Kiefer
|
34423da47e
|
* Source/NSImageCell.m,
* Source/NSAccessibilityCustomAction.m,
* Source/NSStackView.m,
* Source/NSGridView.m: Fix compiler warnings
|
2022-06-12 22:13:06 +02:00 |
|
Gregory John Casamento
|
d3a1fd1119
|
Remove some unneeded comments in init method
|
2021-05-27 18:35:15 -04:00 |
|
Gregory John Casamento
|
ec1eb16cc8
|
Changes to return proper subview and arrangedSubview arrays for NSStackView. Refresh view when arranged subviews are set.
|
2021-05-27 08:14:43 -04:00 |
|
Gregory John Casamento
|
f481605a6a
|
Intermediate work on layout for container.
|
2021-05-27 08:05:14 -04:00 |
|
Gregory John Casamento
|
4002c0efa0
|
Show stack view container contents
|
2021-05-27 06:34:00 -04:00 |
|
Gregory John Casamento
|
1ed368de09
|
Add encoding for NSStackViewContainer class
|
2021-05-26 03:24:08 -04:00 |
|
Gregory John Casamento
|
6e5abba867
|
Add decoding keys for NSStackViewContainer
|
2021-05-26 02:31:43 -04:00 |
|
Gregory John Casamento
|
386d5aee5f
|
Fix distribution decoding for NSStackView
|
2021-05-25 12:56:57 -04:00 |
|
Gregory John Casamento
|
7a01dc7a99
|
Minor improvements
|
2021-05-25 07:25:19 -04:00 |
|
Gregory John Casamento
|
65ade78a5a
|
Fix issue with expanding control when needed
|
2021-05-24 08:13:28 -04:00 |
|
Gregory John Casamento
|
1414cfeff6
|
Add implementation for horizontal view without containers
|
2021-05-24 07:14:44 -04:00 |
|
Gregory John Casamento
|
ba065e55e2
|
More corrections to calculation.
|
2021-05-24 06:54:38 -04:00 |
|
Gregory John Casamento
|
f06f27f40d
|
More corrections to calculation. Move logic to _layoutViewsInView:withOrientation:
|
2021-05-24 06:40:52 -04:00 |
|
Gregory John Casamento
|
9c43880d85
|
More corrections to calculation. Move logic to _layoutViewsInView:withOrientation:
|
2021-05-24 06:03:23 -04:00 |
|
Gregory John Casamento
|
346138b042
|
More fixes
|
2021-05-23 16:13:30 -04:00 |
|
Gregory John Casamento
|
47b7b0b084
|
More fixes
|
2021-05-23 15:40:17 -04:00 |
|
Gregory John Casamento
|
37b1475f54
|
Slightly refactor where we are getting the frame
|
2021-05-23 15:33:40 -04:00 |
|
Gregory John Casamento
|
b4e7f7c065
|
Correct the math for calculating view position.
|
2021-05-23 14:29:05 -04:00 |
|
Gregory John Casamento
|
d9ed92cdec
|
Fix xib encoding for stack view, update MISSING file, add decoding for distribution, update NSStackView _refreshView method, update methods for adding views to stackview.
|
2021-05-20 22:31:00 -04:00 |
|
Gregory John Casamento
|
47d48a1659
|
Add methods to handle orientation in NSStackView.
|
2021-05-18 21:34:19 -04:00 |
|
Gregory John Casamento
|
8814229de5
|
Add container and methods needed to manage views
|
2021-05-17 23:56:42 -04:00 |
|
Gregory John Casamento
|
c67a284440
|
Add private stackview container class.
|
2021-05-17 22:46:13 -04:00 |
|
Gregory John Casamento
|
fe365693bd
|
Add middle and end containers. Rename keys correctly according to nib file.
|
2021-05-17 10:56:37 -04:00 |
|
Gregory John Casamento
|
b5f820d052
|
Implement _hasEqualSpacing
|
2021-05-17 06:15:56 -04:00 |
|
Gregory John Casamento
|
3fd0f590f4
|
Implement encodeWithCoder: for NSStackView
|
2021-05-17 05:45:25 -04:00 |
|
Gregory John Casamento
|
00672662de
|
Implement initWithCoder for NSStackView
|
2021-05-17 05:29:22 -04:00 |
|
Gregory John Casamento
|
2fe5ce8056
|
Add more info to debug when insert or addView methods are called
|
2021-05-17 01:08:08 -04:00 |
|
Gregory John Casamento
|
a2b48d2103
|
Add private views for storing things in different gravity settings
|
2021-05-17 01:06:59 -04:00 |
|
Gregory John Casamento
|
d415a75a03
|
Decoding for NSStackView
|
2021-05-16 02:47:55 -04:00 |
|