Commit graph

9218 commits

Author SHA1 Message Date
Gregory John Casamento
9abf2a7494 ASSIGN name to _name in initWithName:target:selector: 2021-09-14 02:38:24 -04:00
Gregory John Casamento
c6fc8e0984 Add simple implementation to NSAccessibilityCustomAction.m 2021-09-13 18:19:31 -04:00
Gregory Casamento
b99d38f884
Update CODEOWNERS 2021-07-17 05:48:08 -04:00
Gregory Casamento
3e7dfb98c1 Correct tests name 2021-07-14 05:10:07 -04:00
Gregory Casamento
93c44cecf5 Update scripts 2021-07-14 04:43:46 -04:00
Gregory Casamento
c65f602a35 Merge branch 'master' of github.com:gnustep/libs-gui 2021-07-14 04:42:00 -04:00
Gregory Casamento
65e243ef65 Add tests to gui 2021-07-14 04:41:27 -04:00
Gregory Casamento
deb1fb79c4
Update build.sh 2021-07-12 11:41:22 -04:00
Gregory Casamento
44b58c33b6
Update build.sh libobjc 2021-07-12 06:10:35 -04:00
Gregory Casamento
399fe0e09e Update gui workflows 2021-07-12 06:07:57 -04:00
Gregory Casamento
08eaffda78
Initial workflow for libs-gui
Initial workflow for libs-gui
2021-07-12 03:11:29 -04:00
Gregory John Casamento
ba6666a760 Temporary fix for issue with RTF parsing crash. Issue #107 2021-06-27 02:43:46 -04:00
Gregory John Casamento
227b0f33fa Revert second part of accidental commit. 2021-06-24 20:34:38 -04:00
Riccardo Mottola
31bedc6fbf revert unintentional commit breaking ButtonCell 2021-06-25 03:09:22 +02:00
Gregory Casamento
6bc1bebf53 Add icon for speech synthesizer 2021-06-24 19:11:42 -04:00
Gregory Casamento
6f623acdff Merge branch 'master' of github.com:gnustep/libs-gui 2021-06-24 19:01:00 -04:00
Gregory Casamento
bf46505e08 Add icon for speech recognizer. 2021-06-24 19:00:51 -04:00
Riccardo Mottola
0ded9f7ea2 force origin to (0,0) as suggested by Fred for a Subview 2021-06-17 23:16:20 +02:00
Riccardo Mottola
0b1771198f When initializing the text view do not use the document view of the scroll view which is not yet set and invalid. (Fixes exceptions/crashes - fix by Fred Kiefer) 2021-06-17 14:12:59 +02:00
Gregory Casamento
3695d41452
Merge pull request #105 from gnustep/NSStackView_branch2
NSStackView merge
2021-05-29 09:26:09 -04:00
Gregory John Casamento
de67486bd3 fix minor grammar error in ChangeLog 2021-05-28 03:01:39 -04: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
1687283ccf Fix decoding of NSStackViewContainerNonDroppedViews 2021-05-26 06:56:30 -04:00
Gregory John Casamento
e96de59a83 Fix decoding of NSStackViewContainerNonDroppedViews 2021-05-26 06:41:19 -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
b95a2a5f7b Add changelog entry 2021-05-20 23:14:42 -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