]> git.mdlowis.com Git - projs/tide.git/shortlog
projs/tide.git
2019-04-16 Michael D.... draw the pick window before loading results. This gives...
2019-03-11 Michael D.... checked in qcheck with sample code for new prng
2019-03-08 Michael D.... updated qcheck interface
2019-03-04 Michael D.... moved some macors around
2019-03-02 Michael D.... updated property test for edit operations
2019-03-01 Michael D.... added new property
2019-03-01 Michael D.... fleshed out qcheck more and added property tests for...
2019-02-28 Michael D.... reworked generator functions, started adding more usefu...
2019-02-27 Michael D.... added more generator functions
2019-02-27 Michael D.... expanded quickcheck-like functionality
2019-02-27 Michael D.... fixed linker issues with new test binary
2019-02-27 Michael D.... checked in beginnings of property based testing framework
2019-02-26 Michael D.... instrumented code to make fuzzing easier
2019-02-25 Michael D.... misc bug fixes
2019-02-04 Michael D.... tweaked order of precedence for selection by context
2019-02-01 Michael D.... removed common includes and add them to the acc runtime
2019-02-01 Michael D.... added fancy compiler wrapper script inspired by plan9po...
2019-02-01 Michael D.... removed colors from findall to make it usable from...
2019-01-29 Michael D.... fixed edit rule for text files in Code dir
2019-01-28 Michael D.... add posix declaration to buf tests
2019-01-27 Michael D.... re-enabled test cases
2019-01-23 Michael D.... update registrar to group windows by hostname
2019-01-22 Michael D.... reworked window search and cleanup to ensure invalid...
2019-01-22 Michael D.... added mouse actions to accept or dismiss the pick window
2019-01-21 Michael D.... updated TODO
2019-01-21 Michael D.... mouse no longer warps on failed searches and position...
2019-01-18 Michael D.... add logic to warp pointer when opening windows or jumpi...
2019-01-18 Michael D.... fixed a bug where debug printing in fetch was happening...
2019-01-18 Michael D.... fixed fetch rules for finding files in Code directory
2019-01-17 Michael D.... updated registrar raise and focus the window with _NET_...
2019-01-17 Michael D.... raise, set focus, and set urgency
2019-01-17 Michael D.... disabled window cleanup because it's busted
2019-01-17 Michael D.... optimized mouse handling again
2019-01-17 Michael D.... fixed null pointer access
2019-01-17 Michael D.... removed log file
2019-01-17 Michael D.... maybe fixed some random issues
2019-01-10 Michael D.... added detection of invalid window cleanup to registrar
2019-01-09 Michael D.... minor refactoring, added xerror handler, and fixed...
2019-01-09 Michael D.... fixed a bug where autocomplete results always went...
2019-01-09 Michael D.... fixed bug where fetch tries to interpret argument as...
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...
next