nikiroo-utils.git
5 years agoUpdate copyright
Kevin Lamonte [Fri, 15 Feb 2019 03:17:16 +0000 (21:17 -0600)]
Update copyright

5 years agoretrofit from GJexer
Kevin Lamonte [Fri, 15 Feb 2019 00:19:19 +0000 (18:19 -0600)]
retrofit from GJexer

5 years agosixel in README
Kevin Lamonte [Thu, 14 Feb 2019 15:26:30 +0000 (09:26 -0600)]
sixel in README

5 years agohidden mouse pointer support
Kevin Lamonte [Tue, 12 Feb 2019 02:57:31 +0000 (20:57 -0600)]
hidden mouse pointer support

5 years agoFix set value
Kevin Lamonte [Mon, 11 Feb 2019 20:32:27 +0000 (14:32 -0600)]
Fix set value

5 years ago#37 fix signed byte type math
Kevin Lamonte [Fri, 8 Feb 2019 16:07:03 +0000 (10:07 -0600)]
#37 fix signed byte type math

5 years agomisc fixes
Kevin Lamonte [Thu, 22 Nov 2018 23:06:48 +0000 (17:06 -0600)]
misc fixes

5 years agocleanup
Kevin Lamonte [Mon, 22 Oct 2018 12:28:42 +0000 (07:28 -0500)]
cleanup

5 years agoPrep for 2019 release
Kevin Lamonte [Mon, 22 Oct 2018 02:18:05 +0000 (21:18 -0500)]
Prep for 2019 release

5 years agoNot dead note
Kevin Lamonte [Fri, 13 Jul 2018 22:33:31 +0000 (18:33 -0400)]
Not dead note

5 years agoFix status bar on treeview window
Kevin Lamonte [Fri, 11 May 2018 18:07:19 +0000 (14:07 -0400)]
Fix status bar on treeview window

5 years agotypos
Kevin Lamonte [Thu, 10 May 2018 23:37:34 +0000 (19:37 -0400)]
typos

5 years agoFinish code sweep
Kevin Lamonte [Wed, 9 May 2018 18:04:42 +0000 (14:04 -0400)]
Finish code sweep

6 years ago#34 call onResize() when window size is changed
Kevin Lamonte [Tue, 24 Apr 2018 21:56:47 +0000 (17:56 -0400)]
#34 call onResize() when window size is changed

6 years ago#27 expose messagebox type for inputbox
Kevin Lamonte [Sun, 8 Apr 2018 18:44:38 +0000 (14:44 -0400)]
#27 expose messagebox type for inputbox

6 years ago#29 avoid potential NPE
Kevin Lamonte [Sat, 7 Apr 2018 17:49:32 +0000 (13:49 -0400)]
#29 avoid potential NPE

6 years ago#30 fix potential NPE
Kevin Lamonte [Sat, 7 Apr 2018 16:44:01 +0000 (12:44 -0400)]
#30 fix potential NPE

6 years ago#31 fix synchronized error
Kevin Lamonte [Sat, 7 Apr 2018 16:39:25 +0000 (12:39 -0400)]
#31 fix synchronized error

6 years ago#33 expose SwingComponent
Kevin Lamonte [Sat, 7 Apr 2018 16:35:15 +0000 (12:35 -0400)]
#33 expose SwingComponent

6 years agofix javadoc
Kevin Lamonte [Sun, 25 Mar 2018 18:30:22 +0000 (14:30 -0400)]
fix javadoc

6 years ago#25 fix NPE on double-click in secondary thread
Kevin Lamonte [Wed, 27 Dec 2017 23:41:34 +0000 (18:41 -0500)]
#25 fix NPE on double-click in secondary thread

6 years ago#25 fix OOB on mouse down
Kevin Lamonte [Wed, 27 Dec 2017 23:36:33 +0000 (18:36 -0500)]
#25 fix OOB on mouse down

