]> git.mdlowis.com Git - projs/tide.git/shortlog
projs/tide.git
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
2017-07-13 Michael D.... cleaned up exec.c a bit. Still need to get rid of block...
2017-07-13 Michael D.... removed dead code
2017-07-13 Michael D.... fixed logic to select the command output
2017-07-13 Michael D.... added logic to highlight command output upon completion
2017-07-12 Michael D.... initial commit of asynchronous command execution
2017-07-10 Michael D.... Removed redundant auxillary apps
2017-07-10 Michael D.... removed unused function from x11.c
2017-07-10 Michael D.... fixed event loop. turns out X11 is finnicky
2017-07-09 Michael D.... switched to using poll() for event handling. Uniform...
2017-07-09 Michael D.... Fixed bug in tied which was disabling expand tabs and...
2017-07-09 Michael D.... fixed syntax error in highlighter
2017-07-08 Michael D.... fixed bug where syntax highlighter continues to run...
2017-07-07 Michael D.... Added command running logic to tide
2017-07-07 Michael D.... Added support for command buffers in the gap buffer...
2017-07-07 Michael D.... slightly more functional version of term
2017-07-06 Michael D.... Crude prototype of terminal emulator functions now...
2017-07-05 Michael D.... updated die function to print the error string when...
2017-07-05 Michael D.... Added pty helper app to spawn a command in a pseudo...
2017-07-05 Michael D.... removed solarized theme file as it doesnt accurately...
2017-07-05 Michael D.... fixed off-by-one error in line number column determination
2017-07-04 Michael D.... tweaked selection background to make the selected text...
2017-07-04 Michael D.... tweaked line selection behavior to highlight entire...
2017-06-30 Michael D.... Added logic to delete previous newline if cutting the...
2017-06-30 Michael D.... Added enum keyword to c keywords list
2017-06-30 Michael D.... Added gpkgfile as a ruby highlighted file
2017-06-29 Michael D.... tweaked acme theme
2017-06-29 Michael D.... tweaked monokai theme to match sublime more closely
2017-06-29 Michael D.... Tweaked palette behavior to use base16 approach by...
2017-06-29 Michael D.... finished acme theme
2017-06-29 Michael D.... overhauled color selection to make themeing easier
2017-06-28 Michael D.... Added some missing keywords to C rules
2017-06-28 Michael D.... Added lsit of themes to add for examples
2017-06-28 Michael D.... Added configuration option to turn off syntax highlighting
2017-06-28 Michael D.... ignore hl-cpp
2017-06-28 Michael D.... Added themes directory with sample color schemes
2017-06-28 Michael D.... renamed highlight engine script and tweaked some rules
2017-06-28 Michael D.... fixed mismatch in position between line number marker...
2017-06-28 Michael D.... turn trim-on-save on by default
2017-06-28 Michael D.... added rudimentary ruby highlighting
2017-06-28 Michael D.... setup tide to use the highlight engine in your path
2017-06-27 Michael D.... fleshed out highlight engine more
2017-06-27 Michael D.... fixed several bugs in highlighter IPC. Stell need to...
2017-06-27 Michael D.... first rough pass at external highlighting engine
2017-06-23 Michael D.... Tweaked configuration data
2017-06-22 Michael D.... Fixed regression for syntax highlighting
2017-06-22 Michael D.... Fixed click handling for gutter and scroll region
2017-06-22 Michael D.... Added unit tests for buf.c and tweaked xresources sampl...
2017-06-20 Michael D.... added Ctrl+Shift+o shortcut to open a new file in the...
2017-06-20 Michael D.... added ifdef for configuring font settings for OSX and...
2017-06-19 Michael D.... moved contents of config.h to config.c and provided...
2017-06-19 Michael D.... added xresource config options
2017-06-16 Michael D.... Fixed bug preventing scroll region from working properly
2017-06-16 Michael D.... tweaked mouse handling for gutter and out of bounds
2017-06-16 Michael D.... updated unit test
2017-06-16 Michael D.... Updated double click time to 250ms
next