]> git.mdlowis.com Git - projs/tide.git/shortlog
projs/tide.git
2018-03-27 Michael D.... updated TOT and added new tag
2018-03-27 Michael D.... removed unnecessary keyboard shortcut
2018-03-27 Michael D.... commonized types for tag and key handlers so the same...
2018-03-27 Michael D.... Renamed some tags to shorter names
2018-03-27 Michael D.... minor cleanup
2018-03-27 Michael D.... cleaned up prototypes and updated TODO
2018-03-27 Michael D.... removed overly-complex logic for changing dir to projec...
2018-03-27 Michael D.... switched from mmap saving and loading to read/write
2018-03-27 Michael D.... fixed a bad allocation and some minor static analysis...
2018-03-26 Michael D.... moved from settings from buffer to config module
2018-03-26 Michael D.... switched buffer type from rune to char
2018-03-26 Michael D.... Removed RUNE_CRLF
2018-03-26 Michael D.... lock buffer in binary mode in prep for rework of loadin...
2018-03-26 Michael D.... reworked key handling code
2018-03-26 Michael D.... Added X event handling as a job
2018-03-26 Michael D.... started reworking event loop
2018-03-26 Michael D.... minor refactoring
2018-03-26 Michael D.... consolidated shortucts and removed dead code
2018-03-25 Michael D.... removed old highlight engine. will be replaced by binar...
2018-03-25 Michael D.... removed some unnecessary features
2018-03-24 Michael D.... further refactoring of x11 code
2018-03-24 Michael D.... restructure event loop
2018-03-24 Michael D.... switched to function pointer approach for event handlers
2018-03-23 Michael D.... moved static functions to bottom
2018-03-23 Michael D.... removed config struct
2018-03-23 Michael D.... combine win and x11 to try and slim down
2018-03-22 Michael D.... disabled mouse tracking since it is causing segfaults...
2018-03-22 Michael D.... major rework of syntax highlighter and job processing...
2018-03-22 Michael D.... renamed exec.c to job.c
2018-03-22 Michael D.... starting combining job control and fd monitoring
2018-03-21 Michael D.... cleaned up font strings
2018-03-21 Michael D.... Removed line number and line tracking logic
2018-03-21 Michael D.... switched to gruvbox theme
2018-03-21 Michael D.... added back in syntax highlighting and fixed coloring...
2018-03-21 Michael D.... reworked color handling for redraw
2018-03-21 Michael D.... attempted to replace color palette access with new...
2018-03-20 Michael D.... Start refactoring to remove xrdb parsing
2018-03-20 Michael D.... start refactoring job control to use a single socket...
2018-03-20 Michael D.... removed outpoint logic
2018-03-20 Michael D.... combine stderr and stdout for jobs
2018-03-20 Michael D.... removed unused parameters from blocking command execution
2018-03-20 Michael D.... removed function pointer from job starting routine
2018-03-19 Michael D.... removed pty support. Editable scrollback wasnt as usefu...
2018-03-19 Michael D.... Fixed a bad memory access in set_path_prop
2018-03-02 Michael D.... removed status region
2018-03-02 Michael D.... added tools dir
2018-03-02 Michael D.... added test file for syntax highlighting stress test
2017-08-29 Michael D.... basic highlighting for ocaml
2017-08-28 Michael D.... cleaned up property handling in x11.c
2017-08-25 Michael D.... removed hl-cpp.c source
2017-08-21 Michael D.... Fixed some bad pointer accesses in job_finish routine
2017-08-17 Michael D.... Added debug info
2017-08-14 Michael D.... Show the current dir in pty mode
2017-08-13 Michael D.... tweaked tfetch to use tctl to activate open windows...
2017-08-13 Michael D.... tweaked tctl and tide to support specifying line addres...
2017-08-13 Michael D.... tctl can now open new editors as well as activate exist...
2017-08-11 Michael D.... set TIDE_FILE property to the real path of the file...
2017-08-11 Michael D.... fixed some warnings
2017-08-10 Michael D.... added property getters and setters and auto-set propert...
2017-08-10 Michael D.... move file loading and saving into win.c so that we...
2017-08-10 Michael D.... Cleaned up win interface slightly
2017-08-10 Michael D.... added tctl to gitignore
2017-08-10 Michael D.... Added tctl.c first pass for controlling a session....
2017-08-07 Michael D.... New daemonize() function to standardize creation of...
2017-08-07 Michael D.... Minor cleanup
2017-07-29 Michael D.... added callback for getting job return status
2017-07-28 Michael D.... sigil prefixed commands should be interpreted rather...
2017-07-28 Michael D.... Added work-specific rule to tfetch for finding and...
2017-07-28 Michael D.... Execute almost all commands in the backgground now...
2017-07-25 Michael D.... changed default install location
2017-07-25 Michael D.... tweaked ctags rules to prevent opening an empty editor...
2017-07-25 Michael D.... Added tfetch rule for ctags lookup
2017-07-25 Michael D.... Removed tide-fetch.rb from Makefile
2017-07-25 Michael D.... switched from ruby script to tfetch
2017-07-24 Michael D.... Added tfetch command
2017-07-21 Michael D.... highlight jumped to line when file opened with address
2017-07-21 Michael D.... Added logic to highlight line when address provided...
2017-07-21 Michael D.... Tweake escape code to remove null char. Added filter...
2017-07-20 Michael D.... tweaked working dir handling in tcmd to allow for some...
2017-07-20 Michael D.... added tcmd to list of commands installed and uninstalled
2017-07-20 Michael D.... Added tcmd bash script to setup tide command environmen...
2017-07-20 Michael D.... Added ~ to allowed file chars
2017-07-20 Michael D.... updated tide-fetch to use find command instead of Dir...
2017-07-20 Michael D.... added escape code for updating working directory from...
2017-07-19 Michael D.... updated fetch to support osx
2017-07-19 Michael D.... launch commands in the background instead of foreground...
2017-07-19 Michael D.... added fetch script and tweaked match allow characters...
2017-07-19 Michael D.... Added first pass at magic right-click
2017-07-19 Michael D.... now ignoring the menu key
2017-07-19 Michael D.... Added Send tag and middle click behavior when pty is...
2017-07-18 Michael D.... Update TODO.md
2017-07-18 Michael D.... fixed a bug when executing 'Send' on multi-line chunks
2017-07-18 Michael D.... Adapted middle click functionality to perform a send...
2017-07-18 Michael D.... move pty logic to pty.c and added shortcuts for ^c...
2017-07-18 Michael D.... minor touch-ups
2017-07-17 Michael D.... Fixed failing unit test
2017-07-15 Michael D.... fixed all errors found by clang and fixed some compiler...
2017-07-14 Michael D.... fixed win_update callback
2017-07-14 Michael D.... Fixed some bugs in the asynchronous command handling...
2017-07-13 Michael D.... Fixed unit tests for command execution
next