1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-05 18:10:24 +00:00
qb64/internal/c
FellippeHeitor c83b15eb95 Implements Drag/Drop of files onto a program's window (Windows-only).
New statement:
    _ACCEPTFILEDROP [{ON|OFF}]
    Enables a program to accept files being dropped from a folder.

New functions:
    _TOTALDROPPEDFILES
    Returns the number of files that have been received via drag/drop.

    _DROPPEDFILE$
    Returns the list of files that have been dropped. The function sequentially returns the file list and decreases _TOTALDROPPEDFILES with every read.
2018-07-31 00:23:36 -03:00
..
c_compiler (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
libqb Indentation work. No actual code changes. 2018-06-30 14:23:33 -03:00
parts Implements Drag/Drop of files onto a program's window (Windows-only). 2018-07-31 00:23:36 -03:00
common.h Indentation work. No actual code changes. 2018-06-30 14:23:33 -03:00
libqb.cpp Implements Drag/Drop of files onto a program's window (Windows-only). 2018-07-31 00:23:36 -03:00
libqb.h Indentation work. No actual code changes. 2018-06-30 14:23:33 -03:00
libqb.mm (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
makedat_lnx32.txt (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
makedat_lnx64.txt (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
makedat_win32.txt (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
makedat_win64.txt (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
makeline_lnx.txt (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
makeline_osx.txt (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
makeline_win.txt (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
msbin.c Indentation work. No actual code changes. 2018-06-30 14:23:33 -03:00
mtri1.cpp Indentation work. No actual code changes. 2018-06-30 14:23:33 -03:00
mtri1s.cpp Indentation work. No actual code changes. 2018-06-30 14:23:33 -03:00
mtri1t.cpp Indentation work. No actual code changes. 2018-06-30 14:23:33 -03:00
mtri1ts.cpp Indentation work. No actual code changes. 2018-06-30 14:23:33 -03:00
mtri2.cpp Indentation work. No actual code changes. 2018-06-30 14:23:33 -03:00
mtri2s.cpp Indentation work. No actual code changes. 2018-06-30 14:23:33 -03:00
mtri2t.cpp Indentation work. No actual code changes. 2018-06-30 14:23:33 -03:00
mtri2ts.cpp Indentation work. No actual code changes. 2018-06-30 14:23:33 -03:00
mtri3.cpp Indentation work. No actual code changes. 2018-06-30 14:23:33 -03:00
mtri3s.cpp Indentation work. No actual code changes. 2018-06-30 14:23:33 -03:00
mtri3t.cpp Indentation work. No actual code changes. 2018-06-30 14:23:33 -03:00
mtri3ts.cpp Indentation work. No actual code changes. 2018-06-30 14:23:33 -03:00
mtri4.cpp Indentation work. No actual code changes. 2018-06-30 14:23:33 -03:00
mtri4s.cpp Indentation work. No actual code changes. 2018-06-30 14:23:33 -03:00
mtri4t.cpp Indentation work. No actual code changes. 2018-06-30 14:23:33 -03:00
mtri4ts.cpp Indentation work. No actual code changes. 2018-06-30 14:23:33 -03:00
myip.cpp Indentation work. No actual code changes. 2018-06-30 14:23:33 -03:00
os.h Indentation work. No actual code changes. 2018-06-30 14:23:33 -03:00
purge_all_precompiled_content.bat Resolved the issue of user mods not working for $console:only programs 2017-09-25 21:56:24 +10:00
purge_all_precompiled_content.command Resolved the issue of user mods not working for $console:only programs 2017-09-25 21:56:24 +10:00
purge_all_precompiled_content.sh Resolved the issue of user mods not working for $console:only programs 2017-09-25 21:56:24 +10:00
purge_all_precompiled_content_lnx.sh Resolved the issue of user mods not working for $console:only programs 2017-09-25 21:56:24 +10:00
purge_all_precompiled_content_osx.command Resolved the issue of user mods not working for $console:only programs 2017-09-25 21:56:24 +10:00
purge_all_precompiled_content_win.bat Resolved the issue of user mods not working for $console:only programs 2017-09-25 21:56:24 +10:00
purge_libqb_only.bat (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
qbx.cpp Implements Drag/Drop of files onto a program's window (Windows-only). 2018-07-31 00:23:36 -03:00
time64.c Indentation work. No actual code changes. 2018-06-30 14:23:33 -03:00
time64.h Indentation work. No actual code changes. 2018-06-30 14:23:33 -03:00