daboe01
faebbb2b8a
fixed: font css properties were not considered when assessing visual identity
2016-05-27 23:13:54 +02:00
daboe01
bc9beb1e87
new: render to dom only the visible stuff
2016-05-27 21:24:30 +02:00
daboe01
f161f723d7
fixed: mimetype of rtf
2016-05-27 17:39:51 +02:00
daboe01
6c94550de3
fixed: accidental creation of a global variable
2016-05-27 17:25:19 +02:00
daboe01
b39a45781a
fixed: accidental creation of a global variable
2016-05-27 17:23:30 +02:00
daboe01
e6285914b0
Merge remote-tracking branch 'cappuccino/master' into NEW--CPTextView
2016-05-24 11:29:11 +02:00
daboe01
7d2eb83a1b
fixed: undo support for fontpanel
2016-05-24 10:56:19 +02:00
daboe01
7e622f1153
undo color: fallback for textcolor
2016-05-24 10:44:09 +02:00
daboe01
9b30a634b1
formatting
2016-05-24 10:42:33 +02:00
daboe01
e897d2ef81
fixed: missing undo support for textcolor
2016-05-24 10:39:23 +02:00
daboe01
f5b177dda8
fixed: passing range directly instead of copy
2016-05-24 10:24:57 +02:00
daboe01
5f51b5d565
revert: no not make copy of range
2016-05-24 10:13:08 +02:00
daboe01
8d7753fb40
formatting
2016-05-24 09:07:41 +02:00
daboe01
4c6f5744d8
fixed: setFont semantics are wrong
2016-05-24 09:07:03 +02:00
daboe01
43eb2932ba
fixed: textColor only changes first lines color
2016-05-23 21:42:25 +02:00
daboe01
59de0e7a4a
fixed: text sizing did not work for javascript function names
2016-05-23 17:14:13 +02:00
daboe01
7acb30b981
fixed: text wrapping in textviews from nibs was wrong
2016-05-22 20:33:41 +02:00
Alexandre Wilhelm
abb0799817
Merge pull request #2453 from daboe01/tableview-autoscroll
...
enable autoscrolling for tableview columns
2016-05-18 10:13:36 -07:00
daboe01
152db9fb8e
fixed: autoscrolling message was commented out
2016-05-17 20:37:33 +02:00
daboe01
980cd520cd
fix travis failure
2016-05-15 11:58:22 +02:00
daboe01
373ec8b5a1
Merge remote-tracking branch 'cappuccino/master' into NEW--CPTextView
2016-05-15 11:57:52 +02:00
daboe01
bacb78e9e8
move background color fallbacks to +themeAttributes
2016-05-15 11:51:44 +02:00
cacaodev
333e112e37
Fixed: CPPredicateEditor predicate when the template has a CPFloatAttributeType
2016-05-15 10:06:52 +02:00
Philippe Fuentes and cacaodev
818d5d782f
Fixed: date comparisons in CPPredicateEditor ( #2449 )
...
CPPredicateEditorRowTemplate has been modified to allow a correct comparision of date objects when using the CPDateAttributeType
Before this correction, the predicate format was using a string representation of a date instead of a date object.
2016-05-14 23:16:10 +02:00
daboe01
8774090086
formatting
2016-05-14 16:27:01 +02:00
daboe01
0ca65c6d61
fix travis
2016-05-14 13:10:37 +02:00
cacaodev
c38daac646
Test: test for pr #2449
...
In CPPredicateEditor, tests that the input predicate is equal to the
output when the right control is editable.
2016-05-14 10:00:44 +02:00
cacaodev
c31f5b1d59
Fixed: CPPredicateEditor in OJTest
...
OJTest is reading theme attributes from the class default. In
CPPredicateEditor implementation, nil check an attribute and change the
default of another attribute to be non null.
2016-05-14 09:57:29 +02:00
daboe01
2320a56a63
revert travis test
2016-05-13 20:51:25 +02:00
daboe01
07bd91b456
travis test
2016-05-13 20:34:24 +02:00
daboe01
803f7c3a4b
formatting
2016-05-13 19:39:30 +02:00
cacaodev
a1926982c6
Fixed: make CPObject implementsSelector: work with proxies and KVO swizzled classes
2016-05-12 21:43:44 +02:00
daboe01
b3306d50eb
move selection color to the themes
2016-05-12 20:17:14 +02:00
Alexandre Wilhelm
3e6e5f95ec
Merge pull request #2448 from cacaodev/CPViewController-async
...
Fixed: CPViewController isViewLoaded property in async mode
2016-05-11 12:20:48 -07:00
daboe01
df71fb42ac
remove duplicate code
2016-05-10 22:41:08 +02:00
daboe01
fe81a354a3
formatting
2016-05-10 22:28:35 +02:00
daboe01
67ba2e49c3
workaround for FF crash in very large documents
2016-05-10 22:27:21 +02:00
daboe01
8dec42f295
fix missing font panel in manual test of CPTextView
2016-05-10 20:35:16 +02:00
daboe01
5942553370
make selection handling more mac like
2016-05-10 19:40:27 +02:00
Martin Carlberg and cacaodev
ae5d31746e
Dependent key paths use a relationship ( #2431 )
...
Fixed: When dependent key paths use a relationship, only the first added observer will observe the attribute for the relationship object.
Also, an optimisation on when the willChange… chain is running, there is no need to replace the observers as no new values are set yet. That will be done when the didChange… chain is running.
2016-05-09 22:14:20 +02:00
cacaodev
1c1976abbf
Simple cucapp test for the CPViewController isViewLoaded property in async mode
2016-05-09 09:45:18 +02:00
cacaodev
b3465ddf89
Fixed: CPViewController -isViewLoaded property was always NO in async mode (loadViewWithCompletionHandler:).
...
The async mode calls the completionHandler whereas the sync mode calls the -viewDidLoad method.
Both are now run within the will/did change block of the isViewLoaded property.
2016-05-08 23:09:50 +02:00
Alexandre Wilhelm
f67fafdb8e
Merge pull request #2446 from cacaodev/CPCollectionView-fixes
...
CPCollectionView content binding & minor code refactor
2016-05-08 11:16:34 -07:00
cacaodev
ffcac677e0
Fixed: Manual test SmartFoldersDemo
...
The sheet was not closing when asked.
2016-05-07 21:14:35 +02:00
cacaodev
a9d643aa55
OJTest for CPCollectionView selectionIndexes, CPCollectionViewItem isSelected, CPSelectionIndexesBinding and CPContentBinding.
2016-05-03 21:51:10 +02:00
cacaodev
fa3647e8e5
Refactor selection with modern code.
...
Handle out of range errors when reflecting selection.
2016-05-03 21:50:41 +02:00
cacaodev
db839f6d6d
Rename _lockResizing to _inLiveResize
...
_inLiveResize is a CPView flag.
2016-05-03 21:50:20 +02:00
cacaodev
3a85d5b89f
CPCollectionView content binding support
2016-05-03 21:50:20 +02:00
cacaodev
1575c2bc10
CPTableView ViewBasedCib test app: a bug in CPBox decoding was crashing the app. Remove the box until this bug is fixed.
2016-05-03 19:09:32 +02:00
cacaodev
57189183d6
Merge pull request #2444 from cacaodev/fixed-deprecated-getPropertyCSSValue
...
FIXED: in CPAnimationContext, 'Unknown function getPropertyCSSValue' error in chrome
2016-04-24 13:24:12 +02:00