rfm
4c1687d2b4
New release
2025-02-11 18:44:11 +00:00
Fred Kiefer
f63152d5b9
Update news.texi for upcoming release.
2025-02-10 22:41:51 +01:00
Gregory John Casamento
5580e464d2
Update ChangeLog to show NSBrowser changes
2024-11-08 22:25:34 -05:00
rfm
3879f8e909
Fix logic of test for changed information for tidy object dates.
2024-10-31 19:04:45 +00:00
Fred Kiefer
349dc21144
* Headers/AppKit/NSLayoutAnchor.h: Add missing include that is required after a change in base.
...
* Source/NSTableView.m: Forward declare new methods.
2024-10-29 22:42:06 +01:00
Gregory John Casamento
530dee1e2f
Minor fix in NSNib to use NULL, quick fix in NSBundleAdditions to fix issue with model not returning top-level objects
2024-08-29 16:16:43 -04:00
Gregory John Casamento
4b380ab272
Merge conflic fixes
2024-08-18 22:11:42 -04:00
Gregory John Casamento
21d0bc906e
Fix issues pointed out by @fredkiefer
2024-08-04 18:44:01 -04:00
Gregory John Casamento
b77c7052e6
Update changelog with NSBrowser change details
2024-07-25 10:18:59 -04:00
Gregory Casamento
963572f5c4
Merge branch 'master' into NSTreeController_branch2
2024-06-29 22:07:20 -04:00
Gregory Casamento
efe925cf38
Update ChangeLog
...
Minor update... fix date in ChangeLog
2024-06-29 03:24:42 -04:00
Gregory John Casamento
9a91d04bc0
Merge ChangeLog
2024-06-29 01:48:43 -04:00
Gregory Casamento
b0d02aa7e8
Merge branch 'master' into NSMenuToolbarItem_branch
2024-06-28 08:31:11 -04:00
Gregory John Casamento
0f4e1711d0
Update changelog
2024-06-27 06:12:07 -04:00
Gregory John Casamento
f8fca4e162
Update changelog date
2024-06-16 08:46:48 -04:00
Gregory John Casamento
a815ad5bb8
Edits suggested by @fredkiefer during review
2024-06-16 07:25:44 -04:00
Gregory John Casamento
8162920eea
Update and merge from master
2024-06-16 07:03:09 -04:00
Gregory John Casamento
f83098bd8d
Update changelog
2024-06-16 07:02:13 -04:00
Gregory Casamento
44c0836bd9
Merge branch 'master' into NSTableRowView_branch
2024-06-11 02:08:53 -04:00
rfm
a5410d9dc6
Ready for bugfix release
2024-06-06 10:38:15 +01:00
Gregory Casamento
d3e2d8c348
Merge branch 'master' into NSTableRowView_branch
2024-06-02 00:23:59 -04:00
rfm
7a98157dc7
gnustep_global_lock is removed
2024-05-30 10:35:02 +01:00
Fred Kiefer
276d12da9f
Update for new release
2024-05-26 22:00:44 +02:00
Gregory Casamento
33a4e297b1
Merge branch 'master' into NSTableRowView_branch
2024-05-16 13:47:16 -04:00
Adam Fox
ae6323b042
Revert to defaultParagraphStyle tab stops from 10 years ago ( #272 )
...
* Uncomment defaultParagraphStyle tab stop defaults from 10 years ago.
* move creation of tab stops for defaultParagraphStyle into the init method
* Update ChangeLog
* fix build error
* Update ChangeLog
2024-05-13 18:47:42 +02:00
Gregory John Casamento
615b3e9b27
Update changelog
2024-05-04 09:51:56 -04:00
Gregory John Casamento
842b0d8014
Update changelog
2024-05-03 14:02:46 -04:00
Fred Kiefer
a054b21355
* Source/NSTextView.m: Add support for NSFilenamenPboardType.
...
Change by OnFlApp (https://githup.com/onflapp )
2024-03-18 22:53:46 +01:00
Fred Kiefer
7fce63432a
* Documentation/manual/AppKit.texi: Move table of contents outside
...
of title page. This fixes building the documentation with newer texinfo.
2023-12-28 13:53:41 +01:00
Gregory John Casamento
d98a52924e
Update ChangeLog with latest additions
2023-12-27 10:18:45 -05:00
Gregory John Casamento
30ceeaea8b
Update changelog
2023-11-27 07:15:50 -05:00
Gregory John Casamento
8601d4f6c3
update changelog
2023-11-25 23:58:14 -05:00
Richard Frith-Macdonald
2e4af41c70
Fixup for APPKIT_EXPORT_CLASS
2023-09-05 17:02:06 +01:00
Gregory Casamento
3f35da7860
Update code in GSXib5KeyedUnarchiver.m to read alternative toolTip format ( #193 )
...
* Update code in GSXib5KeyedUnarchiver.m to read alternative toolTip format
* Update to make the code a bit tighter, per suggestion by @fredkiefer
2023-08-31 23:46:34 +02:00
Fred Kiefer
570f2b4d2a
* Source/NSSwitch.m (-drawRect:): Correct drawing as suggested by Austin Clow (dr_clow@me.com).
2023-08-13 20:27:48 +02:00
Gregory John Casamento
376bae3dc5
Update changelog
2023-02-12 15:51:07 -05:00
Gregory John Casamento
4d477f4e34
Update changelog
2023-01-12 18:40:27 -05:00
Richard Frith-Macdonald
fc1f4387ff
Update for bersion 0.30.0
2022-12-29 09:05:31 +00:00
Fred Kiefer
e4ecfb0801
* Headers/Additions/GNUstepGUI/GSLayoutManager.h,
...
* Source/GSLayoutManager.m: Add new methods
-defaultLineHeightForFont: and -defaultBaselineOffsetForFont:.
2022-11-05 21:01:53 +01:00
Riccardo Mottola
85155fd64f
Fix click on TextAttachmentCells, where the left side was not respected.
...
This was because index was respecting fraction and thus loosing the attachment when clicking on the right part, only for this case, recalculate character index without respectFraction.
2022-10-11 23:26:51 +02:00
Gregory John Casamento
a2b57fd1f3
Move logic to detect if it's a radio button to NSButtonCell, also simplify logic to flip the button state and prevent switch to off if button is currently on and is a radio button. This is consistent with 10.7+ behavior
2022-09-01 09:22:45 -04:00
Gregory John Casamento
a9ca806c2b
Changes to address issue #151 . This should correct behavior of NSRadio buttons in GS and should implement the behavior seen in 10.7+
2022-08-27 03:46:12 -04:00
Gregory John Casamento
1809fc4dc0
Add missing attributes
2022-08-09 01:35:51 -04:00
Fred Kiefer
34423da47e
* Source/NSImageCell.m,
...
* Source/NSAccessibilityCustomAction.m,
* Source/NSStackView.m,
* Source/NSGridView.m: Fix compiler warnings
2022-06-12 22:13:06 +02:00
Riccardo Mottola
e0012349f6
Refactor resize bar notch width to be a constant and private inside GSTheme, making it accessible through -[GSTheme resizebarNotchWidth].
2022-03-31 23:43:52 +02:00
Riccardo Mottola
96db5bf89c
Fix resizing mode by fixing initialization order.
2022-03-31 22:58:02 +02:00
Gregory John Casamento
5f3b54e330
GSXibKeyedUnarchiver: Change format of customClasses dictionary
2022-03-29 19:49:35 -04:00
Gregory Casamento
33fea1762d
Merge branch 'master' into custom_class_xib3_changes
2022-03-26 11:28:29 -04:00
Gregory John Casamento
6025179ad2
Update ChangeLog
2022-03-26 11:25:20 -04:00
Riccardo Mottola
6ec6f20f19
subclass initImageCell, so that RefusesFirstResponder can be set, matching Mac.
2022-03-22 22:52:06 +01:00