daboe01
e9dddaad20
new: manual test
2025-07-06 10:58:19 +02:00
daboe01
2b254a6f16
fixed: CPMenu Submenu Placement Issue
2025-07-05 19:01:57 +02:00
daboe01 and GitHub
e9022d045c
Merge pull request #3123 from daboe01/new-viewcontroller-responder-chain-issue
...
fixed: CPViewController doesn't participate fully in responder chain
2025-07-05 16:41:23 +02:00
daboe01
89b262103f
Revert "fixed: _view was assigned bypassing the accessors"
...
This reverts commit cfcf8bc567 .
2025-07-05 16:28:16 +02:00
daboe01
2c5744be57
formatting
2025-07-05 16:25:00 +02:00
daboe01
cfcf8bc567
fixed: _view was assigned bypassing the accessors
2025-07-05 16:21:19 +02:00
daboe01
d1acff5b44
improved setNextResponder assignment
2025-07-05 16:13:50 +02:00
daboe01
25732f2f52
fixed: second half of the fix was missing
2025-07-01 21:42:58 +02:00
daboe01 and GitHub
4b22d67f42
Merge pull request #3117 from daboe01/null-marker-versus-nil-issue
...
fixed: CPObjectController returns 'null marker' instead of nil
2025-07-01 16:19:58 +02:00
daboe01 and GitHub
e50ede815c
Merge pull request #3128 from daboe01/fixed-missing-documentation-of-CPOutlineView
...
fixed: missing documentation of CPOutlineViewDataSource protocol
2025-07-01 16:15:58 +02:00
daboe01
23f9170b90
fixed: nonsense addition accidentally turning the size into a string
2025-06-29 17:18:42 +02:00
daboe01
7be2005fae
fixed: wrong documentation
2025-06-29 15:50:05 +02:00
daboe01
afadec517b
fixed: missing documentation of CPOutlineViewDataSource protocol
2025-06-29 15:20:23 +02:00
daboe01 and GitHub
b63cde48c6
Merge pull request #3111 from daboe01/CPImage_Drawing
...
new: CPImage method drawAtPoint:fromRect: operation: fraction:
2025-06-25 19:26:00 +02:00
daboe01
d835cf0c00
fixed: CPViewController doesn't participate fully in responder chain
2025-06-23 07:32:49 +02:00
daboe01
3a9db70426
fixed: CPObjectController returns 'null marker' instead of nil
2025-06-22 11:04:46 +02:00
daboe01
98a539657c
fixed: type CGBlendMode missing
2025-06-19 09:15:08 +02:00
daboe01
2f8dd8c088
new: drawAtPoint:(CPPoint)point fromRect:(CPRect)fromRect operation:(CPCompositingOperation)op fraction:(CGFloat)delta
2025-06-11 14:14:30 +02:00
daboe01 and GitHub
2f563fb870
New: give nil values the chance to be transformed to true via CPNegateBoolean ( #3103 )
2025-04-28 15:40:57 +02:00
daboe01 and GitHub
9109cf3b54
Fixed: changing background color in CPTextView did not redraw properly ( #3107 )
2025-03-26 13:31:05 +01:00
daboe01 and GitHub
03339e3c5d
Merge pull request #3102 from cappuccino/narwhal
...
merge of PR #1372 and #2018 into main
2024-12-30 14:05:09 +01:00
daboe01 and GitHub
c58c5554f9
Merge pull request #2018 from vidinoti/patch-1
...
Changing a CALayer in a menu callback doesn't trigger re-draw
2024-12-30 13:57:56 +01:00
daboe01 and GitHub
16ae7b7e74
Merge pull request #1372 from kjamieson/scroll-fixes
...
If target view of a drag and drop is a CPTableView, set inset bounds based on the row height of the table
2024-12-30 13:51:00 +01:00
daboe01 and GitHub
08c666a53f
Merge pull request #3097 from cappuccino/remove-unused-local-variable-charCode
...
removed: unused local variable charCode
2024-10-07 19:44:13 +02:00
daboe01 and GitHub
03195b66bc
removed: unused local variable charCode
2024-09-21 19:12:18 +02:00
daboe01
b638242e6f
added documentation to the copy paste limitation
2024-08-04 15:15:34 +02:00
daboe01
dfe215f34c
fixed: 1xp glitch with CPSegmentedControl in safari
2024-07-19 06:36:58 +02:00
daboe01 and GitHub
bbe5c82700
Merge pull request #3083 from michaelbach/patch-2
...
fixied: bindings for case 'only stop at tick marks'
2024-07-16 19:13:32 +02:00
daboe01 and GitHub
95e3ff3349
wrap fix in if (_allowsTickMarkValuesOnly)
2024-07-16 19:12:04 +02:00
daboe01 and GitHub
00c3b2083b
formatting
2024-07-16 19:08:58 +02:00
daboe01 and GitHub
19ba66fd9d
Merge branch 'main' into narwhal
2024-07-16 19:04:08 +02:00
daboe01 and GitHub
589c26192d
Merge pull request #2894 from daboe01/tokenfield-fr-fix
...
fixed: selection and backspace are recently broken in CPTokenField
2024-07-16 19:01:25 +02:00
Michael Bach and GitHub
58c39c14a5
Update CPSlider.j (fixing bindings for case 'only stop at tick marks'
...
This fixes bindings to also work when 'only stop at tick marks' is selected; formerly the code would crash silently with `setObjectValue`.
2024-07-16 16:15:57 +02:00
Martin Carlberg
a1e178d0d7
Merge remote-tracking branch 'origin/narwhal'
2024-05-24 12:18:28 +02:00
daboe01
f642330306
new: support for releasedWhenClosed in CPWindow
2023-12-23 19:08:38 +01:00
daboe01 and GitHub
ae1a39322e
Merge pull request #3053 from daboe01/CPDatePickerUsabilityImprovement
...
fixed: poor user experience when entering dates that are too high for…
2023-12-21 20:00:53 +01:00
daboe01
29502d10eb
formatting
2023-12-21 19:59:38 +01:00
daboe01
fb9223c6c3
fixed: poor user experience when entering dates that are too high for the current month
2023-02-25 21:30:42 +01:00
Martin Carlberg and GitHub
5932a07eb2
Fixed: Make sure Jakefile both work for async and sync calls
...
The callback variable was not set if the call to initilize was synchronous.
It is now set before so both sync and async will work
2022-12-09 10:15:38 +01:00
Martin Carlberg and GitHub
2b07c4b662
Fixed: Make sure Jakefile both work for async and sync calls
...
The callback variable was not set if the call to initilize was synchronous.
It is now set before so both sync and async will work
2022-12-09 10:14:52 +01:00
Michael Bach
6c6f69d4e5
CPView.j, fix typo: _ephereralSubviews → _ephemeralSubviews
...
This typo occurs only once, line #3462 references the correct spelling.
2022-11-01 18:04:21 +01:00
daboe01 and Martin Carlberg
89c0ab405a
Fixed: å and Å did not work well on scandinavian keyboards in CPTextView ( #3031 )
2022-04-04 10:23:17 +02:00
daboe01 and GitHub
04c2b98ae4
Fixed: å and Å did not work well on scandinavian keyboards in CPTextView ( #3031 )
2022-04-04 10:16:37 +02:00
Martin Carlberg
3e83bd2363
Revert "Fixed: Before this PR, nib2cib failed if a color well or a scrollable text view was added in a CPBox ( #2994 )"
...
This reverts commit 6544aff88e .
2022-03-21 16:25:24 +01:00
Martin Carlberg
5c91a08eaf
Revert "Fixed: Before this PR, nib2cib failed if a color well or a scrollable text view was added in a CPBox ( #2994 )"
...
This reverts commit 6544aff88e .
2022-03-21 16:24:17 +01:00
Martin Carlberg
edfba15d6f
Merge branch 'master' into node
2022-03-21 15:55:08 +01:00
Didier Korthoudt and GitHub
48e786e8b5
Fixed: This PR adapts views and custom views decoding to fix "not ready view" bugs ( #2917 )
2022-03-21 15:50:44 +01:00
daboe01 and GitHub
1282f1ac0e
Removed: Flash support ( #2903 )
2022-03-21 15:46:54 +01:00
Martin Carlberg and GitHub
68a113e7ee
Fixed: New Cocoa api that replace old deprecated for calculating content and frame size of scroll view ( #3023 )
...
Old deprecated api did not work as it was accessing ivars _horizontalScroller and _verticalScroller from class method.
New Cocoa api is added as described in Apple Developer Documentation.
Also added type CPScrollerStyle
2022-03-21 15:25:09 +01:00
Didier Korthoudt and GitHub
d7d561d3a9
Fixed: Aristo3 - New _CPImageAndTextView & theme parameter ( #2951 )
2022-03-21 15:23:16 +01:00