Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2021-03-03 | Fix middle click selection. | Petter Rodhelind | 1 | -12/+14 |
2021-03-03 | Manage initial loading of buffers in UI. | Petter Rodhelind | 3 | -7/+18 |
2021-03-03 | Add trailing slash in tagline for directories. | Petter Rodhelind | 1 | -0/+3 |
2021-03-03 | Refactor mouse ButtonSecondary and ButtonMiddle. | Petter Rodhelind | 1 | -117/+64 |
2021-03-03 | Upgrade dep: tcell to v2. | Petter Rodhelind | 5 | -6/+13 |
2021-03-03 | Add CLI mode and show version as command line args. | Petter Rodhelind | 1 | -6/+20 |
2021-03-03 | Separate acme color scheme and use terminal default as default. | Petter Rodhelind | 1 | -8/+12 |
2021-03-03 | Update deps. | Petter Rodhelind | 2 | -4/+17 |
2020-01-07 | Use go modules. | Petter Rodhelind | 2 | -0/+29 |
2019-05-11 | ui: Use acme colors again, show full filename and show "Del" in tagline. | Petter Rodhelind | 2 | -13/+13 |
2019-05-10 | ui: Present filename in tag with current pwd trimmed. | Petter Rodhelind | 1 | -2/+7 |
2019-05-10 | doc: Done with undo/redo. | Petter Rodhelind | 1 | -2/+0 |
2018-03-16 | Redesign. | Petter Rodhelind | 12 | -429/+429 |
2018-02-26 | Total redesign. Separating editor parts from UI. | Petter Rodhelind | 17 | -802/+1030 |
2018-02-26 | Bulk commit before redesign in another branch. | Petter Rodhelind | 5 | -10/+20 |
2018-02-25 | Add alternative mouse clicks for one-btn-only laptops, fix scroll and add "sa... | Petter Rodhelind | 5 | -26/+101 |
2018-02-24 | Bulk. Move fast and break things. Whatever. | Petter Rodhelind | 6 | -60/+182 |
2018-02-24 | Add undo/redo to readme. | Petter Rodhelind | 1 | -0/+2 |
2018-02-24 | Use the mouse. | Petter Rodhelind | 1 | -1/+1 |
2018-02-24 | Add some usage info. | Petter Rodhelind | 1 | -0/+24 |
2018-02-24 | Add install and bugs to readme. | Petter Rodhelind | 1 | -0/+12 |
2018-02-24 | Add acme link. | Petter Rodhelind | 1 | -1/+1 |
2018-02-24 | Update with screen shot. | Petter Rodhelind | 3 | -5/+7 |
2018-02-23 | Add error handling to NextWord. | Petter Rodhelind | 1 | -2/+11 |
2018-02-23 | Add Next/Prev Space offset search. | Petter Rodhelind | 1 | -0/+45 |
2018-02-23 | Implement ^W using PrevWord(). | Petter Rodhelind | 1 | -23/+7 |
2018-02-23 | Make arrow right move q1, end of selection. | Petter Rodhelind | 1 | -9/+2 |
2018-02-23 | Cleanup. | Petter Rodhelind | 1 | -2/+0 |
2018-02-23 | Refactor word offset scan and update Select(). | Petter Rodhelind | 1 | -19/+44 |
2018-02-23 | Add documentation. | Petter Rodhelind | 1 | -1/+8 |
2018-02-23 | Fix tabstop draw to align with each views initial x and not the global x. | Petter Rodhelind | 1 | -1/+1 |
2018-02-23 | Remove and ignore testfiles from repo. | Petter Rodhelind | 14 | -1248/+1 |
2018-02-22 | Add readme. | Petter Rodhelind | 1 | -0/+5 |
2018-02-22 | first commit | Petter Rodhelind | 24 | -0/+3489 |