Björn Ritzl
5771a40e68
Update README.md
2021-01-10 14:23:54 +01:00
Björn Ritzl
36b92b5294
Split up the docs and added FAQ
2021-01-10 14:20:33 +01:00
Marius Petcu
4ad86d41fc
Implement monarch.replace() ( #61 )
2020-05-20 15:36:29 +02:00
Marius Petcu
c7fb2ba646
Add sequential loading flag ( #62 )
2020-05-20 14:58:04 +02:00
Björn Ritzl
5e826f97d9
Update README.md
2020-03-11 10:58:03 +01:00
Björn Ritzl
be5a375559
Update README.md
2020-03-10 22:47:29 +01:00
Jerakin
c7ff068f79
Added editor script to create base setup ( #57 )
2020-01-16 08:45:48 +01: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
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
2019-08-03 15:44:39 +02:00
Björn Ritzl
4691b8d75f
Update README.md
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
7ee651df37
Fixed some minor issues in the docs
2019-08-01 07:20:09 +02:00
Björn Ritzl
57946d27bf
Added is_preloading() and when_loaded()
2019-03-08 10:28:39 +01:00
Björn Ritzl
79df80df33
Added show() function for adding outside the stack. Fixes #26
2019-01-11 11:11:19 +01:00
Björn Ritzl
ff8214583b
Added support for unloading a preloaded screen
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
2fa4b59041
Added note on nested screens
...
Fixes #35
2019-01-10 10:18:03 +01:00
Björn Ritzl
8a0a36a2d5
Added new screenshots and linked to them from the docs ( #30 )
2018-10-03 13:41:58 +02:00
Björn Ritzl
75e3ac1ce9
Added code coverage badge
2018-07-31 19:07:13 +02:00
Björn Ritzl
3443484cce
Added support for collection factories
2018-07-27 13:28:36 +02:00
Björn Ritzl
8d1051f0fd
Added Timestep below Popup
...
Fixes #25
2018-07-26 10:52:03 +02:00
Björn Ritzl
bc4260d72a
Added fade in/out transition
2018-07-13 06:54:26 +02:00
Björn Ritzl
d528947998
Updated docs with new notification messages
2018-06-20 13:49:02 +02:00
Björn Ritzl
b13adcfb62
Added listener documentation
2018-06-20 07:36:16 +02:00
Björn Ritzl
d1cf8281c9
Added helpers for common sets of transitions
2018-06-16 22:43:25 +02:00
Björn Ritzl
4231b0b89c
Prevent show/back operations while busy
...
Fixes #22
2018-06-10 16:17:41 +02:00
Björn Ritzl
66b1f7ca2e
Added monarch.top() and bottom()
2018-06-04 13:56:45 +02:00
Björn Ritzl
0fdfb6fd11
Send information about the next/prev screen in transition message
2018-06-04 13:56:23 +02:00
Björn Ritzl
ffc148b4bf
Added preload()
2018-06-03 17:32:13 +02:00
Björn Ritzl
724713f9e4
Include transition id in TRANSITION.DONE message
...
Also send the TRANSITION.DONE message to the gui that was transitioned
2018-06-01 08:43:08 +02:00
Björn Ritzl
d45005cd90
Added documentation about monarch.debug()
...
Fixes #16
2018-05-24 16:34:33 +02:00
Björn Ritzl
a4cef48239
Handle layout change and window resize for transitions
2018-03-19 22:56:12 +01:00
Björn Ritzl
a25e6d1ba5
Merge branch 'master' of https://github.com/britzl/monarch
2018-02-18 22:32:55 +01:00
Björn Ritzl
2f298b29d4
Added logo
2018-02-18 22:32:21 +01:00
Björn Ritzl
2bac31b155
Update README.md
2018-02-18 22:21:51 +01:00
Björn Ritzl
28e54beefb
Update README.md
2018-02-09 22:18:56 +01:00
Björn Ritzl
7cd313f1e6
Update README.md
2018-02-09 22:14:03 +01:00
Björn Ritzl
0c0a206ba0
Update README.md
2018-02-09 22:11:20 +01:00
Björn Ritzl
973ab5b01c
Update README.md
2018-02-09 22:00:13 +01:00
Björn Ritzl
9d9d93cd4c
Update README.md
2017-12-28 21:20:09 +01:00
Björn Ritzl
30615c0044
Update README.md
2017-12-28 19:59:20 +01:00
Björn Ritzl
9cdf4817e8
Added popup_on_popup flag to screens
2017-12-28 00:02:10 +01:00
Björn Ritzl
1467b136d8
Added a note on letting the init fucntion of the screen.script finish first
2017-12-25 00:24:25 +01:00
Björn Ritzl
995843ff20
Merge branch 'dev/agulev'
2017-12-08 07:42:07 +01:00
Björn Ritzl
31fdf89bd6
Update README.md
2017-12-08 06:52:52 +01:00
Björn Ritzl
eca1f54ced
Update README.md
2017-12-08 06:52:30 +01:00
Björn Ritzl
9c48899440
Update README.md
2017-12-08 06:51:21 +01:00
Björn Ritzl
2d527c39ff
Update README.md
2017-12-08 06:49:03 +01:00
Björn Ritzl
a6e4cd0771
Update README.md
2017-12-08 06:47:57 +01:00