]> git.mdlowis.com Git - projs/tide.git/shortlog
projs/tide.git
2017-06-06 Michael D.... Added logic to allowing toggling line numbers in win... line-numbers
2017-06-06 Michael D.... renamed helper function for checking if line number...
2017-06-06 Michael D.... Fixed an issue where undo/redo were not causing line...
2017-06-06 Michael D.... fixed line number updates for scroll up and optimized...
2017-06-06 Michael D.... fixed line numbers on scroll down
2017-06-05 Michael D.... edit region columns should shrink when gutter is enabled
2017-06-05 Michael D.... ruler needs to adjust position if the gutter is visible
2017-06-05 Michael D.... first, super inefficient crack at showing line numbers
2017-06-03 Michael D.... Added a gutter and logic for displaying line numbers...
2017-06-01 Michael D.... killed xman
2017-06-01 Michael D.... turns out it wasnt pointless after all. Added a comment...
2017-06-01 Michael D.... removed silly setting of the cursor on file load
2017-06-01 Michael D.... refactored selection handling code
2017-06-01 Michael D.... refactored selection movement code to share common...
2017-06-01 Michael D.... minor reorginization in buf.c and view.c
2017-05-31 Michael D.... tweaked implicit mark behavior on search and fixed...
2017-05-31 Michael D.... Fixed some bad memory accesses found with valgrind
2017-05-31 Michael D.... changed pick title env var from XPICKTITLE to PICKTITLE
2017-05-31 Michael D.... rename xfilepick and xtagpick
2017-05-31 Michael D.... Rename xpick to just pick
2017-05-31 Michael D.... tweaked logic for setting implicit marks. local cursor...
2017-05-30 Michael D.... Updated todos
2017-05-30 Michael D.... updated xcpd cd to root on daemonization
2017-05-30 Michael D.... fixed logic for clearing a selection on moving with...
2017-05-30 Michael D.... fixed a bug in edit_relative function, added a cursor...
2017-05-30 Michael D.... Added column tracking to page up/dn
2017-05-30 Michael D.... Merge branch 'master' into testing
2017-05-30 Michael D.... sketched out pseudotty logic for term
2017-05-30 Michael D.... updated TODO
2017-05-30 Michael D.... added first/last line logic to page-up/dn
2017-05-30 Michael D.... center cursor on page up/dn
2017-05-30 Michael D.... page-up/dn testing
2017-05-27 Michael D.... added shortcut to select all
2017-05-27 Michael D.... tweaked ctrl+d behavior to select based on context
2017-05-27 Michael D.... update TODO
2017-05-27 Michael D.... rename to tide
2017-05-27 Michael D.... remove edit wrapper script
2017-05-26 Michael D.... moved ctags project file detection logic from edit...
2017-05-26 Michael D.... Added shortcuts for adding and jumping to bookmarks
2017-05-26 Michael D.... add shortcut to jump back to previous cursor location
2017-05-26 Michael D.... added color, copy indent, and expand tab settings to...
2017-05-25 Michael D.... update todo list
2017-05-25 Michael D.... reordered options for resolving external file changes
2017-05-25 Michael D.... diagnostic messages printed to tags region now steal...
2017-05-25 Michael D.... moved configuration stuff to config.h for easier tweaki...
2017-05-25 Michael D.... tweak makefile to build on systems with insane default...
2017-05-24 Michael D.... Removed junk files from syncthing
2017-05-24 Michael D.... tweaked handling of cursor keys while selection is...
2017-05-24 Michael D.... updated button tracking code to accurately reflect...
2017-05-24 Michael D.... Hopefully fixed performance regression with mouse dragging
2017-05-24 Michael D.... Implement mouse chording like acme
2017-05-23 Michael D.... check for external changes to file when focus is lost...
2017-05-23 Michael D.... added logic to check for external file changes on save...
2017-05-22 Michael D.... Tweaked trimming logic to trime withespace even if...
2017-05-21 Michael D.... tiny optimization for trimming logic on save
2017-05-21 Michael D.... Added logic to trim trailing whitespace on save
2017-05-20 Michael D.... reworked logic to report errors when writing the file...
2017-05-19 Michael D.... Tweaked the join shortcut to make the undo operation...
2017-05-19 Michael D.... Fixed cursor column tracking for keyboard shortcuts...
2017-05-19 Michael D.... added common text editing shortcuts for xpick
2017-05-19 Michael D.... added shortcut for selecting the current line
2017-05-19 Michael D.... Addeded shortcut for joining lines
2017-05-18 Michael D.... Added shortcuts to move line or selection up or down...
2017-05-18 Michael D.... tweaked copy command to select current line if nothing...
2017-05-18 Michael D.... change line spacing to 0 on osx
2017-05-17 Michael D.... Make common action handlers shareable so xpick and...
2017-05-17 Michael D.... Ctrl+X now cuts the current line if there is no current...
2017-05-17 Michael D.... changed font selection options to match my st config...
2017-05-17 Michael D.... freetype appears to have changed some metrics i was...
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
next