6 years agoMany changes:
Kevin Lamonte [Fri, 15 Dec 2017 21:00:17 +0000 (16:00 -0500)]
Many changes:

1. TCalendar widget.  Double-click or enter for action.

2. TSpinner widget.  Up/down actions.

3. TComboBox widget.  Double-click on list to set value.  Enter for action.

4. 24-bit color now supported, both as output (ECMA48/Swing) and in
   TTerminalWindow.  Not thoroughly tested yet, especially around
   ColorTheme.

5. Many "final class" restrictions removed.

6 years agoMore PMD warnings
Kevin Lamonte [Sun, 3 Dec 2017 23:35:06 +0000 (18:35 -0500)]
More PMD warnings

6 years agoMerge branch 'master' of https://github.com/klamonte/jexer
Kevin Lamonte [Sun, 3 Dec 2017 19:55:56 +0000 (14:55 -0500)]
Merge branch 'master' of https://github.com/klamonte/jexer

6 years agoPMD code sweep, #6 don't add MyWindow twice to MyApplication
Kevin Lamonte [Sun, 3 Dec 2017 19:55:39 +0000 (14:55 -0500)]
PMD code sweep, #6 don't add MyWindow twice to MyApplication

6 years agoMerge pull request #22 from SmartmaticLabs/master
Kevin Lamonte [Sat, 28 Oct 2017 16:17:28 +0000 (12:17 -0400)]
Merge pull request #22 from SmartmaticLabs/master

Mimic the behavior in build.xml creating a runnable jar

6 years agoMimic the behavior in build.xml creating a runnable jar
Carlos Rafael Ramirez [Tue, 17 Oct 2017 20:38:30 +0000 (15:38 -0500)]
Mimic the behavior in build.xml creating a runnable jar

6 years agoMerge pull request #21 from hce/fix-build-resource-bundle
Kevin Lamonte [Thu, 12 Oct 2017 18:05:32 +0000 (14:05 -0400)]
Merge pull request #21 from hce/fix-build-resource-bundle

Include the ResourceBundle files into the build

6 years agoInclude the ResourceBundle files into the build
Hans-Christian Esperer [Tue, 10 Oct 2017 19:43:27 +0000 (21:43 +0200)]
Include the ResourceBundle files into the build

6 years agoExpose width/height in TApplication constructor, attempt on ECMA48
Kevin Lamonte [Sat, 26 Aug 2017 11:26:08 +0000 (07:26 -0400)]
Expose width/height in TApplication constructor, attempt on ECMA48

6 years agoDiambiguate ^H from backspace
Kevin Lamonte [Fri, 25 Aug 2017 20:42:46 +0000 (16:42 -0400)]
Diambiguate ^H from backspace

6 years agoFix assertions
Kevin Lamonte [Fri, 25 Aug 2017 19:58:40 +0000 (15:58 -0400)]
Fix assertions

6 years agoFixed for TJ
Kevin Lamonte [Fri, 25 Aug 2017 13:59:32 +0000 (09:59 -0400)]
Fixed for TJ

6 years agoFix bounds check
Kevin Lamonte [Thu, 24 Aug 2017 21:13:15 +0000 (17:13 -0400)]
Fix bounds check

6 years agoFix lag in TTerminalWindow
Kevin Lamonte [Thu, 24 Aug 2017 20:58:46 +0000 (16:58 -0400)]
Fix lag in TTerminalWindow

6 years agodouble-click support
Kevin Lamonte [Thu, 24 Aug 2017 01:06:49 +0000 (21:06 -0400)]
double-click support

6 years agocustom command line terminal window, blinking in color theme, scrolling region resize
Kevin Lamonte [Wed, 23 Aug 2017 19:44:11 +0000 (15:44 -0400)]
custom command line terminal window, blinking in color theme, scrolling region resize

6 years agofix stack overflow
Kevin Lamonte [Wed, 23 Aug 2017 01:51:56 +0000 (21:51 -0400)]
fix stack overflow

