]> git.mdlowis.com Git - projs/tide.git/shortlog
projs/tide.git
2017-02-01 Michael D.... Added hex editing routines and a shebang to clearly...
2017-02-01 Michael D.... rearranged TODO list
2017-02-01 Michael D.... Added rc function to add line numbers to a document
2017-02-01 Michael D.... Added ignore macro to atf to skip problematic tests
2017-02-01 Michael D.... added functions to rc file for adding and removing...
2017-01-31 Michael D.... Fixed issue with unit tests, added a new etabs function...
2017-01-31 Michael D.... Fixed X11 selection protocol. Now we respond to targets...
2017-01-31 Michael D.... Merge changes from master
2017-01-31 Michael D.... Added function to rc file for grepping the buffer
2017-01-31 Michael D.... Added example editrc file with some useful tools and...
2017-01-31 Michael D.... Added logic to load an RC file in the edit wrapper...
2017-01-30 Michael D.... Fixed bug in handling keyboard shortcuts. Lock modifier...
2017-01-30 Michael D.... Fixed bug in handling keyboard shortcuts. Lock modifier...
2017-01-30 Michael D.... Switch cut/copy/paste over to using X11 clipboard selection
2017-01-17 Michael D.... Added option to override tag region contents with EDITT...
2017-01-16 Michael D.... Fixed crappy implementation of chomp with slightly...
2017-01-12 Michael D.... > dumps output to the tags buffer so the output should...
2017-01-12 Michael D.... the > sigil should append the output to the tags buffer
2017-01-12 Michael D.... Fixed open at line number functionality
2017-01-12 Michael D.... Fixed unit tests that broke due to copy paste behavior...
2017-01-12 Michael D.... ctrl+d should execute the selection if there is one
2017-01-12 Michael D.... ctrl+d should select the command under cursor if nothin...
2017-01-12 Michael D.... context sensitive selection for mouse buttons
2017-01-11 Michael D.... tweaked escpae key handling for highlighting previous...
2017-01-10 Michael D.... Added a tools directory using the edit wrapper script...
2017-01-10 Michael D.... Added brace balancing to the block selection
2017-01-06 Michael D.... Added search direction to the status line
2017-01-06 Michael D.... Shift key inverts the search direction for literal...
2017-01-05 Michael D.... Tweaked > sigil to dump command output into the tags...
2017-01-05 Michael D.... Undo and Redo tags now always apply to the edit region...
2017-01-05 Michael D.... Combined libx and libedit
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
next