]> git.lizzy.rs Git - micro.git/shortlog
micro.git
2016-03-22 Zachary YedidiaMove cross-compile.sh to tools
2016-03-22 Zachary YedidiaFix runtime readme and makefile
2016-03-22 Zachary YedidiaFix makefiles
2016-03-22 Zachary YedidiaAdd cross-compilation script
2016-03-21 Zachary YedidiaFix unicode handling for cursor
2016-03-21 Zachary YedidiaUpdate readme
2016-03-21 Zachary YedidiaProper window resize handling
2016-03-21 Zachary YedidiaAdd default colorscheme (based on solarized) and colors...
2016-03-21 Zachary YedidiaFix bug
2016-03-21 Zachary YedidiaReorganize todolist
2016-03-21 Zachary YedidiaUse my fork of tcell
2016-03-21 Zachary YedidiaAdd syntax flags and fix a couple highlighting bugs
2016-03-21 Zachary YedidiaUpdate readme
2016-03-21 Zachary YedidiaReorganize
2016-03-21 Zachary YedidiaAdd syntax highlighting files
2016-03-21 Zachary YedidiaMajor optimization for syntax highlighting
2016-03-21 Zachary YedidiaReally improve syntax file compatibility with nano
2016-03-21 Zachary YedidiaReplace Compile with MustCompile
2016-03-21 Zachary YedidiaAdd header parsing for files without extensions
2016-03-21 Zachary YedidiaBetter syntax file loading, load files from ~/.micro...
2016-03-21 Zachary YedidiaLoad syntax rules from file
2016-03-21 Zachary YedidiaInitial syntax highlighting
2016-03-20 Zachary YedidiaFix license
2016-03-20 Zachary YedidiaFix goreportcard
2016-03-20 Zachary YedidiaAdd small readme
2016-03-20 Zachary YedidiaUpdate todolist
2016-03-20 Zachary YedidiaFix bugs with undo/redo
2016-03-19 Zachary YedidiaClipboard support for copying pasting and cutting
2016-03-19 Zachary YedidiaAdd undo/redo stack
2016-03-19 Zachary YedidiaUpdate todolist
2016-03-19 Zachary YedidiaAdd line numbers
2016-03-19 Zachary YedidiaAdd pagedown, pageup, halfpagedown, halfpageup
2016-03-19 Zachary YedidiaAdd todolist
2016-03-19 Zachary YedidiaMove license to LICENSE
2016-03-19 Zachary YedidiaAdd license
2016-03-19 Zachary YedidiaComments and style for rope
2016-03-19 Zachary YedidiaAdd comment fix go style
2016-03-19 Zachary YedidiaAdd selection with click and drag
2016-03-18 Zachary YedidiaFix bug involving mouse click positioning
2016-03-17 Zachary YedidiaAdd statusline
2016-03-17 Zachary YedidiaSwitch to go in order to use tcell
2016-03-17 Zachary YedidiaStart selection box
2016-03-16 Zachary YedidiaFix linux bug and improve tabstop functionality
2016-03-16 Zachary YedidiaFix a couple bugs
2016-03-15 Zachary YedidiaBetter tabs (still some issues)
2016-03-15 Zachary YedidiaRemove makefile
2016-03-15 Zachary YedidiaHandle tabs correctly
2016-03-14 Zachary YedidiaFix scrolling bug
2016-03-12 Zachary YedidiaInitialize clipboard
2016-03-12 Zachary YedidiaUse basic colors for line numbers
2016-03-12 Zachary YedidiaAdd line numbers
2016-03-12 Zachary YedidiaFix scrolling bug
2016-03-12 Zachary YedidiaAdd statusline and accept pipes from stdin
2016-03-12 Zachary YedidiaCreate empty file if input doesn't exist
2016-03-12 Zachary YedidiaBegin rewrite
2016-03-12 Zachary YedidiaAdd simple syntax highlighting for strings
2016-03-11 Zachary YedidiaFix unicode bug
2016-03-11 Zachary YedidiaProper unicode support
2016-03-11 Zachary YedidiaInitial commit