Commit Graph

413 Commits

Author SHA1 Message Date
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
Liam Galvin 75b4f7c37e
Merge pull request #100 from liamg/efficiency
More efficient text rendering and streamlining of output handling
2018-12-01 22:12:37 +00:00
Liam Galvin 177e928b71 more efficient text rendering and streamlining of output handling 2018-12-01 22:09:20 +00:00
Liam Galvin 1a932fa2c3 typo 2018-11-30 22:24:59 +00:00
Liam Galvin 70c74b0411
Merge pull request #97 from liamg/fix-autocomplete-zsh
Fix tab autocomplete on zsh
2018-11-30 22:21:35 +00:00
Liam Galvin 1d988f1189 fix tab autocomplete on zsh 2018-11-30 22:19:45 +00:00
Liam Galvin f0d22e193a
Merge pull request #96 from liamg/xdg-base-dir
Store config in $XDG_CONFIG_HOME if available
2018-11-30 21:56:40 +00:00
Liam Galvin 026975d6b6 store config in XDG_CONFIG_HOME if available 2018-11-30 21:54:14 +00:00
Liam Galvin 18c8ca4754
Merge pull request #95 from liamg/dvorak-etc-keyboard-layouts
Support alternative keyboard layouts
2018-11-30 21:37:28 +00:00
Liam Galvin 656bf89583 Support alternative keyboard layouts 2018-11-30 21:35:00 +00:00
Liam Galvin 4c3024d51c Support alternative keyboard layouts 2018-11-30 21:32:10 +00:00
Liam Galvin f0939347a3
Update README.md 2018-11-30 03:58:24 +00:00
Liam Galvin 828746ccb4
Merge pull request #93 from liamg/tidying
tidied ugliness
2018-11-29 13:29:50 +00:00
Liam Galvin 3f60dd937b tidied ugliness 2018-11-29 13:25:51 +00:00
Liam Galvin 083f3dd458 bounds checking for vttest 2018-11-29 13:19:30 +00:00
Liam Galvin adbbf0f5cf gofmt everythign 2018-11-29 13:04:47 +00:00
Liam Galvin 16e369ef1d
Update README.md 2018-11-29 12:39:34 +00:00
Liam Galvin 16d50724a8
Merge pull request #92 from liamg/downgrade-shader-version
Downgrade shader version
2018-11-29 09:32:21 +00:00
Liam Galvin 3a57a826fb downgrade shader version 2018-11-29 09:30:07 +00:00
Liam Galvin 07bdd33c53
Merge pull request #91 from liamg/support-older-opengl
Support old opengl
2018-11-29 08:55:55 +00:00