]> git.mdlowis.com Git - projs/tide.git/shortlog
projs/tide.git
2016-10-25 Mike Lowisrenamed Dot* to Sel in preparation for a new selection...
2016-10-25 Mike LowisAdded support for gcov to makefile
2016-10-25 Michael D.... sketch out some of the keyboard shortcuts
2016-10-24 Michael D.... Fixed a buffer overflow for long paths in the status bar
2016-10-24 Michael D.... Fixed a bug where successive right clicks erroneously...
2016-10-24 Mike Lowisfixed a bug in search selection and updated TODO
2016-10-24 Mike Lowisgeneral cleanup of warnings and unused functions
2016-10-24 Michael D.... fixed a bug where search results that are off screen...
2016-10-23 Michael D.... Move pointer on search
2016-10-23 Michael D.... added logic to select big words on triple click and...
2016-10-23 Michael D.... added right click search functionality
2016-10-22 Michael D.... added command to change the dot
2016-10-22 Michael D.... updated todo file to remove implemented features
2016-10-22 Michael D.... fleshed out the mouse selection logic a bit more
2016-10-21 Michael D.... implemented color logic for screen buffer and adjusted...
2016-10-20 Michael D.... reworked color handling and moved status line handling...
2016-10-19 Michael D.... reworked keyboard handling
2016-10-19 Mike Lowisreverted poorly conceived updates to key handling
2016-10-19 Mike LowisSwitched keyboard handling to tables instead of switches
2016-10-18 Mike LowisFixed CRLF handling and added some defines for default...
2016-10-18 Mike Lowisfixed compiler warning
2016-10-18 Michael D.... added unix line ending test file
2016-10-18 Michael D.... Implemented CRLF handling
2016-10-16 Michael D.... Fixed cursor movement and column keeping between lines
2016-10-16 Michael D.... added absolute minimum set of vi bindings for cursor...
2016-10-16 Michael D.... enter key now inserts \r\n in crlf mode
2016-10-15 Michael D.... Fixed display and selection of multi-column unicode...
2016-10-15 Michael D.... update screen buffer to store color information
2016-10-15 Michael D.... General cleanup and commenting
2016-10-15 Michael D.... Added support for display of unicode characters
2016-10-11 Mike Lowisfirst, borken, attempt at looking up fonts for unicode...
2016-10-10 Mike Lowisupdated xman to squelch output and fork the program...
2016-10-10 Mike LowisFixed loading of buffer contents from stdin
2016-10-10 Mike Lowisfix getmillis on linux
2016-10-10 Michael D.... Fix target column tracking for insert mode
2016-10-09 Michael D.... Added TargetCol updates to home and end key handlers
2016-10-09 Michael D.... General refactroing and cleanup
2016-10-09 Michael D.... Inverted status bar color and added simple column track...
2016-10-09 Michael D.... added detection for double and triple mouse clicks
2016-10-09 Michael D.... added content to status bar for tracking charset, modif...
2016-10-08 Michael D.... General cleanup of charset handling. Fixed save functio...
2016-10-08 Michael D.... Added *extremely* basic character set detection logic...
2016-10-07 Mike LowisTweaked makefile and test files to ensure the tests...
2016-10-07 Mike LowisFixed unit tests for cursor movement
2016-10-07 Mike LowisOnly add the newline for new files. Existing files...
2016-10-07 Mike LowisRemoved test files from repo
2016-10-07 Mike LowisAdded ability to save file and exit. Also allow passing...
2016-10-07 Michael D.... fixed the scrolling logic and line chopping issue for...
2016-10-06 Michael D.... reworked cursor movements. no longer tracking column...
2016-10-06 Mike LowisCleanup unicode handling a bit
2016-10-06 Mike LowisAdded new mouse event data structure and moved mouse...
2016-10-06 Mike LowisMoved keyboard controls to a separate C file to abstrac...
2016-10-06 Mike LowisGeneral cleanup and commenting
2016-10-06 Michael D.... general cleanup and commenting. Also added generic...
2016-10-05 Mike LowisAdded basic mouse functionality to move the cursor...
2016-10-05 Mike LowisAdded support for loading buffer contents from stdin...
2016-10-05 Mike Lowissemi-fixed chopping of chars on scroll up
2016-10-05 Mike LowisFixed unit test build by adding an empty test suite...
2016-10-05 Mike LowisAdded more to the TODO file
2016-10-05 Mike LowisAdded to TODO list
2016-10-05 Mike LowisAdded todo list to document features i want to implement
2016-10-05 Mike LowisAdded some very basic support for utf-8. Combining...
2016-10-05 Mike LowisAdded unicode sample docs
2016-10-05 Mike LowisFixed horizontal cursor movement and init insert mode...
2016-10-05 Mike Lowisfixed tab handling for locating cursor coordinates
2016-10-05 Mike LowisMoved insert mode flag into buffer data structure and...
2016-10-05 Michael D.... reworked the screen buffer code so that it is only...
2016-10-05 Michael D.... Moved the screen scrolling logic from xedit.c to screen...
2016-10-04 Mike LowisAdded offset tracking per line in the screen buffer...
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...
next