Commit graph

205 commits

Author SHA1 Message Date
Niklas Mischkulnig
c3a528945a Update for libui-node 0.1.0 (#57)
* Update for libui-node 0_1_0

- Use native eventloop
- position got removed

* Update libui-node version to 0.1.0

* babel rebuild

* Cleanup

* Fix non-check menu items

* Make quit menu work

* Add onShouldQuit to App and expose to user

* Remove bin
2018-03-22 09:48:12 -04:00
Gustav Hansen
d074092cc3 Fix #59 2018-03-21 11:19:06 -04:00
Gustav Hansen
cf1c9c2d3c Remove JSX from src/ 2018-03-21 09:43:09 -04:00
Andrea Parodi
5b7912679c Removed bin folder from git (#61)
* Removed bin folder

* git ignored bin folder
2018-03-21 09:31:11 -04:00
Niklas Mischkulnig
57896ffed9 Fix crash with Quit menu item on Windows (#56)
* Fix crash with Quit menu item on Windows

* Bump version
2018-03-18 09:59:28 -04:00
Alejandro Ñáñez Ortiz
1def07691d prettier + improve early returns (#52) 2018-03-17 13:16:11 -04:00
Alejandro Ñáñez Ortiz
7741dd2fcc Add types constants. (#50)
* Add types constants.
Remove extra space in documentation

* remove unnecesary file
2018-03-07 18:37:44 -05:00
Alejandro Ñáñez Ortiz
25a027d26e add pre commit hook (#46) 2018-03-07 08:45:34 -05:00
Alejandro Ñáñez Ortiz
453f4ab9fc code cleanup (#44) 2018-03-06 15:50:28 -05:00
Armando Magalhães
5f1f927018 docs: add reference to create-proton-app (#48) 2018-03-06 15:49:44 -05:00
kusti8
502e3c7f09 Add favicon 2018-03-03 15:01:08 -05:00
Gustav Hansen
893eb6361a
Fix build script in packaging 2018-03-03 12:39:07 -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
9a30aa49af Embed examples into readme and add JSX highlighting 2018-03-02 19:25:58 -05:00
kusti8
01db194924 Make logo fixed size 2018-03-02 19:17:38 -05:00
kusti8
cfa8b73cd9 Update packaging. Fixes #39 2018-03-02 19:12:57 -05:00
Alejandro Ñáñez Ortiz
14997b2875 Refactor components props (#38) 2018-03-02 19:08:47 -05:00
Caleb Hattingh
0e49b9c904 Make python hello-world example comparable to proton example (#40) 2018-03-02 19:07:36 -05:00
kusti8
c6bea3916c Update version 2018-03-02 19:06:11 -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
kusti8
beca14685b Add new website 2018-03-02 18:55:20 -05:00
kusti8
14f9472638 Add default values to docs. Fixes #29 2018-03-01 21:24:57 -05:00
kusti8
d2f293d65a Separate manual install 2018-03-01 21:03:36 -05:00
Alberto Rosado
791bee50b5 Add usage instructions using create-proton-app cli (#37) 2018-03-01 20:59:07 -05:00
Gustav Hansen
e525de280f
Update height and width in quickstart 2018-03-01 13:01:22 -05:00
Gustav Hansen
2e5ccfe060
Update height and width in README 2018-03-01 13:01:00 -05:00
Gustav Hansen
5138abf8f1
Add build essential pre-req 2018-02-28 18:59:43 -05:00
Átila Camurça Alves
867c3fe44d Using binaries directly in package.json (#28)
Binaries on node_modules are already on `PATH` in package.json
2018-02-28 18:58:20 -05:00
Gustav Hansen
5edd6485bb
Add gitter.im 2018-02-28 18:56:15 -05:00
Alejandro Ñáñez Ortiz
a73f131f07 remove multiple if statements from Dialog component (#25)
* remove multiple if statements from Dialog component

* update typo

* add return statement
2018-02-25 22:28:07 -05:00
Ben Wiley
8c6a09b377 Consistency in features list (#27) 2018-02-25 22:25:22 -05:00
liuyanghejerry
d9c89ac30c Making setInterval imported from timers (#30) 2018-02-25 22:24:57 -05:00
Michał Majer
7f7fe8d406 Update dialog.md (#31)
Import from fix ('./src' -> 'proton-native')
2018-02-25 22:24:31 -05:00
Francisco Sales
cdcb5564a4 fix notepad example (#32) 2018-02-25 22:24:11 -05:00
kusti8
9b8e064bfa Add into plain markdown 2018-02-22 23:18:41 -05:00
kusti8
ba6562cdb2 Add KeyCDN 2018-02-22 23:16:16 -05:00
kusti8
73917c1e20 Fix missing grid example. Fixes #10 2018-02-22 22:57:43 -05:00
kusti8
cf020cec6f Add note that you can use node.js packages. Fixes #26 2018-02-22 22:56:40 -05:00
kusti8
291ad2bfcf Move to react naming conventions. Fixes #9 2018-02-22 22:54:39 -05:00
Kasey Hinton
dd4720c4f8 Fixes rendering and cursor placement issue in notepad example. (#17)
* Adds shouldComponentUpdate to fix rendering issue/ cursor placement with setState. Fixes formatting.

* Checks to see if nextState is coming from fs or input and updates accordingly.
2018-02-21 10:36:46 -05:00
Gustav Hansen
ca4f567709
Merge pull request #24 from alejandronanez/add-editorconfig
add editor config
2018-02-21 10:31:41 -05:00
Alejandro Nanez
23b6cc4c58 add editor config 2018-02-19 17:03:47 -05:00
Gustav Hansen
7b0a7bae46
Merge pull request #21 from palaniraja/patch-1
Error missing closing tag on <RadioButtons>
2018-02-18 13:09:47 -05:00
palaniraja
f76359796b
Error missing closing tag on <RadioButtons> 2018-02-18 21:53:21 +05:30
Gustav Hansen
2b067cc90f
Add linux prereqs. Fixes #16 2018-02-17 20:17:27 -05:00
Gustav Hansen
54f86bed1d
Fix packaging babel wording 2018-02-17 20:14:36 -05:00