291 Commits (b82290015843190e63ea36dcd2079e2da290ebbe)

Author SHA1 Message Date
Shagen Ogandzhanian 459cf7b37f Introduce separate CSSDisplayTests 3 years ago
Shagen Ogandzhanian 362c010045 Move relevant tests from StaticComposableTests to CSSBoxTests 3 years ago
Shagen Ogandzhanian 0baeeca8c4 CSSProperties is no more, use properties.kt in case of doubts 3 years ago
Shagen Ogandzhanian c1fd4bd259 Move relevant properties from CSSProperties to box.kt, position.kt and flex.kt 3 years ago
Shagen Ogandzhanian d0a2664e62 Basic support for overflow and its constituents in CSS API 3 years ago
Shagen Ogandzhanian 1a73206d3a Basic support for padding and its constituents in CSS API 3 years ago
Shagen Ogandzhanian 1083bb7dc0 Basic support for margin and its constituents in CSS API 3 years ago
Shagen Ogandzhanian 959e47b7b5 Basic support for list-style and its constituents in CSS API 3 years ago
Shagen Ogandzhanian 5860585a53 Minimal support for font and its derivatives in CSS API 3 years ago
Shagen Ogandzhanian 331818ef60 Move CSS animation API calls to a separate file 3 years ago
Shagen Ogandzhanian b294b732c0 Move border-related CSS API calls to a separate file 3 years ago
Shagen Ogandzhanian 36e66e66fe Move all src files in core to org.jetbrains.compose.web 3 years ago
Oleksandr Karpovich d94c185125 web: Add tests for `AutoComplete` attribute for different elements 3 years ago
Shagen Ogandzhanian 4412f95245 Introduce basic minimal support for background in CSS API 3 years ago
Philip Wedemann 331282b7c2
Web: Update autocomplete attr builder according to MDN (#859) 3 years ago
Shagen Ogandzhanian 585da89c8c Introduce minimal backgroundAttachment to the CSS API 3 years ago
Shagen Ogandzhanian e3925c602f Fix web buil 3 years ago
Philip Wedemann 67952b4b40
Use typed Element in ref to remove cast in usage (#828) 3 years ago
Oleksandr Karpovich ead86959b9
web: Add tests for `ref` attribute (#864) 3 years ago
Shagen Ogandzhanian 6e2514fd88 Move backgroundColor to a separate file and introduce dedicated test 3 years ago
Oleksandr Karpovich 8edc12f02a
web: Remove deprecated input event listeners (#861) 3 years ago
Oleksandr Karpovich 774b9793f5 Update web examples to use 0.5.0-build235 3 years ago
Eric Pabst f80715aee7
Fix typo: handeled -> handled (#822) 3 years ago
Abasov Akif e2dd256235
CSS Animations (#810) 3 years ago
Shagen Ogandzhanian 8a072a356e Remove helper DOM builder elements from the public scope 3 years ago
Shagen Ogandzhanian 244f4ce1d8 Fix last integraton test failing in Firefox and enabling it as a default target 3 years ago
Shagen Ogandzhanian a11f080730 Make `file input updates the text` cross-browser 3 years ago
Shagen Ogandzhanian 073e5e9db6 Mediaquery resize test is passing in Firefox 3 years ago
Shagen Ogandzhanian 8d5f47f78b Prepare mediaquery test for cross-browser support 3 years ago
Shagen Ogandzhanian 306bbbb5f2 Add minimal units tests for media queries 3 years ago
Shagen Ogandzhanian 643bda09d8 CSSPlus, CSSMinus, CSSTimes and CSSDiv are private - it's all CSSCalcOperation for users 3 years ago
Shagen Ogandzhanian c0bba88f02 Simplify text selection in "select event update the txt" 3 years ago
Shagen Ogandzhanian 8131b6665d Remove accidentaly wrongly merge code from a debug branch 3 years ago
Shagen Ogandzhanian 1a7a1fbbd3 Update web examples after releasing 0.5.0-build228 3 years ago
Oleksandr Karpovich e40f7a0d9a
Update web tutorials for 0.5.0-build228 (#833) 3 years ago
Shagen Ogandzhanian c5b1e29f15 Add posibility to install missing chrome drivers for local development 3 years ago
Shagen Ogandzhanian 1b42dbec3e Dispose web drivers after selenium tests 3 years ago
Shagen Ogandzhanian 05dc8d1c05 Run selenium tests in Firefox is specific System property (synced with project property) is present 3 years ago
Oleksandr Karpovich 29a5297907
Web: Input element and onInput event refactoring (#799) 3 years ago
Shagen Ogandzhanian 2de373c7db Prepare integration tests for possibility to run against Firefox 3 years ago
Oleksandr Karpovich d87783f319 Fix web/Building_UI tutorial snippet 3 years ago
Shagen Ogandzhanian 06b79febfb
Update CHANGELOG.md after releasing 0.5.0-build226 3 years ago
Shagen Ogandzhanian 4937918a28 Update examples after publishing 0.5.0-build226 3 years ago
Shagen Ogandzhanian 5d7c874136 Updae deafult web-core dependency to 0.5.0-build226 3 years ago
Shagen Ogandzhanian df05778843 AttrBuilder is nullable by default 3 years ago
Shagen Ogandzhanian 5b22169e72 Remove license for cssom since we are not using it anymore 3 years ago
Shagen Ogandzhanian 019cbd2940
Use CSSStyleSheet so that there's no need to define additional functionality on Stylesheet 3 years ago
Shagen Ogandzhanian 453cc89bca Add minimal test for testing media query in stylesheet 3 years ago
Philip Wedemann 766e5950de
web: Remove the boolean parameter from hidden() to align with #780 (#783) 3 years ago
Abasov Akif a167abe04c
Add more calc shortcuts (#798) 3 years ago