Commit graph

1250 commits

Author SHA1 Message Date
lestrrat 75f471e6f0
Merge pull request #437 from peco/topic/v0.5.2
version++; this be v0.5.2
2017-12-08 10:20:46 +09:00
Daisuke Maki bdb30f5fb7 version++; this be v0.5.2 2017-12-08 10:13:17 +09:00
lestrrat 47e1fb3c3b
Merge pull request #436 from peco/topic/glide-tweak
add --update-vendored flag
2017-12-08 10:02:22 +09:00
Daisuke Maki 6ee4fb7a0a add --update-vendored flag 2017-12-08 09:52:55 +09:00
lestrrat 3566702e4b
Merge pull request #435 from peco/topic/print-go-version
Print out the go version used to build the app
2017-12-08 09:52:08 +09:00
Daisuke Maki 149bf78df5 Print out the go version used to build the app 2017-12-08 09:42:55 +09:00
lestrrat 4498edd44f
Merge pull request #432 from Jagua/patch-1
Fix document to use new api "peco.RotateFilter"
2017-11-08 08:55:48 +09:00
Jagua bbc1646dfb
Fix document to use new api "peco.RotateFilter"
fix to use new api "peco.RotateFilter" instead of deprecated "peco.RotateMatcher" in Default Keymap section.
2017-11-07 23:53:55 +09:00
lestrrat 1403c233d2 Merge pull request #430 from dvrkps/patch-1
travis: update go versions
2017-10-04 06:57:29 +09:00
Davor Kapsa b47401a470 travis: update go versions 2017-09-27 12:57:35 +02:00
lestrrat 7b7749376f Merge pull request #426 from peco/topic/issue-432
Update glide version
2017-06-21 15:09:30 +09:00
Daisuke Maki 297ea2af36 oops 2017-06-21 15:03:37 +09:00
Daisuke Maki f1c639ef92 Update glide version 2017-06-21 15:03:37 +09:00
lestrrat 0329ae4a87 Merge pull request #418 from mash/faq-bracketed-paste-mode
Added FAQ entry about seeing bracket paste mode's escape sequences
2017-03-27 07:26:33 +09:00
Masakazu Ohtsuka e63b3a43a0 Added FAQ entry about seeing bracket paste mode's escape sequences 2017-03-27 00:10:10 +09:00
lestrrat 6157554008 Merge pull request #416 from zchee/makefile-glide
Makefile: remove unnecessary glide binary check
2017-03-22 12:19:38 +09:00
Koichi Shiraishi b35ae0fa92
Makefile: remove unnecessary glide binary check
Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
2017-03-22 12:12:08 +09:00
Syohei YOSHIDA 81fb06c4f7 Merge pull request #415 from k0kubun/v051-changes-typo
Fix typo in Changes
2017-03-17 14:38:22 +09:00
Takashi Kokubun 1ab4a3576b Fix typo in Changes 2017-03-17 14:03:10 +09:00
lestrrat 492fad3a62 Merge pull request #414 from peco/topic/v0.5.1
version++; this be v0.5.1
2017-03-17 12:51:00 +09:00
Daisuke Maki 5b1bc48a30 version++; this be v0.5.1 2017-03-17 12:41:58 +09:00
lestrrat 96cf88f129 Merge pull request #412 from peco/topic/pr-409-redux
Only calculate the column size when necessary
2017-03-17 12:17:35 +09:00
Daisuke Maki e8bef7854e Update Changes 2017-03-17 12:12:40 +09:00
lestrrat 73487ee4f0 Merge pull request #413 from k0kubun/pr-412-consider-width
Reduce right scroll limit with a screen width
2017-03-17 12:11:06 +09:00
Takashi Kokubun 405a729ac0 Reduce right scroll limit with a screen width
Column: 0 can show `width` columns.
Thus if lines have `num` columns, we should limit scroll to Column: `num - width`.

