]> git.mdlowis.com Git - projs/tide.git/shortlog
projs/tide.git
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
2017-06-16 Michael D.... add lorem ipsum sample text
2017-06-16 Michael D.... Added a cap to scan distance for syntax highlighting
2017-06-16 Michael D.... fixed line number and scrolling behavior on undo/redo
2017-06-15 Michael D.... Updated TODO and fixed line tracking in buf.c
2017-06-15 Michael D.... Updated TODO
2017-06-15 Michael D.... Updated Ctrl+Shift+A shortcut to set an implicit mark
2017-06-15 Michael D.... Added logic to peg the cursor to the line end when...
2017-06-15 Michael D.... Added variables for optional features to the config...
2017-06-15 Michael D.... Added edit function to the editrc shell script example
2017-06-15 Michael D.... hack attempt to squash crappy behavior of undo/redo...
2017-06-14 Michael D.... tweaked current line highlight
2017-06-14 Michael D.... expand the current line highlight box to full width...
2017-06-14 Michael D.... fixed infinite loop and tracking issue with line numbers
2017-06-12 Michael D.... made current line marker more visible and adjusted...
2017-06-12 Michael D.... Added syntax rules for diff files
2017-06-12 Michael D.... Fixed color for plain text files
2017-06-12 Michael D.... added highlighting for strings and character literals...
2017-06-12 Michael D.... Highlight current line number
2017-06-12 Michael D.... optimized syntax highlighting for *real* this time
2017-06-10 Michael D.... optimized color scanning so that large files still...
2017-06-09 Michael D.... functioning comment highlighting for C, ruby, and shell
2017-06-09 Michael D.... changed comment color
2017-06-09 Michael D.... first attempt at syntax highlighting. just colors comments
2017-06-08 Michael D.... Updated TODO
2017-06-06 Michael D.... fixed prototype for win_setlinenums
2017-06-06 Michael D.... Added logic to allowing toggling line numbers in win... line-numbers
2017-06-06 Michael D.... renamed helper function for checking if line number...
2017-06-06 Michael D.... Fixed an issue where undo/redo were not causing line...
2017-06-06 Michael D.... fixed line number updates for scroll up and optimized...
2017-06-06 Michael D.... fixed line numbers on scroll down
2017-06-05 Michael D.... edit region columns should shrink when gutter is enabled
2017-06-05 Michael D.... ruler needs to adjust position if the gutter is visible
2017-06-05 Michael D.... first, super inefficient crack at showing line numbers
2017-06-03 Michael D.... Added a gutter and logic for displaying line numbers...
2017-06-01 Michael D.... killed xman
2017-06-01 Michael D.... turns out it wasnt pointless after all. Added a comment...
2017-06-01 Michael D.... removed silly setting of the cursor on file load
2017-06-01 Michael D.... refactored selection handling code
2017-06-01 Michael D.... refactored selection movement code to share common...
2017-06-01 Michael D.... minor reorginization in buf.c and view.c
2017-05-31 Michael D.... tweaked implicit mark behavior on search and fixed...
2017-05-31 Michael D.... Fixed some bad memory accesses found with valgrind
2017-05-31 Michael D.... changed pick title env var from XPICKTITLE to PICKTITLE
2017-05-31 Michael D.... rename xfilepick and xtagpick
2017-05-31 Michael D.... Rename xpick to just pick
2017-05-31 Michael D.... tweaked logic for setting implicit marks. local cursor...
2017-05-30 Michael D.... Updated todos
2017-05-30 Michael D.... updated xcpd cd to root on daemonization
2017-05-30 Michael D.... fixed logic for clearing a selection on moving with...
2017-05-30 Michael D.... fixed a bug in edit_relative function, added a cursor...
2017-05-30 Michael D.... Added column tracking to page up/dn
2017-05-30 Michael D.... Merge branch 'master' into testing
2017-05-30 Michael D.... sketched out pseudotty logic for term
2017-05-30 Michael D.... updated TODO
2017-05-30 Michael D.... added first/last line logic to page-up/dn
2017-05-30 Michael D.... center cursor on page up/dn
2017-05-30 Michael D.... page-up/dn testing
next