Fred Kiefer
a047b10a51
16bit ( #123 )
...
* Fix compiler warnings
* Attempt to sort out byte order for 15 bit images.
* Try to get integer types from standard location
* Remove extra swap code by using more complex condition.
Thanks to Riccardo Mottola.
2021-11-08 22:46:25 +01:00
Riccardo
58359b8de3
update signatures to match Apple ( #120 )
2021-10-26 16:17:45 +02:00
Gregory John Casamento
8d4b0b26da
Add NSGlyphInfo class. Initial implementation, will write some tests to determine behavior on macOS
2021-10-14 07:11:36 -04:00
Gregory John Casamento
31dcf70a11
Update NSToolbar.h to use a formal protocol if API level is 10.6+
2021-10-13 23:26:57 -04:00
Gregory John Casamento
c814250079
Update NSTabView.h to declare a formal protocol for NSTabViewDelegate for 10.6+
2021-10-13 23:02:39 -04:00
Gregory John Casamento
73c03767df
Add tabview enum to header, fix signture issue.
2021-10-13 08:26:37 -04:00
Gregory John Casamento
9c3f0fbbf3
Add new test for NSNibLoading. Add method loadNibNamed:owner:topLevelObjects:
2021-10-11 09:42:46 -04:00
Gregory John Casamento
2214368e53
Quick fix to make sure that @optional is available
2021-10-03 19:50:19 -04:00
Gregory John Casamento
5a2b657431
Remove gsdoc comments from source and move them to the header file for NSPopover.m/h. Correct indentation. Remove _contentView as it was causing a memory leak, simply add as a subview.
2021-10-03 04:54:35 -04:00
Gregory John Casamento
87e30f8514
Add code to dismiss popover if another window issmade key. Minor corrections to GSToolTips.m so that it uses the RELEASE/AUTORELEASE macros.
2021-10-02 17:28:24 -04:00
Gregory John Casamento
79fdee761e
Add '@optional' to the declaration for the NSComboBoxDataSource and NSComboBoxDelegate protocols.
2021-09-29 07:03:47 -04:00
Gregory John Casamento
54438795d2
Fix duplicate declaration
2021-09-26 08:02:46 -04:00
Gregory Casamento
7d903e0246
Changes suggested by @fredkeifer
...
Clean up declaration of protocols, but use informal protocols after the 10.6 API.
2021-09-26 07:56:30 -04:00
Gregory John Casamento
04dfeb9501
Add protocols to NSComboBox. Leave informal protocols in place.
2021-09-26 05:37:57 -04:00
Gregory John Casamento
c6fc8e0984
Add simple implementation to NSAccessibilityCustomAction.m
2021-09-13 18:19:31 -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
bf46505e08
Add icon for speech recognizer.
2021-06-24 19:00:51 -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
00672662de
Implement initWithCoder for NSStackView
2021-05-17 05:29:22 -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
Gregory Casamento
91fe895197
Merge branch 'master' into xib_gorm_integration
2021-05-02 12:17:13 -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
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
0d3c3d1b2a
Add interface and abstract implementation of modelLoaderForData:
2021-04-24 06:06:45 -04:00
Gregory John Casamento
b20ee2969f
Use enumerated type for _xPlacement and _yPlacement
2021-03-26 19:34:16 -04:00
Gregory John Casamento
bf302d3a12
Add customPlacementConstraints
2021-03-20 07:45:44 -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
Graham Lee
f3dd2fa451
Add stub for -[NSWorkspace frontmostApplication]
2021-03-17 21:18:24 +00:00
Gregory John Casamento
68dad85a1e
Address fred's comment about getting the cell more efficiently
2021-03-14 14:32:04 -04:00
Gregory John Casamento
2c488f07c8
Remove uneeded header
2021-03-04 05:49:45 -05:00
Gregory John Casamento
a8cf81626b
Remove NSStackView from branch
2021-02-25 06:51:05 -05:00
Gregory John Casamento
bd819ac12c
Add supporting ivars into NSStackView for visiblePriority, clipping, gravity, customSpacing, and views
2021-02-25 05:01:33 -05:00
Gregory John Casamento
7de5efd022
implement deleteRow/ColumnAtIndex: moveRow/ColumnAtIndex: methods.
2021-02-20 07:13:35 -05:00
Gregory John Casamento
b5c6e92dda
Fix encoding/decoding, start rewriting refresh to align cells.
2021-02-18 19:25:07 -05:00
Gregory John Casamento
f5d86cd623
Follow Fred's suggested data structure where we manage everything from NSGridView and call back to it from the column and row objects.
2021-02-15 02:33:59 -05:00
Gregory John Casamento
f575d8313c
Add spaces and add .0 for floats to make things clearer
2021-01-20 12:41:21 -05:00
Gregory John Casamento
ba9dfadbf5
Fix decoding in Xib unarchiver. Other changes
2021-01-18 17:16:30 -05:00
Gregory John Casamento
6ee3740797
implement properties
2021-01-17 12:50:25 -05:00
Gregory John Casamento
4b6c1ea985
Add methods to header for NSStackView
2021-01-17 11:59:23 -05:00
Gregory John Casamento
6f8fa92b7a
Add Typedefs to NSStackView
2021-01-17 05:31:40 -05:00
Gregory John Casamento
7a5b4db32a
Place views in superview.
2021-01-16 10:55:01 -05:00
Gregory John Casamento
44d956d508
Merge branch 'master' of github.com:gnustep/libs-gui into NSGridView_NSStackView_branch
2021-01-16 05:10:18 -05:00
Gregory John Casamento
b1621c5510
Decode grid cells in xib file.
2021-01-14 06:55:11 -05:00
fredkiefer
5294a34911
Add macros for encoding/decoding.
2021-01-10 22:40:29 +01:00
Gregory John Casamento
5be2cc4154
Merge branch 'master' of github.com:gnustep/libs-gui into NSGridView_NSStackView_branch
2020-12-14 10:15:02 -05:00
Riccardo Mottola
4004f549d7
height is CGFloat
2020-12-12 02:20:01 +01:00
Gregory John Casamento
6184b12128
Fix decoding
2020-11-15 01:34:04 -05:00
Gregory John Casamento
c486e7c14d
Add initWithCoder: implementation
2020-11-15 00:04:02 -05:00
Gregory John Casamento
0e246f3c36
Add initWithCoder: implementation
2020-11-14 23:59:22 -05:00
Gregory John Casamento
848586fb6b
Add encoding for NSGridView
2020-11-14 15:52:35 -05:00
Gregory John Casamento
4629cde7b7
Fix copying of headers
2020-11-13 22:57:05 -05:00
Gregory John Casamento
a016137aba
Merge branch 'master' into NSGridView_NSStackView_branch
2020-11-03 17:07:28 -05:00
Gregory John Casamento
410388b938
Quickfix. Add #ifdef around @required to prevent compilation error
2020-10-06 08:49:42 -04:00
Gregory John Casamento
e0df225d90
Add ivars
2020-08-23 04:12:38 -04:00
Gregory John Casamento
dbd46a5839
More implementation of NSGridView
2020-08-23 00:57:29 -04:00
Gregory John Casamento
31432274a6
Merge branch 'master' into NSGridView_NSStackView_branch
2020-08-21 15:32:17 -04:00
Gregory John Casamento
1711b1d0da
Delegate all functionality for NSTextFinder to GSTextFinder
2020-08-19 02:13:44 -04:00
Gregory John Casamento
0740fc5f14
implement suggestion to call validation methods in perform methods.
2020-08-14 11:13:45 -04:00
Gregory John Casamento
d72e9e6ced
Remove uneeded instance var.
2020-08-09 10:21:52 -04:00
Gregory John Casamento
72eb294eb6
Fix method name.
2020-08-09 08:02:41 -04:00
Gregory John Casamento
46334bf4ca
Add guards
2020-08-09 08:00:42 -04:00
Gregory John Casamento
7b91f16675
Add NSGridView methods declarations
2020-08-08 19:55:06 -04:00
Gregory John Casamento
d0f4552511
Remove NSGridCell
2020-08-08 17:16:55 -04:00
Gregory John Casamento
f0b4d1ddb8
Add NSGridView/NSGridCell.[hm] and NSStackView.[hm]
2020-08-08 17:13:33 -04:00
Gregory John Casamento
b9ac34ad0a
Remove comment
2020-08-07 19:23:09 -04:00
Gregory John Casamento
30f1483ded
Implement methods on NSTextInputContext
2020-08-06 10:01:37 -04:00
Gregory John Casamento
61f4621c5d
Minor changes
2020-08-06 07:46:27 -04:00
Gregory John Casamento
68762dde65
Conditionally compile @required/@option in protocols
2020-08-05 20:08:30 -04:00
Gregory John Casamento
ae317224c9
Remove uneeded variable.
2020-08-04 15:53:55 -04:00
Gregory John Casamento
b6983955f6
Eliminate warnings
2020-08-04 14:45:04 -04:00
Gregory John Casamento
fc617321fe
Add switch/case to handle app ops
2020-08-04 07:04:21 -04:00
Gregory John Casamento
c3701e2daf
Change GSTextFinder parent class back to NSObject, start implementing NSTextFinder in terms of GSTextFinder.
2020-08-04 06:52:54 -04:00
Gregory John Casamento
8c36246dca
Add encoding.
2020-08-04 06:32:19 -04:00
Gregory John Casamento
405b9bae2f
Implement NSTextFinder protocol on NSTextView.
2020-08-03 07:11:38 -04:00
Gregory John Casamento
281da47d7f
Add externs
2020-08-02 11:39:51 -04:00
Gregory John Casamento
ff0cc7e4a3
Add skeleton for NSTextFinder.
2020-08-02 10:11:32 -04:00
Gregory John Casamento
93057d8123
Add ivars to NSTextCheckingController
2020-08-02 09:36:07 -04:00
Gregory John Casamento
786b641efd
Initial skeleton for NSTextCheckingController class
2020-08-02 09:31:20 -04:00
Gregory John Casamento
836e2e8b1e
Implement NSTextInputClient protocol
2020-08-02 08:54:16 -04:00
Gregory John Casamento
191fb4c3fe
Implement NSTextCheckingClient protocol
2020-08-02 08:38:24 -04:00
Gregory John Casamento
edf2eb9b57
Add new files.
2020-08-02 06:22:16 -04:00
Gregory John Casamento
3d1fa23f75
Add NSTitlebarAccessoryViewController
2020-07-31 20:54:25 -04:00
Gregory John Casamento
0839b27b43
NSSliderAccessory skeleton implementation
2020-07-31 05:12:53 -04:00
Gregory John Casamento
8e46f3a53d
Header skeleton.
2020-07-31 05:02:11 -04:00
Gregory John Casamento
cc83e9f067
Merge branch 'master' into NSSliderAccessory_branch
2020-07-31 04:48:50 -04:00
Gregory John Casamento
78f9c90dd7
Initial changes
2020-07-31 04:39:26 -04:00
Gregory John Casamento
3322db37c2
NSStatusBarButton implementation
2020-07-31 02:40:41 -04:00
Gregory John Casamento
72cf6ce27c
Remove notifications.
2020-07-30 04:56:32 -04:00
Gregory John Casamento
bc802f3833
Use enum for behavior
2020-07-28 07:44:47 -04:00
Gregory John Casamento
52fd3b0cc6
Use enum instead of string for preferredEdge
2020-07-28 01:17:42 -04:00
Gregory John Casamento
050fc1180e
Call delegate methods
2020-07-27 14:57:56 -04:00
Gregory John Casamento
76b39a904f
Correct minor issues.
2020-07-27 11:20:18 -04:00
Gregory John Casamento
53504c52ca
Initial skeleton for NSPageController.h file.
2020-07-27 08:01:01 -04:00
Gregory John Casamento
fbdcd54eb3
Add NSPageController. Add changes toGNUmakefile and headers
2020-07-27 07:26:56 -04:00
Gregory John Casamento
7bb2123da6
Cleanup
2020-07-26 02:15:53 -04:00
Gregory John Casamento
d5b6cf01ae
Implement encoding
2020-07-26 00:20:09 -04:00
Gregory John Casamento
7734331930
Move NSView private method to NSView.m and their declarations into NSViewPrivate.h
2020-07-25 09:28:01 -04:00
Gregory John Casamento
0add17530a
First cut at working tabView controller
2020-07-23 13:30:05 -04:00
Gregory John Casamento
3071502cba
Declare all methods.
2020-07-23 09:12:55 -04:00
Gregory John Casamento
e4f94a1655
Add NSTabViewController
2020-07-23 07:13:48 -04:00
Gregory John Casamento
577aefb437
Add viewcontroller to item
2020-07-22 02:19:35 -04:00
Gregory John Casamento
2bd3faf3c8
Implement popover transition. NSPopover needs some additional work, but that will be in a different branch.
2020-07-22 01:37:08 -04:00
Gregory John Casamento
726c847803
Decode splitview and items.
2020-07-21 06:38:47 -04:00
Gregory John Casamento
2208132e41
Add check for relationship value window.shadowedContentViewController
2020-07-21 05:22:36 -04:00
Gregory John Casamento
2aa154b1e4
Use view instead of a new ivar
2020-07-20 17:26:40 -04:00
Gregory John Casamento
40871909f2
Add metnods for NSCoding/NSCopying
2020-07-20 05:33:40 -04:00
Gregory John Casamento
d30a2daa17
Finish implementation of setters/getters.
2020-07-20 05:12:36 -04:00
Gregory John Casamento
2d1127f2f2
Add method declarations and ivars
2020-07-20 03:20:34 -04:00
Gregory John Casamento
1137a1eca0
Implement skeleton
2020-07-20 01:51:54 -04:00
Gregory John Casamento
79c83ab9ae
Add initial code.
2020-07-20 01:02:22 -04:00
Gregory John Casamento
e0575a207c
Merge branch 'master' into NSStoryboard_branch2
2020-07-10 08:44:34 -04:00
Gregory John Casamento
d11cb1b7ca
Formalize protocols for NSOutlineDataSource/Delegate.
2020-07-10 07:51:45 -04:00
Gregory John Casamento
ecd01a8e62
Merge branch 'master' into NSStoryboard_branch2
2020-07-09 14:58:38 -04:00
Gregory John Casamento
b352d55e55
Add implementations of methods to generate constraints
2020-07-08 21:34:59 -04:00
Gregory John Casamento
d2f79dbec0
Merge branch 'master' into NSLayoutConstraint_branch
2020-07-08 18:45:04 -04:00
Gregory John Casamento
1465b10cde
Fix special case segue from application scene.
2020-07-08 17:18:58 -04:00
Gregory John Casamento
59220e6beb
Refactor transform to a different class
2020-07-06 08:15:34 -04:00
Gregory John Casamento
73b03350b6
Remove comments and make improvements to code suggested by fred
2020-07-06 04:40:36 -04:00
Gregory John Casamento
1ed5ff16e4
Correct some formatting.
2020-07-05 23:06:53 -04:00
Gregory John Casamento
fb2c219a8c
Add beginnings of placeholder logic
2020-07-04 17:30:43 -04:00
Gregory John Casamento
41460c80c5
Fix issues with controller instantiation
2020-07-04 14:55:08 -04:00
fredkiefer
56047d27e6
Add missing MacOSX methods.
2020-07-03 16:50:20 +02:00
Gregory John Casamento
11b5b4d2d6
Add proxy objects to perform segue
2020-07-02 13:24:48 -04:00
Gregory John Casamento
a1776f21da
Merge branch 'master' into NSStoryboard_branch2
2020-06-24 12:37:07 -04:00
Gregory John Casamento
562e1868b3
Add setIsVisible method. It is 10.0 and was missing for some reason.
2020-06-24 11:13:38 -04:00
Gregory John Casamento
a1e470341c
Hot fixes: Failure to close extern 'c' section in NSPathControlItem.h corrected. Replace 'or' with 'orientation' as some compilers will reject this as a reserved word.
2020-06-24 10:28:49 -04:00
Gregory John Casamento
b03bcf7e4a
Fix for xib loading (NSOwner wasn't being set properly) as well as some advances for storyboard loading.
2020-06-23 09:10:08 -04:00
Gregory John Casamento
3bca6b08aa
Minor spelling correction.
2020-06-22 07:52:10 -04:00
Gregory John Casamento
34cd60e043
Remove storyboard specific modifications
2020-06-22 07:50:17 -04:00
Gregory John Casamento
155662d442
Remove detritus. Correct spelling of NSSeguePerforming.
2020-06-22 07:09:39 -04:00
Gregory John Casamento
7a907bea5e
Fix issue with crashing when NSStoryboard loads. Change customObjects to proper values for XIB files during transformation.
2020-06-22 07:01:49 -04:00
Gregory John Casamento
4f88808a10
Initial signs of life with Storyboard loading. Able to get menu to load and initial application node.
2020-06-22 02:56:15 -04:00
Gregory John Casamento
ea1667dbe2
Initialize storyboard with document, break it down into scenes. Each scene is, basically, a xib.
2020-06-20 06:58:11 -04:00
Gregory John Casamento
70a3baa428
Load data into NSData for processing in NSStoryboard
2020-06-19 07:45:10 -04:00
Gregory John Casamento
d19d780a90
Add skeleton implementation of storyboard.
2020-06-19 05:15:37 -04:00
Gregory John Casamento
f48dcc0869
Merge changes
2020-06-15 10:00:46 -04:00
Gregory John Casamento
ac207e296d
Change name of the handler
2020-06-15 06:07:59 -04:00
Gregory John Casamento
d8ca67cb8c
Merge branch 'master' into NSLayoutConstraint_branch
2020-06-15 05:56:41 -04:00
Gregory John Casamento
7c296ae5a9
Fix build error
2020-06-15 05:38:25 -04:00
Gregory John Casamento
e91e5d820b
Flesh out skeleton of NSAccessibility* classes.
2020-06-15 05:24:53 -04:00
Gregory John Casamento
e48d50ede1
Add protocols
2020-06-15 05:10:09 -04:00
Gregory John Casamento
9b7a64a3c4
Initial commit for NSAccessibilityCustom*.[hm] classes.
2020-06-15 04:12:35 -04:00
Gregory John Casamento
1f20485073
Add changes suggested by Fred. Do not expose init method, add defaults for NSConstant and NSMultiplier
2020-06-14 06:57:26 -04:00
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
d694eb015a
Add .0 to float values
2020-06-09 07:37:38 -04:00
Gregory John Casamento
74afc3d88c
Merge conflicts
2020-05-26 02:07:51 -04:00
fredkiefer
385fb7d204
* Headers/AppKit/NSColor.h,
...
* Source/NSColor.m: Add newer Cocoa methods.
2020-05-18 22:55:59 +02: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
7be1ed6028
NSLayoutAnchor header skeleton.
2020-05-10 16:07:42 -04:00
Gregory John Casamento
2d3587a4cc
Implement decoding
2020-05-10 14:49:06 -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
Gregory John Casamento
9c9e520b6c
Get rid of unused 'err' variable.
2020-05-08 05:23:47 -04:00
Gregory John Casamento
da3ad926f9
Merge from master
2020-05-08 05:00:04 -04:00
Gregory John Casamento
e92930756b
Resolve conflict after merge from master
2020-05-08 04:50:39 -04:00
Gregory John Casamento
b8e551c6ac
Merge branch 'master' of github.com:gnustep/libs-gui into NSPathControl_branch
2020-05-07 17:10:44 -04:00
Riccardo Mottola
28cb389130
fix typo for non-property compilers breaking build
2020-05-07 15:19:17 +02:00
Gregory John Casamento
f9c2f3b864
Clean .m skeleton.
2020-05-07 01:08:05 -04:00
Gregory John Casamento
b2e06fe788
Partial skeleton
2020-05-07 00:49:47 -04:00
Gregory John Casamento
c0b812c73c
Add skeletons
2020-05-07 00:10:43 -04:00
Gregory John Casamento
78877846e5
Fix formatting
2020-05-06 23:38:13 -04:00
Gregory John Casamento
fb280df615
Use URL to generate all of the path component cells
2020-05-06 16:18:53 -04:00
Gregory John Casamento
deaae76366
Fix pathItems
2020-05-06 11:44:54 -04:00
Gregory John Casamento
3b7be08ade
Using current url in open panel.
2020-05-06 11:14:31 -04:00
Gregory John Casamento
7764903d6d
Make drawing use the component cell to render
2020-05-06 08:38:31 -04:00
Gregory John Casamento
72ca0b66a8
Remove placeholderString instance far
2020-05-06 07:58:44 -04:00
Gregory John Casamento
5cb4e41d17
Use rectOfPathComponentCell: to determine the frames of cells to be drawn.
2020-05-06 07:56:37 -04:00
Gregory John Casamento
d3322b62f2
Add tracking
2020-05-06 04:55:10 -04:00
Gregory John Casamento
d7e1e06809
Set clicked path component cell
2020-05-06 02:38:01 -04:00
Gregory John Casamento
482b78d1ea
Fix select option
2020-05-05 15:24:00 -04:00
Gregory John Casamento
9abc40727b
Path Cell encoding/decoding
2020-05-05 08:26:13 -04:00
Gregory John Casamento
266ec7e430
Implement popUpMenuPositonItem:... dragging, dropdown implementation, menu changes
2020-05-04 09:50:22 -04:00
Gregory John Casamento
8222de40c6
Implement dragging handling and delegate interaction
2020-05-04 05:47:00 -04:00
Gregory John Casamento
7dd732f9de
Move to GSTheme.
2020-05-03 20:51:51 -04:00
Gregory John Casamento
a27119c56d
PathStyle changes
2020-05-03 13:07:53 -04:00
Gregory John Casamento
7b0bbdc26a
Add to AppKit.h, implement URL and image lookup in NSPathComponentCell
2020-05-02 13:45:49 -04:00
Gregory John Casamento
60e395f4d1
Delegate to cell
2020-04-27 05:34:02 -04:00
Gregory John Casamento
5811355c00
Add NSPathControlItem
2020-04-27 03:25:19 -04:00
Gregory John Casamento
3dc3feda41
Add NSPathComponentCell
2020-04-27 01:55:31 -04:00
Gregory John Casamento
699bffe59c
Add skeleton code for NSPathCell
2020-04-27 01:33:49 -04:00
Gregory John Casamento
f07ed1351d
Add path component cells
2020-04-26 23:42:44 -04:00
Gregory John Casamento
c49fcc0e0b
Initial skeletal implementation of NSPathControl
2020-04-26 20:57:16 -04:00
Gregory John Casamento
a0aa55e1f1
Initial skeletons for Path objects
2020-04-26 17:15:06 -04:00
Gregory John Casamento
a390accec4
Merge branch 'master' into NSPathControl_branch
2020-04-26 15:30:05 -04:00
Gregory John Casamento
760b14a2cc
Update pixel offset
2020-04-26 10:30:36 -04:00
Gregory John Casamento
bd2372230f
Undo removal of space.
2020-04-24 03:39:28 -04:00
Gregory John Casamento
fdd51ae2df
Add color for disabled state
2020-04-24 02:34:59 -04:00
Gregory John Casamento
b32eb4d37d
Add initial versions of files.
2020-04-23 00:43:15 -04:00
Gregory John Casamento
5d1ec31ef2
Move color selection into the theme
2020-04-22 17:44:04 -04:00
Gregory John Casamento
f57e5184c3
Resolve theme issues, change size of knob
2020-04-22 17:34:14 -04:00
Gregory John Casamento
0df7e5f7d7
Improve colors
2020-04-20 15:13:28 -04:00
Gregory John Casamento
da0f7ded36
Better colors
2020-04-17 18:03:26 -04:00
Gregory John Casamento
dae6b91c99
Add target/action
2020-04-17 07:40:40 -04:00
Gregory John Casamento
ecc9791ecf
Draw elements.
2020-04-17 06:10:04 -04:00
Gregory John Casamento
a1672a4605
Add skeleton drawing method for switch to GSThemeDrawing.
2020-04-16 12:16:30 -04:00
Gregory John Casamento
8785a1307b
More initial work.
2020-04-16 11:42:21 -04:00
Gregory John Casamento
ea5dbc2236
Merge branch 'master' into NSSwitch_branch
2020-04-16 06:33:36 -04:00
Gregory John Casamento
789e89f0a2
Fix all of the issues mentioned by Fred.
2020-04-15 18:34:04 -04:00
Gregory John Casamento
8263947de1
Minor change in ChangeLog to force recompile
2020-04-14 21:48:21 -04:00
Gregory John Casamento
a47277e0f8
Fix issues fred mentioned.
2020-04-14 21:21:52 -04:00
Gregory John Casamento
64a33a3f45
Fix issue with NSSet and NSString.
2020-04-14 14:07:23 -04:00
Gregory John Casamento
2e6ca996d0
Fix compilation issue
2020-04-14 14:03:39 -04:00
Gregory John Casamento
5e1c1da8ff
NSUserInterfaceItemIdentification changes.
2020-04-14 13:52:58 -04:00
Gregory John Casamento
8bdb4ffe16
Add methods for NSFontAssetRequest.
2020-04-14 13:41:27 -04:00
Gregory John Casamento
a761a01eb5
Add NSUserInterfaceItemSearching code.
2020-04-14 13:23:25 -04:00
Gregory John Casamento
e4fb12cae5
Add user interface compression
2020-04-14 11:54:02 -04:00
Gregory John Casamento
3d1da7a0b3
Skeleton for NSMediaLibraryBrowserController
2020-04-14 09:58:45 -04:00
Gregory John Casamento
63baff0b6a
Skeleton out scrubber layout
2020-04-14 09:38:09 -04:00
Gregory John Casamento
f54f50600b
Add method for NSWindowRestoration protocol
2020-04-14 08:32:21 -04:00
Gregory John Casamento
c5d56a6f87
Add changelog for new changes.
2020-04-13 18:34:46 -04:00
Gregory John Casamento
f989474735
Add NSwitch initial changes
2020-04-13 14:15:07 -04:00
Gregory John Casamento
66ea79f256
Fix issues pointed out by Fred. More fixes to come.
2020-04-13 14:14:14 -04:00
Gregory John Casamento
9833ef333a
Add scrubber classes
2020-04-08 17:17:41 -04:00
Gregory John Casamento
b4676fa0b3
Add AppKitErrors
2020-04-07 19:23:53 -04:00
Gregory John Casamento
813aa7eefd
Add NSWindowRestoration protocol
2020-04-07 15:15:31 -04:00
Gregory John Casamento
3d8c8cf01c
Add some mac specific classes.
2020-04-07 08:31:18 -04:00
Gregory John Casamento
3ee2a1e85c
Merge branch 'master' of github.com:gnustep/libs-gui
2020-03-26 10:20:55 -04:00
Gregory John Casamento
15889eb8b1
Change declarations to NSExceptionName
2020-03-26 10:19:32 -04:00
Gregory John Casamento
bf90621300
Merge branch 'master' of github.com:gnustep/libs-gui into NSStoryboard_branch2
2020-03-25 02:32:11 -04:00
Fred Kiefer
ba165e185b
Merge pull request #51 from gnustep/NSFontCollection_branch
...
Merge NSFontCollection branch as nobody replied to my last comment.
2020-03-24 08:42:32 +01:00
fredkiefer
76f84654c2
Implement font collection matching code in GSFontEnumerator.
...
Remove trailing white space.
2020-03-21 15:33:41 +01:00
Gregory John Casamento
f492d02e61
Storyboard seque performing protocol.
2020-03-20 05:50:56 -04:00
Gregory John Casamento
2584386fbc
Add storyboard classes.
2020-03-20 05:50:56 -04:00
Gregory John Casamento
bc47973133
Merge branch 'master' of github.com:gnustep/libs-gui into NSColorSampler_branch
2020-03-19 16:43:05 -04:00
Gregory John Casamento
53f211fdda
Correct license on NSSegmentedControl to reflect the LGPL as it should.
2020-03-17 00:23:04 -04:00
fredkiefer
5680d2e0fd
Correct the implementation of some simple methods on NSFileCollection.
2020-03-12 16:40:04 +01:00
Gregory John Casamento
d9d5f60835
NSColorSampler initial commit
2020-03-12 04:14:09 -04:00
Gregory John Casamento
681e5c9ed9
Correct issue with encoding, use a dictionary to store everything. Create collections when initializing when appropriate
2020-03-09 04:11:56 -04:00
Gregory John Casamento
80bab3fa5a
Implement encoding
2020-02-25 21:25:55 -05:00
Gregory John Casamento
bd1a349c0a
Merge branch 'master' into NSFontCollection_branch
2020-02-25 09:00:17 -05:00
Gregory John Casamento
70bc1153de
Font collection constants
2020-02-25 08:58:44 -05:00
fredkiefer
3db981a95d
Move more behaviour from the IBActionConnection5 and IBOutletConnection5
...
classes to the original ones.
2020-02-23 18:22:21 +01:00
Gregory John Casamento
1b2c0aad96
Correct some indentation
2020-02-10 02:31:39 -05:00
Gregory John Casamento
33a8a8c28e
Some refactoring and cleanup
2020-02-09 07:11:25 -05:00
Gregory John Casamento
031868f73e
Changes to support multiple connections.
2020-02-09 05:30:35 -05:00
Gregory John Casamento
4b1d3c679f
Implement both ignoring all recognizers, but the ones specified and ignoring when app is not active.
2020-02-08 15:01:31 -05:00
Gregory John Casamento
72697f699c
Complete initial implementation of speech recognizer
2020-02-04 05:26:52 -05:00