aboutsummaryrefslogtreecommitdiff
path: root/plugins/scale.lua
AgeCommit message (Collapse)Author
2021-06-01Updated cache font sizesjgmdev
2021-05-31Fix scale plugin to work with latest lite-xl font.jgmdev
2021-05-31Fix div by zero error in scale pluginFrancesco Abbate
Simply avoid division by zero adjusting the scroll position when scrollable size is equal to the view's size. Related to issue: https://github.com/franko/lite-xl/issues/88
2021-05-22Add new tag modversionFrancesco Abbate
2021-05-19Changed scale behaviourChristopher Kleine
The scale was behaving weird. It went from 100 -> 110 -> 121 -> 109 -> 98 One had to use ctrl+0 get it back to 100 This is fixed in this commit. It uses an indicator to change the scale.
2021-04-09Completed verification and tagging of pluginsFrancesco Abbate
2021-01-22Fixed font scale not workingB14CK313
The scale plugin still used the pre 1.13 path to font files, instead of the DATADIR variable
2020-09-19Fixed scale plugin breaking CommandView when changing scroll offsetsrxi
2020-08-29Changed scale plugin to retain scroll positions when scalingrxi
2020-06-28update headerSwissalpS
2020-06-28provide getter method for current scaleSwissalpS
2020-06-07Added mouse-wheel support and limits to `scale` pluginrxi
Resolves #50
2020-06-03`scale` plugin fixesrxi
2020-06-03Added `config.scale_mode` to scale pluginrxi
2020-06-03Fixed `scale` plugin for non-default initial SCALErxi
2020-06-03Added `scale` pluginrxi