Commit Graph

  • b42308c7cc fix key events for textareas. Christopher Jeffrey 2015-02-22 13:35:49 -08:00
  • 520dc08100 minor. Christopher Jeffrey 2015-02-22 12:59:53 -08:00
  • 02ca94a8d9 tput: debug info for {init,reset}_file. fix global var. Christopher Jeffrey 2015-02-21 13:52:39 -08:00
  • 77695f994a add noAlt option. fix list shrinking. Christopher Jeffrey 2015-02-21 02:49:15 -08:00
  • 586a586e60 remove mouse comments. fix removeHover. Christopher Jeffrey 2015-02-21 02:47:13 -08:00
  • 5d72fb1938 fix Terminal element. check for allocated gpmclient. Christopher Jeffrey 2015-02-17 22:12:49 -08:00
  • a335257505 filter out all mouse events from keys. see slap-editor/slap-editor#74. Christopher Jeffrey 2015-02-13 19:24:26 -08:00
  • 03cdfbb39c add mouse protocols. window title restore. fix response. Christopher Jeffrey 2015-02-13 19:14:27 -08:00
  • cb00aeb413 v0.0.47 v0.0.47 Christopher Jeffrey 2015-02-13 01:24:32 -08:00
  • a29fdf1c74 fix hover text and demonstrate it better. Christopher Jeffrey 2015-02-13 01:18:20 -08:00
  • 66f6d958d7 v0.0.46 v0.0.46 Christopher Jeffrey 2015-02-13 01:01:59 -08:00
  • c0e36f137d fix error caused when screen.render() is called during a delayed resize. Christopher Jeffrey 2015-02-13 00:59:47 -08:00
  • 41cb97d664 fix terminal cursor. Christopher Jeffrey 2015-02-12 22:37:53 -08:00
  • 33fec26984 v0.0.45 v0.0.45 Christopher Jeffrey 2015-02-11 17:26:23 -08:00
  • 29a78697bb fix style.border values. fixes #105. Christopher Jeffrey 2015-02-11 17:21:41 -08:00
  • 982e075a90 Image and Terminal element. Christopher Jeffrey 2015-02-11 17:20:22 -08:00
  • 267e77a089 improve Terminal element and terminal multiplexer example. Christopher Jeffrey 2015-02-10 19:36:52 -08:00
  • 00a0f800f9 add "interactive" option for lists. fixes #103. Christopher Jeffrey 2015-02-09 20:11:02 -08:00
  • d69ed5c294 more work on Image element. Christopher Jeffrey 2015-02-09 19:49:33 -08:00
  • 1729244db3 image element: fix shrink. Christopher Jeffrey 2015-02-09 01:43:16 -08:00
  • a4e6856901 fix image element test. Christopher Jeffrey 2015-02-09 00:21:58 -08:00
  • 9e234c3901 fix image rendering. Christopher Jeffrey 2015-02-09 00:19:35 -08:00
  • cce38f9f21 improve w3m checking for Image element and screen.displayImage. Christopher Jeffrey 2015-02-09 00:09:30 -08:00
  • 4c1e020b42 add title. Christopher Jeffrey 2015-02-09 00:03:09 -08:00
  • c8a9222749 image align=center. Christopher Jeffrey 2015-02-09 00:02:07 -08:00
  • dd0f1cbb70 fix clearImage. Christopher Jeffrey 2015-02-08 23:43:32 -08:00
  • 49f1843955 improvements to the Image element. add screen.displayImage(). Christopher Jeffrey 2015-02-08 23:42:44 -08:00
  • f88d74997a comment Christopher Jeffrey 2015-02-08 22:01:24 -08:00
  • 594b0bd340 fix NCURSES_NO_UTF8_ACS handling. Christopher Jeffrey 2015-02-08 21:34:46 -08:00
  • c6287668ee comment Christopher Jeffrey 2015-02-08 14:35:08 -08:00
  • 1f2098707c require both terminfo and LANG to lack utf8 in order for ascii fallback. fixes #98. Christopher Jeffrey 2015-02-08 14:29:38 -08:00
  • 1cf69f74d9 minor. comment. Christopher Jeffrey 2015-02-07 16:04:14 -08:00
  • e8fe076681 refactor mouse events. put buf on event object. Christopher Jeffrey 2015-02-07 15:37:01 -08:00
  • 64d65c444a fix tput.js. Christopher Jeffrey 2015-02-07 15:07:32 -08:00
  • 974350d652 v0.0.44 v0.0.44 Christopher Jeffrey 2015-02-07 00:15:43 -08:00
  • 0290d7f15f clear response listeners after 2 seconds. Christopher Jeffrey 2015-02-07 00:15:25 -08:00
  • d70fa6d4a2 fix wheel, move, and button decoding for mouse events. Christopher Jeffrey 2015-02-04 20:39:34 -08:00
  • 89b2dfc373 major reimplementation of sgr and urxvt mouse. mousewheel not yet tested. Christopher Jeffrey 2015-02-03 21:20:41 -08:00
  • 1d67e23993 add image element to example. ubuntu warning. add faq. Christopher Jeffrey 2015-02-01 14:15:29 -08:00
  • 5a4ddda37d shrink Image element by image size. Christopher Jeffrey 2015-02-01 14:01:55 -08:00
  • c365c937e2 add test image for the Image element. Christopher Jeffrey 2015-02-01 13:47:12 -08:00
  • 6ee469fdcb add Image element using w3mimgdisplay. Christopher Jeffrey 2015-02-01 13:43:52 -08:00
  • 690cf9d3f4 stop listening for mouse sequences before switching to normal buffer. Christopher Jeffrey 2015-02-01 09:51:05 -08:00
  • 562b9fe502 v0.0.43 v0.0.43 Christopher Jeffrey 2015-02-01 09:32:53 -08:00
  • a2afbe54bc detect bugged vte mouse better. see #89. Christopher Jeffrey 2015-02-01 09:21:07 -08:00
  • c243415049 attempt to use both alternate screen buffer sequences. Christopher Jeffrey 2015-02-01 08:51:56 -08:00
  • e9b3bdac34 allow VTE mouse access to cells up to 287. see #89. Christopher Jeffrey 2015-02-01 08:47:24 -08:00
  • 1d900c928d add vt200hilite for forced mouse modes. see #101. Christopher Jeffrey 2015-02-01 07:47:00 -08:00
  • 8efba79453 cast vc to an int. Christopher Jeffrey 2015-02-01 07:41:26 -08:00
  • b6853fbd88 minor style fixes. Christopher Jeffrey 2015-02-01 07:36:53 -08:00
  • 10b8cc2fe1 comment. Christopher Jeffrey 2015-02-01 07:23:43 -08:00
  • ac6b54c181 comments. license. Christopher Jeffrey 2015-02-01 07:22:39 -08:00
  • f13f1242b2 gpm: add a gpmMouse option for setMouse. Christopher Jeffrey 2015-02-01 07:10:17 -08:00
  • 87a3d2f288 gpm: refactor to fit style. Christopher Jeffrey 2015-02-01 07:07:55 -08:00
  • fae4acceef Merge remote-tracking branch 'mgliewe/master' Christopher Jeffrey 2015-02-01 06:46:22 -08:00
  • fc227ed503 workaropund: allow forced mouse protocol via env Mario GLiewe 2015-02-01 13:16:29 +01:00
  • db435b179d fix: would crash if no gpm installed Mario GLiewe 2015-02-01 13:15:41 +01:00
  • 23c35a54d4 v0.0.42 v0.0.42 Christopher Jeffrey 2015-01-31 22:32:54 -08:00
  • 8247501924 check for OSX terminal env variables. Christopher Jeffrey 2015-01-31 22:29:43 -08:00
  • 9589eb81d6 more env variable checks for vte. Christopher Jeffrey 2015-01-31 22:22:15 -08:00
  • 32a783b282 check for terminator - more VTE usage. Christopher Jeffrey 2015-01-31 21:57:23 -08:00
  • 8047c9da4a v0.0.41 v0.0.41 Christopher Jeffrey 2015-01-31 20:07:04 -08:00
  • ffbadfc988 add vt200Mouse to rxvt because it supports it. Christopher Jeffrey 2015-01-31 18:54:23 -08:00
  • 37f2313979 more vte+rxvt cleanup. see #89. Christopher Jeffrey 2015-01-31 18:49:15 -08:00
  • 3cdcc7a64b more fixes for VTE. see #89. Christopher Jeffrey 2015-01-31 18:36:43 -08:00
  • f055496161 fix program.getCursor. fixes #25. Christopher Jeffrey 2015-01-31 12:57:21 -08:00
  • a980a295bf v0.0.40 v0.0.40 Christopher Jeffrey 2015-01-31 12:36:17 -08:00
  • 955f509581 drop wrapCursor and parseChar. should be used for other terminfo feature checks. Christopher Jeffrey 2015-01-31 12:35:22 -08:00
  • 610e00ee21 use emitter.setMaxListeners(). Christopher Jeffrey 2015-01-31 12:32:33 -08:00
  • 1795cd93d6 use setImmediate everywhere. Christopher Jeffrey 2015-01-31 12:26:19 -08:00
  • a9153aeef5 clean up process events. Christopher Jeffrey 2015-01-31 12:24:55 -08:00
  • 96a19b8523 Merge https://github.com/chjj/blessed Mario GLiewe 2015-01-31 21:21:14 +01:00
  • 27060d59af automatically deal with custom process events. fixes #100. Christopher Jeffrey 2015-01-31 12:19:00 -08:00
  • 127ae12c1b use urxvt mouse protocol for vte-based terminals. fixes #89. Christopher Jeffrey 2015-01-31 01:51:40 -08:00
  • df73eb5e3e Revert "add workarounds for libvte mouse events. see #89." Christopher Jeffrey 2015-01-31 01:51:12 -08:00
  • bb61e5c144 add workarounds for libvte mouse events. see #89. Christopher Jeffrey 2015-01-31 01:43:16 -08:00
  • d136c46ecc v0.0.39 v0.0.39 Christopher Jeffrey 2015-01-29 22:08:13 -08:00
  • 0386f8b5d6 the ACS is finally correct. Christopher Jeffrey 2015-01-29 21:53:06 -08:00
  • 547812928e window title. potential enter/return fix for keys. Christopher Jeffrey 2015-01-29 20:08:23 -08:00
  • 0881128a4f fix ACS for TERM=linux again. fix listbar .style. Christopher Jeffrey 2015-01-29 20:06:19 -08:00
  • 02176938c9 add screen.title property. misc. Christopher Jeffrey 2015-01-27 20:39:00 -08:00
  • d8eff3fa55 fix: make mousewheel work for gpm Mario GLiewe 2015-01-28 04:01:49 +01:00
  • efe4e475a6 added gpm support for linux vc Mario GLiewe 2015-01-28 03:43:48 +01:00
  • 5bdfc18daf cleanup unnecesary code after terminal element addition. Christopher Jeffrey 2015-01-24 21:33:30 -08:00
  • 879a072353 add terminal widget and hover box. Christopher Jeffrey 2015-01-24 18:34:57 -08:00
  • 4050376761 v0.0.38 v0.0.38 Christopher Jeffrey 2015-01-16 15:08:59 -08:00
  • 1872f1406d work around bad choice of method name. Christopher Jeffrey 2015-01-16 15:08:27 -08:00
  • 436c81204f include our own emitKeypressEvents. fixes #92. Christopher Jeffrey 2015-01-16 11:56:00 -08:00
  • 0cafb89831 fix label "fixed" behavior. widget-file.js. Christopher Jeffrey 2015-01-16 11:13:12 -08:00
  • 6b91546e15 fix negative autoPadding checks. Christopher Jeffrey 2015-01-16 10:55:24 -08:00
  • f445dd8765 fix scrolling on widget-form.js. Christopher Jeffrey 2015-01-16 10:16:00 -08:00
  • 5300702e34 remove commented code. Christopher Jeffrey 2015-01-15 13:32:50 -08:00
  • 20dce38741 fix widget-pos test. Christopher Jeffrey 2015-01-15 13:29:46 -08:00
  • 0b4d70a207 remove attr comments. fix two scroll bugs. Christopher Jeffrey 2015-01-15 13:22:55 -08:00
  • 6eb28b6b4f more scrolling fixes. Christopher Jeffrey 2015-01-14 16:24:55 -08:00
  • dafad57d0d fix scrolling. Christopher Jeffrey 2015-01-14 10:46:07 -08:00
  • 101058517b misc fixes pertaining to element scrolling. Christopher Jeffrey 2015-01-13 15:04:24 -08:00
  • 8bff88848b comment code that does not properly abide by autopadding. Christopher Jeffrey 2015-01-07 14:53:29 -08:00
  • 0abbfda862 Merge pull request #68 from beardtree/no-list-padding Christopher Jeffrey (JJ) 2014-10-20 20:43:20 -07:00
  • e53ec4caa8 No list padding Dan Kaplun 2014-06-20 23:07:21 -05:00