Commit graph

137 commits

Author SHA1 Message Date
Kevin Lamonte
01fccda08c Update main screenshot 2019-08-14 19:41:07 -05:00
Kevin Lamonte
de9f648e54 mlterm fully supports features 2019-08-05 07:51:56 -05:00
Kevin Lamonte
a52cb9df56 update terminals list 2019-08-04 15:06:56 -05:00
Kevin Lamonte
d033d5076b update terminals list 2019-08-04 15:05:08 -05:00
Kevin Lamonte
465d742a60 Update readme to show sixel-in-sixel 2019-08-04 14:57:38 -05:00
Kevin Lamonte
7f7db411ae Update README version to 0.3.1 2019-08-02 16:21:13 -05:00
Kevin Lamonte
a7f45950d2 cleanup 2019-03-08 20:25:38 -06:00
Kevin Lamonte
3a4a5f00d4 update entries 2019-02-26 18:52:35 -06:00
Kevin Lamonte
0bb31542a8 update entries 2019-02-26 18:37:55 -06:00
Kevin Lamonte
f0e0da5bbf fix table 2019-02-26 07:49:23 -06:00
Kevin Lamonte
4d18400882 fix table 2019-02-26 07:46:15 -06:00
Kevin Lamonte
9c238a4be4 Add terminal support table 2019-02-26 07:38:16 -06:00
Kevin Lamonte
5434cb2bf4 image thumbnail viewer example 2019-02-23 15:27:33 -06:00
Kevin Lamonte
d4c334ef77 tiling window manager example 2019-02-23 10:47:29 -06:00
Kevin Lamonte
528874e2e7 tiling window manager example 2019-02-23 10:46:43 -06:00
Kevin Lamonte
4ac6237dc3 eliminate printStackTrace() in example 2019-02-22 18:52:22 -06:00
Kevin Lamonte
1596e11a12 Maven Central in the README 2019-02-21 20:37:43 -06:00
Kevin Lamonte
15c86fc23a update README 2019-02-18 11:45:25 -06:00
Kevin Lamonte
813776549e update README 2019-02-18 11:42:38 -06:00
Kevin Lamonte
c60550e51a update README 2019-02-18 11:39:19 -06:00
Kevin Lamonte
3cb993369f sixel in README 2019-02-14 09:26:30 -06:00
Kevin Lamonte
a69ed767c9 Prep for 2019 release 2018-10-21 21:18:05 -05:00
Kevin Lamonte
d36057dfab PMD code sweep, #6 don't add MyWindow twice to MyApplication 2017-12-03 14:55:39 -05:00
Kevin Lamonte
1d99a38f2b Support TTerminalWindow resizing via ptypipe 2017-08-16 21:18:29 -04:00
Kevin Lamonte
be72cb5ccb #18 move to event-driven main loop 2017-08-16 12:46:28 -04:00
Kevin Lamonte
fe0770f988 Bug fixes 2017-08-15 11:44:13 -04:00
Kevin Lamonte
e8a11f986b TEditor 50% complete 2017-08-12 13:39:06 -04:00
Kevin Lamonte
d79f1f31b1 Fix package reference 2017-08-07 19:50:25 -04:00
Kevin Lamonte
88a99379dc MultiBackend and MultiScreen 2017-08-07 19:36:42 -04:00
Kevin Lamonte
c447c6e575 #16 expose columns, rows, font size 2017-08-05 11:28:42 -04:00
Kevin Lamonte
9245321388 #14 TDesktop bug fixes, more TWindow API 2017-07-15 09:29:27 -04:00
Kevin Lamonte
e685a47d98 Fix OOB, expose triple buffer 2017-03-21 14:55:55 -04:00
Kevin Lamonte
1c15371a2d Link back to sf.net 2017-03-19 16:07:11 -04:00
Kevin Lamonte
2ce6dab2bb TStatusBar 2017-03-18 16:46:35 -04:00
Kevin Lamonte
55d2b2c2b2 Add versioned about box, set title 2017-03-17 14:18:42 -04:00
Kevin Lamonte
5dfd1c1194 Bug fixes 2017-03-15 18:12:56 -04:00
Kevin Lamonte
1d14ffab43 Fix Swing triple-buffering 2017-03-07 10:43:39 -05:00
Kevin Lamonte
31b7033c91 Update doc 2017-02-01 20:21:42 -05:00
Kevin Lamonte
e16dda6558 LICENSE CHANGED TO MIT 2016-01-28 08:00:14 -05:00
Kevin Lamonte
3649b9210e color chooser widget 2015-04-02 21:26:32 -04:00
Kevin Lamonte
4b257bd88a clean readme 2015-04-02 09:19:13 -04:00
Kevin Lamonte
efb7af1f33 window focus events and enable/disable menu items 2015-03-30 16:48:47 -04:00
Kevin Lamonte
91c9a8376f bugfixes 2015-03-29 13:57:56 -04:00
Kevin Lamonte
a043164fd1 TFileOpenBox working 2015-03-28 21:30:40 -04:00
Kevin Lamonte
0d47c5460c stubs for TFileOpenBox, cleanup putStringXY 2015-03-28 13:01:43 -04:00
Kevin Lamonte
9b1afdde02 telnet daemon working 2015-03-25 12:59:54 -04:00
Kevin Lamonte
55b4f29bc5 network socket support, Swing blink/reverse 2015-03-23 13:03:16 -04:00
Kevin Lamonte
e3dfbd2334 double buffer swing 2015-03-22 18:25:14 -04:00
Kevin Lamonte
b5f2a6dbf2 blinking cursor and SGR 1006 mode 2015-03-22 08:56:11 -04:00
Kevin Lamonte
7c870d8943 Refactoring - boolean getters and miscellaneous 2015-03-22 00:00:42 -04:00
Kevin Lamonte
8caf0d51b8 Test commit from within Eclipse 2015-03-21 22:54:29 -04:00
Kevin Lamonte
a4406f4ed7 Rename AWT to Swing 2015-03-21 19:14:34 -04:00
Kevin Lamonte
091d8a06c7 support for kbTab in AWT 2015-03-21 11:40:04 -04:00
Kevin Lamonte
cf9af8df45 fix eclipse warnings 2015-03-21 11:30:03 -04:00
Kevin Lamonte
039b29a58d Merge branch 'master' of https://github.com/klamonte/jexer 2015-03-21 09:39:16 -04:00
Kevin Lamonte
5e9795dbc9 clarify license 2015-03-21 09:39:12 -04:00
Kevin Lamonte
3633816889 run jexer inside jexer 2015-03-21 00:04:32 -04:00
Kevin Lamonte
a90d3119be mouse support inside terminal 2015-03-20 22:21:49 -04:00
Kevin Lamonte
e7083f0b93 merge 2015-03-20 22:06:59 -04:00
Kevin Lamonte
bd8d51fa0a many fixes 2015-03-20 22:05:08 -04:00
Kevin Lamonte
6934524881 update roadmap 2015-03-20 07:21:15 -04:00
Kevin Lamonte
bb35d91958 first screenshot attempt 2015-03-19 23:51:33 -04:00
Kevin Lamonte
92554d64c2 clean up threads and timers 2015-03-19 22:51:44 -04:00
Kevin Lamonte
a83fea2bae misc cleanup 2015-03-19 07:06:03 -04:00
Kevin Lamonte
34a42e784b TTerminalWindow working 2015-03-18 23:27:59 -04:00
Kevin Lamonte
87a17f3ca4 cutting v0.0.1 2015-03-16 22:03:38 -04:00
Kevin Lamonte
30bd4abd2a AWT minimally working 2015-03-16 15:53:34 -04:00
Kevin Lamonte
1ac2ccb131 stubs for AWTBackend 2015-03-15 23:03:55 -04:00
Kevin Lamonte
c6940ed922 message box and input box 2015-03-15 19:34:47 -04:00
Kevin Lamonte
70f5b2bbcb Pull demo into jar 2015-03-15 14:02:37 -04:00
Kevin Lamonte
cc99cba8bd reflowable text box 2015-03-15 11:01:26 -04:00
Kevin Lamonte
128e5be1ff text field working 2015-03-15 07:20:21 -04:00
Kevin Lamonte
00d2622b0f radio buttons 2015-03-14 21:21:02 -04:00
Kevin Lamonte
d502a0e90e timer and progress bar working 2015-03-14 20:42:08 -04:00
Kevin Lamonte
7272e49f35 checkbox working 2015-03-14 17:52:39 -04:00
Kevin Lamonte
30d336cc33 TButton and TLabel 2015-03-14 12:21:03 -04:00
Kevin Lamonte
8e688b9211 menus working 2015-03-14 10:12:43 -04:00
Kevin Lamonte
b1b355b8d2 update roadmap 2015-03-14 08:54:01 -04:00
Kevin Lamonte
fca67db090 Switchable windows 2015-03-13 13:50:01 -04:00
Kevin Lamonte
d4a29741fb immutable TMouseEvent 2015-03-11 19:51:29 -04:00
Kevin Lamonte
b299e69c25 immutable TKeypressEvent 2015-03-11 17:07:00 -04:00
Kevin Lamonte
7b5261bc5b checkstyle'd 2015-03-11 14:29:26 -04:00
Kevin Lamonte
9edb442b71 update roadmap 2015-03-11 05:48:46 -04:00
Kevin Lamonte
05dbb28d6e ECMA48Backend compiles 2015-03-10 13:47:37 -04:00
Kevin Lamonte
624ce48ecf low-level text cell bits 2015-03-08 19:16:19 -04:00
Kevin Lamonte
7d4115a542 Initial build stubs 2015-03-08 06:57:55 -04:00
Kevin Lamonte
847c19a66b Initial commit 2015-03-08 05:31:41 -04:00