cacaodev
82ce626d8a
Underscore prefix on private methods
2016-06-12 10:52:19 +02:00
cacaodev
e063ff5e54
Remove CPAnimationTriggerOrderIn partial support. Adds a warning if someone tries to use it.
2016-06-12 10:20:26 +02:00
cacaodev
fca2746a82
Fixed: custom layout and custom drawing was not animated
...
The bug was appearing with the following conditions:
keypath : frame , frameSize
browsers : Google Chrome, Firefox
2016-06-12 10:12:08 +02:00
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
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
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
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
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
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
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
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
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
Marek Kresnicki
f0e736962d
FIXED: Cursor key binding methods do not fire in IE11 #2365
2016-03-21 11:23:51 +00:00
Alexandre Wilhelm
b12d1491d4
Merge pull request #2415 from cacaodev/CPViewController-loadviewAsynchronously
...
NEW: CPViewController -loadViewAsynchronously:(Function/*view, error*/)
2016-03-20 19:40:20 -07:00
cacaodev
a1248db3e7
CPSearchField: use CPMenuItem -setIndentationLevel: now that it's available.
2016-03-13 16:09:27 +01:00
cacaodev
6fd2d12d3f
Merge remote-tracking branch 'cappuccino/master' into CPAnimationContext
2016-03-12 23:29:46 +01:00
Aparajita Fishman
96d2b001ea
Merge branch 'tableview-edit-fix'
2016-03-08 15:04:55 -08:00
Alexandre Wilhelm
310c0e8379
Merge pull request #2423 from mrcarlberg/cpobject_controller_extension
...
Allow CPObjectController to get more attributes from the xib/cib file.
2016-03-06 18:20:51 -08:00
Martin Carlberg
f0dbffe4f8
Fixed: Formatting
2016-03-06 11:14:22 +01:00
Martin Carlberg
808591df56
Fixed: Allow CPObjectController to get more attributes from the xib/cib file.
2016-03-01 21:40:00 +01:00
cacaodev
d3dab982a1
Remove ignored argument _ in CPColorPanel
2016-02-07 11:54:16 +01:00
cacaodev
2f6adbae3c
Documentation for -loadViewWithCompletionHandler:
...
Also clarified a note in -loadView doc.
2016-02-07 11:19:26 +01:00
cacaodev
ccdc1eed5a
Rename to loadViewWithCompletionHandler:
2016-02-07 11:17:53 +01:00
cacaodev
65dee154f7
Remove ignored argument _
2016-02-06 20:39:49 +01:00
cacaodev
0327f6b1ea
Merge remote-tracking branch 'cappuccino/master' into CPArray-arrayByApplyingBlock-replace
2016-02-04 21:46:10 +01:00
Aparajita Fishman
8908fb7ee0
Merge pull request #2414 from didierkorthoudt/CPTrackingArea-fixes2
...
FIXED: CPTrackingArea incorrect handling of view hierarchy updates while processing events
2016-01-23 07:02:03 -08:00
Didier Korthoudt
2877178b34
Formatting: following Aparajita's recommandations
2016-01-21 20:46:37 +01:00
Didier Korthoudt
b3d8180541
FORMATTING: added comment to workaround
2016-01-21 00:10:38 +01:00
Didier Korthoudt
3411c340ab
FIXED: incorrect view hierarchy update
2016-01-20 23:50:22 +01:00