Skip to content
Snippets Groups Projects
  1. Apr 01, 2020
    • nightfox's avatar
      Scrollbar functionality finally exists now, even though there was already a... · 744806f3
      nightfox authored
      Scrollbar functionality finally exists now, even though there was already a property to toggle a scrollbar from the beginning..  A scrollbar can be useful to visually show how far the user is in the list of items, particularly if the list is long.
      You can enable the display of a scrollbar by setting the scrollbarEnabled property to true.  By default, it is false.  For instance (assuming the menu object is lbMenu):
      lbMenu.scrollbarEnabled = true;
      When enabled, the scrollbar will appear on the right side of the menu.  If borders are enabled, the scrollbar will appear just inside the right border. Also, if the scrollbar is enabled but all the items would fit in a single "page" in the menu, then the scrollbar won't be displayed.
      The scrollbar uses block characters to draw the scrollbar: ASCII character 176 for the background and ASCII 177 for the block that moves on the scrollbar.  If you want to change those characters, you can change the scrollbarInfo.BGChar and scrollbarInfo.blockChar properties in the menu object.
      By default, the scrollbar colors are high (bright) black for the background and high (bright) white for the moving block character.  If desired, those can be changed with the colors.scrollbarBGColor and colors.scrollbarScrollBlockColor properties in the menu object.
      744806f3
    • deuce's avatar
      Fix Windows builds some more... re-introduce CIOLIB_main(), but only for · b838d32c
      deuce authored
      Win32 now (and it only runs main() from WinMain()).  This shouldn't be
      necessary for MSVC builds.
      b838d32c
    • rswindell's avatar
    • rswindell's avatar
      Data file for use by exec/init-fidonet.js (the next commit of that file · e36f2932
      rswindell authored
      anyway).
      Rather than hard-code the list of known FTN zones and othernets, use this
      easily-updated file.
      e36f2932
    • deuce's avatar
      Remove old env hack to allow screen saver. · 57c12f2f
      deuce authored
      57c12f2f
    • deuce's avatar
      28bcd354
    • deuce's avatar
      Fix Win32 SDL. · 973acd73
      deuce authored
      load_sdl_funcs() is no longer called from SDL_win32_main()
      Further, the Handle thing doesn't exist anymore, so just remove it.
      973acd73
  2. Mar 31, 2020
  3. Mar 30, 2020
  4. Mar 29, 2020
Loading