Gregory John Casamento
|
72697f699c
|
Complete initial implementation of speech recognizer
|
2020-02-04 05:26:52 -05:00 |
|
Gregory John Casamento
|
9ee975860a
|
Clean build for NSSpeechRecognizer
|
2020-02-01 04:16:48 -05:00 |
|
Gregory John Casamento
|
a880154841
|
NSSpeechRecognizer skeleton
|
2020-02-01 03:47:21 -05:00 |
|
Gregory Casamento
|
22612a641c
|
Merge pull request #47 from gnustep/NSTouchBar_branch
NSTouchBar branch
|
2020-01-20 16:47:17 -05:00 |
|
Gregory John Casamento
|
2c3e755825
|
Move storyboard stuff to storyboard branch
|
2020-01-20 15:59:25 -05:00 |
|
Gregory John Casamento
|
1e2d243735
|
Start on storyboard
|
2020-01-20 15:52:31 -05:00 |
|
Gregory John Casamento
|
d507e88dec
|
Add skeletons
|
2020-01-20 15:48:02 -05:00 |
|
fredkiefer
|
60fc987fb7
|
Fix compiler warnings
|
2020-01-20 20:57:32 +01:00 |
|
fredkiefer
|
e2c59a7bee
|
Merge branch 'master' into xib_document
|
2020-01-20 19:12:15 +01:00 |
|
Gregory Casamento
|
08c7bbdeaf
|
Merge pull request #46 from gnustep/NSDataAsset_branch
NSDataAsset branch
|
2020-01-19 20:44:18 -05:00 |
|
Gregory John Casamento
|
765e9bfecd
|
Change NSString to NSDataAssetName.
|
2020-01-19 20:42:40 -05:00 |
|
Gregory Casamento
|
25bdc6e89c
|
Merge pull request #45 from gnustep/NSAppearance_branch
NSAppearance branch
|
2020-01-19 20:19:28 -05:00 |
|
Gregory John Casamento
|
e79cc79402
|
Fix year
|
2020-01-19 20:15:14 -05:00 |
|
fredkiefer
|
46ea0fb36d
|
Merge branch 'master' into xib_document
# Conflicts:
# ChangeLog
|
2020-01-19 17:24:04 +01:00 |
|
fredkiefer
|
42d771d589
|
Get master to guild again after breakage of last commit.
|
2020-01-19 17:21:51 +01:00 |
|
Gregory John Casamento
|
c31ec536a2
|
NSNibOutletConnector and NSNibControlConnector classes added
|
2020-01-18 19:24:41 -05:00 |
|
Gregory John Casamento
|
a6c7d1d8fc
|
Add NSDataAsset
|
2020-01-17 17:34:43 -05:00 |
|
Gregory John Casamento
|
0b23edea63
|
Add dealloc
|
2020-01-17 17:29:58 -05:00 |
|
Gregory John Casamento
|
810232cdad
|
Correct some additional issues
|
2020-01-17 10:06:00 -05:00 |
|
Gregory John Casamento
|
d9c42f8cc8
|
Clean compilation
|
2020-01-15 08:19:59 -05:00 |
|
fredkiefer
|
5f147345fc
|
Improve predicate editor decoding.
|
2020-01-11 19:33:24 +01:00 |
|
fredkiefer
|
97cb13a5ff
|
Add some more bindings
|
2020-01-10 20:53:53 +01:00 |
|
fredkiefer
|
14f88edfe8
|
Merge branch 'master' into xib_document
# Conflicts:
# ChangeLog
|
2020-01-07 21:27:20 +01:00 |
|
fredkiefer
|
c0714b0de1
|
Add minimal version of predicate editor copied over from mySTEP.
|
2020-01-07 21:25:21 +01:00 |
|
fredkiefer
|
9a9f32d1b5
|
Use a formatter in the NSDatePickerCell.
|
2020-01-07 17:38:03 +01:00 |
|
fredkiefer
|
dc955b1ce4
|
Add minimal version of date picker copied over from mySTEP.
|
2020-01-06 22:25:54 +01:00 |
|
fredkiefer
|
97891ed2bb
|
Add definition of NSWindowStyleMask.
Fix some indentation.
Remove commented out code.
|
2020-01-03 17:49:47 +01:00 |
|
fredkiefer
|
781c18c0ae
|
Rephrase comment that explains bit usages in flags.
|
2020-01-01 13:19:01 +01:00 |
|
fredkiefer
|
930799e675
|
Fix leftover string from last commit
|
2019-12-31 18:26:54 +01:00 |
|
fredkiefer
|
427fba97d4
|
Move new window styles into a separate block.
|
2019-12-31 17:19:21 +01:00 |
|
fredkiefer
|
f30ec504a4
|
Merge branch 'master' into xib_document
# Conflicts:
# Source/GSXibParser.m
|
2019-12-10 17:14:25 +01:00 |
|
Gregory John Casamento
|
32a5712945
|
Fix address and license name in all files.
|
2019-12-09 18:45:15 -05:00 |
|
fredkiefer
|
378c1c4077
|
Take over the Eggplant code for XIB document decoding,
with slight cleanups to get it working with gcc.
|
2019-12-08 23:47:53 +01:00 |
|
fredkiefer
|
451afde6a7
|
* Headers/AppKit/NSGestureRecognizer.h
* Source/NSGestureRecognizer.m: Restore code by Daniel Ferreira
* Headers/AppKit/NSButtonTouchBarItem.h
* Headers/AppKit/NSCandidateListTouchBarItem.h
* Headers/AppKit/NSClickGestureRecognizer.h
* Headers/AppKit/NSColorPickerTouchBarItem.h
* Headers/AppKit/NSCustomTouchBarItem.h
* Headers/AppKit/NSGroupTouchBarItem.h
* Headers/AppKit/NSMagnificationGestureRecognizer.h
* Headers/AppKit/NSPanGestureRecognizer.h
* Headers/AppKit/NSPickerTouchBarItem.h
* Headers/AppKit/NSPopoverTouchBarItem.h
* Headers/AppKit/NSPressGestureRecognizer.h
* Headers/AppKit/NSRotationGestureRecognizer.h
* Headers/AppKit/NSSharingServicePickerTouchBarItem.h
* Headers/AppKit/NSSliderTouchBarItem.h
* Headers/AppKit/NSStepperTouchBarItem.h
* Headers/AppKit/NSTouchBarItem.h
Clean up after Greg's commit.
|
2019-12-06 22:50:13 +01:00 |
|
Gregory John Casamento
|
bdadefeebd
|
Add all files and fix compilation
|
2019-12-06 05:01:51 -05:00 |
|
Gregory John Casamento
|
b0b20cd32e
|
Add macOS specific class skeletons
|
2019-12-05 12:57:38 -05:00 |
|
Gregory John Casamento
|
7e81e90e02
|
Removed all instances of include in new files.
|
2019-12-04 12:02:49 -05:00 |
|
Gregory John Casamento
|
f5026dfa97
|
include -> import
|
2019-12-04 08:40:35 -05:00 |
|
Gregory John Casamento
|
335e529cd5
|
Add NSCIImageRep added in
|
2019-12-03 18:47:36 -05:00 |
|
Gregory John Casamento
|
4c56da1c57
|
Remove 'heron' from headers
|
2019-12-03 17:26:19 -05:00 |
|
Gregory John Casamento
|
782a8efcbe
|
Remove GSSVG* files since they are not needed
|
2019-12-03 17:19:18 -05:00 |
|
Gregory John Casamento
|
6adaf911b5
|
Complete NSPICTImageRep implementation
|
2019-12-03 08:30:17 -05:00 |
|
Gregory John Casamento
|
325dbe5ac6
|
Working implementation of NSEPSImageRep
|
2019-12-02 14:23:08 -05:00 |
|
Gregory John Casamento
|
208116ad08
|
Working NSPDFImageRep
|
2019-12-02 10:53:08 -05:00 |
|
Gregory John Casamento
|
eda8ed07eb
|
Export GSImageMagickImageRep.h so that it can to used externally
|
2019-11-30 06:21:51 -05:00 |
|
Gregory John Casamento
|
22170a73b3
|
Add name to headers
|
2019-11-29 13:01:42 -05:00 |
|
Gregory John Casamento
|
2050631ca6
|
Base the new image reps off of GSImageMagickImageRep since both formats are supported by that image rep. The subclasses will access specific features not exposed in the GSImageMagickImageRep for those formats
|
2019-11-29 11:04:03 -05:00 |
|
Gregory John Casamento
|
a2b196b422
|
Spelling correction
|
2019-11-24 06:03:07 -05:00 |
|
Gregory John Casamento
|
dd2851da69
|
Add instance vars
|
2019-11-24 00:35:04 -05:00 |
|
Gregory John Casamento
|
fd19580d71
|
NSPDFInfo and NSPDFPanel skeletons
|
2019-11-22 07:06:39 -05:00 |
|