• exec/load/tree.js

    From rswindell@1:103/705 to CVS commit on Thu Jan 4 00:46:55 2018
    exec/load tree.js 1.24 1.25
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv15354

    Modified Files:
    tree.js
    Log Message:
    Use actual page-up/down key mapping rather than [ and ], sorry if this pisses someone off

    --- SBBSecho 3.03-Win32
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From echicken@1:103/705 to CVS commit on Tue Feb 6 22:45:38 2018
    exec/load tree.js 1.25 1.26
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv6424

    Modified Files:
    tree.js
    Log Message:
    Added first_letter_search property.
    Set to true if you want to jump to the next thing in the list that starts
    with the key pressed, rather than the next thing that contains it anywhere. Probably should have named this something different. Oh well.


    --- SBBSecho 3.03-Win32
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From mcmlxxix@1:103/705 to CVS commit on Wed Feb 7 07:50:28 2018
    exec/load tree.js 1.26 1.27
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv1163

    Modified Files:
    tree.js
    Log Message:
    add optional character_search setting (default = true) -- set this to false to disable menu text matching on user input
    (there is an additional setting first_character_search to match the first character of a menu item only)

    --- SBBSecho 3.03-Win32
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From mcmlxxix@1:103/705 to CVS commit on Mon Feb 26 11:30:22 2018
    exec/load tree.js 1.27 1.28
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv5320

    Modified Files:
    tree.js
    Log Message:
    scroll menu content down only when selection reaches top of visible frame

    --- SBBSecho 3.03-Win32
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From mcmlxxix@1:103/705 to CVS commit on Mon Feb 26 11:49:49 2018
    exec/load tree.js 1.28 1.29
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv7422

    Modified Files:
    tree.js
    Log Message:
    remove spammy debug logging

    --- SBBSecho 3.03-Win32
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From echicken@1:103/705 to CVS commit on Mon May 4 08:20:11 2020
    exec/load tree.js 1.30 1.31
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv12247

    Modified Files:
    tree.js
    Log Message:
    Mouse support.
    If the calling script passes a mouse_getkey value,
    scroll up/down while hovering over tree frame moves lightbar up/down
    click on an item to select it (need to test with a scrolled tree)


    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From echicken@1:103/705 to CVS commit on Mon May 4 08:24:30 2020
    exec/load tree.js 1.31 1.32
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv13220

    Modified Files:
    tree.js
    Log Message:
    remove log barf


    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From echicken@1:103/705 to CVS commit on Mon May 4 19:16:23 2020
    exec/load tree.js 1.32 1.33
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv32229

    Modified Files:
    tree.js
    Log Message:
    Only do mouse things if the event is a 'press'.
    Scroll wheel stuff now works with SyncTERM if your script enables
    mouse input in normal_tracking mode (and if your SyncTERM is up
    to date.)


    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)