| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-06-07 | initial documentation for better code completion | jgmdev | |
| 2022-04-28 | Send `mouseleft` event when the mouse leaves the window (#928) | Guldoman | |
| * Send `mouseleft` event when the mouse leaves the window * Call `View:on_mouse_left` when the mouse leaves the `View` Previously `View:on_mouse_left` was called only when the mouse left the window, and it was called on every visible `View`. Now it gets also called when the mouse "changes" `View`, and only the last `View` the mouse was on will receive the event. | |||
| 2022-04-25 | Add animation categories to enable finer transitions control (#941) | Guldoman | |
| * Allow finer control over transitions * Add categories to transitions | |||
| 2021-12-21 | rootview.lua: Refactor Node:draw_tab | Jipok | |
| 2021-12-06 | Split `Node` and `EmptyView` from `RootView` | Guldoman | |
