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

49 Commits

Author SHA1 Message Date
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
Björn Ritzl
6474c9a173 Improved the transition module
The transition module will now properly handle if the same transition is started more than once before completed. In such a case only one animation will be played but all senders will be notified when completed.
2017-12-07 23:03:54 +01:00
Björn Ritzl
ee66e8bec8
Update README.md 2017-12-07 10:58:43 +01:00
Björn Ritzl
ccd2b4a239
Update README.md 2017-11-28 09:08:40 +01:00
Björn Ritzl
571cd2ca49
Update README.md 2017-11-28 08:59:34 +01:00
Björn Ritzl
036cdb853d Fixed some issues regarding focus lost/gained next/previous screen id 2017-11-27 21:48:21 +01:00
Björn Ritzl
c9cf627977 Added docs for screen_exists 2017-11-27 21:19:08 +01:00
Björn Ritzl
d02cd03d2c Documentation fixes 2017-09-28 08:45:59 +02:00
Björn Ritzl
52ce9929a1 More documentation improvements 2017-09-28 08:34:29 +02:00
Björn Ritzl
240c039d03 controller->focus 2017-09-28 08:23:06 +02:00
Björn Ritzl
e46a703b25 Changed from controller_url to focus_url. Improved docs 2017-09-28 08:22:05 +02:00
Björn Ritzl
9be4eeb87c Added optional callback function when transition is done 2017-09-17 18:55:39 +02:00
Björn Ritzl
e5b8f6d031 Fixed some typos 2017-09-04 21:40:34 +02:00
Björn Ritzl
a68fac766f Improved examples. Added transitions 2017-09-04 21:26:06 +02:00
Björn Ritzl
ebda0fc1d0 Additional docs 2017-09-04 12:07:18 +02:00
Björn Ritzl
0bb9b69a45 Initial commit 2017-09-04 12:01:57 +02:00