Commit Graph

144 Commits

Author SHA1 Message Date
Liam Galvin 1d5d19c75d fixed scrollable region indexing 2018-10-23 14:57:01 +01:00
Liam Galvin 2cf4b36910 progress toward vim support 2018-10-23 14:22:27 +01:00
Liam Galvin 0b8f2ed44d
Merge pull request #20 from liamg/19=fix-scrollable-region-in-htop
fix scrollable region in htop
2018-10-23 10:40:11 +01:00
Liam Galvin fd29075bad fix scrollable region in htop 2018-10-23 10:39:23 +01:00
Liam Galvin 3cfd9e47ab
Merge pull request #18 from liamg/true-colour-support
True colour support
2018-10-22 11:42:53 +01:00
Liam Galvin b886b89f44 Add true colour test script 2018-10-22 11:10:43 +01:00
Liam Galvin 8ec2b4f18b Add true colour support 2018-10-22 11:10:34 +01:00
Liam Galvin 33b117c83a Add true colour support 2018-10-22 10:52:08 +01:00
Liam Galvin 561358a6ac Add 256 colour support 2018-10-22 10:36:55 +01:00
Liam Galvin d1f460b567
Update README.md 2018-10-21 18:34:50 +01:00
Liam Galvin d3b8ed6cd0
Update README.md 2018-10-21 18:33:16 +01:00
Liam Galvin 781c072aca
Update README.md 2018-10-21 16:48:07 +01:00
Liam Galvin de353a7487
Update CONTRIBUTING.md 2018-10-21 16:15:54 +01:00
Liam Galvin 5f13e596db
Create PULL_REQUEST_TEMPLATE.md 2018-10-21 15:57:21 +01:00
Liam Galvin bd5d84fa24
Create CONTRIBUTING.md 2018-10-21 15:54:31 +01:00
Liam Galvin 2a3ef7644d
Merge pull request #16 from liamg/add-code-of-conduct-1
Create CODE_OF_CONDUCT.md
2018-10-21 15:42:04 +01:00
Liam Galvin 6007560dcb
Create CODE_OF_CONDUCT.md 2018-10-21 15:41:47 +01:00
Liam Galvin 07540851ba Update issue templates 2018-10-21 15:38:40 +01:00
Liam Galvin 0a16a16e98
Merge pull request #14 from liamg/rename-project
Rename to aminal
2018-10-21 15:12:00 +01:00
Liam Galvin cf2aef96e4 rename 2018-10-21 15:11:10 +01:00
Liam Galvin 8dfb770f87
Merge pull request #13 from liamg/delete-comments-debug
Remove comments/debug
2018-10-21 13:31:06 +01:00
Liam Galvin d145a6d8d0 remove comments/debug 2018-10-21 13:30:32 +01:00
Liam Galvin 18c6a1a9c8
Merge pull request #11 from liamg/pack-font
Package default font into the binary
2018-10-21 13:13:58 +01:00
Liam Galvin aa42e702d4 package default font into the binary 2018-10-21 13:13:29 +01:00
Liam Galvin b2442fed9e package default font into the binary 2018-10-21 13:12:41 +01:00
Liam Galvin c6a152c1e2 package default font into the binary 2018-10-21 13:10:52 +01:00
Liam Galvin 5e957656f5
Merge pull request #10 from liamg/remove-debug
removed stupid debug code
2018-10-21 12:09:52 +01:00
Liam Galvin f024c1aa24 Merge branch 'master' of github.com:liamg/raft 2018-10-21 12:09:09 +01:00
Liam Galvin 4f7732282e removed stupid debug code 2018-10-21 12:08:06 +01:00
Liam Galvin 412e92f054
Merge pull request #5 from liamg/add-license-1
Create LICENSE
2018-10-21 11:55:20 +01:00
Liam Galvin bfc997f1d8
Create LICENSE 2018-10-21 11:54:58 +01:00
Liam Galvin d7797e16d6
Update README.md 2018-10-21 11:50:14 +01:00
Liam Galvin adc5c18c43
Merge pull request #4 from liamg/feature/switch-to-glfw-3.3-beta
Switch to glfw 3.3 beta
2018-10-21 11:47:47 +01:00
Liam Galvin 5e45e820ea switch to glfw beta 3.3 to avoid X11 joystick issue 2018-10-21 11:46:40 +01:00
Liam Galvin 2a8da1ae4c switch to docker image with opengl 2018-10-21 11:19:36 +01:00
Liam Galvin 7300adbf70
Merge pull request #3 from liamg/feature/circle-ci
add circle-ci
2018-10-21 10:54:39 +01:00
Liam Galvin 1610f6e1d7 add circle-ci 2018-10-21 10:51:24 +01:00
Liam Galvin f05b2a8d8f
Merge pull request #1 from mikkeloscar/change-import
Change import to github.com
2018-10-20 17:53:56 +01:00
Mikkel Oscar Lyderik Larsen 58d9b4a435
Change import to github.com
Changes the import from `gitlab.com` to `github.com`.

Without this Go gets confused.

```
main.go:13:2: cannot find package "gitlab.com/liamg/raft/config" in any of:
	/home/moscar/projects/go/src/github.com/liamg/raft/vendor/gitlab.com/liamg/raft/config (vendor tree)
	/usr/lib/go/src/gitlab.com/liamg/raft/config (from $GOROOT)
	/home/moscar/projects/go/src/gitlab.com/liamg/raft/config (from $GOPATH)
main.go:14:2: cannot find package "gitlab.com/liamg/raft/gui" in any of:
	/home/moscar/projects/go/src/github.com/liamg/raft/vendor/gitlab.com/liamg/raft/gui (vendor tree)
	/usr/lib/go/src/gitlab.com/liamg/raft/gui (from $GOROOT)
	/home/moscar/projects/go/src/gitlab.com/liamg/raft/gui (from $GOPATH)
main.go:15:2: cannot find package "gitlab.com/liamg/raft/terminal" in any of:
	/home/moscar/projects/go/src/github.com/liamg/raft/vendor/gitlab.com/liamg/raft/terminal (vendor tree)
	/usr/lib/go/src/gitlab.com/liamg/raft/terminal (from $GOROOT)
	/home/moscar/projects/go/src/gitlab.com/liamg/raft/terminal (from $GOPATH)
```

Signed-off-by: Mikkel Oscar Lyderik Larsen <mikkel.larsen@zalando.de>
2018-10-20 18:49:01 +02:00
Liam Galvin e46d9cc53f
Update README.md 2018-10-17 09:39:24 +00:00
Liam Galvin 256053c162
Update README.md 2018-10-17 09:38:08 +00:00
Liam Galvin 989c96bbf6
Update README.md 2018-10-17 09:37:34 +00:00
Liam Galvin fe4b79dc0f
Update README.md 2018-10-17 09:37:00 +00:00
Liam Galvin 2207fc5744 moving to github 2018-10-17 10:34:10 +01:00
Liam Galvin 8e5a9fb26d start scrolling 2018-09-02 20:59:35 +01:00
Liam Galvin ada4e924f9 fix text positioning 2018-09-02 18:20:01 +01:00
Liam Galvin 450f9f01bc better rendering 2018-09-02 15:13:33 +01:00
Liam Galvin be60c1d053 fix background renderinf 2018-09-01 21:19:13 +01:00
Liam Galvin f0a1742c0a Fix VT200 and X10 mouse mode support 2018-09-01 20:24:16 +01:00
Liam Galvin e5e7d09656 relocated font package and tidied up font rendering 2018-09-01 19:55:25 +01:00