1
0
mirror of https://github.com/gdamore/tcell.git synced 2025-04-26 13:48:53 +08:00

272 Commits

Author SHA1 Message Date
Garrett D'Amore
e05a300454 fixes #113 Create SimpleStyledTextBar (forgot git add) 2016-05-23 15:30:37 -07:00
Garrett D'Amore
91d5e748ae fixes #114 Add Fill() method View API
fixes #113 Create SimpleStyledTextBar
2016-05-23 14:55:11 -07:00
Garrett D'Amore
114688d248 fixes #112 SimpleStyledText could have simpler & more powerful API 2016-05-23 13:13:23 -07:00
Garrett D'Amore
02686d5300 fixes #103 ShiftAlt + arrows and ShiftCtrl + arrows 2016-05-19 16:45:31 -07:00
Garrett D'Amore
2af553baed fixes #91 why add a CSI before each SGR attribute? 2016-05-19 11:35:33 -07:00
Garrett D'Amore
94116f345e fixes #111 compat broken by KeySpace 2016-05-18 23:00:47 -07:00
Garrett D'Amore
afd941a354 fixes #105 faster and more complete terminfo parameterized string parser 2016-05-18 22:53:05 -07:00
Garrett D'Amore
747b2da800 fixes #110 Fix infinite loop in TParam 2016-05-18 20:34:21 -07:00
Garrett D'Amore
cf91b3e205 fixes #108 Space is Key() and not Rune() ? 2016-05-18 20:10:04 -07:00
Garrett D'Amore
a04d3e916b fixes #104 Screen.ShowCursor() does not display cursor 2016-05-18 19:57:23 -07:00
Zachary Yedidia
f722733809 fixes #109 Support both meta and alt + arrow keys 2016-05-18 19:49:02 -07:00
Garrett D'Amore
9059a787e5 fixes #98 Deal with incorrect motion event reporting 2016-04-29 06:08:51 -07:00
Garrett D'Amore
9aae61f33a fixes #95 Detecting ctrl, shift, alt + arrow keys 2016-04-28 13:30:53 -07:00
Garrett D'Amore
e8222e0f89 fixes #88 Detecting meta/alt key events 2016-04-28 00:44:30 -07:00
Zachary Yedidia
0dd71be383 fixes #92 sgr mouse report off by one error 2016-04-20 07:37:07 -07:00
Garrett D'Amore
815826d8a7 fixes #87 keypad handling needs work 2016-03-23 13:15:58 -07:00
Garrett D'Amore
04e5e8c5bc fixes #85 Key press not registered (only key release) for some keys 2016-03-23 10:49:51 -07:00
Garrett D'Amore
5dc5326c0e fixes #44 Expose some capability info 2016-01-19 15:51:33 -08:00
Garrett D'Amore
0c522ee370 fixes #84 Fix go vet warnings 2016-01-19 15:19:58 -08:00
Garrett D'Amore
30ed918124 fixes #81 rxvt-unicode-256color is missing in database.json 2015-12-19 11:45:18 -08:00
Garrett D'Amore
46abb28d77 fixes #83 Data race while calling Screen.Fini 2015-12-15 12:55:04 -08:00
Garrett D'Amore
517e20bb11 fixes #79 64 bit style parts add up to 65 bits. 2015-11-18 07:03:13 -08:00
Garrett D'Amore
8041bf0d83 fixes #76 Set some comments on constant blocks to silence golint (fmt) 2015-11-04 19:20:00 -08:00
Garrett D'Amore
c5d65ed603 fixes #76 Set some comments on constant blocks to silence golint 2015-11-04 19:18:59 -08:00
Garrett D'Amore
9575857d57 fixes #75 Add goreport and fix related issues (go fmt) 2015-11-04 17:30:19 -08:00
Garrett D'Amore
f763a5b1b7 fixes #75 Add goreport and fix related issues (a couple more) 2015-11-04 17:29:11 -08:00
Garrett D'Amore
43f9cc0d07 fixes #75 Add goreport and fix related issues 2015-11-04 17:05:24 -08:00
Garrett D'Amore
b727b9f424 fixes #74 Make Application an object/class
fixes #73 Views package has many go lint issues
2015-11-04 14:26:57 -08:00
Garrett D'Amore
ed2fa2d51c fixes #72 Make TextBar zero value usable 2015-11-04 11:24:20 -08:00
Garrett D'Amore
edd64b5419 fixes #71 Overlap in attributes & flags regresses style 2015-11-03 14:47:31 -08:00
Garrett D'Amore
02b78be6f2 fixes #41 Fix GOPATH handling 2015-11-03 13:01:10 -08:00
Garrett D'Amore
c46d32264a fixes #70 Background(), Foreground(), and Decompose() don't pass RGB 2015-11-03 12:52:42 -08:00
Garrett D'Amore
33f5ff39fa fixes #43 Minimize use of CGO 2015-11-01 21:37:37 -08:00
Garrett D'Amore
23ef281842 fixes #67 Use SYS_IOCTL interface on darwin 2015-11-01 20:51:17 -08:00
Garrett D'Amore
ca965237d9 fixes #52 Begin integrating topsl components 2015-11-01 14:44:23 -08:00
Garrett D'Amore
e7d14c2863 fixes #62 windows console may have FIFO hang
fixes #63 Initial views API integration
2015-10-30 12:18:06 -07:00
Garrett D'Amore
4295478eee fixes #51 Add examples links (fix urls) 2015-10-28 14:16:06 -07:00
Garrett D'Amore
da3c86ed42 fixes #51 Add examples links 2015-10-28 14:12:25 -07:00
Garrett D'Amore
7d8c78f17d fixes #61 Add color names & lookups 2015-10-28 14:03:04 -07:00
Garrett D'Amore
d1cdd81c57 fixes #60 demo's: boxes: character set not supported 2015-10-28 08:22:22 -07:00
Garrett D'Amore
f426ddb33c fixes #54 Want 24-bit color
fixes #59 terminfo handling not right for extended formats
2015-10-27 23:28:26 -07:00
Garrett D'Amore
3a37c6d89f fixes #58 Use color space to find best matching colors
fixes #57 Windows build broken by color renames
2015-10-27 16:42:22 -07:00
Garrett D'Amore
e90b190a07 fixes #56 Color space must increase
fixes #55 Color names are unfortunate
2015-10-27 14:29:32 -07:00
Garrett D'Amore
6939959660 fixes #50 Expose CanDisplay(rune) 2015-10-14 19:46:35 -07:00
Garrett D'Amore
5bef83acf3 fixes #45 Add fallback rune support 2015-10-14 19:09:00 -07:00
Garrett D'Amore
71eb31ce98 fixes #49 Emit "EnableACS" on legacy terminals 2015-10-14 14:36:23 -07:00
Garrett D'Amore
bdfc47edce fixes #47 Fix README 2015-10-09 17:04:56 -07:00
Garrett D'Amore
0768982260 fixes #42 Mouse.go has wrong comment 2015-10-09 16:55:15 -07:00
Garrett D'Amore
10c966885c fixes #40 Use the new and better gdamore/encoding package 2015-10-09 12:24:29 -07:00
Garrett D'Amore
5e1c42d96d fixes #36 Support more mouse buttons on Windows. (fix compat build) 2015-10-08 10:08:54 -07:00