• exec/load/tree.js

    From mcmlxxix@VERT to CVS commit on Friday, December 06, 2013 09:56:47
    exec/load tree.js 1.20 1.21
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv30464

    Modified Files:
    tree.js
    Log Message:
    add items property setter


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From echicken@VERT to CVS commit on Tuesday, November 25, 2014 20:20:15
    exec/load tree.js 1.21 1.22
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv24233

    Modified Files:
    tree.js
    Log Message:
    Tree.height getter.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From mcmlxxix@VERT to CVS commit on Monday, December 01, 2014 09:53:16
    exec/load tree.js 1.22 1.23
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv16324

    Modified Files:
    tree.js
    Log Message:
    fixed bug in addItem and addTree methods using undeclared local variable


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From mcmlxxix@VERT to CVS commit on Wednesday, January 28, 2015 10:23:00
    exec/load tree.js 1.23 1.24
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv8638

    Modified Files:
    tree.js
    Log Message:
    a vigorous fisting -- now makes extensive use of prototypes to slim down memory usage (drastically)


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From rswindell@VERT to CVS commit on Thursday, January 04, 2018 00:46:55
    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


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From echicken@VERT to CVS commit on Tuesday, February 06, 2018 22:45:38
    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.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From mcmlxxix@VERT to CVS commit on Wednesday, February 07, 2018 07:50:28
    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)


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From mcmlxxix@VERT to CVS commit on Monday, February 26, 2018 11:30:22
    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


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From mcmlxxix@VERT to CVS commit on Monday, February 26, 2018 11:49:49
    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


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From echicken@VERT to CVS commit on Monday, May 04, 2020 08:20:11
    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)



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From echicken@VERT to CVS commit on Monday, May 04, 2020 08:24:30
    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



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From echicken@VERT to CVS commit on Monday, May 04, 2020 19:16:23
    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.)



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net