]> git.mdlowis.com Git - projs/tide.git/shortlog
projs/tide.git
2017-01-03 Michael D.... Explictly maerk buf.c as requiring posix APIs (truncate)
2017-01-02 Michael D.... shift+click should extend the selection to the clicked...
2017-01-02 Michael D.... ctrl+f warps pointer to the next match
2017-01-02 Michael D.... rename charset.c to filetype.c
2017-01-01 Michael D.... Presence of tabs in the opened file turns of expand_tab...
2017-01-01 Michael D.... switched stdio usage over to mmap and unix standard io
2016-12-22 Michael D.... Fixed infinite loop in indent/unindent code
2016-12-22 Michael D.... Implemented a fix for window managers being able to...
2016-12-22 Michael D.... Escape now clears the selection if one already exists...
2016-12-22 Michael D.... fixed issue where scrolling calls a null pointer
2016-12-22 Michael D.... fixed middle click bug on whitespace
2016-12-21 Michael D.... update TODO list
2016-12-21 Michael D.... Updated TODO list
2016-12-21 Michael D.... Focus follows mouse between regions and the initial...
2016-12-21 Michael D.... undo/redo now select the re-inserted text
2016-12-21 Michael D.... '\!' sigil should not select anything
2016-12-20 Michael D.... add shortcut to open a new window
2016-12-20 Michael D.... tweaked the selection handling for command execution
2016-12-20 Michael D.... Fixed broken backspace code
2016-12-20 Michael D.... copyindent now literally copies the indent characters...
2016-12-20 Michael D.... Fixed a bug when indenting reverse selection
2016-12-19 Michael D.... reverted changes to risword. Instead broke out the...
2016-12-19 Michael D.... Reworked undo/redo logic to allow for batch operations...
2016-12-16 Michael D.... Fix tests for the new default CRLF mode
2016-12-16 Michael D.... Change default line ending to LF
2016-12-16 Michael D.... Added an Eol tag which toggles the line ending mode...
2016-12-16 Michael D.... Added / and . to valid word chars so file names will...
2016-12-16 Michael D.... Tweaked risword function to allow for command sigils...
2016-12-16 Michael D.... Fixed a bug where the non-existence of a search term...
2016-12-16 Michael D.... Fixed off-by-one error when clicking the column after...
2016-12-16 Michael D.... Fixed a bug with CRLF line endings and the undo/redo log
2016-12-15 Michael D.... Tweaked command execution routines to eliminate command...
2016-12-15 Michael D.... Added tests for search, undo, and redo
2016-12-13 Michael D.... Added tests for quit and tag operations
2016-12-09 Michael D.... Added more unit tests for cut, copy, and paste
2016-12-07 Michael D.... added tests for change focus and normal input
2016-12-07 Michael D.... added tests for text editing keyboard shortcuts
2016-12-07 Michael D.... Merge branch 'unit-int-tests'
2016-12-07 Michael D.... moving right by word should not move past end of buffer
2016-12-07 Michael D.... fixed a bug in the xtagpick script where ex commands...
2016-12-07 Michael D.... started writing unit integration tests
2016-12-06 Michael D.... Merge changes from master
2016-12-06 Michael D.... added logic to make home and ctrl+a move to the beginni...
2016-12-06 Michael D.... fixed ctrl+a and ctrl+e shortcuts
2016-12-06 Michael D.... Added shortcuts for indent/deindent
2016-12-06 Michael D.... Added scaffolding for unit integration tests to test...
2016-12-05 Michael D.... execution of commands should leave the focus on whateve...
2016-12-05 Michael D.... grep doesnt seem to handle crlf line endings so strip...
2016-12-05 Michael D.... Added back in lost jump-to-line functionality
2016-12-05 Michael D.... Added tags for toggling copyindent and expand tabs
2016-12-05 Michael D.... buf_ins boolean flag should disable both copyindent...
2016-12-03 Michael D.... moved ./ stripping logic into buf_load
2016-12-03 Michael D.... added shortcut to fuzzy find a ctag symbol
2016-12-03 Michael D.... Added logic to jump to specific line number
2016-12-03 Michael D.... reset cursor column when jumping to a line non-modal
2016-12-03 Michael D.... added logic for centering the cursor on search, set...
2016-12-03 Michael D.... paste no longer autoindents
2016-12-03 Michael D.... search shortcut should select context when selection...
2016-12-03 Michael D.... goto ctag now selects based on context of nothing is...
2016-12-03 Michael D.... implemented goto ctag function
2016-12-03 Michael D.... added logic to open files at a given line number
2016-12-02 Michael D.... Fixed a bug with copyindent where it only copied indent...
2016-12-02 Michael D.... Added function to jump to a specified line
2016-12-02 Michael D.... Implemented copyindent and fixed right-click find bug...
2016-12-02 Michael D.... implemented expand tabs mode
2016-12-02 Michael D.... implemented navigation and deletion by word
2016-12-01 Michael D.... added : shortcut for executing sed commands on selection
2016-12-01 Michael D.... Implemented two more unix shortcuts
2016-12-01 Michael D.... Implemented Ctrl+Home/End shortcuts
2016-12-01 Michael D.... Missed checkins for pointer warping
2016-12-01 Michael D.... Implemented pointer warping for left click searches
2016-11-30 Michael D.... update xpick to print out the only option when only...
2016-11-30 Michael D.... install xman along with the other binaries
2016-11-30 Michael D.... Added helper script to search for a tag in the tags...
2016-11-30 Michael D.... fixed a bug where opening a new file caused the origina...
2016-11-30 Michael D.... fixed uninstall rule
2016-11-30 Michael D.... Added utility function to chomp off newlines
2016-11-30 Michael D.... Added stderr capture for executed commands
2016-11-30 Michael D.... Added install and uninstall tasks to makefile default...
2016-11-30 Michael D.... Implemented backspace and delete with view_delete and...
2016-11-30 Michael D.... Added logic to allow extending the selection to the...
2016-11-30 Michael D.... Refactored keybinding processing code
2016-11-30 Michael D.... cleaned up logic for quit with unsaved changes
2016-11-30 Michael D.... refactored cursor movement handlers to reduce number...
2016-11-29 Michael D.... Implemented selection shortcuts using the keyboard...
2016-11-29 Michael D.... Added real modifier support to keybindings and added...
2016-11-29 Michael D.... Updated helper scripts
2016-11-29 Michael D.... updated todo file
2016-11-29 Michael D.... Open file now replaces scratch buffer if path is null...
2016-11-28 Michael D.... Added keyboard shortcut for opening a file in a new...
2016-11-28 Michael D.... Updated todo list with new bugs and feature ideas
2016-11-28 Michael D.... Cleaned up keybindings a bit. Grouped into categories
2016-11-28 Michael D.... Append should append the text after the last line of...
2016-11-28 Michael D.... Updated xpick.c to use the new x11 API.
2016-11-27 Michael D.... Added error message for quit appended to tags view
2016-11-27 Michael D.... Added keyboard shortcut for executing the focused selection
2016-11-27 Michael D.... switch command execution to use the system shell. Also...
2016-11-25 Michael D.... Added logic for command execution. Segfaults galore...
2016-11-24 Michael D.... reworked tag handling to allow for command execution...
2016-11-24 Michael D.... general cleanup
next