cacaodev
947d552509
Fix merging
2016-11-07 22:57:33 +01:00
cacaodev
037bc4ea2b
Test: demonstrate the new wantsPeriodicFrameUpdates animator property
...
In Tests/Manual/CPAnimatablePropertyContainerTest/
2016-11-07 22:26:30 +01:00
cacaodev
cfbef141d8
CPAnimationContext: Inhibit DOM updates during size animation
...
Previously, during frame updates, we were writing the css values we
just read before.
Canvas sizing is preserved as it is needed when the view has custom
drawing.
2016-11-07 22:26:30 +01:00
cacaodev
410ad0dc09
Style: print debug logs in debug mode only
2016-11-07 22:26:29 +01:00
cacaodev
3d9b42f0c2
Style: CSSAnimation.j linting
...
Using default eslint config for js
2016-11-07 22:26:29 +01:00
Didier Korthoudt and cacaodev
eeea21c882
Fixed: CPViewAnimator was not giving correct frame information ( #2502 )
...
Fixed: When only animating frameSize, there’s no matrix defined. This is now
correctly handled.
New: The animator can explicitly request frames updates when the frameOrigin
keyPath changes with the new method [animator setWantsPeriodicFramesUpdates:YES]
2016-11-07 22:20:55 +01:00
Maik Opitz
d94e5480c9
Merge branch 'fix-RegEx' of https://github.com/HTPC-Schrauber/cappuccino into fix-RegEx
2016-11-03 12:42:05 +00:00
Maik Opitz
a5c8e87e6d
Removed mistaken triplequotes
2016-11-03 12:33:39 +00:00
Maik Opitz
08f74201b6
RegEx angepasst
2016-11-02 16:21:03 +00:00
Maik Opitz
3a25c683b6
Regex nochmals angepasst
2016-11-02 16:48:10 +01:00
Maik Opitz
fb43f8bf1a
Regex nochmals angepasst
2016-11-02 16:45:01 +01:00
Maik Opitz
bf082600c3
fixed RegEx with newer gcc versions
2016-11-01 15:46:40 +01:00
David Richardson
7596c66703
Fix CPBox drawing artifacts when used in CPSeparator mode
...
Suppress title positioning when CPBox used as a line or separator - by definition the title is null.
2016-10-31 16:21:46 -06:00
Didier Korthoudt
e1bcf6c47e
Merge remote-tracking branch 'cappuccino/master'
2016-10-31 16:11:38 +01:00
Alexander Ljungberg
ef1d6c78ac
Merge branch 'master' of github.com:cappuccino/cappuccino
2016-10-30 21:06:25 +00:00
Alexander Ljungberg
f36406af08
Text tweak.
2016-10-30 21:05:54 +00:00
Alexandre Wilhelm and GitHub
4b7d215d9d
Merge pull request #2498 from daboe01/fixed--font-can-be-nil
...
Fixed: font can be nil sometimes
2016-10-30 13:52:03 -07:00
daboe01
e09f12dc0b
fixed: accessors for _font were not used sometimes
2016-10-26 19:58:21 +02:00
daboe01
efa7406741
fixed: typing font was nil in sometimes cib-generated textviews
2016-10-26 19:53:59 +02:00
daboe01
5a2181c064
Merge remote-tracking branch 'cappuccino/master'
2016-10-26 19:51:22 +02:00
cacaodev
dda81b12da
Revert "nib2cib: discard warnings in the nib file."
...
This reverts commit 4e11152e76 .
2016-10-22 08:40:38 +02:00
Martin Carlberg and GitHub
c4bf67d133
Merge pull request #2496 from cacaodev/cptabview-initial-selection
...
Fixed: CPTabView should not allow empty selection
2016-10-21 18:16:31 +02:00
daboe01
f355c8679d
Merge remote-tracking branch 'cappuccino/master'
2016-10-21 17:38:56 +02:00
cacaodev
095864de39
Fixed: CPTabView should not allow empty selection
...
Before this commit, a tab view could have an empty selection with the
following circumstances:
- The tab view was not created in IB
- the Tab View selection had not binding management
With test.
2016-10-21 10:13:47 +02:00
cacaodev and GitHub
0eb196e852
CPTabView: load tab view items asynchronously when possible ( #2479 )
...
When an item created with +tabViewItemWithViewController:, the view is loaded asynchronously
Manual test CPTabViewNib have been modified to show a tab view item
managed by a view controller. Any setup happens in
-viewDidAppear: because we cannot use any more the
tabView:didSelectTabViewItem: delegate method.
2016-10-20 17:24:18 +02:00
cacaodev and GitHub
62e5d8d841
Fixed: type declaration
2016-10-20 08:48:01 +02:00
cacaodev and GitHub
2f82fb842d
Merge pull request #2495 from daboe01/fixed--typo-in-CPControl-comment
...
Fixed: typo in CPControl comment
2016-10-19 08:37:27 +02:00
daboe01
f9fa6abbad
fixed: small typo in comment
2016-10-18 21:46:21 +02:00
cacaodev and GitHub
4b55a69150
Merge pull request #2447 from cacaodev/CPAnimationContext-fixes
...
Fixed: The animation was reverting back to its initial position.
Fixed: custom layout and custom drawing was not animated in Chrome and Firefox.
2016-10-17 22:01:15 +02:00
Martin Carlberg and GitHub
42e12fae24
Merge pull request #2485 from cacaodev/ibtool-warnings
...
nib2cib: discard warnings in the nib file.
2016-10-17 18:07:59 +02:00
daboe01 and cacaodev
2f55d5130a
fixed: typo in accessor setHorizontallyResizable: ( #2494 )
2016-10-16 21:24:30 +02:00
daboe01
cd4b47b397
Merge remote-tracking branch 'cappuccino/master'
2016-10-16 13:20:13 +02:00
daboe01 and cacaodev
126cba1e94
Fixed: textsizing was wrong in safari ( #2486 )
...
* fixed: color panel creation in font panel init did break text sizing in safari
* fixed: font sizing did not robustly work on safari
* removal of dead code
* fixed: browser sniffing was not using the mechanisms from CPCompatibility.j
* fixed: blink and webkit engines must not be mutually exclusive
* improved documentation
2016-10-16 10:11:10 +02:00
daboe01
e4e894fa54
Merge remote-tracking branch 'cappuccino/master'
2016-10-15 17:10:59 +02:00
Martin Carlberg and GitHub
65f701d459
Merge pull request #2487 from daboe01/fixed--CPTextView-did-not-support-dragging-the-selection
...
Fixed: CPTextView did not support dragging the selection
2016-10-13 17:22:51 +02:00
Martin Carlberg and GitHub
c2b7cc7964
Merge pull request #2302 from ahankinson/fix-cpview-formatting
...
Formatting: CPView
2016-10-13 16:55:46 +02:00
Martin Carlberg and GitHub
969d1dff2a
Merge pull request #2492 from didierkorthoudt/cpview-updateTA-recursive-bug
...
Fixed: CPView setFrameSize was calling _updateTrackingAreas too often + empty overlappingTA test
2016-10-13 16:07:10 +02:00
Didier Korthoudt
e0fab808b9
fix-overlappingTA-could-be-empty
2016-10-08 17:33:21 +02:00
Didier Korthoudt
77031d7082
Fixed: setFrameSize was calling _updateTrackingAreas too often
2016-10-06 22:54:32 +02:00
Didier Korthoudt
5a0f7ea706
Merge remote-tracking branch 'cappuccino/master'
2016-10-06 20:25:25 +02:00
daboe01
9d041c4b62
fixed: unnecessary safety margin for dragview width
2016-10-02 21:28:38 +02:00
daboe01
ec4d29c327
fixed: transaction issue from the undo manager
2016-10-02 10:34:30 +02:00
daboe01
5f8d8988e3
revert: move drag indicator uncoditionally to the right side
2016-10-01 20:21:52 +02:00
daboe01
a31912f710
fixed: insertion marker was off by one
2016-10-01 20:11:25 +02:00
daboe01
e0d42962e7
fixed: wrapping issue when dragging last word
2016-10-01 19:56:35 +02:00
daboe01
47688bf016
formatting
2016-10-01 18:32:19 +02:00
daboe01
39a695959d
formatting
2016-10-01 18:29:47 +02:00
daboe01
71d45a67b7
fixed: dragging placeholder did not always look like dragged text
2016-10-01 18:28:44 +02:00
daboe01
8dc1369ba3
fixed: direct DOM manipulation on drag placeholder instead of using capp methods + formatting
2016-09-30 16:03:36 +02:00
daboe01
1206654d98
fixed: drag placeholder was CPTextField instead of CPTextView
2016-09-29 15:41:46 +02:00