2002-05-08 Jakub Travnik * version 0.11.0 released * cosmetic changes 2002-04-18 Jakub Travnik * jttuistd.rb added autowrap attribute to JTTWLabel, default is to wrap, but it can be disabled by label.autowrap=false 2002-04-14 Jakub Travnik * examples/addlocalpath.rb added, it contains code that modifies library search path to include relative directories in JTTui source tree. * examples/example*.rb modified to require 'addlocalpath' * doc/PLATFORMS updated 2002-04-07 Jakub Travnik * tree reorganized, generated make file can install whole jttui user programs have to require 'jttui/jtsomething' except for jtcur * doc/THANKS file added * documentation spell-checked * doc/starting-guide.txt added information about requiring jttui * license text added to all relevant library files * scrollbar fill changed to hline and vline from : (suggested by Tomas Borland Valenta) 2002-03-28 Jakub Travnik * jttui.rb added attr_reader for name variable in class JTTColor 2002-03-05 Jakub Travnik * doc/TODO, doc/DONE files added 2002-02-26 Jakub Travnik * version 0.10.3 released * jttuistd.rb JTTWScrollbox fixed to redraw properly when virtual window is smaller than physical. 2002-02-15 Jakub Travnik * jtgpm.rb gpm mouse now works even when consoles does not contain 'tty' substring in name (such as '/dev/vc/1'). Original libgpm library (which we bypass and comunicate with gpm server directly) itself have problem with this (you can try for example with Midnight Commander aka mc). Still guess is needed to find out if program should activate gpm or use xterm mouse in jtkey.rb * jtgpm.rb, jtcur.c tty program dependency removed, native ttyname call is implemented in jtcur.c now 2001-12-18 Jakub Travnik * version 0.10.2 * jttuistd.rb JTTDialog#settab now throws InvalidTabWindow instead of RuntimeError * jttuistd.rb JTTDialog#keypress now ignores InvalidTabWindow so JTTWLabel keys work again (as they were in pre 0.10.0) * patch for ruby select in doc/BUGS is deprecated, it was simple but more complete patch was developed with matz 2001-11-25 Jakub Travnik * patch for ruby select added to doc/BUGS * version 0.10.1 released 2001-11-24 Jakub Travnik * jttuistd.rb JTTDialog.keypress, reordered actions for default and cancel buttons (settab is called before action) 2001-11-23 Jakub Travnik * jttuistd.rb JTTWTree node can be selected using select_node method * jttui.rb catch of :quitrootloop in JTTui.run moved to include yield, so it can be used before exiting yield of JTTui.run * jttuistd.rb fixed keys C-n, C-p, M-v, C-v to move in correct direction * jttuistd.rb JTTWEditline modified to support new class JTTWEditpass * jttui.rb JTTui.forcerepaint! added 2001-11-21 Jakub Travnik * example-jttuistd-4-trees.rb removed unnecessary object tr1_root * example-jttuistd-1-simple.rb corrected test messagebox to have buttons 5 and 6 highlighted too * jttuistd.rb correction in "invalid window for tab: ...." message * jttuistd.rb JTTWTree now have '>' character on start of selected line * jttuistd.rb JTTWList (and descendants such as tree) now have color_basic and color_active attributes to modify colors 2001-11-01 Jakub Travnik * starting-guide.txt misspelling in documentation of 'proc' with 'Proc' corrected 2001-10-31 Jakub Travnik * jttui.rb version 0.10.0 released