]> git.mdlowis.com Git - projs/tide.git/shortlog
projs/tide.git
2018-12-10 Michael D.... reworked event loop to allow x11.h to be used for both...
2018-12-10 Michael D.... Fixed dependency tracking
2018-12-10 Michael D.... added pragmas so I can start erroring on unused functio...
2018-12-10 Michael D.... added -Werror flag to build options
2018-12-10 Michael D.... enabled more warnings and fixed them all. Suppressed...
2018-12-09 Michael D.... switched back to a config.h file to control configurati...
2018-11-27 Michael D.... tried adding background color
2018-11-27 Michael D.... added pick command utility stub
2018-11-02 Michael D.... added fetch command
2018-10-31 Michael D.... updated TODO
2018-10-31 Michael D.... updated registrar to callback with client message when...
2018-10-31 Michael D.... added multi window approach for opening files
2018-10-27 Michael D.... added client message to jump open windows to specific...
2018-10-19 Michael D.... fleshed out registrar a bit to keep track of windows...
2018-10-12 Michael D.... modified edit command to launch registrar
2018-10-12 Michael D.... added placeholders for edit and registrar commands.
2018-10-12 Michael D.... refactored selection handling to handle cursor
2018-10-12 Michael D.... added logic to warp mouse to cursor location
2018-10-12 Michael D.... implemented focus toggle shortcut
2018-10-11 Michael D.... updated Font tag to only change edit region
2018-10-10 Michael D.... changed shortcut for uncomment
2018-10-10 Michael D.... removed old tools and moved scripts to bin folder
2018-10-10 Michael D.... added src folder
2018-10-10 Michael D.... added shortcut to comment/uncomment
2018-10-10 Michael D.... removed files
2018-10-09 Michael D.... added bin directory with helper scripts and commands
2018-10-09 Michael D.... fork into the background when in selection daemon mode
2018-10-09 Michael D.... update tfetch to fix commands, also added flag for...
2018-10-09 Michael D.... added flag for specifying line number
2018-10-08 Michael D.... added logic to handle mouse movement outside of selecte...
2018-10-06 Michael D.... added selection persistence logic on shutdown
2018-10-02 Michael D.... updated TODO list and tfetch script
2018-10-01 Michael D.... fixed a bug with scrolling up on CRLF documents
2018-10-01 Michael D.... move select line behavior to buf.c and use it when...
2018-09-29 Michael D.... added tfetch ruby script implementation
2018-09-28 Michael D.... remove doxygen artifacts....whoops
2018-09-28 Michael D.... fixed logic for snapping selection to complete lines
2018-09-28 Michael D.... hooked in tfetch logic for magic right click handling
2018-09-27 Michael D.... revised font loading so bad font arguments don't cause...
2018-09-27 Michael D.... fixed a bug in snapping selection to covered lines
2018-09-27 Michael D.... add column tracking when cursor moved by mouse click
2018-09-27 Michael D.... fixed logic for snapping selection to beginning and...
2018-09-27 Michael D.... added transaction logic to joining lines
2018-09-26 Michael D.... fixed bug with trimming whitespace on last line of...
2018-09-26 Michael D.... use transaction logging for trimming whitespace
2018-09-26 Michael D.... handle reverse selections properly when trimming whitespace
2018-09-26 Michael D.... fixed logic for fixing user selection when whitespace...
2018-09-26 Michael D.... attempt to fix selection logic after trimming whitespac...
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...
next