Initial commit
authorChip Black <bytex64@bytex64.net>
Sat, 27 Sep 2008 08:26:19 +0000 (03:26 -0500)
committerChip Black <bytex64@bytex64.net>
Sat, 27 Sep 2008 08:26:19 +0000 (03:26 -0500)
commita6e01ee9b13ea013237ddbe8f7a8aac464eb9020
treef0af02da330ccf60c59dda8423701f44372cce09
Initial commit

- Working file open dialog w/sexy tab completion.
- Can open files via open dialog and command-line.
- Text is rendered using pango, but cursor position is still basic (it's
  especially wrong for CJK text).
FileInput.cs [new file with mode: 0644]
Interfaces.cs [new file with mode: 0644]
Makefile [new file with mode: 0644]
TextDisplay.cs [new file with mode: 0644]
TextDocument.cs [new file with mode: 0644]
TextInput.cs [new file with mode: 0644]
main.cs [new file with mode: 0644]