]> git.mdlowis.com Git - projs/tide.git/shortlog
projs/tide.git
2016-11-28 Michael D.... Updated xpick.c to use the new x11 API.
2016-11-27 Michael D.... Added error message for quit appended to tags view
2016-11-27 Michael D.... Added keyboard shortcut for executing the focused selection
2016-11-27 Michael D.... switch command execution to use the system shell. Also...
2016-11-25 Michael D.... Added logic for command execution. Segfaults galore...
2016-11-24 Michael D.... reworked tag handling to allow for command execution...
2016-11-24 Michael D.... general cleanup
2016-11-23 Michael D.... Added shortcut for finding literal text
2016-11-23 Michael D.... Only select previous insert if the top of the undo...
2016-11-23 Michael D.... Added escape shortcut to select the last inserted text
2016-11-23 Michael D.... Fixed an infinite loop for selecting at end of buffer...
2016-11-23 Michael D.... clear the redo list when adding a new edit
2016-11-23 Michael D.... initialize undone operations to locked to prevent some...
2016-11-23 Michael D.... Fixed some bugs in the tag handling
2016-11-23 Michael D.... added descriptions of built-in tags
2016-11-23 Michael D.... implemented find tag
2016-11-22 Michael D.... style inconsistencies
2016-11-22 Michael D.... changed default font size on non-osx systems and added...
2016-11-22 Michael D.... added tag builtins for undo/redo
2016-11-21 Michael D.... Updated TODO file somewhat. Still some questions that...
2016-11-21 Michael D.... fixed a bug in view_delete where it refused to delete...
2016-11-21 Michael D.... Bumped scroll lines up to 4 to increase scroll speed...
2016-11-21 Michael D.... Fixed a bug in paste when pasting a null string
2016-11-20 Michael D.... restructure xedit.c for maintainability
2016-11-19 Michael D.... added middle click execution logic for tags
2016-11-19 Michael D.... fixed right-click find behavior
2016-11-19 Michael D.... implemented right-click to find
2016-11-19 Michael D.... modified logic to select inside braces, brackets, and...
2016-11-19 Michael D.... implemented double and triple click selections
2016-11-19 Michael D.... Added logic to expand the tag view up to a maximum...
2016-11-19 Michael D.... fixed issue with delete at end of buffer
2016-11-18 Michael D.... added bugs to the bug list, delete some commented code...
2016-11-18 Michael D.... fixed erroneous change
2016-11-18 Michael D.... Implemented page up and down, mouse chords for cut...
2016-11-18 Michael D.... Fixed an issue with drawing non ascii runes causing...
2016-11-18 Michael D.... implemented scrolling with mouse scroll wheel
2016-11-18 Michael D.... Added cut, copy, and paste shortcuts
2016-11-17 Michael D.... implemented undo/redo shortcuts
2016-11-17 Michael D.... implemented save shortcut
2016-11-17 Michael D.... Implemented cursor movements for beginning and end...
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
next