Commit Graph

406 Commits

Author SHA1 Message Date
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
Liam Galvin 3d7df26eb5 support old opengl 2018-11-29 08:53:06 +00:00
Liam Galvin 2f96f43377
Merge pull request #87 from liamg/set-minimum-window-size
Set a minimum window size
2018-11-29 08:47:48 +00:00
Liam Galvin 1551edea40
Merge branch 'master' into set-minimum-window-size 2018-11-29 08:24:30 +00:00
Liam Galvin e9bb118c8f
Merge pull request #86 from liamg/customise-web-search-target
Make search engine configurable
2018-11-28 21:56:36 +00:00
Liam Galvin 6e34e5ee85 set minimum window size 2018-11-28 20:19:20 +00:00
Liam Galvin eb4deb8661 missed renaming google action 2018-11-28 20:12:07 +00:00
Liam Galvin 4c86873650 Made search engine configurable 2018-11-28 20:01:54 +00:00