]> git.mdlowis.com Git - projs/tide.git/shortlog
projs/tide.git
2017-03-28 Michael D.... added logic to open target files with working dir set...
2017-03-27 Michael D.... Updated edit and xpick man pages
2017-03-27 Michael D.... Updated edit script to open files relative to the dir...
2017-03-27 Michael D.... Updated todo list
2017-03-27 Michael D.... Updated win.c api to allow creating a dialog or a norma...
2017-03-27 Michael D.... updated TODO list
2017-03-27 Michael D.... added more documentation to edit man page
2017-03-27 Michael D.... added man pages stubs and moved previous docs to testdocs
2017-03-26 Michael D.... selecting last line should not select past end of buffe...
2017-03-26 Michael D.... Correct the positioning of the ruler
2017-03-25 Michael D.... added optional column ruler
2017-03-25 Michael D.... Merge changes from common-ui branch
2017-03-25 Michael D.... switch picker over to common ui common-ui
2017-03-24 Michael D.... genral cleanup
2017-03-24 Michael D.... Generalized scrollbar behavior to hopefully apply to...
2017-03-17 Michael D.... Make sure files end in newlines
2017-03-17 Michael D.... Updated TODO list
2017-03-17 Michael D.... reprioritized selection logic so that blocks will be...
2017-03-17 Michael D.... searching should only change focus and warp pointer...
2017-03-05 Michael D.... added shortcut to complete tag using fuzzy picker
2017-03-04 Michael D.... Added a keyboard shortcut to search for previous search...
2017-03-03 Michael D.... removed dead code
2017-03-03 Michael D.... reworked row limiting code to properly handle long...
2017-03-03 Michael D.... Fixed crash when saving an empty file
2017-03-03 Michael D.... Fixed delete functionality to make deleting by word...
2017-03-03 Michael D.... Fixed a bug in the new shortcut handler
2017-03-03 Michael D.... added shortcuts to create new line before or after...
2017-02-28 Michael D.... updated TODO
2017-02-28 Michael D.... Fixed issue where default crlf was being ignored for...
2017-02-28 Michael D.... tweaked algorithm for middle click jumping through...
2017-02-27 Michael D.... refactored mouse handlers and fixed a divide by zero...
2017-02-26 Michael D.... corrected some of the math for drawing the scroll bar
2017-02-26 Michael D.... inverted colors of thumb and scroll region
2017-02-26 Michael D.... added logic to draw the scrollbar thumb proportional...
2017-02-26 Michael D.... implemented scrollbar with left/right mouse button
2017-02-25 Michael D.... Fixed bug in makefile
2017-02-25 Michael D.... Added back in pointer warping logic for search
2017-02-24 Michael D.... added scrollbar to TODO list
2017-02-24 Michael D.... fixed selection bug when running a reverse selection...
2017-02-24 Michael D.... Tweaked build scripts
2017-02-06 Michael D.... All tests except cut/copy/paste tests are now passing
2017-02-06 Michael D.... majority of unit tests for xedit.c back up and running...
2017-02-06 Michael D.... Checkpoint commit. unit tests back to building and...
2017-02-03 Michael D.... Restructured code to better facilitate unit testing
2017-02-03 Michael D.... Reworked unit tests to have one test executable per...
2017-02-03 Michael D.... Fixed an issue where dragging with the left button...
2017-02-03 Michael D.... xedit.c is now 100% functional using the new win ui...
2017-02-02 Michael D.... Initial commit of new win module to commonize the ui
2017-02-02 Michael D.... Tweaked some existing rc functions and added the term...
2017-02-02 Michael D.... Don't bother setting the callback if there is no select...
2017-02-02 Michael D.... fixed view api to not segfault when a view has 0 rows
2017-02-02 Michael D.... Removed unused commands left over from pre-X11 selectio...
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
next