Commit graph

9218 commits

Author SHA1 Message Date
Gregory John Casamento
e9548dd057 Add extra pixels to tooltip 2021-10-27 11:59:39 -04:00
Riccardo
58359b8de3
update signatures to match Apple (#120) 2021-10-26 16:17:45 +02:00
Riccardo Mottola
5e837b6858 Keep local variables to ensure correct values during recursion. 2021-10-25 23:22:32 +02:00
Gregory John Casamento
5bdf536733 Add changelog entry for NSGlyphInfo 2021-10-21 16:47:37 -04:00
Gregory Casamento
7617392f80
Merge pull request #118 from gnustep/NSGlyphInfo_branch 2021-10-21 16:38:54 -04:00
Gregory Casamento
25596ba526
Minor spelling error and removed whitespace at end 2021-10-18 17:12:01 -04:00
Riccardo
8892408c8f
add a preference to disable spellchecker (#115)
* add a preference to disable spellchecker

* add GSDisableSpellCheckerServer

* fix typo and unintentional error.

* be clearer about default.

* one was too much
2021-10-18 22:29:50 +02:00
Gregory John Casamento
ffdffbe65e Add comment to NSGlyphInfo 2021-10-15 11:35:48 -04: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
98ebe51150 Remove exception when [indexes lastIndex] > numberOfColumns 2021-10-13 13:54:43 -04:00
Gregory John Casamento
a3d73cd3fb Merge branch 'master' of github.com:gnustep/libs-gui 2021-10-13 08:26:42 -04:00
Gregory John Casamento
73c03767df Add tabview enum to header, fix signture issue. 2021-10-13 08:26:37 -04:00
Riccardo Mottola
c6e4f8ef40 reapply checks about structs more carefully 2021-10-13 12:42:18 +02:00
Riccardo Mottola
08baddba7f Revert "be more careful when freeing structs" for accidentally committing another patch together which should be reviewed separately.
This reverts commit 0c2157deaf.
2021-10-13 12:36:20 +02:00
Gregory Casamento
723ddc2a22
Merge pull request #114 from gnustep/TP_NSNibLoading_branch 2021-10-12 19:39:05 -04:00
Gregory John Casamento
edc38e137f Merge branch 'master' of github.com:gnustep/libs-gui 2021-10-12 19:20:30 -04:00
Gregory John Casamento
19426c573d Update behavior of initWithBitmapDataPlanes:... to match documentation and return nil if it cannot initialize given the existing data 2021-10-12 19:20:24 -04:00
Gregory John Casamento
b98a3092ce Remove back from compilation. 2021-10-12 18:58:41 -04:00
Gregory John Casamento
3d63255fe0 use general headers 2021-10-12 18:46:47 -04:00
Gregory John Casamento
bb17ac62d4 Minor corrections 2021-10-12 18:24:35 -04:00
Gregory John Casamento
e99dfd140c Update build script for tests 2021-10-11 19:56:49 -04:00
Gregory John Casamento
0514328820 fix nib file 2021-10-11 19:34:56 -04:00
Gregory John Casamento
9c8e6d58ca Add nib 2021-10-11 19:31:16 -04:00
Gregory John Casamento
49b3111124 Add code to test xib file loading 2021-10-11 10:07:29 -04:00
Gregory John Casamento
9c3f0fbbf3 Add new test for NSNibLoading. Add method loadNibNamed:owner:topLevelObjects: 2021-10-11 09:42:46 -04:00
Riccardo Mottola
f23139ddfb match delegates to actual Apple signature 2021-10-11 01:39:08 +02:00
Riccardo Mottola
0c2157deaf be more careful when freeing structs 2021-10-09 07:54:44 +02:00
Gregory John Casamento
2214368e53 Quick fix to make sure that @optional is available 2021-10-03 19:50:19 -04:00
Gregory Casamento
23f8529b19
Merge pull request #112 from gnustep/NSPopover_branch 2021-10-03 05:22:52 -04:00
Gregory John Casamento
0e54694019 Remove uneeded method declaration. 2021-10-03 05:17:00 -04:00
Gregory John Casamento
8395509199 Merge branch 'NSPopover_branch' of github.com:gnustep/libs-gui into NSPopover_branch 2021-10-03 05:15:31 -04:00
Gregory John Casamento
35a5b3c156 Fix final issues. 2021-10-03 05:15:16 -04:00
Gregory Casamento
9a5d7a2071
Yet again, to fix indentation. 2021-10-03 05:01:50 -04:00
Gregory Casamento
5600d29cc3
Force fix for spacing issue.
It seems as though, even though this shows correctly in emacs, it does not show the proper spacing on github.
2021-10-03 05:00:14 -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
166ea25ef0 Add code to load the popover properly when not using a storyboard based application 2021-09-30 03:38:22 -04:00
Gregory John Casamento
f5e6960ecb Update error message to make it more comprensible 2021-09-29 10:56:39 -04:00
Gregory John Casamento
6101f124b8 Merge branch 'master' of github.com:gnustep/libs-gui 2021-09-29 07:03:56 -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
Fred Kiefer
fc5de2023c
Merge pull request #109 from eukara/master
GSImageMagickImageRep: Update to work with ImageMagick 7
2021-09-28 08:14:22 +02:00
86fa9b1d67
Added version checks for ImageMagick 7, to be safe! 2021-09-28 02:50:18 +02:00
Gregory Casamento
80dbe45d3d
Merge pull request #110 from gnustep/nscombobox_add_protocols 2021-09-26 08:31:27 -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
484682c6bf Add @fredkeifer back into CODEOWNERS 2021-09-26 05:41:43 -04:00
Gregory John Casamento
04dfeb9501 Add protocols to NSComboBox. Leave informal protocols in place. 2021-09-26 05:37:57 -04:00
092f93aed5
Fix compilation against ImageMagick 7.X when compiling with --enable-imagemagick 2021-09-24 23:05:58 +02:00