aboutsummaryrefslogtreecommitdiff
path: root/data/core/node.lua
AgeCommit message (Collapse)Author
2022-06-07initial documentation for better code completionjgmdev
2022-04-28Send `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-25Add animation categories to enable finer transitions control (#941)Guldoman
* Allow finer control over transitions * Add categories to transitions
2021-12-21rootview.lua: Refactor Node:draw_tabJipok
2021-12-06Split `Node` and `EmptyView` from `RootView`Guldoman