Otherwise screen is blacked out when we unlimitedly do ScrollRight.
2017-03-17 10:43:21 +09:00
Daisuke Maki 98936082f0 Only calculate the column size when necessary
This trims down the calculation required by #409 to only those lines
that will appear on screen, and still controls how far right we can
scroll to
2017-03-17 09:42:33 +09:00
lestrrat fa9f5d593a Merge pull request #411 from peco/topic/issue-410
Make Resume a blocking operation
2017-03-17 00:03:08 +09:00
Daisuke Maki 3308108729 Baaah, fix glide check while we're at it 2017-03-16 23:58:54 +09:00
Daisuke Maki 94a0271706 Update changes 2017-03-16 23:44:00 +09:00
Daisuke Maki 8069f8eb2f Make Resume a blocking operation
This is required because we need to make sure we know termbox
has been initialized before attempting to make another drawing
operation.

Notably, without proper termbox initialization, screen.Size() returns a
bogus value, and we miss the line location where we left off to execute
the external command specified by --exec
2017-03-16 23:16:12 +09:00
lestrrat 91c93e2271 Merge pull request #408 from peco/topic/glide
Fix glide handling
2017-03-15 18:38:51 +09:00
Daisuke Maki ffc148bc9e fix glide path 2017-03-15 18:35:09 +09:00
Daisuke Maki ccdf75e101 Fix glide handling 2017-03-15 18:30:46 +09:00
lestrrat 138af2c22e Merge pull request #407 from peco/topic/build-arm
Build arm binaries, too
2017-03-15 18:21:17 +09:00
Daisuke Maki f92895fe26 Build arm binaries, too 2017-03-15 15:52:05 +09:00
lestrrat 873c8a3fbc Merge pull request #406 from peco/topic/tweaks
Topic/tweaks
2017-03-15 09:10:58 +09:00
Daisuke Maki aaa77cd3c8 remove unused structs and fields 2017-03-15 09:01:01 +09:00
Daisuke Maki 1e14eea871 make sure to use WithCancel (and be pedantic) 2017-03-15 09:01:01 +09:00
lestrrat 531849df65 Merge pull request #403 from peco/topic/env-exec
Add some environment variables
2017-03-15 09:00:14 +09:00
Daisuke Maki f3e9250486 Add some environment variables 2017-03-06 17:06:50 +09:00
lestrrat 439ea20938 Merge pull request #402 from peco/topic/remove-tty
Topic/remove tty
2017-03-06 17:02:55 +09:00
Daisuke Maki 924b1041c8 Update Changes 2017-03-06 09:50:58 +09:00
Daisuke Maki c37f3a3ae8 Remove tty, as previously noted 2017-03-06 09:42:26 +09:00
lestrrat 5a94918fad Merge pull request #400 from peco/topic/v0.5.0
version++; this be v0.5.0
2017-03-06 09:03:36 +09:00
Daisuke Maki 8e70ee0072 version++; this be v0.5.0 2017-03-06 08:56:25 +09:00
lestrrat 97cf18213c Merge pull request #399 from peco/topic/timing
Tweak timing for when to initialize the screen and other components
2017-03-04 15:06:50 +09:00
Daisuke Maki ab72a5521f Tweak timing for when to initialize the screen and other components
We should wait to initialize the screen until we have something
coming in from the source: otherwise multiple peograms chained via
pipes would compete for the same terminal resource, and things may
go southward.

But then there are components that rely on the screen being intialized,
so we let them wait as well.
2017-03-03 23:23:07 +09:00
lestrrat 766fdd73c0 Merge pull request #394 from peco/topic/command
[WIP] Remove ExecuteCommand, and add --exec
2017-03-03 20:28:31 +09:00
Daisuke Maki b3e1903818 Update changes 2017-03-03 16:22:09 +09:00
Daisuke Maki ab74eda9e5 Update Changes 2017-03-03 16:20:32 +09:00