daboe01
39f4b573da
proposed: CPComboBox style
2022-06-09 18:12:53 +02:00
Didier Korthoudt
2a0306b14d
Update ThemeDescriptors.j
...
This commit fixes size and position of standard buttons in all sizes and in default button state.
2022-04-14 12:21:23 +02:00
Didier Korthoudt
e0735a1d82
large-control-size
...
This commit adds compatibility with the new control size "Large" introduced in MacOS 11.
2022-04-14 12:00:13 +02:00
Didier Korthoudt
6f44fe9f93
Buttons-fix
...
This commit fixes buttons position and height. Compatibility with Xcode IB is also better.
2022-04-13 17:39:05 +02:00
daboe01
f390e5ed17
fixed: first item was hidden in buttonbar action menus
2022-04-13 08:24:27 +02:00
Didier Korthoudt
ede3eb64ae
Update CPTabView.j
...
Just a typo
2022-04-07 11:43:46 +02:00
Didier Korthoudt
d0d4972681
Update CPSearchField.j
...
This commit adds "Search" as placeholder by default, as Cocoa does.
2022-04-07 11:40:32 +02:00
Didier Korthoudt
4be4a65c72
Update CPAlert.j
...
This fixes incorrect button bezel style in alerts, resulting in white text on white background, instead of default blue background.
2022-04-05 15:55:57 +02:00
Didier Korthoudt
3e009bbf26
Update CPSearchField.j
...
This fixes problems with search and cancel buttons, restoring correct behavior and animations.
2022-04-05 10:37:42 +02:00
daboe01
3db3f03e5d
fixed: plus/minus buttons in buttonbar had been to small
...
->replaced with svg versions + added highlighted state
2022-04-03 19:51:44 +02:00
daboe01
698f58eaa0
fixed: action icon in button bar
2022-04-03 17:31:57 +02:00
daboe01
95cf933ab2
code cleanup
2022-04-03 14:07:18 +02:00
daboe01
692f365fed
fixed: _CPButtonBarPopUpButton did not show icon
2022-04-02 23:41:37 +02:00
daboe01
96aa310839
replaced svg icons with the packed.png sprites
2022-04-02 17:52:28 +02:00
daboe01
c893e4a809
fixed: stepper icons
2022-03-27 14:29:26 +02:00
daboe01
1536c55b99
improved: gears icon
2022-03-27 13:13:02 +02:00
daboe01
f3f94eec66
fixed: use of outdated code in CPAnimationContext
2022-03-26 22:38:10 +01:00
daboe01
51b633f0d7
fixed: mixup of variable definitions
2022-03-26 19:48:29 +01:00
daboe01
5f1007dcbc
fixed: mini and small segmentedControls + references to obsolete images
2022-03-26 19:18:09 +01:00
daboe01
ae7ce81b8c
fixed: font support
2022-03-25 22:49:35 +01:00
daboe01
8b72e5db31
improved: gear icon
2022-03-25 22:43:13 +01:00
daboe01
0d35ceda31
replaced material icons with svg
2022-03-25 22:29:09 +01:00
daboe01
ed59003a95
fixed: 404 errors from missing obsolete background images
2022-03-25 21:42:56 +01:00
daboe01
94501c4618
POC for inline svg standard icons instead of material icons
2022-03-25 19:48:43 +01:00
daboe01
bf3847ce59
fixed: wrong method name
2022-03-24 19:17:42 +01:00
daboe01
c6ea894f10
fixed: old style Jakefile
2022-03-23 19:54:35 +01:00
daboe01
8df4e1ee6e
fixed: aristo3 jakefile
2022-03-23 19:30:29 +01:00
daboe01
b608709014
resolved: missed conflict
2022-03-23 17:52:36 +01:00
daboe01
0450136af3
Merge branch 'pl_2719' into Aristo3
2022-03-23 06:59:28 +01:00
daboe01
a7a080f416
Merge branch 'pl_2918' into Aristo3
2022-03-23 06:57:54 +01:00
daboe01
effb274410
Merge branch 'pl_2932' into Aristo3
2022-03-23 06:56:39 +01:00
daboe01
45f6f4bc90
Merge branch 'pl_2933' into Aristo3
2022-03-23 06:56:17 +01:00
daboe01
82b91b2f64
Merge branch 'pl_2937' into Aristo3
2022-03-23 06:54:49 +01:00
daboe01
59a9d8c093
Merge branch 'pl_2938' into Aristo3
2022-03-23 06:54:12 +01:00
daboe01
ae42acaef3
Merge branch 'pl_2939' into Aristo3
2022-03-23 06:53:00 +01:00
daboe01
531be2db49
fixed: missed conflict
2022-03-22 23:07:12 +01:00
daboe01
8089973b7b
fixed: missed conflict
2022-03-22 23:06:24 +01:00
daboe01
a27a5fbc32
Merge branch 'pl_2507' into aristo3
2022-03-22 19:54:43 +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
David Siaw and GitHub
73eeda3c09
Fixed: strange lines that appear in Google Chrome ( #2863 )
2022-03-21 15:14:14 +01:00
Didier Korthoudt and GitHub
3d514b5010
Fixed: Aristo3 - Various _CPImageAndTextView bugs ( #2914 )
2022-03-21 14:28:21 +01:00
Didier Korthoudt and GitHub
145bf65542
Fixed: Before this PR, outlet connection decoding was done before views are ready ( #2959 )
2022-03-21 14:10:53 +01:00
daboe01 and GitHub
f21555bb6c
Fixed: Width of text sizing was slightly off in chrome due to a Chrome bug ( #2975 )
...
This is a real bug in chrome. see https://bugs.chromium.org/p/chromium/issues/detail?id=1192834
Also fixed: ellipsis clipping in segmented controls
and
fixed: tooltip wrapping issues from fractional pixels
2022-03-21 14:08:45 +01:00
Martin Carlberg and GitHub
be072a283f
Fixed: Basic support for on/off/mixed state images for menuitems from the Interface Builder ( #2991 )
2022-03-21 13:38:39 +01:00
Didier Korthoudt and GitHub
b3051a5bd0
Fixed: Before this PR, CPBox followed the autoresizesSubviews flags while Cocoa NSBox always autoresizes its subviews, whatever the flag is set to. ( #2992 )
2022-03-21 13:35:22 +01:00