6 years agoaddEditor()
Kevin Lamonte [Wed, 23 Aug 2017 00:15:41 +0000 (20:15 -0400)]
addEditor()

6 years agoFix mouse on menu line
Kevin Lamonte [Tue, 22 Aug 2017 23:38:18 +0000 (19:38 -0400)]
Fix mouse on menu line

6 years agoUpdate on screen flush
Kevin Lamonte [Tue, 22 Aug 2017 22:29:44 +0000 (18:29 -0400)]
Update on screen flush

6 years agoFixes for TJIDE
Kevin Lamonte [Mon, 21 Aug 2017 21:12:35 +0000 (17:12 -0400)]
Fixes for TJIDE

6 years agoFix ClassCastException
Kevin Lamonte [Sun, 20 Aug 2017 20:44:35 +0000 (16:44 -0400)]
Fix ClassCastException

6 years agoLocalize strings
Kevin Lamonte [Sat, 19 Aug 2017 18:36:43 +0000 (14:36 -0400)]
Localize strings

6 years ago#19 expose home/end for TField
Kevin Lamonte [Fri, 18 Aug 2017 20:05:17 +0000 (16:05 -0400)]
#19 expose home/end for TField

6 years ago#19 TField fixes
Kevin Lamonte [Thu, 17 Aug 2017 15:10:47 +0000 (11:10 -0400)]
#19 TField fixes

6 years agooops
Kevin Lamonte [Thu, 17 Aug 2017 14:06:31 +0000 (10:06 -0400)]
oops

6 years agoBetter resizing under ptypipe
Kevin Lamonte [Thu, 17 Aug 2017 13:53:29 +0000 (09:53 -0400)]
Better resizing under ptypipe

6 years ago#18 repaint after screen resize
Kevin Lamonte [Thu, 17 Aug 2017 13:05:23 +0000 (09:05 -0400)]
#18 repaint after screen resize

6 years agoSupport TTerminalWindow resizing via ptypipe
Kevin Lamonte [Thu, 17 Aug 2017 01:18:29 +0000 (21:18 -0400)]
Support TTerminalWindow resizing via ptypipe

6 years ago#18 move to event-driven main loop
Kevin Lamonte [Wed, 16 Aug 2017 16:46:28 +0000 (12:46 -0400)]
#18 move to event-driven main loop

6 years agodev version bump to 0.0.6
Kevin Lamonte [Tue, 15 Aug 2017 23:15:41 +0000 (19:15 -0400)]
dev version bump to 0.0.6

6 years ago#18 Eliminate initial delay
Kevin Lamonte [Tue, 15 Aug 2017 19:56:51 +0000 (15:56 -0400)]
#18 Eliminate initial delay

6 years agoFix keypad to match xterm
Kevin Lamonte [Tue, 15 Aug 2017 16:59:28 +0000 (12:59 -0400)]
Fix keypad to match xterm

6 years agoMouse wheel by 3
Kevin Lamonte [Tue, 15 Aug 2017 16:22:26 +0000 (12:22 -0400)]
Mouse wheel by 3

6 years agoBug fixes
Kevin Lamonte [Tue, 15 Aug 2017 15:44:13 +0000 (11:44 -0400)]
Bug fixes

6 years agoTEditor working
Kevin Lamonte [Tue, 15 Aug 2017 01:26:58 +0000 (21:26 -0400)]
TEditor working

6 years agoTEditor 80% complete
Kevin Lamonte [Mon, 14 Aug 2017 18:45:33 +0000 (14:45 -0400)]
TEditor 80% complete

6 years agoTEditor 50% complete
Kevin Lamonte [Sat, 12 Aug 2017 17:39:06 +0000 (13:39 -0400)]
TEditor 50% complete

