Commit graph

28 commits

Author SHA1 Message Date
Gustav Hansen
ab482b1205
Update README.md 2021-01-19 22:20:26 -05:00
Gustav Hansen
b5ca0f7f86
V2 (#230)
* Add initial test structure and some tests for Window

* Start on rewriting registerComponent

* Add View support

* Add flexbox support, still need to test more

* Add styling and better props management

* Add nested text support

* Fix text measurement and qt hogging layout styles

* Font size must be in px, so convert if it isn't

* Add stylesheet

* Various changes, start adding tests

* Try out travis CI

* Remove xwd package

* Install qt5

* Install correct moc

* Add g++ 5

* Add xwd and imagemagick

* Yoga layout doesn't support v12 right now

* Add touchablewithoutfeedback

* Add opacity. Need to investigate seg fault

* Fix build errors, unsupport trusty

* Force xenial version

* Add touchablehighlight. Start button

* Add support for image require

* Start on image

* Add image resizing and TextInput

* Fix button view

* Quit loop when all windows closed

* Fix require not working with jest

* Fix quit deleting still in use pointers

* Disable caching

* Depend on stable node-qt-napi

* Copy docs, start examples

* Many bug fixes, get cat example to work

* Fix percent issue and start more documentation

* Start docs

* Finish docs

* Fix App appendChild with comments

* Abstract QT bindings

* Add calculator example; try to get devtools working

* Update react-devtools

* Add hot reloading support

* Add hot reloading to examples, fix reloading bugs

* Update documentation on v2

* Add more examples to v2 changes

* Change readme for v2

* Remove packaging until it works

* Add prepack instead

* Use node-qt-napi up

* 2.0.1

* Convert everything to typescript

* Add note on TS

* Update readme with new images

* Add comparison to others in docs

* Add packaging instructions

* Fix windows packaging

* Create FUNDING.yml

* Update v2_changes.md

* Create LICENSE

* Add wx backend option

* Add more wx components

* Add wx backend notes

* Add note on mac wxwidgets libuv bug

* Add note on Macs with libuv bug

* Use npx by default

* Bump version for wx backend

* V2 small code improvements (#240)

* slightly improved import

* better type defs

* merged append and insert as they pretty same

* Run prettier

* Add issue templates (#241)

* About page typo (#216)

* Update quickstart.md (#223)

* Update README.md (#229)

* Create FUNDING.yml

* Add issue templates

* Update README.md

Co-authored-by: Yevhen Hraivoronskyi <evhenious@gmail.com>
2020-01-19 06:55:30 -08:00
pungggi
1c8e2eda6e Update README.md (#229) 2019-09-21 09:14:21 -07:00
Gustav Hansen
0e00f43356 Upgrade react-reconciler to support hooks, run prettier Fixes #200 2019-02-16 13:45:02 -05:00
Niklas Mischkulnig
6d2d32f6fc More Area features (#168)
* Add scrolling area

* Gradients

* Fix typo and add scrolling to area docs

* Implement imperative gradient api

As per discussion in #130

* Fix links in area documentation

* Update example for area gradients

* Add docs for new gradient api

* Format all docs with prettier

* Really fix docs hyperlinks

* Added to docs: ignore ...opacity for gradients
2018-11-08 18:04:32 -08:00
kusti8
3ce7aa2216 Add cat api gif 2018-05-21 17:16:31 -04:00
Gustav Hansen
d37dae1299
Fix license image text. #89 2018-05-04 20:06:00 -04:00
Niklas Mischkulnig
7bb6fa589f Area (#78)
* Area

* Update, percentages as values, transforms!

* Rename Area elements, Circle, CSS colors

* Transform: matrix, skew

* Add Path

* Add fill & stroke options, fix transforms

* Inheriting props

* Fix area events, start on documentation

* Complete documentation

* Properly apply transforms, complete sidebar

* Use dot for Area components, fix Circle

* Add held buttons for onMouseMove

* Fix transform=scale for now

* Fill mode for Area.Path

* Fixes for windows

* Complete area_props list

* Throw on unimplement path commands

* More sophisticated path example

* Cleanup

* More helpful error message
2018-05-02 19:05:27 -04:00
Armando Magalhães
5f1f927018 docs: add reference to create-proton-app (#48) 2018-03-06 15:49:44 -05:00
Gustav Hansen
660438ad7d
Bypass image cache permanently 2018-03-03 11:58:44 -05:00
Gustav Hansen
625ee87296
Back to caching 2018-03-03 11:58:23 -05:00
Gustav Hansen
9a2face1fb
Clear image cache 2018-03-03 11:57:59 -05:00
kusti8
a8feeffd55 Add credit to readme also 2018-03-02 19:05:36 -05:00
kusti8
70d26ac6f8 Change black logo color 2018-03-02 19:02:05 -05:00
kusti8
4d4224d08f Update readme 2018-03-02 18:58:45 -05:00
Alberto Rosado
791bee50b5 Add usage instructions using create-proton-app cli (#37) 2018-03-01 20:59:07 -05:00
Gustav Hansen
5edd6485bb
Add gitter.im 2018-02-28 18:56:15 -05:00
Ben Wiley
8c6a09b377 Consistency in features list (#27) 2018-02-25 22:25:22 -05:00
kusti8
ba6562cdb2 Add KeyCDN 2018-02-22 23:16:16 -05:00
kusti8
593b04889d Forgot to build 2018-02-14 18:36:00 -05:00
kusti8
a829e72da1 Add windows example 2018-02-11 17:01:02 -05:00
kusti8
0365e7f62a Add menu and separator docs 2018-02-10 23:52:54 -05:00
kusti8
0b6072827f Add font button 2018-02-10 22:21:27 -05:00
kusti8
86fdbf4853 Add menu 2018-02-10 12:17:10 -05:00
kusti8
415cabc7a7 Add bin and docs 2018-02-10 09:47:50 -05:00
kusti8
83920f728f Try new svg 2018-02-09 17:27:22 -05:00
kusti8
50e1bb34e0 Rename 2018-02-09 16:34:39 -05:00
Gustav Hansen
bacb1a7bfa
Initial commit 2017-11-21 17:56:18 -05:00