fredkiefer
|
a69826e40a
|
Started small cleanups.
|
2019-12-09 16:35:29 +01:00 |
|
fredkiefer
|
244e7a48d7
|
Remove now obsolete GSXibParser.
Move over more Eggplant changes.
Add basic decoding for bindings.
|
2019-12-09 14:22:33 +01:00 |
|
fredkiefer
|
9032de5842
|
Merge branch 'master' into xib_document
|
2019-12-09 11:16:39 +01:00 |
|
Fred Kiefer
|
76d6047d56
|
Merge pull request #36 from trunkmaster/master
Incorrect string drawing fix for ART backend.
|
2019-12-09 08:41:53 +01:00 |
|
Sergii Stoian
|
01ccd98752
|
* NSStringDrawing: fixed incorrect string drawing (shortened, misplaced)
in ART backend. It seems that third parameter to `cache_lookup` function
(useScreenFonts) is valuable for ART but not for Cairo backend.
|
2019-12-09 01:18:53 +02: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
|
e1594a3105
|
* .travis.yml
* travis-deps.sh: Try to keep up with Niels' changes in base.
|
2019-12-07 15:51:31 +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 |
|
Fred Kiefer
|
147711bb12
|
Merge pull request #35 from gnustep/travis_update
Update travis scripts to match base
|
2019-12-06 17:47:25 +01:00 |
|
fredkiefer
|
3627b22481
|
* .travis.yml
* travis-deps.sh: Update to match changes in base by Niels Grewe.
|
2019-12-06 17:32:25 +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 Casamento
|
091cc6db99
|
Merge pull request #34 from gnustep/NSImageReps_branch
NSImageReps branch
|
2019-12-04 16:39:26 -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
|
5b8db43dd2
|
Delegate to the rep instead of using the lower level function
|
2019-12-04 08:22:43 -05:00 |
|
Gregory John Casamento
|
676066b94d
|
Fix issue with formatting
|
2019-12-04 08:16:26 -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
|
95dbcd2b40
|
Merge branch 'master' into NSImageReps_branch
|
2019-12-03 13:11:21 -05:00 |
|
Gregory John Casamento
|
6adaf911b5
|
Complete NSPICTImageRep implementation
|
2019-12-03 08:30:17 -05:00 |
|
fredkiefer
|
7f07e4dd43
|
* Source/NSBitmapImageRep.m (-_convertToFormatBitsPerSample:...):
+ Correct division by zero bug in image conversion.
|
2019-12-02 22:46:44 +01: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
|
b13662baac
|
remove method
|
2019-11-29 13:12:25 -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
|
4afa52fb1e
|
Add PICT structure
|
2019-11-26 19:15:12 -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
|
9acdc77dd2
|
Move Mac specific classes to another list
|
2019-11-22 11:23:34 -05:00 |
|
Gregory John Casamento
|
e9620db4e2
|
Update MISSING file
|
2019-11-22 10:37:54 -05:00 |
|
Gregory John Casamento
|
39d0750783
|
NSPDFInfo and NSPDFPanel skeletons
|
2019-11-22 07:12:48 -05:00 |
|
Gregory John Casamento
|
fd19580d71
|
NSPDFInfo and NSPDFPanel skeletons
|
2019-11-22 07:06:39 -05:00 |
|
Gregory John Casamento
|
943a323002
|
Commit skeleton
|
2019-11-22 05:07:45 -05:00 |
|
Gregory John Casamento
|
c3bd876fa5
|
Add PICT skeleton
|
2019-11-22 02:52:31 -05:00 |
|
Gregory John Casamento
|
10a81f89f3
|
Clean build
|
2019-11-22 02:16:05 -05:00 |
|
Gregory John Casamento
|
bd8d45d9ff
|
NSDockTile implemented
|
2019-11-21 01:17:14 -05:00 |
|
Gregory John Casamento
|
efa86f1d11
|
Add new files
|
2019-11-18 05:23:30 -05:00 |
|
Gregory Casamento
|
ecb1cb0f48
|
MISSING file to show all headers which currently aren't present.
|
2019-11-13 23:46:40 -05:00 |
|
Fred Kiefer
|
f138cb6234
|
Merge pull request #33 from IOOI-SqAR/gitignore-update-according-to-www.gitignore.io/api/xcode
gitignore update according to https://www.gitignore.io/api/xcode
|
2019-11-03 23:47:01 +01:00 |
|
Riccardo Mottola
|
a44a865415
|
Remove fake typedef for NSAppleEventDescriptor since now we have a stub in Foundation
|
2019-11-03 23:40:09 +01:00 |
|
Lars Sonchocky-Helldorf
|
783531995f
|
gitignore update according to https://www.gitignore.io/api/xcode
|
2019-11-03 21:44:00 +01:00 |
|
Gregory John Casamento
|
8977cd7a76
|
Add missing file.
|
2019-09-14 09:31:22 -04:00 |
|
Gregory John Casamento
|
783e9f6061
|
Update version
|
2019-09-13 23:35:18 -04:00 |
|
Gregory Casamento
|
54354f2b29
|
Merge pull request #32 from gnustep/NSFileWrapper_move_branch
NSFileWrapper move to Foundation
|
2019-09-13 17:16:30 -04:00 |
|
Gregory John Casamento
|
f20991b631
|
Remove uneeded file.
|
2019-09-13 16:04:36 -04:00 |
|
Gregory John Casamento
|
f441b2a2e6
|
Update .so version.
|
2019-09-13 15:59:25 -04:00 |
|