]> git.lizzy.rs Git - micro.git/shortlog
micro.git
2016-03-25 Zachary YedidiaAdd travis
2016-03-25 Zachary YedidiaSlight cleanup
2016-03-25 Zachary YedidiaUpdate todolist
2016-03-25 Zachary YedidiaFix build error
2016-03-25 Zachary YedidiaFix homedir more
2016-03-25 Zachary YedidiaUse non cgo implementation of homedir
2016-03-25 Zachary YedidiaMuch improved highlighting (turned off for now)
2016-03-25 Zachary YedidiaAdd some tests
2016-03-25 Zachary YedidiaFix problem with cross compilation script
2016-03-25 Zachary YedidiaMajor cleanup
2016-03-24 Zachary YedidiaMerge branch 'keybindings'
2016-03-24 Zachary YedidiaUpdate todolist
2016-03-24 Zachary YedidiaAdd ctrlo for open file
2016-03-24 Zachary YedidiaAdd ctrlA for select all and some comments
2016-03-23 Zachary YedidiaGofmt
2016-03-23 Zachary YedidiaInclude newlines in selection
2016-03-23 Zachary YedidiaSwitch back to original tcell
2016-03-23 Zachary YedidiaCache syntax highlighting rules
2016-03-23 Zachary YedidiaAdd colorscheme support for selection color
2016-03-23 Zachary YedidiaRemove windows from cross-compilation
2016-03-23 Zachary YedidiaAdd prompts
2016-03-23 Zachary YedidiaUpdate todolist
2016-03-23 Zachary YedidiaMerge branch 'messages'
2016-03-23 Zachary YedidiaAdd messaging system
2016-03-23 Zachary YedidiaUpdate todolist
2016-03-23 Zachary YedidiaUpdate todolist
2016-03-23 Zachary YedidiaAdd colorschemes to runtime
2016-03-23 Zachary YedidiaAdd true color support with MICRO_TRUECOLOR environment var
2016-03-23 Zachary YedidiaSupport loading colorschemes from files
2016-03-23 Zachary YedidiaFix makefile
2016-03-22 Zachary YedidiaMerge branch 'cross-compile'
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