aboutsummaryrefslogtreecommitdiff
path: root/data/core/docview.lua
AgeCommit message (Expand)Author
2021-05-05Use home_encode when setting window title to filenameFrancesco Abbate
2021-05-01Made it so that you can continue clicking and still select things. (#166)Adam
2021-04-17More aggressive wait_event timeout when window has focusFrancesco Abbate
2021-04-01Implement unicode character replacementsFrancesco Abbate
2021-03-18Fix problem with tab size and subpixel positioningFrancesco Abbate
2021-03-06Introduce subpixel text positioning within rencacheFrancesco Abbate
2021-03-06Mostly fix problem of offset with cursor positioning when using mouseFrancesco Abbate
2021-03-06Enable customizing cursor speed (#80)daubaris
2021-02-28Do not set window's title to unsaved for command viewFrancesco Abbate
2021-02-18Add full filename path in window's titleFrancesco Abbate
2020-12-12Improve left/right scrolling behavior for DocViewFrancesco Abbate
2020-06-26Fixed shift+click select behaviorrxi
2020-06-25Added support for mouse double/triple click+drag selectionrxi
2020-05-14Fixed x-offset of text in `DocView:draw_line_gutter`rxi
2020-05-14Fixed gutter text jittering when horizontal scrolling on docviewrxi
2020-05-13Added support for shift+click selectingrxi
2020-05-13Fixed triple-clicking on last line not selecting the linerxi
2020-05-07Removed unused variablesrxi
2020-05-07Moved highlighter code from `DocView` to `Doc`rxi
2020-05-02Added scroll boundsrxi
2020-04-18Reorganising of DocView's draw functionsv1.01rxi
2020-02-05Changed DocView not to strip trailing `\n` character on line's final tokenrxi
2019-12-28Initial commitrxi