• src/uifc/filepick.c

    From deuce@VERT to CVS commit on Thu Feb 6 03:24:49 2014
    src/uifc filepick.c 1.32 1.33
    Update of /cvsroot/sbbs/src/uifc
    In directory cvs:/tmp/cvs-serv12084

    Modified Files:
    filepick.c
    Log Message:
    Remove mouse.h



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From deuce@VERT to CVS commit on Thu Jan 8 20:27:15 2015
    src/uifc filepick.c 1.33 1.34
    Update of /cvsroot/sbbs/src/uifc
    In directory cvs:/tmp/cvs-serv2900

    Modified Files:
    filepick.c
    Log Message:
    When selecting files, start in the files pane. When selecting dirs, start
    in the dir pane.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From deuce@VERT to CVS commit on Sun Feb 8 16:28:46 2015
    src/uifc filepick.c 1.34 1.35
    Update of /cvsroot/sbbs/src/uifc
    In directory cvs:/tmp/cvs-serv26203

    Modified Files:
    filepick.c
    Log Message:
    Ensure cfile is initialized. Previously since the current column was always the directory list on entry, it would always get initialized first time
    through the loop.

    Since file selection now defaults to the file column, this was no longer happening leaving the path/filename as a zero-length string meaning if you wanted to enter a filename directly (as in creating a capture file), you
    had to either select a directory first, or type the full path.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From deuce@VERT to CVS commit on Sat Feb 14 02:31:05 2015
    src/uifc filepick.c 1.35 1.36
    Update of /cvsroot/sbbs/src/uifc
    In directory cvs:/tmp/cvs-serv16553

    Modified Files:
    filepick.c
    Log Message:
    Support left/right arrow keys for moving between directory and file columns.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From deuce@VERT to CVS commit on Sat Feb 14 06:00:03 2015
    src/uifc filepick.c 1.36 1.37
    Update of /cvsroot/sbbs/src/uifc
    In directory cvs:/tmp/cvs-serv18877

    Modified Files:
    filepick.c
    Log Message:
    Do horrible things to support Windows namespace where drive letters are
    located speciously designated as "\\?\" but displayed and input as ""
    since that's how Windows users think of it.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From deuce@VERT to CVS commit on Thu Feb 19 01:03:05 2015
    src/uifc filepick.c 1.37 1.38
    Update of /cvsroot/sbbs/src/uifc
    In directory cvs:/tmp/cvs-serv8903

    Modified Files:
    filepick.c
    Log Message:
    Handle CIO_KEY_QUIT properly.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From deuce@VERT to CVS commit on Thu Feb 1 00:36:16 2018
    src/uifc filepick.c 1.38 1.39
    Update of /cvsroot/sbbs/src/uifc
    In directory cvs:/tmp/cvs-serv28627

    Modified Files:
    filepick.c
    Log Message:
    Fix warning.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From deuce@VERT to CVS commit on Tue Feb 20 11:06:37 2018
    src/uifc filepick.c 1.39 1.40
    Update of /cvsroot/sbbs/src/uifc
    In directory cvs:/tmp/cvs-serv20485

    Modified Files:
    filepick.c
    Log Message:
    Fix leak in filepick when exiting from the mask field.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From deuce@VERT to CVS commit on Wed Feb 21 10:44:48 2018
    src/uifc filepick.c 1.40 1.41
    Update of /cvsroot/sbbs/src/uifc
    In directory cvs:/tmp/cvs-serv3953

    Modified Files:
    filepick.c
    Log Message:
    Handle UIFC_XF_QUIT better.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Mon Jan 14 19:07:11 2019
    src/uifc filepick.c 1.41 1.42
    Update of /cvsroot/sbbs/src/uifc
    In directory cvs:/home/rswindell/sbbs/src/uifc

    Modified Files:
    filepick.c
    Log Message:
    Get rid of this file's local getdirname() in favor of the xpdev/dirwrap.c function of the same name. The dirwrap version (now) behaves identically
    when passed a pathname ending in a directory name (ending in a '/') but
    differs when passed a pathname ending in a file name (not ending in a '/'). That should be okay.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Fri Dec 23 21:22:54 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/62552ccffad6e6c25cdc36c8
    Modified Files:
    src/uifc/filepick.c
    Log Message:
    Don't re-draw the current list (it will be redrawn in the switch statement)

    Fixes SyncTERM SF bug 93
    ---
    ï¿­ Synchronet ï¿­ Vertrauen ï¿­ Home of Synchronet ï¿­ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Wed Mar 29 16:33:45 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/c4770ca49e929c8f0b30e486
    Modified Files:
    src/uifc/filepick.c
    Log Message:
    Fix GCC 12.2 warning

    warning: ‘%s’ directive writing up to 16384 bytes into a region of size between 1 and 16385 [-Wformat-overflow=]
    ---
    ï¿­ Synchronet ï¿­ Vertrauen ï¿­ Home of Synchronet ï¿­ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Thu May 25 19:05:17 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/e5e1506db61831fa3f9e0de2
    Modified Files:
    src/uifc/filepick.c
    Log Message:
    Fix build issue introduced with SCRN_LEFT redefinition in uifc.h
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Tue Apr 23 00:25:42 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/68ac22afbc1d26fb84985e03
    Modified Files:
    src/uifc/filepick.c
    Log Message:
    Fix strlcpy() not defined warning in Windows build
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net