| 2016-11-21 |
Michael D.... | Updated TODO file somewhat. Still some questions that... |
commit | commitdiff | tree | snapshot |
| 2016-11-21 |
Michael D.... | fixed a bug in view_delete where it refused to delete... |
commit | commitdiff | tree | snapshot |
| 2016-11-21 |
Michael D.... | Bumped scroll lines up to 4 to increase scroll speed... |
commit | commitdiff | tree | snapshot |
| 2016-11-21 |
Michael D.... | Fixed a bug in paste when pasting a null string |
commit | commitdiff | tree | snapshot |
| 2016-11-20 |
Michael D.... | restructure xedit.c for maintainability |
commit | commitdiff | tree | snapshot |
| 2016-11-19 |
Michael D.... | added middle click execution logic for tags |
commit | commitdiff | tree | snapshot |
| 2016-11-19 |
Michael D.... | fixed right-click find behavior |
commit | commitdiff | tree | snapshot |
| 2016-11-19 |
Michael D.... | implemented right-click to find |
commit | commitdiff | tree | snapshot |
| 2016-11-19 |
Michael D.... | modified logic to select inside braces, brackets, and... |
commit | commitdiff | tree | snapshot |
| 2016-11-19 |
Michael D.... | implemented double and triple click selections |
commit | commitdiff | tree | snapshot |
| 2016-11-19 |
Michael D.... | Added logic to expand the tag view up to a maximum... |
commit | commitdiff | tree | snapshot |
| 2016-11-19 |
Michael D.... | fixed issue with delete at end of buffer |
commit | commitdiff | tree | snapshot |
| 2016-11-18 |
Michael D.... | added bugs to the bug list, delete some commented code... |
commit | commitdiff | tree | snapshot |
| 2016-11-18 |
Michael D.... | fixed erroneous change |
commit | commitdiff | tree | snapshot |
| 2016-11-18 |
Michael D.... | Implemented page up and down, mouse chords for cut... |
commit | commitdiff | tree | snapshot |
| 2016-11-18 |
Michael D.... | Fixed an issue with drawing non ascii runes causing... |
commit | commitdiff | tree | snapshot |
| 2016-11-18 |
Michael D.... | implemented scrolling with mouse scroll wheel |
commit | commitdiff | tree | snapshot |
| 2016-11-18 |
Michael D.... | Added cut, copy, and paste shortcuts |
commit | commitdiff | tree | snapshot |
| 2016-11-17 |
Michael D.... | implemented undo/redo shortcuts |
commit | commitdiff | tree | snapshot |
| 2016-11-17 |
Michael D.... | implemented save shortcut |
commit | commitdiff | tree | snapshot |
| 2016-11-17 |
Michael D.... | Implemented cursor movements for beginning and end... |
commit | commitdiff | tree | snapshot |
| 2016-11-17 |
Michael D.... | implemented expected behavior for backspace, delete... |
commit | commitdiff | tree | snapshot |
| 2016-11-17 |
Michael D.... | tweaked mouse selection so only one region's selection... |
commit | commitdiff | tree | snapshot |
| 2016-11-17 |
Michael D.... | Fixed highlighting of selection for lines that contain... |
commit | commitdiff | tree | snapshot |
| 2016-11-17 |
Michael D.... | prevent the window from updating when there's too littl... |
commit | commitdiff | tree | snapshot |
| 2016-11-16 |
Michael D.... | Only show cursor in the focused region |
commit | commitdiff | tree | snapshot |
| 2016-11-16 |
Michael D.... | updated view to only sync to the cursor location when... |
commit | commitdiff | tree | snapshot |
| 2016-11-16 |
Michael D.... | Fixed scrolling and view sizing issue |
commit | commitdiff | tree | snapshot |
| 2016-11-16 |
Michael D.... | added basic mouse selection and handlers. stubbed out... |
commit | commitdiff | tree | snapshot |
| 2016-11-15 |
Michael D.... | general cleanup using new region utilities |
commit | commitdiff | tree | snapshot |
| 2016-11-15 |
Michael D.... | finished reworking layout code |
commit | commitdiff | tree | snapshot |
| 2016-11-15 |
Michael D.... | Added logic to show and hide the tag buffer while keepi... |
commit | commitdiff | tree | snapshot |
| 2016-11-14 |
Michael D.... | only show cursor for currently focused view (tag or... |
commit | commitdiff | tree | snapshot |
| 2016-11-14 |
Michael D.... | Re-Implemented scrolling with the cursor using view... |
commit | commitdiff | tree | snapshot |
| 2016-11-14 |
Michael D.... | added view module in order to support multiple buffer... |
commit | commitdiff | tree | snapshot |
| 2016-11-11 |
Michael D.... | started restructuring to use view data structures inste... |
commit | commitdiff | tree | snapshot |
| 2016-11-10 |
Michael D.... | General cleanup and removal of buffer locking. last... |
commit | commitdiff | tree | snapshot |
| 2016-11-10 |
Michael D.... | added comments to edit.h and cleaned up warnings in... |
commit | commitdiff | tree | snapshot |
| 2016-11-10 |
Michael D.... | move the keyboard bindings out of the lib into xedit.c |
commit | commitdiff | tree | snapshot |
| 2016-11-10 |
Michael D.... | first pass at simplified non-modal editor |
commit | commitdiff | tree | snapshot |
| 2016-11-10 |
Michael D.... | minor cleanup |
commit | commitdiff | tree | snapshot |
| 2016-11-10 |
Michael D.... | Added preliminary support for copy paste |
commit | commitdiff | tree | snapshot |
| 2016-11-10 |
Michael D.... | Added first pass at ctags file utility |
commit | commitdiff | tree | snapshot |
| 2016-11-09 |
Michael D.... | Added wrapper scripts for pick |
commit | commitdiff | tree | snapshot |
| 2016-11-09 |
Michael D.... | implemented undo coalescing for deletes |
commit | commitdiff | tree | snapshot |
| 2016-11-09 |
Michael D.... | added config.mk to allow for easy tweaking of build... |
commit | commitdiff | tree | snapshot |
| 2016-11-08 |
Michael D.... | ignore left and right arrows for xpick for the time... |
commit | commitdiff | tree | snapshot |
| 2016-11-08 |
Michael D.... | fixed compiler warnings |
commit | commitdiff | tree | snapshot |
| 2016-11-05 |
Michael D.... | added wrapper script for passing a tags file to pick... |
commit | commitdiff | tree | snapshot |
| 2016-11-05 |
Michael D.... | Fixed two segfaults and implemented scrolling for selection |
commit | commitdiff | tree | snapshot |
| 2016-11-05 |
Michael D.... | general cleanup of warnings and switch over to C99... |
commit | commitdiff | tree | snapshot |
| 2016-11-04 |
Michael D.... | major reorginization to allow reuse of gui and edit... |
commit | commitdiff | tree | snapshot |
| 2016-10-31 |
Michael D.... | reorganized tests for buf.c |
commit | commitdiff | tree | snapshot |
| 2016-10-31 |
Michael D.... | Added more unit tests for buf.c |
commit | commitdiff | tree | snapshot |
| 2016-10-28 |
Michael D.... | Added tests for buf.c |
commit | commitdiff | tree | snapshot |
| 2016-10-28 |
Michael D.... | Implemented log coalescing for inserts |
commit | commitdiff | tree | snapshot |
| 2016-10-27 |
Michael D.... | cleaned up undo/redo logic |
commit | commitdiff | tree | snapshot |
| 2016-10-27 |
Michael D.... | first crack at undo/redo. *horribly* inefficient |
commit | commitdiff | tree | snapshot |
| 2016-10-25 |
Mike Lowis | Fix bigword click selection |
commit | commitdiff | tree | snapshot |
| 2016-10-25 |
Mike Lowis | renamed Dot* to Sel in preparation for a new selection... |
commit | commitdiff | tree | snapshot |
| 2016-10-25 |
Mike Lowis | Added support for gcov to makefile |
commit | commitdiff | tree | snapshot |
| 2016-10-25 |
Michael D.... | sketch out some of the keyboard shortcuts |
commit | commitdiff | tree | snapshot |
| 2016-10-24 |
Michael D.... | Fixed a buffer overflow for long paths in the status bar |
commit | commitdiff | tree | snapshot |
| 2016-10-24 |
Michael D.... | Fixed a bug where successive right clicks erroneously... |
commit | commitdiff | tree | snapshot |
| 2016-10-24 |
Mike Lowis | fixed a bug in search selection and updated TODO |
commit | commitdiff | tree | snapshot |
| 2016-10-24 |
Mike Lowis | general cleanup of warnings and unused functions |
commit | commitdiff | tree | snapshot |
| 2016-10-24 |
Michael D.... | fixed a bug where search results that are off screen... |
commit | commitdiff | tree | snapshot |
| 2016-10-23 |
Michael D.... | Move pointer on search |
commit | commitdiff | tree | snapshot |
| 2016-10-23 |
Michael D.... | added logic to select big words on triple click and... |
commit | commitdiff | tree | snapshot |
| 2016-10-23 |
Michael D.... | added right click search functionality |
commit | commitdiff | tree | snapshot |
| 2016-10-22 |
Michael D.... | added command to change the dot |
commit | commitdiff | tree | snapshot |
| 2016-10-22 |
Michael D.... | updated todo file to remove implemented features |
commit | commitdiff | tree | snapshot |
| 2016-10-22 |
Michael D.... | fleshed out the mouse selection logic a bit more |
commit | commitdiff | tree | snapshot |
| 2016-10-21 |
Michael D.... | implemented color logic for screen buffer and adjusted... |
commit | commitdiff | tree | snapshot |
| 2016-10-20 |
Michael D.... | reworked color handling and moved status line handling... |
commit | commitdiff | tree | snapshot |
| 2016-10-19 |
Michael D.... | reworked keyboard handling |
commit | commitdiff | tree | snapshot |
| 2016-10-19 |
Mike Lowis | reverted poorly conceived updates to key handling |
commit | commitdiff | tree | snapshot |
| 2016-10-19 |
Mike Lowis | Switched keyboard handling to tables instead of switches |
commit | commitdiff | tree | snapshot |
| 2016-10-18 |
Mike Lowis | Fixed CRLF handling and added some defines for default... |
commit | commitdiff | tree | snapshot |
| 2016-10-18 |
Mike Lowis | fixed compiler warning |
commit | commitdiff | tree | snapshot |
| 2016-10-18 |
Michael D.... | added unix line ending test file |
commit | commitdiff | tree | snapshot |
| 2016-10-18 |
Michael D.... | Implemented CRLF handling |
commit | commitdiff | tree | snapshot |
| 2016-10-16 |
Michael D.... | Fixed cursor movement and column keeping between lines |
commit | commitdiff | tree | snapshot |
| 2016-10-16 |
Michael D.... | added absolute minimum set of vi bindings for cursor... |
commit | commitdiff | tree | snapshot |
| 2016-10-16 |
Michael D.... | enter key now inserts \r\n in crlf mode |
commit | commitdiff | tree | snapshot |
| 2016-10-15 |
Michael D.... | Fixed display and selection of multi-column unicode... |
commit | commitdiff | tree | snapshot |
| 2016-10-15 |
Michael D.... | update screen buffer to store color information |
commit | commitdiff | tree | snapshot |
| 2016-10-15 |
Michael D.... | General cleanup and commenting |
commit | commitdiff | tree | snapshot |
| 2016-10-15 |
Michael D.... | Added support for display of unicode characters |
commit | commitdiff | tree | snapshot |
| 2016-10-11 |
Mike Lowis | first, borken, attempt at looking up fonts for unicode... |
commit | commitdiff | tree | snapshot |
| 2016-10-10 |
Mike Lowis | updated xman to squelch output and fork the program... |
commit | commitdiff | tree | snapshot |
| 2016-10-10 |
Mike Lowis | Fixed loading of buffer contents from stdin |
commit | commitdiff | tree | snapshot |
| 2016-10-10 |
Mike Lowis | fix getmillis on linux |
commit | commitdiff | tree | snapshot |
| 2016-10-10 |
Michael D.... | Fix target column tracking for insert mode |
commit | commitdiff | tree | snapshot |
| 2016-10-09 |
Michael D.... | Added TargetCol updates to home and end key handlers |
commit | commitdiff | tree | snapshot |
| 2016-10-09 |
Michael D.... | General refactroing and cleanup |
commit | commitdiff | tree | snapshot |
| 2016-10-09 |
Michael D.... | Inverted status bar color and added simple column track... |
commit | commitdiff | tree | snapshot |
| 2016-10-09 |
Michael D.... | added detection for double and triple mouse clicks |
commit | commitdiff | tree | snapshot |
| 2016-10-09 |
Michael D.... | added content to status bar for tracking charset, modif... |
commit | commitdiff | tree | snapshot |
| 2016-10-08 |
Michael D.... | General cleanup of charset handling. Fixed save functio... |
commit | commitdiff | tree | snapshot |
| next |