34 Commits

Author SHA1 Message Date
363a44139f binding to special properties fixed 2015-11-05 16:31:43 +02:00
aef7256e69 Enabled bindings to events and gestures for Bindable instead of View. 2015-10-21 16:43:09 +03:00
76fa713c85 Break a circular import view-application-view.
By late-importing application in bindable and stylers-common.
2015-10-16 13:53:35 +03:00
d6e0a2b598 Fixed index property accessors are treated as expressions. 2015-10-12 14:49:36 +03:00
e7156b53bd Fixed issue #814. 2015-10-01 16:13:51 +03:00
0b6ca23e25 BindingContext will be set before adding items to visual tree (ListView, Repeater). 2015-09-30 11:18:46 +03:00
81c066e5e3 Support for binding expressions in event bindings 2015-09-12 11:02:32 +03:00
fc3c52691e Fixed issue with binding when there is no sourceProperty set. 2015-08-31 15:50:12 +03:00
881c378a4e Made TabViewItem bindable. 2015-08-28 12:55:28 +03:00
a57d52a304 Added support for binding to multiple observable objects (properties). 2015-08-25 16:18:07 +03:00
cff1e8f891 Added comments for some regex used in bindings. 2015-07-01 10:24:02 +03:00
440e5968f2 Introduced parent and parents keywords for binding. 2015-06-29 17:16:22 +03:00
a122d854d0 Fixed issue with updating nested properties via binding. 2015-06-08 11:54:20 +03:00
e61cac3422 Fixed binding expression for object property access (not function). 2015-05-19 13:49:32 +03:00
3b6a23bfb5 Fixed issue with binding context in a list view scenario. 2015-05-19 11:53:42 +03:00
3cfaa221ae Clean unused variables 2015-05-18 11:29:57 +03:00
57171c768e WeakEvents with map 2015-05-15 18:39:01 +03:00
71c9266be3 WeakEvents refactoring and used in ListView 2015-05-15 18:39:01 +03:00
bb57bfb88d Fixed issue when UI element is bound to source different from bindingContext. 2015-05-12 14:56:53 +03:00
4a6850a77e Added missing semicolon. 2015-05-08 15:16:51 +03:00
80336d2ea5 Property changed disabled for inheritable properties only. 2015-05-08 13:50:49 +03:00
2e4b2eacf2 Fixed issue when bindingContext is bound more than once. 2015-05-08 09:53:59 +03:00
95ca8d9c8c Replace knownEvents modules with static strings. 2015-04-24 09:29:00 +03:00
6bb533dc30 Fixed issue with binding when binding to a falsy object (also added types.isNullOrundefined function). 2015-04-20 14:25:01 +03:00
61f5022a69 Binding to object via keyword. 2015-04-03 16:08:28 +03:00
d952faa3c2 Added application resources (used for binding converters), also some bug
fixes (binding related).
2015-04-01 11:45:30 +03:00
b569451bc7 Added named parameters support for xml binding definition. 2015-03-18 08:44:51 +02:00
1b99b6f5d2 Binding converter run-time errors logging on console. 2015-03-12 15:44:35 +02:00
4152e66195 Observable array now fires property change for length property. 2015-03-05 14:55:16 +02:00
8bc83ced24 Added binding convert option. 2015-03-04 10:51:59 +02:00
cc829e0152 definitions fixed 2015-03-03 10:34:40 +02:00
2c4781db01 Initial prototype of Frame + Page + Navigation. 2014-06-12 17:44:23 +03:00
71af5f955d Fixed improper unbind implementation 2014-06-05 14:16:35 +03:00
1be0f92429 Initial implementation of Observable + Bindable + Label 2014-06-05 13:53:09 +03:00