]> git.mdlowis.com Git - projs/tide.git/shortlog
projs/tide.git
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
2018-04-18 Michael D.... reworked drawing glyphs to the screen. Still need to...
2018-04-18 Michael D.... start adding logic to build the rows
2018-04-14 Michael D.... refactored view handling. stripped down to the studs...
2018-04-14 Michael D.... removed color attributes from view
2018-04-13 Michael D.... refactor and reorg x11.c pruning
2018-04-12 Michael D.... shrunk the scroll bar slightly
2018-04-12 Michael D.... minor refactoring of x11.c to limit public interfaces
2018-04-12 Michael D.... simplified font handling a tiny bit
2018-04-12 Michael D.... Tweaked font handling logic to allow drawing proportion...
2018-04-12 Michael D.... more refactoring
2018-04-12 Michael D.... minor refactoring
2018-04-12 Michael D.... rework font handling. Do we really need all the alterna...
2018-04-11 Michael D.... refactored x11 and win code
2018-04-10 Michael D.... changed sync bools to a bit field
2018-04-10 Michael D.... minor refactoring to get rid of the utils.c file
2018-04-09 Michael D.... removed unused functions
2018-04-09 Michael D.... added unit tests and minor refactoring
2018-04-09 Michael D.... removed old docs and programs
2018-04-09 Michael D.... merge changes
next