Max Risuhin
27424d40dc
Map input key codes to lower case ( #163 )
2019-01-24 12:57:45 +00:00
Max Risuhin
16ea4133cb
Run and validate vttest on Travis ( #159 )
...
* Run vttest on Travis to validate active buffer data and screenshot.
Signed-off-by: Max Risuhin <risuhin.max@gmail.com>
* Add deps sources to vendor
Signed-off-by: Max Risuhin <risuhin.max@gmail.com>
2019-01-21 18:48:46 +00:00
nikitar020
1b843e338d
In order to cope with high memory consumption, remove the 'rectangles' member from OpenGLRenderer structure ( #152 )
2019-01-17 12:18:31 +00:00
nikitar020
6f11a23e6a
Fix memory leaking ( #156 )
2019-01-17 12:17:51 +00:00
nikitar020
43072eb024
Changes to minimize memory allocations and to ensure OpenGL objects cleanup ( #148 )
2019-01-14 20:50:03 +00:00
Liam Galvin
4242442980
Reduce default font size ( #141 )
2019-01-10 20:55:37 +00:00
rrrooommmaaa
c674cbd5c7
Correct handling of DeviceAttributes request ( #139 )
2019-01-10 20:55:17 +00:00
nikitar020
89eea0921d
Bug: mouse cursors leaks ( #136 )
2019-01-10 18:58:30 +00:00
Max Risuhin
84c0069785
Erase cell with default background colour ( #137 )
2019-01-10 18:58:03 +00:00
Max Risuhin
3d07409232
Sixel Part 2. Ignore embedded by Windows CSI and OSC sequences. ( #132 )
...
* Sixel Part 2. Ignore embedded by Windows CSI and OSC sequences.
* Sixel Step 3. Recover original Sixel sequence from Windows formatting
2019-01-10 14:09:32 +00:00
Liam Galvin
0555569cbf
Fix changelog formatting
2019-01-09 12:48:41 +00:00
Liam Galvin
f10d612aba
Fix changelog formatting
2019-01-09 12:41:07 +00:00
Max Risuhin
76f883032f
Fix -ignore-config flag behavior ( #134 )
...
* Fix the behavior of the -ignore-config command line flag
* Fix the bug with determining which flags are actually provided in the command line
2019-01-09 14:21:10 +07:00
Max Risuhin
ab80fcd44e
Fix the bug when the application became unresponsible when minimizing ( #133 )
2019-01-09 01:11:06 +02:00
Liam Galvin
10a962746f
Create CODEOWNERS
2019-01-08 10:10:13 +00:00
Liam Galvin
9c5e10ae32
Add changelog to releases ( #126 )
...
* Add changelog
* Add changelog
2019-01-07 20:34:02 +00:00
Liam Galvin
6b64af362c
Fix broken API key
2019-01-07 13:24:21 +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
4b97358eb0
Fix newline at end of buffer issue ( #122 )
...
* Fix newline at end of buffer issue
* Fix newline at end of buffer issue
2019-01-04 13:47:28 +00:00
Liam Galvin
d4c684c9b5
Merge pull request #119 from liamg/vttest-changes
...
Prevent vttest crash with bounds checking
2019-01-04 13:18:04 +00:00
Liam Galvin
6931354579
Merge branch 'master' into vttest-changes
2019-01-04 13:13:50 +00:00
Liam Galvin
bf90bfb334
Update Makefile
2018-12-06 13:38:13 +00:00
Liam Galvin
6c3252e47c
Merge pull request #114 from liamg/readme-updates
...
readme updates
2018-12-06 13:34:04 +00:00
Liam Galvin
81673ef366
readme updartes
2018-12-06 13:31:34 +00:00
Liam Galvin
387e3539c0
build fix again
2018-12-06 13:23:04 +00:00
Liam Galvin
1b264f3c9c
emergency brew fix
2018-12-06 13:07:46 +00:00
Liam Galvin
5b79cdbca0
Merge pull request #113 from liamg/prepare-build-for-homebrew
...
homebrew preparation
2018-12-06 12:57:14 +00:00
Liam Galvin
8d8e9166ab
homebrew preparation
2018-12-06 12:54:17 +00:00
Liam Galvin
f89e60e130
Merge pull request #112 from liamg/config-details-in-readme
...
Added more detail about config loading to README
2018-12-05 12:58:40 +00:00
Liam Galvin
efb83433fa
Added more detail about config loading to README
2018-12-05 12:53:36 +00:00
Liam Galvin
b960a679b8
Merge pull request #110 from vkravets/native_fix_mojave_darwin
...
Add another workaround for darwin SDL blank window bug
2018-12-05 11:38:02 +00:00
Vladimir Kravets
731fcf5b08
Add another workaround for darwin SDL blank window bug
...
As for me it's much better then moving window at one pixel
(Based on the https://github.com/Noofbiz/glfwMojaveFix )
2018-12-05 13:27:13 +02:00
Liam Galvin
06c5ca65b1
Merge pull request #109 from liamg/darwin-blank-window-workaround
...
Add workaround for darwin SDL blank window bug
2018-12-04 12:05:07 +00:00
Liam Galvin
fd384fa2e6
Add workaround for darwin SDL blank window bug
2018-12-04 12:02:16 +00:00
Liam Galvin
a28ac522ff
Merge pull request #107 from liamg/alt-backspace
...
add alt backspace
2018-12-03 14:14:12 +00:00
Liam Galvin
b62910e8cf
add alt backspace
2018-12-03 13:00:33 +00:00
Liam Galvin
0ab63e3946
Merge pull request #106 from liamg/fix-home-button
...
fix home button
2018-12-03 12:39:06 +00:00
Liam Galvin
5df038d223
fix home button
2018-12-03 12:14:03 +00:00
Liam Galvin
294e206ff5
Merge pull request #105 from liamg/fix-tabbing
...
Fix tabbing
2018-12-03 12:03:36 +00:00
Liam Galvin
03fd345079
fix tabbing
2018-12-03 12:00:36 +00:00
Liam Galvin
adee2d2284
Merge pull request #104 from liamg/fix-resize
...
Fix resize
2018-12-03 09:09:59 +00:00
Liam Galvin
fd71169b63
fix resize
2018-12-03 09:02:06 +00:00
Liam Galvin
c4389a87e4
Merge pull request #102 from vkravets/redraw_fix
...
redraw correctly during resize
2018-12-02 19:15:29 +00:00
Vladimir Kravets
a560d6eae3
Merge branch 'master' into redraw_fix
2018-12-02 20:08:30 +02:00
Vladimir Kravets
b4c4cb7b08
redraw correctly during resize
2018-12-02 20:01:47 +02:00
Liam Galvin
21d3c99331
Merge pull request #101 from vkravets/shell_config
...
Using shell from config if specified
2018-12-02 17:46:01 +00:00
Vladimir Kravets
9ebee461e4
Using shell from config if specified
...
Don't execute extra command if it's not needed
2018-12-02 13:17:06 +02:00
Liam Galvin
58dd4bf3a1
fixed broken packr
2018-12-01 22:32:55 +00:00