]> git.mdlowis.com Git - projs/tide.git/shortlog
projs/tide.git
2018-09-24 Michael D.... updated todo
2018-09-24 Michael D.... added first pass at trimming of whatespace on save
2018-09-22 Michael D.... add status flags for tab and eol mode to window title
2018-09-19 Michael D.... Merge branch 'view-rework' of mdlowis.com:~/git/proto...
2018-09-19 Michael D.... added Eol tag to the default tags
2018-09-19 Michael D.... fixed bug in handling tag arguments
2018-09-18 Michael D.... updated TODO list
2018-09-18 Michael D.... change EOL toggling tag to use internal logic to perfor...
2018-09-18 Michael D.... tweaked cursor movement logic to handle CRLF and LF...
2018-09-17 Michael D.... fixed build errors due to use of non-forward declared...
2018-09-17 Michael D.... moved crlf detection into buf.c and removed usage of...
2018-09-17 Michael D.... first pass at detecting dos line endings
2018-09-17 Michael D.... update TODO
2018-09-17 Michael D.... Added Font tag for toggling between preset fonts or...
2018-09-14 Michael D.... fixed a bug in setting title of unnamed buffer
2018-09-14 Michael D.... implemented first pass, slightly broken, copy indent
2018-09-14 Michael D.... select line shortcut now handles multiple lines
2018-09-13 Michael D.... reoganize TODO list
2018-09-13 Michael D.... add new category to keyboard shortcuts
2018-09-13 Michael D.... added indent/outdent key shortcuts using external comma...
2018-09-13 Michael D.... implemented expand tabs on insert of tab character
2018-09-13 Michael D.... implemented logic to expand tabs
2018-09-13 Michael D.... + and - are now allowed characters in the 'word' set
2018-09-13 Michael D.... updated todo
2018-09-13 Michael D.... added item to todo list and moved copy indent to the...
2018-09-13 Michael D.... added logic to clear modified status if undo state...
2018-09-12 Michael D.... updated TODO list
2018-09-12 Michael D.... tweaked argument handling for tags
2018-09-12 Michael D.... refactored save function
2018-09-12 Michael D.... added status return to buf_save
2018-09-11 Michael D.... added logic to expand path on save to absolute path
2018-09-11 Michael D.... refactored logic for limiting size of tags region
2018-09-10 Michael D.... dirty fix for view_limitrows. Definitely needs to be...
2018-09-10 Michael D.... update title based on file path
2018-09-06 Michael D.... fixed bug with buf_fetch
2018-09-06 Michael D.... removed selprev call for tags line
2018-09-05 Michael D.... use transaction logging for job processing interface
2018-09-04 Michael D.... added functions for log start and stop
2018-09-04 Michael D.... added transaction id to log items
2018-08-23 Michael D.... select pasted text automatically
2018-08-23 Michael D.... remove unused config settings
2018-08-23 Michael D.... fixed undo/redo coalescing of inserts
2018-08-22 Michael D.... implemented logic for selecting last edit
2018-08-22 Michael D.... refactored to clear the redo log when a new undo item...
2018-08-22 Michael D.... added logic to extend previous undo log entries
2018-08-22 Michael D.... fixed bug with undo/redo
2018-08-22 Michael D.... implemented first pass at redo
2018-08-21 Michael D.... merge changes from upstream
2018-08-21 Michael D.... added undo support for deletes
2018-08-21 Michael D.... refactored buf.c and fixed bug when writing the file
2018-08-21 Michael D.... refactored buf.c and fixed big with writing file to...
2018-07-03 Michael D.... fixed a bug when attempting to scroll tag line with...
2018-07-03 Michael D.... fixed bad memory handling in view when clearing rows
2018-06-26 Michael D.... added tests for win.c event handling
2018-05-15 Michael D.... fixed some lint
2018-05-15 Michael D.... fixed a bug in click mapping for the tags region
2018-05-15 Michael D.... convert path to absolute path
2018-05-15 Michael D.... added logic to set file properties
2018-05-14 Michael D.... logged bug in paste routine
2018-05-13 Michael D.... added logic to send messages on window creation and...
2018-05-12 Michael D.... tweaked event handling to impove responsiveness
2018-05-12 Michael D.... fixed selection handling for view_fetch
2018-05-11 Michael D.... fix unit tests
2018-05-11 Michael D.... added colors to status box
2018-05-10 Michael D.... filled out palette based on colors from scheakur vim...
2018-05-10 Michael D.... increase redraw efficiency slightly
2018-05-10 Michael D.... implemented expandable tag region
2018-05-09 Michael D.... fix some warnings
2018-05-09 Michael D.... added slightly fancier and easier to find cursor
2018-05-09 Michael D.... refactor view update code to reduce duplication
2018-05-09 Michael D.... fixed cursor so it only gets drawn once
2018-05-08 Michael D.... first attempt at an expandable tags region. Clearly...
2018-05-08 Michael D.... only provide a callback for command I/O if the pipe...
2018-05-08 Michael D.... implemented pipe_write() to allow filtering text throug...
2018-05-08 Michael D.... tweaked logic to update window after process I/O. This...
2018-05-08 Michael D.... added base logic for command I/O. View refresh still...
2018-05-07 Michael D.... added skeleton implementation for command execution...
2018-05-07 Michael D.... fixed bad memory access in view code and fixed the...
2018-05-07 Michael D.... minor refactoring
2018-05-06 Michael D.... make sure the cursor syncs to the bottom of the screen...
2018-05-05 Michael D.... implemented view synchronization logic
2018-05-05 Michael D.... fixed middle click execution
2018-05-05 Michael D.... implemented view_update
2018-04-23 Michael D.... removed unused variable
2018-04-23 Michael D.... fixed bug in moving by line
2018-04-23 Michael D.... compress motion events to just process the latest
2018-04-22 Michael D.... added logic for drawing selection
2018-04-21 Michael D.... fixed cursor limit handling for movements
2018-04-20 Michael D.... first attempt to map clicks to buffer position. horribl...
2018-04-20 Michael D.... slowed down scrolling. would be nice to have dynamic...
2018-04-20 Michael D.... finished implementing main scrolling logic
2018-04-20 Michael D.... fixed inifinite scrolling bug
2018-04-20 Michael D.... fixed segfault in scrolling
2018-04-19 Michael D.... speed improvement for files with lots of long lines
2018-04-19 Michael D.... implemented first pass at scroll up and down. Still...
2018-04-19 Michael D.... started implementing scrolling
2018-04-19 Michael D.... reworked redraw code to prepare for more efficient...
2018-04-19 Michael D.... fixed rendering of proportional fonts
2018-04-18 Michael D.... removed more unnecessary functions
2018-04-18 Michael D.... removed some unnecessary functions
next