]> git.mdlowis.com Git - projs/tide.git/shortlog
projs/tide.git
2018-12-30 Michael D.... added query initialization to pick command
2018-12-30 Michael D.... fixed a bug in pickfile and added debug tracing to...
2018-12-30 Michael D.... rework event processing loop to hopefully fix annoying...
2018-12-29 Michael D.... use extended regexes for sed in bin/i-
2018-12-26 Michael D.... added basic mouse handling and scrollbar to picker
2018-12-24 Michael D.... add bin/pick to makefile
2018-12-24 Michael D.... implemented bare minimum file picker
2018-12-23 Michael D.... added logic to draw the query and scroll for lengthy...
2018-12-22 Michael D.... started implementing the redraw code
2018-12-22 Michael D.... added key input processing
2018-12-21 Michael D.... fixed a bug in fetch and simplified shell-picking logic...
2018-12-21 Michael D.... clean up build a bit
2018-12-21 Michael D.... update todo
2018-12-20 Michael D.... optimize event handling and redrwa logic so we don...
2018-12-20 Michael D.... fix copy indent logic to copy indent upto cursor pos
2018-12-20 Michael D.... update TODO
2018-12-20 Michael D.... fixed bug in handling of config variables and optimized...
2018-12-18 Michael D.... roll back change that made UI updates flaky
2018-12-18 Michael D.... fixed segfault in Get tag command
2018-12-17 Michael D.... had to keep the eval function for rule actions that...
2018-12-17 Michael D.... reworked redraw code to batch glyphs more efficiently...
2018-12-17 Michael D.... use new glyph drawing api
2018-12-16 Michael D.... rework x11 stuff
2018-12-11 Michael D.... fixed logic for jobs so 0 output will delete the selection
2018-12-11 Michael D.... fixed bug in centering logic.
2018-12-11 Michael D.... implemented logic to center the pick window on the...
2018-12-11 Michael D.... ignore warnings about initializers and move logic for...
2018-12-10 Michael D.... updated todo and cleaned up edit command a bit
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
next