]> git.mdlowis.com Git - projs/tide.git/shortlog
projs/tide.git
2016-11-17 Michael D.... implemented expected behavior for backspace, delete...
2016-11-17 Michael D.... tweaked mouse selection so only one region's selection...
2016-11-17 Michael D.... Fixed highlighting of selection for lines that contain...
2016-11-17 Michael D.... prevent the window from updating when there's too littl...
2016-11-16 Michael D.... Only show cursor in the focused region
2016-11-16 Michael D.... updated view to only sync to the cursor location when...
2016-11-16 Michael D.... Fixed scrolling and view sizing issue
2016-11-16 Michael D.... added basic mouse selection and handlers. stubbed out...
2016-11-15 Michael D.... general cleanup using new region utilities
2016-11-15 Michael D.... finished reworking layout code
2016-11-15 Michael D.... Added logic to show and hide the tag buffer while keepi...
2016-11-14 Michael D.... only show cursor for currently focused view (tag or...
2016-11-14 Michael D.... Re-Implemented scrolling with the cursor using view...
2016-11-14 Michael D.... added view module in order to support multiple buffer...
2016-11-11 Michael D.... started restructuring to use view data structures inste...
2016-11-10 Michael D.... General cleanup and removal of buffer locking. last...
2016-11-10 Michael D.... added comments to edit.h and cleaned up warnings in...
2016-11-10 Michael D.... move the keyboard bindings out of the lib into xedit.c
2016-11-10 Michael D.... first pass at simplified non-modal editor
2016-11-10 Michael D.... minor cleanup
2016-11-10 Michael D.... Added preliminary support for copy paste
2016-11-10 Michael D.... Added first pass at ctags file utility
2016-11-09 Michael D.... Added wrapper scripts for pick
2016-11-09 Michael D.... implemented undo coalescing for deletes
2016-11-09 Michael D.... added config.mk to allow for easy tweaking of build...
2016-11-08 Michael D.... ignore left and right arrows for xpick for the time...
2016-11-08 Michael D.... fixed compiler warnings
2016-11-05 Michael D.... added wrapper script for passing a tags file to pick...
2016-11-05 Michael D.... Fixed two segfaults and implemented scrolling for selection
2016-11-05 Michael D.... general cleanup of warnings and switch over to C99...
2016-11-04 Michael D.... major reorginization to allow reuse of gui and edit...
2016-10-31 Michael D.... reorganized tests for buf.c
2016-10-31 Michael D.... Added more unit tests for buf.c
2016-10-28 Michael D.... Added tests for buf.c
2016-10-28 Michael D.... Implemented log coalescing for inserts
2016-10-27 Michael D.... cleaned up undo/redo logic
2016-10-27 Michael D.... first crack at undo/redo. *horribly* inefficient
2016-10-25 Mike LowisFix bigword click selection
2016-10-25 Mike Lowisrenamed Dot* to Sel in preparation for a new selection...
2016-10-25 Mike LowisAdded support for gcov to makefile
2016-10-25 Michael D.... sketch out some of the keyboard shortcuts
2016-10-24 Michael D.... Fixed a buffer overflow for long paths in the status bar
2016-10-24 Michael D.... Fixed a bug where successive right clicks erroneously...
2016-10-24 Mike Lowisfixed a bug in search selection and updated TODO
2016-10-24 Mike Lowisgeneral cleanup of warnings and unused functions
2016-10-24 Michael D.... fixed a bug where search results that are off screen...
2016-10-23 Michael D.... Move pointer on search
2016-10-23 Michael D.... added logic to select big words on triple click and...
2016-10-23 Michael D.... added right click search functionality
2016-10-22 Michael D.... added command to change the dot
2016-10-22 Michael D.... updated todo file to remove implemented features
2016-10-22 Michael D.... fleshed out the mouse selection logic a bit more
2016-10-21 Michael D.... implemented color logic for screen buffer and adjusted...
2016-10-20 Michael D.... reworked color handling and moved status line handling...
2016-10-19 Michael D.... reworked keyboard handling
2016-10-19 Mike Lowisreverted poorly conceived updates to key handling
2016-10-19 Mike LowisSwitched keyboard handling to tables instead of switches
2016-10-18 Mike LowisFixed CRLF handling and added some defines for default...
2016-10-18 Mike Lowisfixed compiler warning
2016-10-18 Michael D.... added unix line ending test file
2016-10-18 Michael D.... Implemented CRLF handling
2016-10-16 Michael D.... Fixed cursor movement and column keeping between lines
2016-10-16 Michael D.... added absolute minimum set of vi bindings for cursor...
2016-10-16 Michael D.... enter key now inserts \r\n in crlf mode
2016-10-15 Michael D.... Fixed display and selection of multi-column unicode...
2016-10-15 Michael D.... update screen buffer to store color information
2016-10-15 Michael D.... General cleanup and commenting
2016-10-15 Michael D.... Added support for display of unicode characters
2016-10-11 Mike Lowisfirst, borken, attempt at looking up fonts for unicode...
2016-10-10 Mike Lowisupdated xman to squelch output and fork the program...
2016-10-10 Mike LowisFixed loading of buffer contents from stdin
2016-10-10 Mike Lowisfix getmillis on linux
2016-10-10 Michael D.... Fix target column tracking for insert mode
2016-10-09 Michael D.... Added TargetCol updates to home and end key handlers
2016-10-09 Michael D.... General refactroing and cleanup
2016-10-09 Michael D.... Inverted status bar color and added simple column track...
2016-10-09 Michael D.... added detection for double and triple mouse clicks
2016-10-09 Michael D.... added content to status bar for tracking charset, modif...
2016-10-08 Michael D.... General cleanup of charset handling. Fixed save functio...
2016-10-08 Michael D.... Added *extremely* basic character set detection logic...
2016-10-07 Mike LowisTweaked makefile and test files to ensure the tests...
2016-10-07 Mike LowisFixed unit tests for cursor movement
2016-10-07 Mike LowisOnly add the newline for new files. Existing files...
2016-10-07 Mike LowisRemoved test files from repo
2016-10-07 Mike LowisAdded ability to save file and exit. Also allow passing...
2016-10-07 Michael D.... fixed the scrolling logic and line chopping issue for...
2016-10-06 Michael D.... reworked cursor movements. no longer tracking column...
2016-10-06 Mike LowisCleanup unicode handling a bit
2016-10-06 Mike LowisAdded new mouse event data structure and moved mouse...
2016-10-06 Mike LowisMoved keyboard controls to a separate C file to abstrac...
2016-10-06 Mike LowisGeneral cleanup and commenting
2016-10-06 Michael D.... general cleanup and commenting. Also added generic...
2016-10-05 Mike LowisAdded basic mouse functionality to move the cursor...
2016-10-05 Mike LowisAdded support for loading buffer contents from stdin...
2016-10-05 Mike Lowissemi-fixed chopping of chars on scroll up
2016-10-05 Mike LowisFixed unit test build by adding an empty test suite...
2016-10-05 Mike LowisAdded more to the TODO file
2016-10-05 Mike LowisAdded to TODO list
2016-10-05 Mike LowisAdded todo list to document features i want to implement
2016-10-05 Mike LowisAdded some very basic support for utf-8. Combining...
next