]> git.mdlowis.com Git - projs/tide.git/shortlog
projs/tide.git
2019-05-21 Michael D.... tweaked up/dn cursor movement to avoid double tap behavior
2019-05-21 Michael D.... fixed event loop to ensure a redraw on timeout
2019-05-20 Michael D.... added logic to populate buffer from stdin
2019-05-20 Michael D.... added flush to event processing loop
2019-05-20 Michael D.... updated TODO
2019-05-20 Michael D.... updated TODO
2019-05-20 Michael D.... updated TODO
2019-05-20 Michael D.... tweaked tiling strategy
2019-05-16 Michael D.... implement crude version of dwm tiling
2019-05-15 Michael D.... fixed home/end key movement
2019-05-13 Michael D.... resync the view on resize. may want to add logic to...
2019-05-13 Michael D.... added window borders to clearly separate windows embedd...
2019-05-13 Michael D.... fixed cursor and selection handling
2019-05-12 Michael D.... added stupid simple logic to tile windows
2019-05-12 Michael D.... fixed selection clearing logic to handle reverse select...
2019-05-11 Michael D.... updated logic for showing the window *after* reparentin...
2019-05-10 Michael D.... rework mouse handling
2019-05-10 Michael D.... moved more shortcuts to common area
2019-05-09 Michael D.... added shortcuts.c file for common text editing shortcuts
2019-05-09 Michael D.... move some functions from common keyboard section to...
2019-05-09 Michael D.... refactor mouse handling and separate common keyboard...
2019-05-09 Michael D.... fixed event handling and refactored some more
2019-05-09 Michael D.... pass modifiers to subfunctions instead of relying on...
2019-05-09 Michael D.... further button press refactoring
2019-05-09 Michael D.... refactored window redrawing code
2019-05-08 Michael D.... checkin tframe stuff
2019-05-07 Michael D.... added prototype of tframe
2019-04-28 Michael D.... fixed bug in substitution
2019-04-27 Michael D.... implemented substitute command
2019-04-26 Michael D.... added rctags, tsed, updated TODO, added loading message...
2019-04-22 Michael D.... removed random number generator
2019-04-18 Michael D.... tweaked UI handling so only one item will not show...
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...
next