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

Commit Graph

  • 478835f888
    New options to keep focus on screens even when covered by other screens (#51) 2.20.0 Björn Ritzl 2019-08-03 15:44:39 +02:00
  • 354dc71b12 Don't create a transition for a node if one already exists 2.19.1 Björn Ritzl 2019-08-03 15:40:06 +02:00
  • 4691b8d75f Update README.md 2.19.0 Björn Ritzl 2019-08-01 07:27:57 +02:00
  • 6b3cc11073 Added support for monarch.post() Björn Ritzl 2019-08-01 07:21:20 +02:00
  • c7981e77cf Fixed typo in assert text Björn Ritzl 2019-08-01 07:20:48 +02:00
  • 7ee651df37 Fixed some minor issues in the docs Björn Ritzl 2019-08-01 07:20:09 +02:00
  • fbf8ad98f8 Cleanup Björn Ritzl 2019-08-01 07:13:45 +02:00
  • 63c965572d Improved test wait functionality Björn Ritzl 2019-08-01 07:13:25 +02:00
  • ebc1d09c21 Wrong logging of input focus actions Björn Ritzl 2019-08-01 06:16:54 +02:00
  • 9ab73567f8 No need to pass in a hash when getting the data Björn Ritzl 2019-08-01 06:16:15 +02:00
  • 1ef779a37b Update .travis.yml Björn Ritzl 2019-07-31 18:36:39 +02:00
  • d74efaf186 Added callback tracker tests Björn Ritzl 2019-07-31 18:20:06 +02:00
  • f5879a5f63 Added support for multiple nodes per transition 2.18.0 Björn Ritzl 2019-07-29 07:34:34 +02:00
  • 97c97e738d No point in having an auth token Björn Ritzl 2019-06-13 18:24:35 +02:00
  • e4ca53630e Assert on coroutine.resume to catch more errors 2.17.2 Björn Ritzl 2019-05-02 09:36:52 +02:00
  • 9afd77e2b0 Changed scope of top in show() Björn Ritzl 2019-05-02 09:36:23 +02:00
  • 9808c09aa1 Wait when reloading Björn Ritzl 2019-05-02 09:36:03 +02:00
  • 05f91dd763 Make sure focus_lost messages is received 2.17.1 Björn Ritzl 2019-03-17 21:50:01 +01:00
  • b57609f061 Added additional tests and increased test framework version 2.17.0 Björn Ritzl 2019-03-08 11:37:49 +01:00
  • 57946d27bf Added is_preloading() and when_loaded() Björn Ritzl 2019-03-08 10:28:39 +01:00
  • 1bc0ae09ee Simplified coroutine usage when running screen code Björn Ritzl 2019-03-08 09:11:37 +01:00
  • 66bdde41ed Make sure to pcall when invoking callbacks Björn Ritzl 2019-03-08 09:08:34 +01:00
  • 35dd0c3f70 Changed from listeners to transition_listeners table to be more explicit Björn Ritzl 2019-03-08 09:07:12 +01:00
  • 7d986ada1b pcall in the callback tracker Björn Ritzl 2019-03-08 09:03:29 +01:00
  • 7e2ff2990c Make sure to also reload pre-loaded screens if required 2.16.3 Björn Ritzl 2019-03-05 00:21:23 +01:00
  • 38f95e0b5b Wait for popups when closing them 2.16.2 Björn Ritzl 2019-01-23 08:08:56 +01:00
  • 79df80df33 Added show() function for adding outside the stack. Fixes #26 2.16.1 Björn Ritzl 2019-01-11 11:08:55 +01:00
  • ff8214583b Added support for unloading a preloaded screen 2.16.0 Björn Ritzl 2019-01-11 08:47:24 +01:00
  • 7740499821 Added support for automatically preloading screens Björn Ritzl 2019-01-11 08:47:06 +01:00
  • 7f770d6b3b Merge branch 'master' of https://github.com/britzl/monarch Björn Ritzl 2019-01-11 06:52:59 +01:00
  • f38f624a3b Moved the popup inside the menu to test how nested screens work Björn Ritzl 2019-01-11 06:52:57 +01:00
  • 2fa4b59041
    Added note on nested screens Björn Ritzl 2019-01-10 10:18:03 +01:00
  • 753d003861
    Preload fix (#34) 2.15.1 Björn Ritzl 2018-12-10 12:27:11 +01:00
  • 8a0a36a2d5
    Added new screenshots and linked to them from the docs (#30) Björn Ritzl 2018-10-03 13:41:58 +02:00
  • c98a8ef44a Updated to deftest-2.4.3 2.15.0 Björn Ritzl 2018-08-01 08:10:25 +02:00
  • 588398e23e Updated code coverage collection Björn Ritzl 2018-08-01 07:49:27 +02:00
  • 75e3ac1ce9 Added code coverage badge Björn Ritzl 2018-07-31 19:07:13 +02:00
  • 5ec208d10d Collect code coverage Björn Ritzl 2018-07-31 19:01:22 +02:00
  • 3443484cce Added support for collection factories Björn Ritzl 2018-07-27 13:28:36 +02:00
  • 3a7187b844 Added layers to all guis in the example Björn Ritzl 2018-07-27 12:30:33 +02:00
  • b73ed95315 Removed code duplication when loading Björn Ritzl 2018-07-27 09:48:59 +02:00
  • 8d1051f0fd Added Timestep below Popup 2.14.0 Björn Ritzl 2018-07-26 10:52:03 +02:00
  • bc4260d72a Added fade in/out transition 2.13.0 Björn Ritzl 2018-07-13 06:54:26 +02:00
  • 07eacc7a5f Track when callbacks are invoked so that we can ensure that all screens are shown/hidden before invoking callbacks 2.12.0 Björn Ritzl 2018-06-21 11:33:20 +02:00
  • 5ee6ea5982 Log when monarch is busy Björn Ritzl 2018-06-21 11:30:17 +02:00
  • f590c75b9e Removed debug prints that was accidentally left behind Björn Ritzl 2018-06-21 11:29:59 +02:00
  • d528947998 Updated docs with new notification messages 2.11.0 Björn Ritzl 2018-06-20 13:49:02 +02:00
  • 22f0e6cddf Changed from single notification to begin and end notification for every navigation Björn Ritzl 2018-06-20 13:46:45 +02:00
  • b13adcfb62 Added listener documentation 2.10.0 Björn Ritzl 2018-06-20 07:36:16 +02:00
  • 3947e86169 Added navigation listeners Björn Ritzl 2018-06-20 07:30:38 +02:00
  • e570eac40b Don't preload an already loaded screen 2.9.1 Björn Ritzl 2018-06-18 07:19:37 +02:00
  • d1cf8281c9 Added helpers for common sets of transitions 2.9.0 Björn Ritzl 2018-06-16 22:43:25 +02:00
  • 091fab0c7f Changed how monarch busy state is tracked Björn Ritzl 2018-06-16 22:27:03 +02:00
  • 01196ad350 Updated changelog Björn Ritzl 2018-06-10 16:19:52 +02:00
  • 4231b0b89c Prevent show/back operations while busy 2.8.0 Björn Ritzl 2018-06-10 16:17:41 +02:00
  • c2239d67e5 Finish transition when layout changes (#21) Alexey Gulev 2018-06-10 15:31:46 +03:00
  • 9765daa2a9 Updated changelog (again) Björn Ritzl 2018-06-08 07:48:33 +02:00
  • 7b2b269c72 Update changelog Björn Ritzl 2018-06-08 07:42:17 +02:00
  • cf75bef8da Merge branch 'master' of https://github.com/britzl/monarch 2.7.0 Björn Ritzl 2018-06-04 13:56:47 +02:00
  • 66b1f7ca2e Added monarch.top() and bottom() Björn Ritzl 2018-06-04 13:56:45 +02:00
  • 0fdfb6fd11 Send information about the next/prev screen in transition message Björn Ritzl 2018-06-04 13:56:23 +02:00
  • 6fbec4ab8f preventing double preload of the screen (#20) 2.6.1 Alexey Gulev 2018-06-04 08:48:46 +03:00
  • ffc148b4bf Added preload() 2.6.0 Björn Ritzl 2018-06-03 17:32:13 +02:00
  • 724713f9e4 Include transition id in TRANSITION.DONE message 2.5.0 Björn Ritzl 2018-06-01 08:43:08 +02:00
  • 39628b75af
    Merge pull request #17 from britzl/resizefix 2.4.0 Björn Ritzl 2018-05-26 19:43:42 +02:00
  • dbf1bdea9d Replay transitions when the layout changes Björn Ritzl 2018-05-25 15:33:51 +02:00
  • d45005cd90 Added documentation about monarch.debug() Björn Ritzl 2018-05-24 16:34:33 +02:00
  • a701f6cd92 Fixed broken tests Björn Ritzl 2018-03-26 06:33:11 +02:00
  • f811c1f306 Accept both hash and string as screen id 2.3.0 Björn Ritzl 2018-03-24 12:08:16 +01:00
  • a4cef48239 Handle layout change and window resize for transitions 2.2.0 Björn Ritzl 2018-03-19 22:56:12 +01:00
  • a25e6d1ba5 Merge branch 'master' of https://github.com/britzl/monarch Björn Ritzl 2018-02-18 22:32:55 +01:00
  • 2f298b29d4 Added logo Björn Ritzl 2018-02-18 22:32:21 +01:00
  • 2bac31b155
    Update README.md Björn Ritzl 2018-02-18 22:21:51 +01:00
  • 28e54beefb
    Update README.md Björn Ritzl 2018-02-09 22:18:56 +01:00
  • 7cd313f1e6
    Update README.md Björn Ritzl 2018-02-09 22:14:03 +01:00
  • 0c0a206ba0
    Update README.md Björn Ritzl 2018-02-09 22:11:20 +01:00
  • 973ab5b01c
    Update README.md Björn Ritzl 2018-02-09 22:00:13 +01:00
  • 9d9d93cd4c
    Update README.md Björn Ritzl 2017-12-28 21:20:09 +01:00
  • 30615c0044
    Update README.md Björn Ritzl 2017-12-28 19:59:20 +01:00
  • cd75f4a948 Added popup tests Björn Ritzl 2017-12-28 19:44:52 +01:00
  • 3c62d8caa0 Added new version of screen setup image 2.1 Björn Ritzl 2017-12-28 00:07:03 +01:00
  • 9cdf4817e8 Added popup_on_popup flag to screens Björn Ritzl 2017-12-28 00:02:10 +01:00
  • 1467b136d8 Added a note on letting the init fucntion of the screen.script finish first Björn Ritzl 2017-12-25 00:24:25 +01:00
  • 995843ff20 Merge branch 'dev/agulev' 2.0 Björn Ritzl 2017-12-08 07:42:07 +01:00
  • 31fdf89bd6
    Update README.md Björn Ritzl 2017-12-08 06:52:52 +01:00
  • eca1f54ced
    Update README.md Björn Ritzl 2017-12-08 06:52:30 +01:00
  • 9c48899440
    Update README.md Björn Ritzl 2017-12-08 06:51:21 +01:00
  • 2d527c39ff
    Update README.md Björn Ritzl 2017-12-08 06:49:03 +01:00
  • a6e4cd0771
    Update README.md Björn Ritzl 2017-12-08 06:47:57 +01:00
  • 6474c9a173 Improved the transition module Björn Ritzl 2017-12-07 23:03:54 +01:00
  • 1d476424ce Added more logging Björn Ritzl 2017-12-07 21:09:13 +01:00
  • 007a4eced3 Improved on the state handling while showing/hiding screens Björn Ritzl 2017-12-07 20:49:48 +01:00
  • 6caa41e9f6 Merge branch 'master' of https://github.com/britzl/monarch Björn Ritzl 2017-12-07 20:48:20 +01:00
  • 1479839ed0 Improved the wait the example app is delaying startup until all screens are ready Björn Ritzl 2017-12-07 20:48:18 +01:00
  • ee66e8bec8
    Update README.md Björn Ritzl 2017-12-07 10:58:43 +01:00
  • 0c45c3007a Bug in bash script Björn Ritzl 2017-12-07 10:44:11 +01:00
  • 617610ee69 Updated build scripts Björn Ritzl 2017-12-07 10:39:19 +01:00
  • 19e9c0d8a7 Added multiple bugfixes 1.4 Björn Ritzl 2017-12-06 21:25:27 +01:00
  • 1b3b16c355 Added more documentation. Changed monarch.get_stack() 1.3 Björn Ritzl 2017-12-01 09:31:50 +01:00
  • 6529147e18 Added correct token Björn Ritzl 2017-11-30 21:05:01 +01:00