Age | Commit message (Collapse) | Author |
|
|
|
|
|
When passing O_CREAT to open(), it will grab a third "mode" argument from
the stack. Let's not forget to actually pass this!
Also use the process umask for the created files.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This dramatically improves performance in large documents. :^)
|
|
|
|
I'm eventually gonna want to replace this with something more clever,
like a automagically splicing vector or something, but for now, at least
we move away from immutable Strings.
|
|
|
|
|
|
|
|
|
|
|
|
For start/end of line and start/end of document respectively.
|
|
|
|
The view now scrolls along with you as you move the cursor around.
|
|
|
|
|
|
They aren't hooked up to anything, I just felt like making some icons. ;^)
|
|
|
|
|
|
|
|
It's gonna be a wrapper around a new GTextEditor widget so I can easily
reuse the functionality anywhere I need it. :^)
|
|
The icons show up both in the title bars and in the window switcher.
Eventually I'd like to be able to minimize to icon, and maybe even have
myself a taskbar.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Don't overwrite the literal directory inode contents when copying a file
to a directory, duh. :^)
|
|
|
|
|
|
|