8ac7c8d574
HorizontalAlignment and VerticalAlignment
2016-12-19 16:25:08 +02:00
1255e6bd4a
Visibility
2016-12-19 11:56:32 +02:00
c61c58e52f
BackgroundRepeat enum
2016-12-19 10:58:52 +02:00
53be1ecc07
FontStyle and FontWeight enums everywhere
2016-12-16 16:31:20 +02:00
93d4fa5d57
Total TextBase refactoring + several bug fixes.
2016-12-16 14:54:00 +02:00
51e448aa10
Fixed: getViewById, TextDecoration
2016-12-15 13:20:25 +02:00
f75f583573
tns-core-modules done
2016-12-13 15:51:18 +02:00
19ee47ba24
got to layouts
2016-12-13 15:51:18 +02:00
07e2102c5d
restore properties deleted with merge
2016-12-13 15:51:18 +02:00
befb494a50
up to segmented-bar.ios
2016-12-13 15:51:18 +02:00
1202cb7288
almost all without layouts
2016-12-13 15:51:18 +02:00
a64847ca9d
next
2016-12-13 15:51:18 +02:00
d795ee94e4
alpha2
2016-12-13 15:51:18 +02:00
645f428f59
alpha1
2016-12-13 15:51:18 +02:00
bb2c7aa60a
partial state
2016-12-13 15:51:18 +02:00
b58e0b08a3
refactoring
2016-12-13 15:51:18 +02:00
1343aa52a4
separatorColor property of ListView can be set in CSS
2016-12-02 17:43:42 +02:00
39113f6fdd
Fix: Invalid value 500 for property fontWeight in XML
...
Resolves #3175
2016-11-28 16:42:44 +02:00
2e13205797
CSS support for styling status bar ( #3156 )
2016-11-24 14:20:12 +02:00
9ebc01b8e9
Add inset
CSS clip-path support
2016-11-10 14:41:32 +02:00
c46f216d31
SelectedBackgroundColor property exposed via css. ( #2973 )
2016-10-28 10:26:10 +03:00
e27995a889
tslint errors fixed
2016-10-27 15:33:39 +03:00
fd23197851
Merge pull request #2950 from NativeScript/raikov/scale
...
Added support for scale(x)
2016-10-27 15:08:34 +03:00
0292a49ea2
Added support for scale(x)
2016-10-24 16:42:45 +03:00
9fc143ee03
Add support for TabView CSS
...
TabView {
tab-text-color: green;
tab-background-color: yellow;
selected-tab-text-color: red;
android-selected-tab-highlight-color: orange;
text-transform: uppercase;
}
2016-10-24 15:07:22 +03:00
08f9c941cc
Fix: CSS border-color does not recognize rgb and rgba values
...
Resolves #2781
2016-09-21 16:35:03 +03:00
a05f842a84
Non-uniform borders
2016-09-17 09:27:36 +03:00
1b568b56ca
Added tintColor property in Image view. It should be used instead of color
2016-09-16 16:29:08 +03:00
e9ceb79b2e
Add placeholder-color style property.
2016-08-30 14:00:35 +03:00
fc0048c4a1
dependency-observable changes ( #2584 )
...
* Improved es6.d.ts
Small perf improvement in resetValues
* Fix tslint errors
* Removed all comments from es6.d.ts (TSLint hell)
2016-08-15 15:14:03 +03:00
c8cce0ebcb
Fixed paddings ( #2552 )
...
* Fixed paddings
* Fix tslint
2016-08-07 22:29:00 +03:00
15d891cc08
Refactor application of text decoration, text transform, letter spacing and formatted text.
...
Related to #2427
2016-07-28 10:33:33 +03:00
1b00fe9a18
Unregister animations only once - on reset css
2016-07-15 11:42:04 +03:00
8d40782191
Style perf improvements ( #2342 )
...
* Add css-perf app.
* Style properties now check only properties that are set.
Image utils module required on top (instead of in onMeasure) to improve performance.
Remove try/catch block when Style applies native property.
* fix tslint
* Fix broken merge
Update package.json version
* Failed miserably - if the try/catch around applyProperty method is removed - TextField fails big time.
TextField needs some good refactoring as well as calls to _updateTextDecoration & _updateTextTransform
utils - setTextTransform & setTextDecoration should be split, typing support should be added.
2016-07-08 14:39:43 +03:00
2cff891ca0
Background borderWidth, borderColor, borderRadius and clipPath are now used on Android only and ignored on iOS
...
Related to #2318
2016-06-30 16:15:56 +03:00
7d3fb56def
Move border properties to Background to avoid unnecessary refreshes.
2016-06-27 09:41:53 +03:00
743a2efb4a
Optimized DependencyObject setValue performance ( #2260 )
...
* Cached all properties from metadata as fields on Property
ResetValue does not remove entry but only reset value for the given ValueSource (Local by default)
Optimized setValueInternal performance
* Removed TS dependency
* Fix tslint
2016-06-07 15:30:09 +03:00
e2f1e272b4
Fixed: Android layerType should not be changed if there is no need
...
Resolves #1899
2016-05-30 16:53:09 +03:00
e135c20b14
Rename the files
2016-05-26 14:30:25 +03:00