6 years agomore TEditor stubs
Kevin Lamonte [Thu, 10 Aug 2017 20:49:55 +0000 (16:49 -0400)]
more TEditor stubs

6 years agoTWindowBackend
Kevin Lamonte [Tue, 8 Aug 2017 17:09:57 +0000 (13:09 -0400)]
TWindowBackend

6 years agoFix package reference
Kevin Lamonte [Mon, 7 Aug 2017 23:50:25 +0000 (19:50 -0400)]
Fix package reference

6 years agoMultiBackend and MultiScreen
Kevin Lamonte [Mon, 7 Aug 2017 23:36:42 +0000 (19:36 -0400)]
MultiBackend and MultiScreen

6 years ago#16 Refactor Swing backend, demo of multiple TApplications in one Swing frame
Kevin Lamonte [Mon, 7 Aug 2017 19:53:57 +0000 (15:53 -0400)]
#16 Refactor Swing backend, demo of multiple TApplications in one Swing frame

6 years agostub maven support
Kevin Lamonte [Sat, 5 Aug 2017 15:39:18 +0000 (11:39 -0400)]
stub maven support

6 years ago#16 expose columns, rows, font size
Kevin Lamonte [Sat, 5 Aug 2017 15:28:42 +0000 (11:28 -0400)]
#16 expose columns, rows, font size

6 years agoRemove unused imports
Kevin Lamonte [Sat, 29 Jul 2017 01:37:33 +0000 (21:37 -0400)]
Remove unused imports

6 years agoinitial stubs for editor package
Kevin Lamonte [Sat, 29 Jul 2017 01:31:52 +0000 (21:31 -0400)]
initial stubs for editor package

6 years agoUpdate package comments
Kevin Lamonte [Sat, 29 Jul 2017 01:31:17 +0000 (21:31 -0400)]
Update package comments

6 years agoOnly allow keyboard resizing when RESIZABLE is set
Kevin Lamonte [Sat, 29 Jul 2017 01:17:55 +0000 (21:17 -0400)]
Only allow keyboard resizing when RESIZABLE is set

6 years ago#13 focusFollowsMouse
Kevin Lamonte [Mon, 17 Jul 2017 19:34:14 +0000 (15:34 -0400)]
#13 focusFollowsMouse

6 years ago#11 NOCLOSEBOX flag
Kevin Lamonte [Mon, 17 Jul 2017 16:09:17 +0000 (12:09 -0400)]
#11 NOCLOSEBOX flag

6 years agoCommon Scrollable interface
Kevin Lamonte [Sun, 16 Jul 2017 17:24:20 +0000 (13:24 -0400)]
Common Scrollable interface

6 years ago#14 TDesktop working, TWindow hide/show/max/restore working
Kevin Lamonte [Sat, 15 Jul 2017 20:35:28 +0000 (16:35 -0400)]
#14 TDesktop working, TWindow hide/show/max/restore working

6 years ago#14 TDesktop bug fixes, more TWindow API
Kevin Lamonte [Sat, 15 Jul 2017 13:29:27 +0000 (09:29 -0400)]
#14 TDesktop bug fixes, more TWindow API

6 years ago#14 stubs for TDesktop
Kevin Lamonte [Sun, 9 Jul 2017 01:22:49 +0000 (21:22 -0400)]
#14 stubs for TDesktop

6 years agoTButton animate for keyboard
Kevin Lamonte [Sun, 9 Jul 2017 01:20:09 +0000 (21:20 -0400)]
TButton animate for keyboard

6 years ago#10 left/center/right/full justified text for TText
Kevin Lamonte [Sat, 8 Jul 2017 19:57:56 +0000 (15:57 -0400)]
#10 left/center/right/full justified text for TText

6 years agoupdate roadmap
Kevin Lamonte [Fri, 7 Jul 2017 23:25:56 +0000 (19:25 -0400)]
update roadmap

