Commit graph

8064 commits

Author SHA1 Message Date
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
Fred Kiefer
b3740eee79
Remove now obsolete comment from ChangeLog 2019-05-10 13:27:07 +02:00
Sergii Stoian
130018ae63 Make old cursor images to be installed. 2019-05-10 14:23:16 +03:00
Sergii Stoian
dc766834f6 Old cursor images mapping was removed from nsmapping.strings. 2019-05-10 14:19:27 +03:00
Sergii Stoian
31446eb0f9 Revert "Unused images were removed."
This reverts commit 18aa6980c6.
2019-05-10 14:14:51 +03:00
Sergii
5cd059d40c
Merge pull request #1 from gnustep/master 2019-04-22 12:12:50 +03:00
Gregory Casamento
5501a43bd0
Merge pull request #31 from gnustep/bug33397_missing_scriptability_attributes
Bug33397 missing scriptability attributes
2019-04-20 08:02:12 -04:00
Gregory John Casamento
f6f36041b3 Initial implementations 2019-04-20 08:00:23 -04:00
Gregory John Casamento
fdbda917bd Initial implementations 2019-04-20 07:42:12 -04:00
Gregory John Casamento
20650d869c Add methods for scriptability for completeness 2019-04-20 06:37:08 -04:00
Sergii Stoian
22f5fa78d4 * Images/GNUmakefile (Images_RESOURCE_FILES): Update resource
list according to cursor images addition/removal.
2019-04-17 18:54:10 +03:00
Sergii Stoian
bfaa22b3e1 ChangeLog entries were added. 2019-04-17 17:48:50 +03:00
Sergii Stoian
18aa6980c6 Unused images were removed. 2019-04-17 17:48:18 +03:00
Sergii Stoian
315e04e1f0 New cursor images were added. 2019-04-17 17:46:45 +03:00
Sergii Stoian
bdd241a52d * Headers/AppKit/NSCursor.h:
* Source/NSCursor.m (greenArrowCursor):
Use getStandardCursor() to get GSGreenArrowCursor. New cursor type
GSGreeanArrowCursor was added.
2019-04-17 17:46:16 +03:00
Sergii Stoian
73d3aec68f * Source/GSDragView.m (_setCursor): Do not hold cursors array -
use NSCursor's methods. Do not recolor cursor and just use
[NSCursor greenArrowCursor].
2019-04-17 17:44:54 +03:00
Gregory Casamento
0255a191e9
Merge pull request #29 from gnustep/bug33395_uses_single_line_mode
Bug33395 uses single line mode
2019-04-15 03:44:22 -04:00
Gregory John Casamento
dd8a79f0df Add code to trim newlines if cell is in single line mode. Add code to encode single line mode 2019-04-13 23:43:27 -04:00
Gregory John Casamento
20b9c44626 Add code to read flag from nib file for usesSingleLineMode 2019-04-13 21:29:29 -04:00
Gregory John Casamento
9b248d7b64 Merge branch 'master' of github.com:gnustep/libs-gui into bug33395_uses_single_line_mode 2019-04-12 08:21:37 -04:00
Fred Kiefer
0c0b77fc9a
Merge pull request #28 from trunkmaster/master
Attributed key equivalents in menu
2019-04-10 18:04:15 +02:00
Sergii Stoian
4da4aa142b (drawKeyEquivalentWithFrame:inView:): use NCell's textColor instead of check
if we're disabled/enabled.
2019-04-10 12:08:33 +03:00
Gregory John Casamento
ae49b8374a Merge branch 'master' of github.com:gnustep/libs-gui into bug33395_uses_single_line_mode 2019-04-10 00:31:57 -04:00
Sergii Stoian
1b0e90686a (drawKeyEquivalentWithFrame:inView:): check if item is disabled/enabled and set
color attribute for attributed key equivalent string.
2019-04-10 00:40:20 +03:00
Sergii Stoian
9295b2311b (_keyEquivalentString): if modifier key string is not defined - set key
equivalent font trait: Italic for Alternate modifier Bold - for Control.
(_sizeKeyEquivalentText:): new method to calculate string size wrt font
set in `_keyEquivalentString:`.
(drawKeyEquivalentWithFrame:inView:): draw key equivalent as attributed
string.
2019-04-09 18:51:23 +03:00
Fred Kiefer
09576eb231
Merge pull request #27 from trunkmaster/master
Reduce number of appicon flickering cases
2019-04-08 18:48:52 +02:00
Sergii Stoian
baf05aabf3 Cleanup in ChangeLog. 2019-04-08 12:59:43 +03:00
Sergii Stoian
7e2ce21a24 * Source/NSApplication.m: (needsPanelToBecomeKey): removed superfluous
override - superclass (NSView) already returns `NO`.
2019-04-08 12:57:43 +03:00
Sergii Stoian
e27ffe6330 * Source/NSApplication.m (becomesKeyOnlyIfNeeded),
(needsPanelToBecomeKey): override NSWindow and NSView methods
in appicon to reduce number of order front calls. The source
of the calls is NSWindow's sendEvent:.
2019-04-08 02:54:35 +03:00