]> git.lizzy.rs Git - micro.git/history - cmd/micro/micro.go
Fix dropped redraw events (#1675)
[micro.git] / cmd / micro / micro.go
2020-05-23 Dmitry MalukaFix dropped redraw events (#1675) v2.0.4
2020-05-20 Zachary YedidiaMerge branch 'buffer-benchmarks' of https://github...
2020-05-04 Zachary YedidiaFix v2 import path for go mod
2020-03-24 Zachary YedidiaSupport +LINE:COL flag syntax for cursor pos
2020-02-27 Zachary YedidiaIf stdout is a pipe, output to the pipe
2020-02-12 Zachary YedidiaMerge branch 'autosu' of https://github.com/seitokaicho...
2020-02-12 Zachary YedidiaMerge branch 'bug-endless-reload-prompt' of https:...
2020-02-12 Zachary YedidiaDon't expose draw channel to outside packages
2020-02-11 Zachary YedidiaRecover from internal errors without crashing
2020-02-11 Zachary YedidiaMerge branch 'improve-readme' of https://github.com...
2020-02-10 Zachary YedidiaMerge branch 'issue_1008' of https://github.com/sum01...
2020-02-10 Zachary YedidiaMerge branch 'diff-gutter' of https://github.com/p...
2020-02-09 Zachary YedidiaMerge branch 'master' of https://github.com/Paalon...
2020-02-09 Zachary YedidiaMerge pull request #1324 from konsumer/master
2020-02-09 Zachary YedidiaMerge pull request #1321 from zonuexe/add/php-fn-keyword
2020-02-09 Zachary YedidiaMerge pull request #1333 from the-sushi/patch-1
2020-02-08 Zachary YedidiaUse actual lua functions for callbacks instead of strings
2020-02-08 Zachary YedidiaMerge pull request #1277 from coolreader18/patch-1
2020-02-08 Zachary YedidiaMerge pull request #1423 from caligari87/patch-1
2020-02-08 Zachary YedidiaMerge branch 'fix_defaultkeys_help' of https://github...
2020-02-08 Zachary YedidiaMerge branch 'master' of https://github.com/msiism...
2020-02-08 Zachary YedidiaMerge pull request #1252 from SunflowerFuchs/patch-1
2020-02-08 Zachary YedidiaMerge pull request #1264 from krerkkiat/issue-1237
2020-02-08 Zachary YedidiaMerge
2020-02-08 Zachary YedidiaMerge branch 'master' of https://github.com/dbeef/micro...
2020-02-02 Zachary YedidiaAdd option to clean unused settings and other parts...
2020-02-02 Zachary YedidiaAdd support for plugin manager within micro
2020-02-02 Zachary YedidiaAdd plugin manager
2020-01-31 Zachary YedidiaMerge
2020-01-31 Zachary YedidiaAdd text event callback
2020-01-29 Zachary YedidiaDon't call plugin if nil
2020-01-29 Zachary YedidiaHighlight in parallel
2020-01-16 Zachary YedidiaMake debug mode flag, plugins can access logbuf
2020-01-03 Zachary YedidiaSet filetype to 'off' to disable completely
2020-01-02 Zachary YedidiaDon't crash if only file to open is directory
2020-01-01 Zachary YedidiaRaw event support with new tcell
2020-01-01 Zachary YedidiaUse upstream updated zyedidia tcell
2019-12-31 Zachary YedidiaSwitch to gdamore/tcell
2019-12-30 Zachary YedidiaMerge pull request #1327 from Osmose/git-commit-diff
2019-12-30 Zachary YedidiaMerge pull request #1437 from serebit/patch-2
2019-12-30 Zachary YedidiaMerge branch 'fix-xml-highlighting' of https://github...
2019-12-30 Zachary YedidiaMerge pull request #1386 from jncraton/docfix
2019-12-30 Zachary YedidiaMerge branch 'master' into patch-1
2019-12-30 Zachary YedidiaMerge pull request #1361 from Lisiadito/master
2019-12-30 Zachary YedidiaMerge pull request #1287 from didactic-drunk/ruby_syntax
2019-12-30 Zachary YedidiaMerge branch 'master' into highlight-nimscript
2019-12-30 Zachary YedidiaMerge pull request #1315 from matbesancon/patch-1
2019-12-30 Zachary YedidiaMerge pull request #1406 from LeapofAzzam/LeapofAzzam...
2019-12-30 Zachary YedidiaMerge pull request #1412 from tommyshem/batSyntaxHighli...
2019-12-30 Zachary YedidiaMerge pull request #1426 from Nergel3/master
2019-12-29 Zachary YedidiaFix race condition with events channel
2019-12-25 Zachary YedidiaNo backups for no name files
2019-12-25 Zachary YedidiaBetter backup behavior
2019-12-25 Zachary YedidiaTerminal plugin callback support
2019-12-25 Zachary YedidiaAdd macro and QuitAll support
2019-12-25 Zachary YedidiaAdd autosave option
2019-12-25 Zachary YedidiaImprove gutter messages
2019-12-25 Zachary YedidiaRemove local settings
2019-12-25 Zachary YedidiaAdd linter plugin support
2019-12-25 Zachary YedidiaJobs and gutter messages for plugins
2019-12-25 Zachary YedidiaAdd readonly option
2019-12-25 Zachary YedidiaSupport filetype option as command line option
2019-12-25 Zachary YedidiaImplement buffer opening at a location
2019-12-25 Zachary YedidiaFix some search bugs
2019-12-25 Zachary YedidiaSome plugin callbacks
2019-12-25 Zachary YedidiaLoad plugins
2019-12-25 Zachary YedidiaRemove plugin manager
2019-12-25 Zachary YedidiaSome plugin manager improvements
2019-12-25 Zachary YedidiaResolve versions in plugin manager
2019-12-25 Zachary YedidiaChange project layout and use go.mod
2019-12-25 Zachary YedidiaFix option flags
2019-12-25 Zachary YedidiaAdd almost full option support
2019-12-25 Zachary YedidiaAdd shell command support
2019-12-25 Zachary YedidiaAdd tabbar and tab mouse support
2019-12-25 Zachary YedidiaBegin tab implementation
2019-12-25 Zachary YedidiaResizing work
2019-12-25 Zachary YedidiaSplit improvements
2019-12-25 Zachary YedidiaSplit improvements
2019-12-25 Zachary YedidiaStart working on splits
2019-12-25 Zachary YedidiaAdd mouse support
2019-12-25 Zachary YedidiaStart implementing commands
2019-12-25 Zachary YedidiaReorganize info bar
2019-12-25 Zachary YedidiaInfobar prompts
2019-12-25 Zachary YedidiaAdd infobar
2019-12-25 Zachary YedidiaAdd some more actions
2019-12-25 Zachary YedidiaFix serialization
2019-12-25 Zachary YedidiaMore actions and window organization
2019-12-25 Zachary YedidiaSynchronize screen
2019-12-25 Zachary YedidiaAction subpackage
2019-12-25 Zachary YedidiaCursor improvements
2019-12-25 Zachary YedidiaReorganize file structure
2019-12-25 Zachary YedidiaStart refactor
2018-12-10 Zachary YedidiaMerge pull request #1242 from dwwmmn/dwwmmn-erl
2018-09-22 Zachary YedidiaMerge
2018-09-22 Zachary YedidiaLoadAll should reload plugins too
2018-08-29 Zachary YedidiaMerge
2018-08-28 Zachary YedidiaAdd tcelldb error check
2018-08-25 Zachary YedidiaMerge pull request #1148 from Calinou/improve-gdscript...
2018-08-25 Zachary YedidiaMerge pull request #1147 from Calinou/fix-c-keyword...
2018-08-15 Zachary YedidiaMerge pull request #1154 from supbish/luatabs
next