3
0
mirror of https://github.com/britzl/monarch.git synced 2025-06-27 10:27:49 +02:00

201 Commits

Author SHA1 Message Date
Björn Ritzl
68cda52c0d Update monarch.lua 3.0.2 2019-09-14 01:25:43 +02:00
Björn Ritzl
81237762be Transition out and in again if showing the same screen twice
Fixes #54
3.0.1
2019-09-14 01:23:14 +02:00
Björn Ritzl
8001d370c2 Delete foo.txt 2019-09-14 01:16:10 +02:00
Björn Ritzl
ac409eb4c8 Update ci-workflow.yml 2019-08-19 07:17:00 +02:00
Björn Ritzl
5f776b0bc4 Update ci-workflow.yml 2019-08-19 07:15:31 +02:00
Björn Ritzl
9a47129135 Removed test 2019-08-19 07:13:03 +02:00
Björn Ritzl
4ea29a9efa Update ci-workflow.yml 2019-08-19 07:12:29 +02:00
Björn Ritzl
fa7cf75d3a Merge branch 'master' of https://github.com/britzl/monarch 2019-08-19 06:18:36 +02:00
Björn Ritzl
bbc4baa5e1 Update foo.txt 2019-08-19 06:18:34 +02:00
Björn Ritzl
0085704614
Update README.md 2019-08-19 06:17:26 +02:00
Björn Ritzl
e37b9bde89 Update .travis.yml 2019-08-13 06:09:07 +02:00
Björn Ritzl
21b16e1473 Create foo.txt 2019-08-09 07:51:44 +02:00
Björn Ritzl
36291f3762 Added test workflow 2019-08-09 07:30:46 +02:00
Björn Ritzl
fd5f82c40b Update ci-workflow.yml 2019-08-09 07:26:07 +02:00
Björn Ritzl
92bddc742b Create ci-workflow.yml 2019-08-09 07:11:15 +02:00
Björn Ritzl
0c0446746c
Update README.md 2019-08-05 14:45:40 +02:00
Björn Ritzl
49dd390812
Added queue support to Monarch (#49)
* Created queue and added show() as a queuable action
* Improved logic in confirm popup - It should not crash if there is no next screen in data
* Fixed indentation
* Made the new queue a lot more stable. Fixed tests.
* Removed debug output
* Fixed issue with html5 builds
3.0.0
2019-08-05 14:37:25 +02:00
Björn Ritzl
478835f888
New options to keep focus on screens even when covered by other screens (#51)
* Added option to continue to receive input when below a popup

* Added option to not remove input focus when a screen is put on top of another one
2.20.0
2019-08-03 15:44:39 +02:00
Björn Ritzl
354dc71b12 Don't create a transition for a node if one already exists
Fixes #50
2.19.1
2019-08-03 15:40:06 +02:00
Björn Ritzl
4691b8d75f Update README.md 2.19.0 2019-08-01 07:27:57 +02:00
Björn Ritzl
6b3cc11073 Added support for monarch.post() 2019-08-01 07:21:20 +02:00
Björn Ritzl
c7981e77cf Fixed typo in assert text 2019-08-01 07:20:48 +02:00
Björn Ritzl
7ee651df37 Fixed some minor issues in the docs 2019-08-01 07:20:09 +02:00
Björn Ritzl
fbf8ad98f8 Cleanup 2019-08-01 07:13:45 +02:00
Björn Ritzl
63c965572d Improved test wait functionality 2019-08-01 07:13:25 +02:00
Björn Ritzl
ebc1d09c21 Wrong logging of input focus actions 2019-08-01 06:16:54 +02:00
Björn Ritzl
9ab73567f8 No need to pass in a hash when getting the data 2019-08-01 06:16:15 +02:00
Björn Ritzl
1ef779a37b Update .travis.yml 2019-07-31 18:36:39 +02:00
Björn Ritzl
d74efaf186 Added callback tracker tests 2019-07-31 18:20:06 +02:00
Björn Ritzl
f5879a5f63 Added support for multiple nodes per transition 2.18.0 2019-07-29 07:34:34 +02:00
Björn Ritzl
97c97e738d No point in having an auth token 2019-06-13 18:24:35 +02:00
Björn Ritzl
e4ca53630e Assert on coroutine.resume to catch more errors 2.17.2 2019-05-02 09:36:52 +02:00
Björn Ritzl
9afd77e2b0 Changed scope of top in show() 2019-05-02 09:36:23 +02:00
Björn Ritzl
9808c09aa1 Wait when reloading 2019-05-02 09:36:03 +02:00
Björn Ritzl
05f91dd763 Make sure focus_lost messages is received
Fixes #42
2.17.1
2019-03-17 21:50:01 +01:00
Björn Ritzl
b57609f061 Added additional tests and increased test framework version 2.17.0 2019-03-08 11:37:49 +01:00
Björn Ritzl
57946d27bf Added is_preloading() and when_loaded() 2019-03-08 10:28:39 +01:00
Björn Ritzl
1bc0ae09ee Simplified coroutine usage when running screen code 2019-03-08 09:11:37 +01:00
Björn Ritzl
66bdde41ed Make sure to pcall when invoking callbacks 2019-03-08 09:08:34 +01:00
Björn Ritzl
35dd0c3f70 Changed from listeners to transition_listeners table to be more explicit 2019-03-08 09:07:12 +01:00
Björn Ritzl
7d986ada1b pcall in the callback tracker 2019-03-08 09:03:29 +01:00
Björn Ritzl
7e2ff2990c Make sure to also reload pre-loaded screens if required
Fixes #39
2.16.3
2019-03-05 00:21:23 +01:00
Björn Ritzl
38f95e0b5b Wait for popups when closing them 2.16.2 2019-01-23 08:08:56 +01:00
Björn Ritzl
79df80df33 Added show() function for adding outside the stack. Fixes #26 2.16.1 2019-01-11 11:11:19 +01:00
Björn Ritzl
ff8214583b Added support for unloading a preloaded screen 2.16.0 2019-01-11 08:47:24 +01:00
Björn Ritzl
7740499821 Added support for automatically preloading screens 2019-01-11 08:47:06 +01:00
Björn Ritzl
7f770d6b3b Merge branch 'master' of https://github.com/britzl/monarch 2019-01-11 06:52:59 +01:00
Björn Ritzl
f38f624a3b Moved the popup inside the menu to test how nested screens work 2019-01-11 06:52:57 +01:00
Björn Ritzl
2fa4b59041
Added note on nested screens
Fixes #35
2019-01-10 10:18:03 +01:00
Björn Ritzl
753d003861
Preload fix (#34)
* Don't try to preload if monarch is busy
* Added test for #32
2.15.1
2018-12-10 12:27:11 +01:00