Alexandre Wilhelm
fb56955fff
Fixed: deprecate FlashView, this old technology is now almost banned for all browser
FlashViewDeprecated
2018-08-10 18:34:38 -07:00
Alexandre Wilhelm and GitHub
cbb7cc93e9
Merge pull request #2739 from Rosch/origin/bugfix-cpdateformatter-german
...
FIXED: CPDateFormatter not ready for german dates. Fixes #2736
2018-08-10 18:15:16 -07:00
Alexandre Wilhelm and GitHub
8b608c5cce
Merge pull request #2745 from daboe01/removed--dead-code-from-nativehost
...
Removed: dead code from nativehost
2018-08-10 17:58:03 -07:00
Alexandre Wilhelm and GitHub
163fb14d0e
Merge pull request #2746 from didierkorthoudt/CPTableView-viewWillMoveToWindow-fix
...
FIXED: In CPTableView, viewWillMoveToWindow was incorrectly removing an observer on the wrong window
2018-08-10 17:57:43 -07:00
Didier Korthoudt
e4f87bd805
CPTableView-viewWillMoveToWindow-fix
2018-08-08 22:06:42 +02:00
Didier Korthoudt
864c7d96f1
Revert "NEW: Added automatic Xcode syntax coloring"
...
This reverts commit 0a497d8c3f .
2018-08-08 22:05:57 +02:00
daboe01
e35e87fb05
fixed: obsolete code remnants from nativehost
2018-08-08 19:19:58 +02:00
Didier Korthoudt
3246bdbc8b
Merge remote-tracking branch 'cappuccino/master'
2018-08-08 11:03:03 +02:00
daboe01
710bb5fe1c
Merge remote-tracking branch 'cappuccino/master'
2018-08-08 09:32:07 +02:00
bedalton and cacaodev
53a52da709
Fixed: _CPObjectAnimator initialize method did not match superclass return ( #2743 )
...
* Fixed: _CPObjectAnimator initialize method did not match superclass return
_CPObject animator labeled return type as BOOL, not only is this value not returned, but the super class CPProxy's initialize method returns void. Changed return type to void in _CPObject animator, to match superclass
2018-08-03 08:28:05 +02:00
Martin Carlberg
4afbfc6e57
Revert "Removed: dead code and dom clutter from nativehost ( #2608 )"
...
This reverts commit 5bfafaf241 .
2018-07-11 09:20:49 +02:00
daboe01
f7aa9efe13
Merge remote-tracking branch 'cappuccino/master'
2018-07-09 22:24:30 +02:00
Rosch
1fce0ee551
fix CPDateformatter for german dates
2018-07-08 09:15:58 +02:00
daboe01 and Martin Carlberg
ee695f9000
Fixed: CPSearchPanel did not support PredicateBindings ( #2699 )
2018-07-05 15:44:36 +02:00
daboe01 and Martin Carlberg
8f99ebb577
Fixed: optical clutter, link duplications in readme ( #2729 )
2018-07-05 13:01:41 +02:00
daboe01 and Martin Carlberg
5bfafaf241
Removed: dead code and dom clutter from nativehost ( #2608 )
2018-07-05 11:40:10 +02:00
Kjell Nilsson and Martin Carlberg
64e1a2ce4b
Fixed: Protocol selector signature spell error ( #2734 )
2018-07-05 11:25:38 +02:00
Didier Korthoudt and cacaodev
27883c5beb
FIXED: This fixes problems with default theme attributes values in CPTableView ( #2732 )
2018-06-21 16:47:21 +02:00
Didier Korthoudt
2772725fe3
Merge remote-tracking branch 'cappuccino/master'
2018-06-17 08:55:10 +02:00
Didier Korthoudt and cacaodev
3f58a64827
FIXED: Before this PR, images specified in IB could crash the app at Cib loading ( #2731 )
2018-06-16 19:14:58 +02:00
Didier Korthoudt
cb37c7d218
Merge remote-tracking branch 'cappuccino/master'
2018-06-16 12:25:12 +02:00
daboe01
45d951071f
Merge remote-tracking branch 'cappuccino/master'
2018-06-12 13:13:57 +02:00
daboe01 and Martin Carlberg
2ac60684fa
Fixed: CPDateFormatter was agnostic for the German language ( #2724 )
2018-06-08 14:00:25 +02:00
daboe01 and Martin Carlberg
af71742110
Fixed: Update README.markdown
2018-06-08 13:57:13 +02:00
daboe01 and Martin Carlberg
1adf27427a
Fixed: The word Site changed to Application in index.html ( #2723 )
2018-06-04 13:51:15 +02:00
daboe01
082f78eefa
Merge remote-tracking branch 'cappuccino/master'
2018-06-03 19:44:23 +02:00
cacaodev and GitHub
a8a9ec0023
Fix typo in CPPredicateEditorTest
...
Fixes #2714
2018-06-02 08:18:01 +02:00
Didier Korthoudt
df4f945bc6
Merge remote-tracking branch 'cappuccino/master'
2018-05-29 12:04:40 +02:00
daboe01 and cacaodev
ad756a5b86
fixed: some mouse events were not propagated when sheets are open ( #2603 )
...
* fixed: mouse dragged was not propagated to parent window when sheet was opened
* better detection for attached sheet
2018-05-29 07:17:41 +02:00
Didier Korthoudt and cacaodev
2ca99ba669
FIXED: Before this PR, CPScroller theme attribute knob-inset was partially used ( #2720 )
2018-05-29 07:15:47 +02:00
daboe01 and cacaodev
6443575114
fixed: nib2cib was susceptible to IB button issue with alternateImage ( #2721 )
2018-05-28 21:10:40 +02:00
Didier Korthoudt and cacaodev
52a51d81f1
FIXED: Before this PR, legacy scroller won't ever loose its selected theme state ( #2718 )
2018-05-28 20:56:00 +02:00
Didier Korthoudt and cacaodev
7d20b06e52
FIXED: Before this PR, CPSearchField was handling cursor updates by direct DOM manipulation. This PR uses tracking areas. ( #2684 )
2018-05-28 20:46:28 +02:00
Didier Korthoudt and cacaodev
ad9d8a7200
FIXED: When attaching an externally owned tracking area to a view, view tracking areas were not correctly handled ( #2681 )
...
This PR also removes the -removeAllTrackingAreas method.
2018-05-28 20:44:31 +02:00
Didier Korthoudt
44da699343
Merge remote-tracking branch 'cappuccino/master'
2018-05-23 23:49:51 +02:00
cacaodev
0a542f9be9
Revert "FIXED: _CPTableColumnHeaderView was using hard coded values instead of theme values ( #2703 )"
...
This reverts commit e27bb4de50 .
2018-05-17 05:48:59 +02:00
Didier Korthoudt
8f1601ca55
Merge remote-tracking branch 'cappuccino/master'
2018-05-15 22:03:16 +02:00
Didier Korthoudt and cacaodev
ff0ce164da
FIXED: CPTabView tabs were not reacting as in modern Cocoa ( #2694 )
...
Before this commit, the segments of a tab view were selected at mouse down. Now, they are selected at mouse up and there is a visible feedback when tracking tabs.
2018-05-14 07:10:43 +02:00
Didier Korthoudt and cacaodev
3650c38aa9
FIXED: In CPSearchField, the space between the magnifier and the textfield was hard coded ( #2690 )
2018-05-13 19:49:18 +02:00
Didier Korthoudt and cacaodev
61d97338e2
FIXED: _CPMenuItemStandardView was bypassing theme for disabled text color ( #2695 )
2018-05-13 19:48:33 +02:00
Didier Korthoudt and cacaodev
e27bb4de50
FIXED: _CPTableColumnHeaderView was using hard coded values instead of theme values ( #2703 )
2018-05-13 19:47:53 +02:00
Didier Korthoudt and cacaodev
4462d8bf22
CHANGED: CPSegmentedControl code refactoring ( #2704 )
2018-05-13 19:40:33 +02:00
Didier Korthoudt
f23a8ac928
Merge remote-tracking branch 'cappuccino/master'
2018-05-12 01:05:02 +02:00
daboe01
9e1750ee13
Merge remote-tracking branch 'cappuccino/master'
2018-05-08 22:46:19 +02:00
Didier Korthoudt and cacaodev
5cd284cb36
FIXED: CPSearchField menu diverged from modern Cocoa ( #2697 )
2018-05-07 21:52:06 +02:00
daboe01 and cacaodev
5ea58430fe
fixed: typo in theme attribute name ( #2683 )
2018-05-07 20:05:49 +02:00
Didier Korthoudt and cacaodev
acfbda0d91
FIXED: CPSearchMenu _updateSearchMenu wasn't disabling autoenabling of menu items ( #2693 )
2018-05-07 19:57:35 +02:00
Didier Korthoudt and cacaodev
437e5a62f1
FIXED: CPSearchField -(void)resetSearchButton was using valueForThemeAttribute instead of currentValueForThemeAttribute ( #2692 )
2018-05-07 19:57:01 +02:00
Didier Korthoudt and cacaodev
bbb5aea77d
FIXED: CPTableView was using hard coded values instead of theme attributes ( #2698 )
2018-05-07 19:54:46 +02:00
Didier Korthoudt
b5d04f84e7
Merge remote-tracking branch 'cappuccino/master'
2018-05-06 20:44:07 +02:00