Commit graph

8292 commits

Author SHA1 Message Date
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
Gregory John Casamento
95736faf13 Remove uneeded file. 2019-09-11 20:17:32 -04:00
Gregory Casamento
48ef498157
Rename CODEOWNER to CODEOWNERS 2019-09-11 13:53:21 -04:00
Gregory Casamento
e1ccca3ae5
Create CODEOWNER
Add ivan and fred so they always gets notified when there is a pull request
2019-09-11 13:52:36 -04:00
Gregory John Casamento
b69ffad1f9 Fix minor issues with move of NSFileWrapper 2019-09-11 12:31:38 -04:00
Gregory John Casamento
ecea8da743 Migrate NSFileWraper to base. 2019-09-10 09:55:07 -04:00
Gregory John Casamento
311b338248 Move NSFileWrapper to Foundation. 2019-09-08 17:32:05 -04:00
fredkiefer
5756e5f396 * Source/NSSliderCell.m: Fix encoding/decoding as the types don't match.
* Source/NSApplication.m (-targetForAction:to:from:): Warn only in
debug mode about the target not responding to the action.
2019-07-28 20:12:26 +02:00
fredkiefer
1e05899a0f * Header* Headers/AppKit/NSColor.h,
+	* Source/NSColor.m: Add tool tip named colours.
+	* Source/GSToolTips.m (+initialize, -_timedOut:): Get colours from NSColor.
2019-07-07 21:39:25 +02:00
fredkiefer
9657270757 Restore part of ChangeLog I removed incorrectly. 2019-05-11 17:49:04 +02:00
Richard Frith-Macdonald
f9f88cab5e Merge branch 'master' of ssh://github.com/gnustep/libs-gui 2019-05-10 14:05:05 +01:00
Richard Frith-Macdonald
6d71a028c0 Improve documentation to say that colors should be themed via user defaults 2019-05-10 14:03:58 +01:00
Fred Kiefer
f4ad8d207b
Merge pull request #30 from trunkmaster/master
Mouse cursors handling cleanup
2019-05-10 13:27:26 +02:00