]> git.mdlowis.com Git - projs/tide.git/shortlog
projs/tide.git
2019-01-09 Michael D.... changed argument handling code to fix usability issue... view-rework
2019-01-09 Michael D.... fixed a minor bug in picktag and added a new shortcut...
2019-01-09 Michael D.... updated TODO
2019-01-09 Michael D.... added quote matching logic to context selection
2019-01-08 Michael D.... updated TODO
2019-01-08 Michael D.... fixed bug in property scanning of registrar
2019-01-08 Michael D.... added logic to find all tide windows when registrar...
2019-01-08 Michael D.... added Line tag to get line number range covered by...
2019-01-08 Michael D.... added Kill tag to kill background job
2019-01-08 Michael D.... fixed some memory leaks
2019-01-07 Michael D.... fixed a bug where windows get registered with null...
2019-01-07 Michael D.... fixed compiler warnings on linux and added two new...
2019-01-07 Michael D.... added logic to fetch to interpret numbers as line numbe...
2019-01-06 Michael D.... updated TODO
2019-01-06 Michael D.... updated TODO
2019-01-06 Michael D.... switched to non blocking I/O and fixed a bug in the...
2019-01-05 Michael D.... removed unused colors and updated to use FG color for...
2019-01-05 Michael D.... move drawing functions to a dedicated file so it can...
2019-01-04 Michael D.... fixed bug in job_finish() which resulted in a use-after...
2019-01-02 Michael D.... minor refactoring and tweak line handling code to ignor...
2019-01-02 Michael D.... refactored tide.c a bit more to make global vars static
2019-01-02 Michael D.... remove win.c and move its code to tide.c since it is...
2019-01-02 Michael D.... refactored x11 code to share more code between gui...
2018-12-31 Michael D.... added a force flag to edit command to force launch...
2018-12-31 Michael D.... reorg the todo list
2018-12-31 Michael D.... added daemonization code to the registrar service
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
next