]> git.mdlowis.com Git - projs/tide.git/shortlog
projs/tide.git
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
2016-11-17 Michael D.... Implemented cursor movements for beginning and end...
2016-11-17 Michael D.... implemented expected behavior for backspace, delete...
2016-11-17 Michael D.... tweaked mouse selection so only one region's selection...
2016-11-17 Michael D.... Fixed highlighting of selection for lines that contain...
2016-11-17 Michael D.... prevent the window from updating when there's too littl...
2016-11-16 Michael D.... Only show cursor in the focused region
2016-11-16 Michael D.... updated view to only sync to the cursor location when...
2016-11-16 Michael D.... Fixed scrolling and view sizing issue
2016-11-16 Michael D.... added basic mouse selection and handlers. stubbed out...
2016-11-15 Michael D.... general cleanup using new region utilities
2016-11-15 Michael D.... finished reworking layout code
2016-11-15 Michael D.... Added logic to show and hide the tag buffer while keepi...
2016-11-14 Michael D.... only show cursor for currently focused view (tag or...
2016-11-14 Michael D.... Re-Implemented scrolling with the cursor using view...
2016-11-14 Michael D.... added view module in order to support multiple buffer...
2016-11-11 Michael D.... started restructuring to use view data structures inste...
2016-11-10 Michael D.... General cleanup and removal of buffer locking. last...
2016-11-10 Michael D.... added comments to edit.h and cleaned up warnings in...
2016-11-10 Michael D.... move the keyboard bindings out of the lib into xedit.c
2016-11-10 Michael D.... first pass at simplified non-modal editor
2016-11-10 Michael D.... minor cleanup
2016-11-10 Michael D.... Added preliminary support for copy paste
next