aboutsummaryrefslogtreecommitdiff
path: root/data/core/view.lua
AgeCommit message (Expand)Author
2025-03-15add a __tostring method to every object (#1534)ThaCuber
2023-08-26Add `NaN` guard to `View:update_scrollbar`Guldoman
2023-08-20Fix `scrollbar` misinterpreting `percent` (#1587)Guldoman
2023-04-07Add View dragging (#1402)Jan
2023-04-07Added in explicit touchscreen keyboard support. (#1389)Adam
2022-11-01Add more options to `Scrollbar` (#1174)Guldoman
2022-10-18Fixup minor drawing issue.Adam
2022-10-15Refactor scrollbar into its own file (#1124)Guldoman
2022-10-15Add IME support (#991)Guldoman
2022-10-11Add on_scale_change event to View (#1146)Jefferson González
2022-06-07initial documentation for better code completionjgmdev
2022-04-28Send `mouseleft` event when the mouse leaves the window (#928)Guldoman
2022-04-26Clamp scroll position when dragging the scrollbar without animationsGuldoman
2022-04-26Don't animate scrolling by dragging the scroll bar (#940)Guldoman
2022-04-25Add animation categories to enable finer transitions control (#941)Guldoman
2022-04-12Fix missing pixel in scrollbarGuldoman
2022-04-12Add scrollbar "track" and resize on hoverGuldoman
2022-03-01Use epsilon to compare values in `move_towards`Guldoman
2022-02-15Allow intercepting `filedropped` eventsGuldoman
2021-11-23Manual merge of into .Adam Harrison
2021-11-14Also changed docview mousewheel into a scroll command.Adam Harrison
2021-11-14Moved commands out to the outer event loop.Adam Harrison
2021-11-14Added in double, and triple clicking.Adam Harrison
2021-11-14Added in clicks to keymap.Adam Harrison
2021-10-10Fix dirty pixels problem on window's right sideFrancesco Abbate
2021-09-08Revert horizontal scroll implementationGuldoman
2021-08-30Split vertical and horizontal scrollbar-related functions and variablesGuldoman
2021-08-30Add horizontal scrollbarGuldoman
2021-08-30Extend `View` to allow horizontal scrollingGuldoman
2021-08-27Introduce View objects context propertyFrancesco Abbate
2021-07-15Revert "fix number of parameters passed to self:move_towards"takase1121
2021-07-15fix number of parameters passed to self:move_towardstakase1121
2021-03-20Minor simplification of animation rate adjustmentFrancesco Abbate
2021-03-18Compute animation rate only if neededFrancesco Abbate
2021-03-10Make animation speed independent of config.fps, add config.animation_rate to ...liquidev
2021-02-21Add config.transitions to enable/disable transitionsFrancesco Abbate
2020-05-19Added core.set_active_view(); removed `focusable` boolean from Viewrxi
2020-05-02Added scroll boundsrxi
2020-05-01Improved handling of zero-sized locked nodes on RootViewrxi
2020-04-30Changed `View:get_content_offset()` to round resultant valuesrxi
2019-12-28Initial commitrxi