index
:
glypher
master
A simple graphical text editor
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
window.c
Age
Commit message (
Expand
)
Author
2023-01-31
Rename the 'command mode' to 'prompt mode'
cflip
2023-01-31
Start implementing editor commands
cflip
2023-01-25
Rename `append_buffer` to textbuf
cflip
2023-01-19
Load gzipped fonts from /usr/local/share/consolefonts/
cflip
2023-01-19
Show filename and current working directory in window title
cflip
2023-01-18
Reimplement syntax highlighting
cflip
2023-01-18
Refactor text rendering code
cflip
2023-01-17
Fix cursor rendering when view is scrolled horizontally
cflip
2023-01-17
Allow window to be resizable
cflip
2023-01-17
Rename 'rows' to 'lines' everywhere
cflip
2023-01-16
Ignore first keypress after entering insert mode
cflip
2023-01-12
Big improvements to font rendering
cflip
2023-01-12
Add a cursor
cflip
2023-01-12
Make the editor modal and refactor keyboard events
cflip
2023-01-11
Use the new error function with the new window and font code
cflip
2023-01-11
Get editor size from the window instead of the terminal
cflip
2023-01-11
Don't try to draw newline characters
cflip
2023-01-10
Parse unicode tables in PSF fonts
cflip
2023-01-10
Use PSF instead of BSF format for fonts
cflip
2023-01-09
Implement basic keyboard event handling
cflip
2023-01-08
Hook up the editor output to the window
cflip
2023-01-08
Connect the window and font code to the editor's main function
cflip
2023-01-08
Create a simple bitmap font reader and renderer
cflip