cacaodev
7faffc2de7
Use cancelAnimationFrame when available
2016-06-12 10:12:07 +02:00
cacaodev
86a8a9dc85
Fixed: The animation was reverting back to its initial position.
...
Although the fill-mode property was correctly set to forwards allowing
the final state to persist, the animation-name property was deleted too
early . It was causing the animation to be cancelled and the initial
state restored.
2016-06-12 10:12:07 +02:00
cacaodev
d6dd0e551d
Revert "FIXED: CPView received multiple -viewDidHide/Unhide messages"
...
This reverts commit e58420b031 .
2016-06-09 10:13:21 +02:00
Alexandre Wilhelm
a84a7bb7c3
Merge pull request #2460 from daboe01/fixed-colorpicker-brightness-bar
...
Fixed: brightness_bar.png was not displayed in CPColorPicker
2016-06-09 00:59:17 -07:00
daboe01
3c70b2f033
fixed: brightness_bar.png was not displayed in CPColorPicker because the size was not initialized
2016-06-08 19:54:44 +02:00
daboe01
c46340a830
Merge remote-tracking branch 'cappuccino/master' into fixed-colorpicker-brightness-bar
2016-06-08 19:45:16 +02:00
Alexandre Wilhelm
f1145ef169
Merge pull request #2457 from cacaodev/CPView-viewDidHide
...
FIXED: CPView received multiple -viewDidHide/Unhide messages
2016-06-07 20:21:52 -07:00
Alexandre Wilhelm
a28f9ceeba
Merge pull request #2456 from didierkorthoudt/Fixed--right-mouse-clic-during-a-drag-operation-problem
...
Fixed: right mouse clic during a drag operation cancels it
2016-06-07 20:17:31 -07:00
Alexandre Wilhelm
1927bb4798
Merge pull request #2452 from didierkorthoudt/CPTextField-tracking-area-optimization
...
Fixed: CPTextField doesn't optimize tracking areas management
2016-06-07 12:07:11 -07:00
Alexandre Wilhelm
9273c9ee10
Merge pull request #2455 from didierkorthoudt/CPColorPanel-platform-window
...
Fixed: CPColorPanel always opens in main platform window.
2016-05-25 11:36:28 -07:00
cacaodev
e58420b031
FIXED: CPView received multiple -viewDidHide/Unhide messages
...
FIXED: when a view is hidden by a hidden superview and added to a non
hidden superview, the -viewDidUnhide message is sent.
With test : CPViewTest.j
2016-05-23 15:39:47 +02:00
Didier Korthoudt
24313d6709
Fixed: right mouse clic during a drag operation cancels it
2016-05-22 22:14:05 +02:00
Didier Korthoudt
7454620aa2
Fixed: color panel always open in main platform window
2016-05-18 19:43:19 +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
Didier Korthoudt
aebd28dbef
CPTextField and CPTrackingArea: optimization and cursor management.
2016-05-18 11:09:06 +02:00
daboe01
152db9fb8e
fixed: autoscrolling message was commented out
2016-05-17 20:37:33 +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
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
cacaodev
a1926982c6
Fixed: make CPObject implementsSelector: work with proxies and KVO swizzled classes
2016-05-12 21:43:44 +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
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
cacaodev
01c5cf98df
FIXED: Unknown function getPropertyCSSValue in Chrome
...
getPropertyCSSValue have been deprecated in chrome. Replacing with
getPropertyValue supported by all browsers.
2016-04-23 10:54:22 +02:00
Alexandre Wilhelm
cd92ebd69c
Merge pull request #2437 from mrcarlberg/cpobjectcontroller_set_entity_name_from_code
...
Fixed: Setting entity name from code does not work
2016-04-06 18:15:23 -07:00
Alexandre Wilhelm
5c58552d91
Merge pull request #2438 from mrcarlberg/cppopupbutton_binding_select_is_done_before_content
...
Fixed: First popup item is always selected if selected binding value is set before content binding value
2016-04-06 18:14:53 -07:00
Antoine Mercadal
584aebf76b
FIXED: used the master of cappuccino-base
2016-04-06 09:55:38 -07:00
Antoine Mercadal
43a2480699
Merge pull request #2430 from herbatnik/master
...
FIXED: Cursor key binding methods do not fire in IE11 #2365
2016-04-06 08:35:14 -07:00
Martin Carlberg
699503042f
Fixed: First item is always selected if selected binding value is set before content binding value.
...
Test case is provided.
2016-04-05 23:22:29 +02:00
Martin Carlberg
c24c3868bb
Merge pull request #2434 from Dogild/TrackingAreaTableViewHeader
...
Fixed: crash when having a CPTableViewHeader without a CPTableView
2016-04-05 19:49:27 +02:00
Martin Carlberg
5c60819668
Merge pull request #2432 from Dogild/CacheURLRequest
...
Fixed: cache control was not set properly in CPURLRequest
2016-04-05 19:05:59 +02:00
Martin Carlberg
480a125a20
Fixed: When setting entity name from code the _managedProxy will be null and the name will not be stored
2016-04-05 18:43:32 +02:00
Antoine Mercadal
598a6ebaed
Merge pull request #2278 from cacaodev/CPAnimationContext
...
Animations: CPAnimationContext & animator
2016-04-04 09:57:55 -07:00
Alexandre Wilhelm
185ad5e747
Fixed: crash when having a CPTableViewHeader without a CPTableView
...
Previously, when having a CPTableViewHeader without a CPTableView, cappuccino just crashed.
We now check if _tableView is set before iterating on the tableview's columns.
2016-04-04 06:48:26 -07:00
Alexander Ljungberg
42d7e4312b
Formatting of CPCache.
2016-04-02 01:20:23 +01:00
Alexander Ljungberg
41a741724f
New: Sweden / Swedish as a possible locale.
2016-04-01 23:47:13 +01:00
Alexander Ljungberg
087e811586
Bump XcodeCapp copyright year.
v0.9.9
2016-04-01 22:44:23 +01:00
Alexander Ljungberg
fa07bc143e
Fixed: missed some version number bumps in the 0.9.9 release.
2016-04-01 22:25:21 +01:00
Alexander Ljungberg
e13f5ed730
Fixed: CPNumber intValue did not return an integer.
...
We expect this method to return a whole number like in Objective-C. This also goes for the related methods, `shortValue`, `longValue` and `longLongValue`.
Also adds more tests (in addition to the existing, already failing test).
2016-04-01 22:22:03 +01:00
Alexander Ljungberg
48108cebc9
Merge branch '0.9.9'
2016-04-01 01:05:40 +02:00