]> git.mdlowis.com Git - projs/tide.git/shortlog
projs/tide.git
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
2016-11-23 Michael D.... Added shortcut for finding literal text
2016-11-23 Michael D.... Only select previous insert if the top of the undo...
2016-11-23 Michael D.... Added escape shortcut to select the last inserted text
2016-11-23 Michael D.... Fixed an infinite loop for selecting at end of buffer...
2016-11-23 Michael D.... clear the redo list when adding a new edit
2016-11-23 Michael D.... initialize undone operations to locked to prevent some...
2016-11-23 Michael D.... Fixed some bugs in the tag handling
2016-11-23 Michael D.... added descriptions of built-in tags
2016-11-23 Michael D.... implemented find tag
2016-11-22 Michael D.... style inconsistencies
2016-11-22 Michael D.... changed default font size on non-osx systems and added...
2016-11-22 Michael D.... added tag builtins for undo/redo
2016-11-21 Michael D.... Updated TODO file somewhat. Still some questions that...
2016-11-21 Michael D.... fixed a bug in view_delete where it refused to delete...
2016-11-21 Michael D.... Bumped scroll lines up to 4 to increase scroll speed...
2016-11-21 Michael D.... Fixed a bug in paste when pasting a null string
2016-11-20 Michael D.... restructure xedit.c for maintainability
2016-11-19 Michael D.... added middle click execution logic for tags
2016-11-19 Michael D.... fixed right-click find behavior
2016-11-19 Michael D.... implemented right-click to find
2016-11-19 Michael D.... modified logic to select inside braces, brackets, and...
2016-11-19 Michael D.... implemented double and triple click selections
2016-11-19 Michael D.... Added logic to expand the tag view up to a maximum...
2016-11-19 Michael D.... fixed issue with delete at end of buffer
2016-11-18 Michael D.... added bugs to the bug list, delete some commented code...
2016-11-18 Michael D.... fixed erroneous change
2016-11-18 Michael D.... Implemented page up and down, mouse chords for cut...
2016-11-18 Michael D.... Fixed an issue with drawing non ascii runes causing...
2016-11-18 Michael D.... implemented scrolling with mouse scroll wheel
2016-11-18 Michael D.... Added cut, copy, and paste shortcuts
2016-11-17 Michael D.... implemented undo/redo shortcuts
2016-11-17 Michael D.... implemented save shortcut
next