nikitar020
c2a7be2aeb
Implementation of the vertical scrollbar ( #229 )
...
* Implementation of the vertical scrollbar (also enable gofmt checks only for go1.11.x builds)
2019-03-19 19:57:17 +02:00
Menno Finlay-Smits
150b0493de
Add dpi-scale config option ( #198 )
...
If dpi-scale is set in aminal.toml then this overrides aminal's own
DPI calculation. This is useful for working around unusual monitor
setups or users just who prefer a different DPI scale.
2019-02-05 13:18:24 +00:00
nikitar020
97fe7362ce
Add "select with mouse to copy" / "right click to paste" functionality ( #181 )
2019-01-29 14:56:03 +00:00
Liam Galvin
7c05f37823
Switch to travis ( #125 )
2019-01-07 12:34:56 +00:00
Liam Galvin
c60ca4778a
Update README.md ( #124 )
2019-01-07 12:14:23 +00:00
Max Risuhin
a8ed9d472e
Windows support and enhancements. ( #123 )
...
* Windows support and enhancements.
- Added basic platform abstraction layer for Pty and Process creation;
- Added "platform" package that exposes a few interfaces and provides implementations for different platforms;
- Windows build and dev env setup instructions;
- Setup Travis and deploy git tags to GItHub releases;
- Window scaling awares of monitor's dpi;
- Resolved memory leaks on window resizing;
- Default limit for terminal's buffer length.
Co-authored-by: nikitar020 <nikitar020@mail.ru>
Co-authored-by: Max Risuhin <risuhin.max@gmail.com>
Co-authored-by: Roman Shevchenko <rrrooommmaaa@mail.ru>
* ReadMe updated with Windows support; Detecting of currently used monitor.
2019-01-07 12:00:08 +00:00
Liam Galvin
81673ef366
readme updartes
2018-12-06 13:31:34 +00:00
Liam Galvin
efb83433fa
Added more detail about config loading to README
2018-12-05 12:53:36 +00:00
Liam Galvin
f0939347a3
Update README.md
2018-11-30 03:58:24 +00:00
Liam Galvin
16e369ef1d
Update README.md
2018-11-29 12:39:34 +00:00
Liam Galvin
4c86873650
Made search engine configurable
2018-11-28 20:01:54 +00:00
Liam Galvin
59aa261b82
nicer demo gif
2018-11-27 16:35:29 +00:00
Liam Galvin
00517d72c8
support for retina displays
2018-11-27 13:06:17 +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
d5f3a7828d
add better screenshots to readme
2018-11-25 09:58:07 +00:00
Liam Galvin
e9138e6dd9
fix badge
2018-11-24 22:11:38 +00:00
Liam Galvin
dd1834675b
Add release badge to readme
2018-11-24 22:07:47 +00:00
Liam Galvin
433ad49c3d
fix mistakes in readme
2018-11-24 21:39:16 +00:00
Liam Galvin
2ea3ebbc2f
fixed darwin build
2018-11-24 21:13:07 +00:00
Liam Galvin
58bd0140a0
fixed darwin build
2018-11-24 21:11:49 +00:00
Liam Galvin
1ae308f260
fixed darwin build
2018-11-24 21:06:46 +00:00
Liam Galvin
76397d2115
fix build
2018-11-24 16:17:54 +00:00
Liam Galvin
9b2e628352
Add go report card badge
2018-11-11 12:54:40 +00:00
Liam Galvin
9142e9b28c
Update README.md
2018-11-05 14:40:50 +00:00
Liam Galvin
6bad10540f
debug mode
2018-11-04 20:32:08 +00:00
Michael Daffin
58190c3a6b
Auto formats the tables in the readme
2018-10-30 20:54:19 +00:00
Michael Daffin
24a3491145
Removes the vendor director in favour of go modules support
...
Unfortunately, Go modules has some issues with glfw where it does not
correctly vendor the c source files. Given the stronger version
guarantees with go modules, it was opted to drop the vendor directory
in favour of supporting the latest tooling.
Instructions for building and the circle ci configs have been updated to
match.
2018-10-30 20:44:18 +00:00
Liam Galvin
f2e8386883
Update README.md
2018-10-30 18:52:07 +00:00
Liam Galvin
cfe45252e8
Update README.md
2018-10-30 18:50:32 +00:00
Liam Galvin
3c493092f6
Update README.md
2018-10-30 18:45:43 +00:00
Liam Galvin
6aae61e2f0
Merge branch 'master' of github.com:liamg/aminal
2018-10-29 20:36:33 +00:00
Liam Galvin
1c96cb83d5
add hinting
2018-10-29 20:35:49 +00:00
Rainer Eli
3e2078d8de
Fix small typo
2018-10-29 13:42:52 -06:00
Liam Galvin
15bb45df86
remove old config
2018-10-28 16:47:51 +00:00
Liam Galvin
78d67302b4
finished sixel support
2018-10-28 15:26:12 +00:00
Liam Galvin
2e3751c866
added url detection and clicking
2018-10-24 16:29:44 +01:00
Liam Galvin
f74d9b82e2
Update README.md
2018-10-24 14:05:38 +01:00
Liam Galvin
d1fecb4f89
Update README.md
2018-10-24 14:04:15 +01:00
Liam Galvin
6df9ad1cf3
text selection and copy/paste
2018-10-24 12:15:43 +01:00
Liam Galvin
d181215a4f
Merge branch 'master' into vertical-resize-improvements
2018-10-24 10:26:50 +01:00
Liam Galvin
9c497deb3e
improved vertical resize calcs
2018-10-24 10:07:10 +01:00
Ben Galvin
3a5813eb44
added gif to readme
2018-10-24 09:58:45 +01:00
Liam Galvin
8ec2b4f18b
Add true colour support
2018-10-22 11:10:34 +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
cf2aef96e4
rename
2018-10-21 15:11:10 +01:00
Liam Galvin
d7797e16d6
Update README.md
2018-10-21 11:50:14 +01:00
Liam Galvin
e46d9cc53f
Update README.md
2018-10-17 09:39:24 +00:00