Liam Galvin
|
6e34e5ee85
|
set minimum window size
|
2018-11-28 20:19:20 +00:00 |
Liam Galvin
|
08c0197ec0
|
bad mouse coords
|
2018-11-27 13:33:14 +00:00 |
Liam Galvin
|
884497f049
|
fix offset bug
|
2018-11-27 13:20:14 +00:00 |
Liam Galvin
|
00517d72c8
|
support for retina displays
|
2018-11-27 13:06:17 +00:00 |
Liam Galvin
|
a5f5979608
|
support for retina displays
|
2018-11-27 13:04:12 +00:00 |
Liam Galvin
|
ea56961861
|
version alerts
|
2018-11-25 19:50:53 +00:00 |
Liam Galvin
|
f47e47babd
|
added version check
|
2018-11-25 19:08:48 +00:00 |
Liam Galvin
|
707df1a3a1
|
added configurable keyboard shortcuts
|
2018-11-25 14:25:19 +00:00 |
Liam Galvin
|
61edd75524
|
colour hinting
|
2018-11-25 11:06:05 +00:00 |
Liam Galvin
|
de446cc01a
|
More makefile fun
|
2018-11-23 21:21:17 +00:00 |
Liam Galvin
|
3e6b7e4f14
|
Fixed render issues with cached rectangles and fixed powerline font rendering
|
2018-11-23 17:01:50 +00:00 |
Liam Galvin
|
3193c2c43a
|
added multi font support including emoji, powerline rune ranges etc.
|
2018-11-15 12:17:40 +00:00 |
Liam Galvin
|
1d82f48f8b
|
Merge pull request #55 from liamg/ctrl-codes
add more control codes
|
2018-11-04 20:59:34 +00:00 |
Liam Galvin
|
f24551e111
|
add more control codes
|
2018-11-04 20:58:28 +00:00 |
Liam Galvin
|
c7ef0874aa
|
debug mode
|
2018-11-04 20:31:32 +00:00 |
Liam Galvin
|
1c96cb83d5
|
add hinting
|
2018-10-29 20:35:49 +00:00 |
Liam Galvin
|
bdd173f5bf
|
remove render code from buffer package, add to renderer, improve texture drawing efficiency
|
2018-10-29 09:53:30 +00:00 |
Liam Galvin
|
7052982d32
|
Fix for zsh
|
2018-10-28 16:36:26 +00:00 |
Liam Galvin
|
20c3c0cb14
|
sixel working
|
2018-10-27 22:06:26 +01:00 |
Liam Galvin
|
2f22c41828
|
fix osx framebuffer issues
|
2018-10-25 10:15:54 +01:00 |
Liam Galvin
|
e68540ca3c
|
added url detection and clicking
|
2018-10-24 16:28:49 +01:00 |
Liam Galvin
|
6df9ad1cf3
|
text selection and copy/paste
|
2018-10-24 12:15:43 +01:00 |
Liam Galvin
|
6c3f347671
|
improve font rendering
|
2018-10-24 09:34:46 +01:00 |
Liam Galvin
|
af672c5045
|
modifier key support
|
2018-10-23 20:39:23 +01:00 |
Liam Galvin
|
f07ca0cca3
|
Fix page up/down and application home/insert
|
2018-10-23 20:16:12 +01:00 |
Liam Galvin
|
fefb675194
|
fix enter on mac
|
2018-10-23 19:55:19 +01:00 |
Liam Galvin
|
4a8a2226e7
|
fix vim bug and dodgy deletes
|
2018-10-23 17:13:58 +01:00 |
Liam Galvin
|
1e1d4c9bc3
|
Downgrade to stable GLFW (3.2)
|
2018-10-23 15:58:13 +01:00 |
Liam Galvin
|
88b26ce91a
|
add bracketed paste mode support
|
2018-10-23 15:10:58 +01:00 |
Liam Galvin
|
cf2aef96e4
|
rename
|
2018-10-21 15:11:10 +01:00 |
Liam Galvin
|
d145a6d8d0
|
remove comments/debug
|
2018-10-21 13:30:32 +01:00 |
Liam Galvin
|
c6a152c1e2
|
package default font into the binary
|
2018-10-21 13:10:52 +01:00 |
Liam Galvin
|
5e45e820ea
|
switch to glfw beta 3.3 to avoid X11 joystick issue
|
2018-10-21 11:46:40 +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
|
2207fc5744
|
moving to github
|
2018-10-17 10:34:10 +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 |
Liam Galvin
|
dab508e6e2
|
started tidying for margin setting
|
2018-08-31 20:43:28 +01:00 |
Liam Galvin
|
e673e72ad9
|
simplified cursor rendering
|
2018-08-31 20:24:58 +01:00 |
Liam Galvin
|
54c2aed4a5
|
fix render bugs
|
2018-08-31 20:01:27 +01:00 |
Liam Galvin
|
88528fc6b0
|
efficiency, introduced resize bug though :/
|
2018-08-24 17:32:08 +01:00 |
Liam Galvin
|
bb38d22a60
|
better input handling
|
2018-08-14 17:44:25 +01:00 |
Liam Galvin
|
76d846bcfe
|
slomo toggle
|
2018-08-13 09:35:32 +01:00 |
Liam Galvin
|
7c7a7e2bc7
|
mouse modes
|
2018-08-12 20:06:48 +01:00 |
Liam Galvin
|
f6df4d1931
|
remove suspend/resume
|
2018-08-12 16:25:59 +01:00 |
Liam Galvin
|
6d10ffd17c
|
alt buffer
|
2018-08-12 15:16:26 +01:00 |
Liam Galvin
|
3ac0d62d72
|
Delete cell.go.old
|
2018-08-10 17:57:08 +00:00 |