1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-09-20 02:04:44 +00:00
QB64-PE/source
Luke Ceddia 90af0d6e73 Reliably enable window defocus on Linux
The FocusIn/FocusOut X11 events are more reflective of active
foreground window that Enter/Leave, which only relates to mouse
movement. In particular, FocusOut fires when Alt-Tabbing away
so the alt key is correctly released.

Also re-enable IDE defocus processing on Linux so the Alt key no
longer keeps the menus selected when Alt-Tabbing.
2024-06-03 08:07:41 +10:00
..
global Bump version to 3.13.1 2024-05-15 20:23:38 +05:30
ide Reliably enable window defocus on Linux 2024-06-03 08:07:41 +10:00
subs_functions Add initial support for logical boolean operators 2024-04-02 22:13:54 +05:30
utilities Assume UDT sizes are whole number of bytes 2024-06-01 20:12:59 +10:00
.gitignore Don't ignore .bas files in source directory 2022-04-28 17:20:45 -04:00
peLogo.png Step 10: Update remaining stuff 2022-08-12 02:54:12 +02:00
qb64pe.bas Zero memory on redim array of UDT 2024-06-01 20:13:20 +10:00
qb64pe.ico Step 4: Update Windows icon & resource file 2022-08-10 02:03:12 +02:00
qb64pe.png Step 2: Update Linux icon file 2022-08-10 00:48:56 +02:00