]> git.mdlowis.com Git - projs/tide.git/shortlog
projs/tide.git
2016-10-04 Mike LowisFixed tab handling for scrolling and changed cursor... screen-buf
2016-10-04 Mike LowisAdded support for delete key
2016-10-04 Michael D.... Added basic editing capabilties and mode toggling
2016-10-03 Michael D.... Implemented scrolling and cursor handling with screen...
2016-09-28 Mike Lowisadded screen.c for abstracting the display representati...
2016-09-27 Mike LowisInitial implementation of screen buffer. Fixed size...
2016-09-26 Mike LowisAdded debugging code to debug xft issue on redrawing...
2016-09-26 Mike LowisAdded edit.h as dep for all .o files and fixed some...
2016-09-26 Mike LowisMerged changes from upstream
2016-09-26 Michael D.... Added large sample doc and added insert mode toggling...
2016-09-25 Michael D.... Replaced current implementation with gap-buffer and...
2016-01-07 Mike Lowiscursor_end now causes the cursor to stay at the end...
2016-01-05 Michael D.... made cursor_end work with vertical scrolling
2016-01-05 Michael D.... Renamed globals to be consistent
2016-01-05 Michael D.... Fixed some bugs with the cursor movement so now it...
2016-01-05 Michael D.... Change from camelcase to underscores for functions
2016-01-05 Mike LowisMerge pull request #2 from abellenir/prs
2016-01-04 a bellenirMerge branch 'master' into prs
2016-01-04 a bellenirspaces instead of tabs
2016-01-04 a bellenirMerge branch 'master' into prs
2016-01-04 a bellenirdon't move cursor past last line of file
2016-01-04 Mike LowisMerge pull request #1 from abellenir/prs
2016-01-04 a bellenirMerge branch 'master' into prs
2016-01-04 a bellenirremember cursor's desired column
2016-01-04 a bellenirMerge branch 'master' into prs
2016-01-04 a bellenir+cursorEnd
2016-01-04 a bellenirreorganize functions
2016-01-04 a bellenirMerge branch 'master' into prs
2016-01-04 a bellenirrename binary to original name to facilitate merging...
2016-01-04 a bellenir0 to move to beginning of line
2016-01-04 a bellenirMerge branch 'master' of https://github.com/mikedlowis...
2016-01-04 a bellenirbreak cursor movement out into functions
2016-01-04 a bellenirMerge branch 'master' of https://github.com/mikedlowis...
2016-01-04 Mike LowisFixed handling of blank lines with cursor
2016-01-04 Mike LowisCap cursor at end of visible text of current line
2016-01-04 Mike LowisImplemented first-pass at horizontal scrolling with...
2016-01-02 a bellenirMerge branch 'master' of https://github.com/mikedlowis...
2016-01-02 Michael D.... Added a screen dirty flag to optimize screen refreshing
2016-01-01 a bellenirrename output binary
2016-01-01 Michael D.... Switch to Pos struct
2016-01-01 Michael D.... Fixed cleanup handling
2016-01-01 Michael D.... Added movable cursor
2016-01-01 Michael D.... Implemented simple paging mechanism
2016-01-01 Michael D.... Added code to gracefully cleanup and shutdown
2016-01-01 Michael D.... Initial commit. Can read a file's contents and write...
2016-01-01 Mike LowisInitial commit