Commit graph

8619 commits

Author SHA1 Message Date
Gregory John Casamento
474e87d2ad Changes in GSXib5KeyedUnarchiver to decode constraints. 2020-06-13 23:45:08 -04:00
fredkiefer
488f7096fb * Headers/AppKit/NSApplication.h: Remove semicolons from the
NSAppKitVersionNumber* definitions.
2020-06-12 10:16:49 +02:00
Gregory John Casamento
b8b589badc Merge branch 'master' of github.com:gnustep/libs-gui into NSLayoutConstraint_branch 2020-06-11 09:38:11 -04:00
Ivan Vučica
83a8eaf87b
Remove ivucica from codeowners 2020-06-10 20:01:47 +01:00
Gregory John Casamento
d694eb015a Add .0 to float values 2020-06-09 07:37:38 -04:00
Gregory John Casamento
fb3f9f5fe3 Add priority to copy, correct encoding and decoding. 2020-06-09 07:34:40 -04:00
Gregory John Casamento
bf3bc1668e Add NSPriority, default priority to 100 if not present 2020-06-09 07:27:06 -04:00
Gregory John Casamento
8508f9f98f Merge branch 'master' into NSLayoutConstraint_branch 2020-06-08 04:02:30 -04:00
Gregory John Casamento
9f74b1b915 Quick fix mispelled method name. 2020-06-08 04:01:28 -04:00
Gregory John Casamento
4c6548511f Quick fix for issue with initialization of NSPDFImageRep. Change arrayWithObjects to arrayWithObject. It was causing a SIGSEGV. 2020-06-08 04:00:32 -04:00
Gregory John Casamento
a4a30889f7 Start adding logic to process constraints 2020-06-03 07:12:31 -04:00
Gregory John Casamento
af2319d26e Add constraints when they are created 2020-06-02 04:58:13 -04:00
Gregory John Casamento
2c8692c379 Add dealloc 2020-06-01 02:27:49 -04:00
Gregory Casamento
2fb2e3dd8d
Merge branch 'master' into NSLayoutConstraint_branch 2020-05-31 23:42:23 -04:00
Gregory John Casamento
bb4d2b1284 Implement parsing methods. 2020-05-30 06:40:16 -04:00
fredkiefer
d9134d657f Add code to handle code page 10000 in RTF. 2020-05-29 15:18:37 +02:00
Gregory John Casamento
33e39b1d93 Add methods to translate from relation and attribute to string. 2020-05-27 19:04:42 -04:00
Gregory John Casamento
44a3512ae2 Make changes to correctly decode firstItem and secondItem. 2020-05-26 23:59:00 -04:00
Gregory John Casamento
7faefbb0dd Improve NSLayoutConstraint description 2020-05-26 15:06:28 -04:00
Gregory John Casamento
74afc3d88c Merge conflicts 2020-05-26 02:07:51 -04:00
Gregory John Casamento
ca2a8fa6b0 Latest changes 2020-05-26 02:05:50 -04:00
fredkiefer
385fb7d204 * Headers/AppKit/NSColor.h,
* Source/NSColor.m: Add newer Cocoa methods.
2020-05-18 22:55:59 +02:00
fredkiefer
db28f7b420 Small formatting changes, but plenty of these. 2020-05-16 00:15:38 +02:00
Gregory John Casamento
1539213eeb Resolve conflict 2020-05-15 10:10:19 -04:00
fredkiefer
be12d7bd1e * Source/NSWindow.m (-makeFirstResponder, -sendEvent:): Correct
handling of new first responder not becoming first responder.
Patch suggested by Josh Freeman <pikopixel@twilightedge.com>.
2020-05-14 23:10:43 +02:00
Gregory John Casamento
a668f4e129 Merge branch 'NSLayoutConstraint_branch' of github.com:gnustep/libs-gui into NSLayoutConstraint_branch 2020-05-12 12:27:27 -04:00
Gregory John Casamento
2372be54a7 Update changelog 2020-05-12 12:27:20 -04:00
Gregory Casamento
5bad9f7745
Merge branch 'master' into NSLayoutConstraint_branch 2020-05-11 17:03:32 -04:00
Gregory John Casamento
d4f8f45951 Add ChangeLog 2020-05-11 16:03:22 -04:00
Gregory John Casamento
be214374ab Implement skeletons 2020-05-11 07:23:04 -04:00
Gregory John Casamento
e2752e1bc4 Add skeleton implementation of NSLayoutGuide 2020-05-11 07:08:01 -04:00
Gregory John Casamento
3d9442d117 Header skeleton NSLayoutGuide. 2020-05-11 07:00:46 -04:00
Gregory John Casamento
75bfedc564 Eliminate warnings. 2020-05-10 16:44:48 -04:00
Gregory John Casamento
a115217ec3 Skeleton version 2020-05-10 16:38:52 -04:00
Gregory John Casamento
7be1ed6028 NSLayoutAnchor header skeleton. 2020-05-10 16:07:42 -04:00
fredkiefer
981227145e * Source/GSXib5KeyedUnarchiver.m: Clean up NSPathCell decoding. 2020-05-10 21:52:13 +02:00
Gregory John Casamento
e723d6914b Encoding and decoding implementation 2020-05-10 15:03:31 -04:00
Gregory John Casamento
2d3587a4cc Implement decoding 2020-05-10 14:49:06 -04:00
Gregory John Casamento
0a2f4e90e5 Implement methods in NSLayoutConstraint 2020-05-10 08:41:10 -04:00
Gregory John Casamento
a9a025ddf6 Implement methods in NSLayoutConstraint 2020-05-10 08:40:15 -04:00
Gregory John Casamento
c99d9f68d7 Implement methods in NSLayoutConstraint 2020-05-10 08:35:49 -04:00
Gregory John Casamento
86e4e58df3 Skeleton of NSLayoutConstraint 2020-05-10 08:22:12 -04:00
Gregory John Casamento
58f3d1527b Correct indentation. 2020-05-10 07:36:07 -04:00
Gregory John Casamento
f99ac3bde7 Add enumerations. 2020-05-10 07:34:48 -04:00
Gregory John Casamento
9c5143f1ce Add NSLayout* classes. Correct API version and email. 2020-05-10 06:38:06 -04:00
Gregory John Casamento
b1980268e2 Initial skeletons for layout constraints 2020-05-10 02:26:06 -04:00
fredkiefer
8162d07536 * Source/NSStringDrawing.m: Initialize all the cache entries as
not used.
2020-05-09 21:22:41 +02:00
fredkiefer
ec0e80eaee Remove unused variable. 2020-05-09 21:11:01 +02:00
Gregory John Casamento
2cca7e44aa Add changelog 2020-05-09 14:45:34 -04:00
Gregory Casamento
7fbf0bb067
Merge pull request #63 from gnustep/NSPersistentDocument_branch
NSPersistentDocument branch
2020-05-09 14:40:31 -04:00