• src/uifc/filepick.c

    From deuce@VERT to CVS commit on Thursday, February 06, 2014 03:24:49
    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 Thursday, January 08, 2015 20:27:15
    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 Sunday, February 08, 2015 16:28:46
    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 Saturday, February 14, 2015 02:31:05
    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 Saturday, February 14, 2015 06:00:03
    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 Thursday, February 19, 2015 01:03:05
    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 Thursday, February 01, 2018 00:36:16
    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 Tuesday, February 20, 2018 11:06:37
    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 Wednesday, February 21, 2018 10:44:48
    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 Monday, January 14, 2019 19:07:11
    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 Friday, December 23, 2022 21:22:54
    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 Wednesday, March 29, 2023 16:33:45
    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 Thursday, May 25, 2023 19:05:17
    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