1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-04 22:20:24 +00:00
qb64/internal/c
FellippeHeitor d911e3d01e Implements _ALLOWFULLSCREEN to set how ALT+ENTER behaves. Closes #22.
Syntax:
    _ALLOWFULLSCREEN [{_STRETCH|_SQUAREPIXELS|_OFF|_ALL}][,{_SMOOTH|_OFF|_ALL}]

Existing _FULLSCREEN statement is not bound by _ALLOWFULLSCREEN's settings, only the ALT+ENTER key combo.
2018-06-29 11:30:14 -03:00
..
c_compiler (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
libqb Fix makeline in setup_win.bat. 2016-09-06 11:17:12 -03:00
parts Fix detection of title bar height globally. 2018-06-27 11:03:33 -03:00
common.h Remove some SDL stuff that was dead weight 2018-01-16 20:56:45 +11:00
libqb.cpp Implements _ALLOWFULLSCREEN to set how ALT+ENTER behaves. Closes #22. 2018-06-29 11:30:14 -03:00
libqb.h Move all executable code out of common.cpp; rename to common.h 2018-01-05 21:22:36 +11: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 (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
mtri1.cpp (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
mtri1s.cpp (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
mtri1t.cpp (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
mtri1ts.cpp (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
mtri2.cpp (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
mtri2s.cpp (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
mtri2t.cpp (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
mtri2ts.cpp (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
mtri3.cpp (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
mtri3s.cpp (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
mtri3t.cpp (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
mtri3ts.cpp (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
mtri4.cpp (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
mtri4s.cpp (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
mtri4t.cpp (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
mtri4ts.cpp (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
myip.cpp (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
os.h QB64_LINUX is now for linux exclusively 2018-01-16 20:22:32 +11: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 _ALLOWFULLSCREEN to set how ALT+ENTER behaves. Closes #22. 2018-06-29 11:30:14 -03:00
time64.c (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
time64.h (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00