]> git.lizzy.rs Git - micro.git/shortlog
micro.git
2016-06-15 Zachary YedidiaAdd support for job control
2016-06-12 Zachary YedidiaUpdate windows binary name to .zip
2016-06-12 Zachary YedidiaUpdate readme
2016-06-12 Zachary YedidiaAdd nightly release script
2016-06-11 Zachary YedidiaAlso allow ModShift to be on for windows terminals
2016-06-11 Zachary YedidiaFix diff remove problem in ApplyDiff
2016-06-09 Zachary YedidiaFix cursor line in true color colorschemes
2016-06-09 Zachary YedidiaFix autocompletion using a slash
2016-06-09 Zachary YedidiaAdd file completion to OpenFile (CtrlO) with tab
2016-06-09 Zachary YedidiaFix mouse coordinates when tabbar is open
2016-06-09 Zachary YedidiaFix tabbar bug
2016-06-08 Zachary YedidiaFix resizing of tabs opened with the command line
2016-06-08 Zachary YedidiaAdd support for tabs
2016-06-08 Zachary YedidiaAdd default bindings for PreviousTab and NextTab
2016-06-08 Zachary YedidiaMake tabs respond to mouse events
2016-06-08 Zachary YedidiaResize the view correctly when there is only one tab...
2016-06-08 Zachary YedidiaDon't display the tab bar if only one tab is open
2016-06-08 Zachary YedidiaCreate tab struct and reorganize tab bar
2016-06-08 Zachary YedidiaMerge pull request #168 from onodera-punpun/syntax_css
2016-06-08 Camille Scholtzfixer :hover, etc., color
2016-06-08 Camille Scholtzcolorize brackets
2016-06-08 Camille Scholtzmake normal the defualt color
2016-06-08 Camille ScholtzUpdate css syntax
2016-06-08 Zachary YedidiaTab bar and support for opening multiple files
2016-06-08 Zachary YedidiaFix multiline remove in lineArray
2016-06-08 Zachary YedidiaAdd DeleteLine binding
2016-06-07 Zachary YedidiaFix bug with pasting with new Location system
2016-06-07 Zachary YedidiaAdd more descriptive error message if there is an error...
2016-06-07 Zachary YedidiaFix glitch with undo
2016-06-07 Zachary YedidiaMinor fix
2016-06-07 Zachary YedidiaFix bug with Move()
2016-06-07 Zachary YedidiaReplace rope with lineArray
2016-06-04 Zachary YedidiaProper support for double width characters
2016-06-04 Zachary YedidiaFix redraw bug
2016-06-03 Zachary YedidiaUpdate readme
2016-06-02 Zachary YedidiaDon't display cursorline if there is a selection
2016-06-02 Zachary YedidiaRemove "Applying Diff" message on reopen
2016-06-02 Zachary YedidiaMerge
2016-06-02 Zachary YedidiaAdd simple way to save with sudo if you forgot to open...
2016-06-02 Zachary YedidiaMerge pull request #154 from jtolds/master
2016-06-02 Zachary YedidiaMerge pull request #159 from onodera-punpun/syntax_cleanup
2016-06-02 Camille ScholtzClean up shell and fish syntax files
2016-06-02 JT Oldschainable actions and flexible modifiers
2016-06-01 Zachary YedidiaSmall improvement to line selection
2016-06-01 Zachary YedidiaAdd cursorline option
2016-06-01 Zachary YedidiaMerge pull request #153 from aerth/simplify-go-get
2016-06-01 Zachary YedidiaFix redraw glitch
2016-06-01 aerthSimplify go get command
2016-05-31 Zachary YedidiaMake CursorPageUp and CursorPageDown default
2016-05-31 Zachary YedidiaMerge
2016-05-31 Zachary YedidiaFix redraw glitch
2016-05-31 Zachary YedidiaMerge pull request #150 from jtolds/master
2016-05-31 JT OldsAdd CursorPageUp and CursorPageDown actions
2016-05-31 Zachary YedidiaScreen redraw optimization
2016-05-31 Zachary YedidiaAllow changes from external programs to be undone
2016-05-30 Zachary YedidiaFix bug with on reopen
2016-05-30 Zachary YedidiaRefactor ReOpen function
2016-05-30 Zachary YedidiaAdd support for user-created commands
2016-05-30 Zachary YedidiaAdd ability to bind lua functions defined in plugins
2016-05-29 Zachary YedidiaAdd DeleteWordRight and DeleteWordLeft bindings
2016-05-29 Zachary YedidiaUpdate readme
2016-05-29 Zachary YedidiaCheck if the file being edited has been modified by...
2016-05-29 Zachary YedidiaAdd persistent undo as the option
2016-05-28 Zachary YedidiaAdd history navigation with up and down arrows
2016-05-28 Zachary YedidiaMerge
2016-05-28 Zachary YedidiaAdd `savecursor` option
2016-05-28 Zachary YedidiaMerge pull request #133 from onodera-punpun/packages
2016-05-28 Zachary YedidiaMake Quit() close help if its open and not the whole...
2016-05-28 Zachary YedidiaIndicate correct help binding in status line
2016-05-28 Zachary YedidiaAllow users to insert \t and \n in replace commands
2016-05-28 Zachary YedidiaRematch every time a replacement is made
2016-05-28 Zachary YedidiaRefactor and clean up
2016-05-27 Zachary YedidiaMerge pull request #139 from onodera-punpun/undo_option
2016-05-27 CamilleFix typo
2016-05-27 Camille ScholtzRemove undo options, make stackundo default behavior
2016-05-26 Camille ScholtzAdd stackundo option
2016-05-25 Zachary YedidiaFix highlighting and searching with unicode characters
2016-05-24 Zachary YedidiaMake sure there is a selection before deleting it
2016-05-24 Camille Scholtzmake undothresthold a setting (part 2)
2016-05-24 Camille Scholtzmake undothresthold a setting
2016-05-24 Zachary YedidiaDo a bounds check for charpos function
2016-05-23 Zachary YedidiaFix crash
2016-05-22 Zachary YedidiaImprove the scrollmargin behavior at the end of the...
2016-05-22 Zachary YedidiaFix tabstospaces problem
2016-05-22 Zachary YedidiaRename to tabstospaces for consistency
2016-05-22 Zachary YedidiaMerge pull request #130 from onodera-punpun/center_search
2016-05-22 Zachary YedidiaAdd ability to bind alt keys
2016-05-22 Zachary YedidiaStore cursor and eventhandler in buffer instead of...
2016-05-21 Camille ScholtzRemove dollar sign
2016-05-21 Camille ScholtzAdd Arch and CRUX installation guides
2016-05-20 Camille Scholtzsimplify scrollmargins
2016-05-20 Camille ScholtzMove scrollmargin declaration
2016-05-20 Camille ScholtzAdd scrollmargin option, rename scrollSpeed to scrollsp...
2016-05-20 Camille ScholtzAdd padding to relocate func (fixes weird scrolling...
2016-05-20 Camille ScholtzAdd a bit of "padding" to relocate
2016-05-20 Zachary YedidiaMerge branch 'onodera-punpun-duplicate'
2016-05-20 Zachary YedidiaMerge branch 'duplicate' of https://github.com/onodera...
2016-05-20 Zachary YedidiaFix ctrl modifiers
2016-05-20 Zachary YedidiaMerge
2016-05-20 Zachary YedidiaUse the new and updated version of tcell
next