Commit graph

9218 commits

Author SHA1 Message Date
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
Gregory John Casamento
6e954298e2 Add call to allowsKeyedCoding to determine if encoding should be done for NSProxyObject 2021-05-15 21:37:59 -04:00
Gregory Casamento
a354fb0f7f
Merge pull request #103 from gnustep/xib_gorm_integration
XIB/Gorm integration
2021-05-06 23:08:16 -04:00
Riccardo Mottola
a4c5e48839 if a Help viewer is found and the file is opened, do not beep 2021-05-07 02:46:45 +02:00
Gregory Casamento
91fe895197
Merge branch 'master' into xib_gorm_integration 2021-05-02 12:17:13 -04:00
Gregory Casamento
192d7078fd
Merge pull request #102 from gnustep/nib_loading_improvements
Nib loading improvements
2021-05-02 12:13:31 -04:00
Gregory Casamento
7f34757ce1
Merge branch 'master' into nib_loading_improvements 2021-04-30 23:42:39 -04:00
Gregory John Casamento
9534755dbb Add logic to build an array which contains information to recreate custom class associations in GSXib5KeyedUnarchiver 2021-04-28 19:04:04 -04:00
Gregory John Casamento
74f8e99c2c Add to the description of IBConnector so that it shows more detail. 2021-04-26 19:57:39 -04:00
Ivan Vučica
cc6c371730
release-chore: Release 0.29.0. 2021-04-26 23:06:48 +01:00
Gregory John Casamento
79fa1b68cd Changes to facilitate XIB loading in IB/Gorm. Added customClassNames to IBObjectContainer and skipped instantiation of custom classes in GSXib5KeyedUnarchiver if we are currently loading as a model in IB/Gorm. 2021-04-25 10:04:34 -04:00
Gregory John Casamento
b97aca9cd4 Removed unused GSXibObjectContainer.[hm] files from directory and from GNUmakefile 2021-04-24 11:08:21 -04:00
Gregory John Casamento
d9921efd8e Use [GSModelLoaderFactory modelLoaderForData:] to generically implement methods that unarchive a model purely from data since we cannot use the file extension to determine which loader to instantiate. 2021-04-24 08:51:32 -04:00
Gregory John Casamento
0d3c3d1b2a Add interface and abstract implementation of modelLoaderForData: 2021-04-24 06:06:45 -04:00
Gregory John Casamento
b5ecb4e490 Quick fix. Remove unecessary warning about storyboard in NSApplicationMain function 2021-04-23 07:04:47 -04:00
Gregory John Casamento
63b231ded6 Merge branch 'master' of github.com:gnustep/libs-gui 2021-03-29 14:38:57 -04:00
Gregory John Casamento
7991213f3c Update changelog 2021-03-29 14:38:42 -04:00
Gregory John Casamento
e777d82eb6 Update changelog 2021-03-29 14:37:20 -04:00
Gregory Casamento
72d9db4e4b
Merge pull request #74 from gnustep/NSGridView_NSStackView_branch
NSGridView branch
2021-03-29 10:12:05 -04:00
Fred Kiefer
0576f2736b * Source/NSControl.m (-textDidChange:): If there is a binding with
continious update, pass on the changed text.
* Source/GSXibElement.m: Correct the handling of boolean values in attributes.
* Source/GSBindingHelpers.h,
* Source/NSKeyValueBinding.m: Prevent recursion when
reverseSetValue: is used.
* Source/NSTextField.m (-textDidChange:): Remove empty code line.
2021-03-27 21:20:28 +01:00
Gregory John Casamento
b20ee2969f Use enumerated type for _xPlacement and _yPlacement 2021-03-26 19:34:16 -04:00
Gregory John Casamento
b1b6e9a2a1 Add padding back into calculation 2021-03-26 18:08:30 -04:00
Gregory John Casamento
a9598d9d10 Commit fixes for all issues Fred mentioned except for formatting. 2021-03-26 02:58:30 -04:00
Gregory John Casamento
bf381f8c31 Remove incorrect calculations in _refreshCells 2021-03-23 20:11:54 -04:00
Gregory John Casamento
914bcb6f68 Incorporate all suggestions made by Fred K. 2021-03-23 19:58:05 -04:00
Gregory John Casamento
d818fc42d4 Fix implementation of initWithViews: 2021-03-22 20:03:46 -04:00
Gregory John Casamento
ac2e5ff680 Change name of method _findPrototypeView to _prototypeFrame 2021-03-22 18:10:32 -04:00
Gregory John Casamento
857e4d2e28 Fix column/row spacing issues 2021-03-22 17:25:47 -04:00
Gregory John Casamento
0bc6216ef1 Fix minor issues with _cellsForRowAtIndex: 2021-03-22 14:20:19 -04:00
Gregory John Casamento
aacc539464 Make insertRow/Column based on the number of rows/columns in the view. Get cell from array or create based on that info 2021-03-22 13:48:08 -04:00
Gregory John Casamento
bf302d3a12 Add customPlacementConstraints 2021-03-20 07:45:44 -04:00
Gregory John Casamento
2576fbd215 Correct spelling 2021-03-19 06:35:06 -04:00
Gregory John Casamento
d7eca23b73 Double checked and corrected where the fast enumeration var was misdeclared in END_FOR_IN(...). 2021-03-18 18:44:20 -04:00
Gregory John Casamento
c561e4f2d5 Merge branch 'master' of github.com:gnustep/libs-gui into NSGridView_NSStackView_branch 2021-03-18 18:37:26 -04:00
Gregory John Casamento
34e9da4f96 Fix issue with initWithViews enumeration of views 2021-03-18 14:19:02 -04:00
Gregory John Casamento
c816d484b4 Change moveColumnAtIndex: so that cell information is preserved. 2021-03-18 14:01:43 -04:00
Fred Kiefer
b8b4d7c2f0
Merge pull request #100 from iamleeg/frontmost_app_stub
Add stub for -[NSWorkspace frontmostApplication]
2021-03-17 23:25:01 +01:00
Graham Lee
f3dd2fa451 Add stub for -[NSWorkspace frontmostApplication] 2021-03-17 21:18:24 +00:00
Gregory John Casamento
c46d190c08 Make gridViewWithNumberOfColumns:rows: generate an NSArray of NSArrays of NSViews before passing it to gridViewWithViews: 2021-03-17 09:19:12 -04:00
Gregory John Casamento
fd8533fab9 Change rows to views 2021-03-16 20:07:10 -04:00
Gregory John Casamento
ae3c4fbee5 Move autorelease to gridViewWIthViews: 2021-03-16 20:03:47 -04:00
Gregory John Casamento
0391347746 Fix numberOfCells methods 2021-03-16 13:28:42 -04:00
Gregory John Casamento
195b162c7e Various corrections and typographical corrections. 2021-03-14 15:03:07 -04:00
Gregory John Casamento
9bdee0a181 Remove uneeded NSDebugLog statements 2021-03-14 14:57:08 -04:00
Gregory John Casamento
a449fa172f Fixed minor formatting issues. 2021-03-14 14:55:55 -04:00
Gregory John Casamento
49348ffa24 Implement mergeCellsInRange: for row/columns 2021-03-14 14:47:10 -04:00
Gregory John Casamento
fd0d501604 Cleanup of comment 2021-03-14 14:33:03 -04:00
Gregory John Casamento
68dad85a1e Address fred's comment about getting the cell more efficiently 2021-03-14 14:32:04 -04:00
Fred Kiefer
a07d68551f * Source/NSMenu.m (-_setOwnedByPopUp:): Only update the menu if
there is a new popup.
2021-03-12 18:36:38 +01:00