6 years ago#7 fix whitespace
Kevin Lamonte [Fri, 7 Jul 2017 22:58:08 +0000 (18:58 -0400)]
#7 fix whitespace

6 years agoMerge pull request #12 from nikiroo/fixes
Kevin Lamonte [Fri, 7 Jul 2017 22:36:58 +0000 (18:36 -0400)]
Merge pull request #12 from nikiroo/fixes

Thanks!

6 years agoWidgets: fix Z-Order on up/down mouse events
Niki Roo [Tue, 4 Jul 2017 05:59:28 +0000 (07:59 +0200)]
Widgets: fix Z-Order on up/down mouse events

6 years ago#5 fallback to java.runtime.name if getFontAdjustments() doesn't work
Kevin Lamonte [Sun, 30 Apr 2017 17:49:39 +0000 (13:49 -0400)]
#5 fallback to java.runtime.name if getFontAdjustments() doesn't work

7 years ago#5 rgbColors fix
Kevin Lamonte [Wed, 5 Apr 2017 22:26:01 +0000 (18:26 -0400)]
#5 rgbColors fix

7 years ago#5 auto-detect textAdjustX/textAdjustY, fix RGB VGA colors
Kevin Lamonte [Tue, 4 Apr 2017 18:28:29 +0000 (14:28 -0400)]
#5 auto-detect textAdjustX/textAdjustY, fix RGB VGA colors

7 years ago#5 append RGB colors when -Djexer.ECMA48.rgbColor=true
Kevin Lamonte [Tue, 4 Apr 2017 00:05:50 +0000 (20:05 -0400)]
#5 append RGB colors when -Djexer.ECMA48.rgbColor=true

7 years agoFix NPE
Kevin Lamonte [Tue, 21 Mar 2017 19:21:46 +0000 (15:21 -0400)]
Fix NPE

7 years agoFix OOB, expose triple buffer
Kevin Lamonte [Tue, 21 Mar 2017 18:55:55 +0000 (14:55 -0400)]
Fix OOB, expose triple buffer

7 years agoLink back to sf.net
Kevin Lamonte [Sun, 19 Mar 2017 20:07:11 +0000 (16:07 -0400)]
Link back to sf.net

7 years agoUpdate copyright to 2017
Kevin Lamonte [Sun, 19 Mar 2017 18:56:58 +0000 (14:56 -0400)]
Update copyright to 2017

7 years agosmart window placement
Kevin Lamonte [Sun, 19 Mar 2017 01:02:09 +0000 (21:02 -0400)]
smart window placement

7 years agoTStatusBar
Kevin Lamonte [Sat, 18 Mar 2017 20:46:35 +0000 (16:46 -0400)]
TStatusBar

7 years agoAdd versioned about box, set title
Kevin Lamonte [Fri, 17 Mar 2017 18:18:42 +0000 (14:18 -0400)]
Add versioned about box, set title

7 years agoFix for ich() corrupting display
Kevin Lamonte [Thu, 16 Mar 2017 21:09:00 +0000 (17:09 -0400)]
Fix for ich() corrupting display

7 years agoBug fixes
Kevin Lamonte [Wed, 15 Mar 2017 22:12:56 +0000 (18:12 -0400)]
Bug fixes

7 years agoCache glyphs, fix vttest test
Kevin Lamonte [Wed, 15 Mar 2017 15:24:11 +0000 (11:24 -0400)]
Cache glyphs, fix vttest test

7 years agoPerformance tweaks
Kevin Lamonte [Wed, 8 Mar 2017 16:54:11 +0000 (11:54 -0500)]
Performance tweaks

7 years agoFix Swing triple-buffering
Kevin Lamonte [Tue, 7 Mar 2017 15:43:39 +0000 (10:43 -0500)]
Fix Swing triple-buffering

7 years agoSupport Shift-Tab
Kevin Lamonte [Mon, 6 Mar 2017 17:26:43 +0000 (12:26 -0500)]
Support Shift-Tab