]> git.mdlowis.com Git - projs/tide.git/shortlog
projs/tide.git
2017-05-04 Michael D.... use XEventsQueued to work around an issue where selecti...
2017-05-03 Michael D.... Documented command execution sigils in xedit
2017-05-03 Michael D.... Tweaked xedit documentation and filled out section...
2017-05-03 Michael D.... resize buffer on file load for efficiency
2017-05-03 Michael D.... Changed ctrl+h to highlight the thing under cursor...
2017-05-02 Michael D.... Fixed a bug in crlf handling for keyboard shortcuts
2017-05-02 Michael D.... cleanup
2017-05-02 Michael D.... Added xcpd to clean task
2017-05-02 Michael D.... cleanup some unused utility files
2017-05-02 Michael D.... undo/redo should only center selection if the selection...
2017-05-02 Michael D.... Fixed shutdown behavior
2017-05-02 Michael D.... Tweaked redraw logic to ensure content is update *after...
2017-05-02 Michael D.... added a flush to initial draw to eliminate a lag at...
2017-05-02 Michael D.... update all apps to use new layout/update hooks and...
2017-05-02 Michael D.... Fixed bug in focus tracking that caused unnecessary...
2017-05-02 Michael D.... Tweaked pointer tracking to only redraw if the focus...
2017-05-02 Michael D.... updated logic for focus follows mouse to not override...
2017-05-02 Michael D.... Heavily reworked event loop. Hopefully the thrashing...
2017-05-01 Michael D.... ugh. try using xquerypointer instead of xflush to flush...
2017-05-01 Michael D.... really crappy optimization for pointer tracking. probab...
2017-05-01 Michael D.... tweaked redraw logic to call onupdate before and after...
2017-05-01 Michael D.... Moved font cache size config option to edit.h with...
2017-05-01 Michael D.... Added GoTo tag to mirror ctrl+g functionality
2017-05-01 Michael D.... Added SaveAs tag to allow saving the file with a new...
2017-04-30 Michael D.... Put back in the flush after drawing. without that input...
2017-04-30 Michael D.... More optimization of x11 events and network traffic...
2017-04-30 Michael D.... Optimize motion events by allowing the server to skip...
2017-04-27 Michael D.... reworked event loop for x11 to have a 100ms timeout...
2017-04-13 Michael D.... rework edit script to support absolute paths
2017-04-05 Michael D.... Added xcpd to list of installed binaries
2017-04-05 Michael D.... Persiste the clipboard selection on quit if we own it
2017-04-04 Michael D.... Fixed implementation bug in right-click search
2017-04-04 Michael D.... removed some redundant code in view.c
2017-04-04 Michael D.... Tweaked right click behavior to always search the conte...
2017-04-04 Michael D.... updated xedit man page
2017-04-03 Michael D.... updated xedit man page
2017-04-03 Michael D.... Updated man page documentation for edit and xedit
2017-04-02 Michael D.... jumpto now uses sync view to ensure we dont overscroll...
2017-04-02 Michael D.... don't reset the cursor to zero when setext is called
2017-04-02 Michael D.... fixed bug in tag completion shortcut
2017-03-29 Michael D.... Make sure markdown docs are actually markdown compatible
2017-03-29 Michael D.... Make sure markdown docs are actually markdown compatible
2017-03-28 Michael D.... started initial work on xedit man page
2017-03-28 Michael D.... Temporary fix for overlong status lines
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
next