index
:
pragtical
SDL2
master
The practical and pragmatic code editor.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
data
/
core
/
docview.lua
Age
Commit message (
Expand
)
Author
2021-09-24
Removed font renderer.
Adam Harrison
2021-09-08
Revert horizontal scroll implementation
Guldoman
2021-09-03
Add a simple cache to `DocView:get_h_scrollable_size`
Guldoman
2021-08-30
Split vertical and horizontal scrollbar-related functions and variables
Guldoman
2021-08-30
Set horizontal scroll size to be more in line with other editors
Guldoman
2021-08-30
Show correct mouse cursor when hovering the horizontal scrollbar
Guldoman
2021-08-30
Define horizontal scrollable size for `DocView`
Guldoman
2021-08-30
Merge pull request #430 from adamharrison/vsc-multicursor-shortcuts
Adam
2021-08-29
Fixed cursors moving around with removal and inserts with cursors. Also fixed...
Adam Harrison
2021-08-27
Introduce View objects context property
Francesco Abbate
2021-07-28
Move gutter width calculation out of loop
Francesco Abbate
2021-07-28
fix line number align bug
cukmekerb
2021-07-28
align line numbers to right
cukmekerb
2021-06-20
Abstracted out draw caret, so that the line guide can draw under it. (#287)
Adam
2021-06-18
Rebased, and added the ability for ctrl to just create new cursors.
Adam Harrison
2021-06-18
Introduced the constraint that all cursors must be in order.
Adam Harrison
2021-06-18
Cleaned up functions.
Adam Harrison
2021-06-18
Allows for rectangular selections with ctrl; also fixed tabbing.
Adam Harrison
2021-06-18
Fixed undo stack.
Adam Harrison
2021-06-18
Initial commit of multicursor. Next step is to investigate how multicursor wo...
Adam Harrison
2021-05-26
support for font changing in the syntax highlighter
liquidev
2021-05-05
Use home_encode when setting window title to filename
Francesco Abbate
2021-05-01
Made it so that you can continue clicking and still select things. (#166)
Adam
2021-04-17
More aggressive wait_event timeout when window has focus
Francesco Abbate
2021-04-01
Implement unicode character replacements
Francesco Abbate
2021-03-18
Fix problem with tab size and subpixel positioning
Francesco Abbate
2021-03-06
Introduce subpixel text positioning within rencache
Francesco Abbate
2021-03-06
Mostly fix problem of offset with cursor positioning when using mouse
Francesco Abbate
2021-03-06
Enable customizing cursor speed (#80)
daubaris
2021-02-28
Do not set window's title to unsaved for command view
Francesco Abbate
2021-02-18
Add full filename path in window's title
Francesco Abbate
2020-12-12
Improve left/right scrolling behavior for DocView
Francesco Abbate
2020-06-26
Fixed shift+click select behavior
rxi
2020-06-25
Added support for mouse double/triple click+drag selection
rxi
2020-05-14
Fixed x-offset of text in `DocView:draw_line_gutter`
rxi
2020-05-14
Fixed gutter text jittering when horizontal scrolling on docview
rxi
2020-05-13
Added support for shift+click selecting
rxi
2020-05-13
Fixed triple-clicking on last line not selecting the line
rxi
2020-05-07
Removed unused variables
rxi
2020-05-07
Moved highlighter code from `DocView` to `Doc`
rxi
2020-05-02
Added scroll bounds
rxi
2020-04-18
Reorganising of DocView's draw functions
rxi
2020-02-05
Changed DocView not to strip trailing `\n` character on line's final token
rxi
2019-12-28
Initial commit
rxi