- Mar 03, 2015
- Mar 02, 2015
-
-
rswindell authored
-
- Feb 28, 2015
- Feb 27, 2015
-
-
deuce authored
-
deuce authored
-
deuce authored
the window.
-
deuce authored
casting to the preferred type inside the function.
-
deuce authored
menus.
-
deuce authored
the high intensity attribute can. Using CTerm, this is controlled via the CSI [ ? 34 h/l commands. Also add CSI [ ? 35 h which disables blinking (reversed by CSI [ ? 35 l)
-
deuce authored
-
sbbs authored
-
deuce authored
Reported by Android8675
-
- Feb 26, 2015
-
-
deuce authored
now that we're patching it.
-
rswindell authored
Inno Setup and syncterm.iss) - it's a script file for Windows ftp.exe to get the daily-generated syncterm.lst file from Vertrauen's Synchronet BBS List.
-
rswindell authored
- no longer includes cl32.dll (not needed) - includes getlist.ftp with a shortcut to get Verrauen's syncterm.lst via ftp - installls all the "user fonts" and pre-configures several of the most useful and unique ones.
-
rswindell authored
-
deuce authored
-
rswindell authored
-
rswindell authored
-
deuce authored
-
deuce authored
-
rswindell authored
-
- Feb 25, 2015
-
-
deuce authored
When a resize event is serviced, cache the new scaling factor. Next time the event queue is empty, attempt to lock vstatlock. If that succeeds, apply the new scaling. If not, wait for the queue to drain again. This may cause the scaling to be slightly delayed, but should completely solve this deadlock. This deadlock likely never affected FreeBSD since FreeBSD has deadlock detection, and the return value of pthread_mutex_lock() isn't tested. The result would have been a silent failure to lock, and an update of the scaling factor regardless, followed by a silent (again untested) failure of the matching pthread_mutex_unlock() call.
-
deuce authored
by sdl_ufunc_mtx. Fix up the sdl_ufunc_mtx usage to help prevent errors. Also, work around a deadlock on Win32 where a video resize event while a redraw event is later in the queue would deadlock on the vstatlock mutex. This problem is *not* completely resolved yet. I think the new scaling will need to be cached, then applied the next time the queue is empty.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
Reported by Digital Man
-
deuce authored
Reported by Digital Man.
-
deuce authored
-
- Feb 24, 2015
- Feb 23, 2015
-
-
deuce authored
-
- Feb 21, 2015
-
-
rswindell authored
-
- Feb 19, 2015
-
-
deuce authored
-
deuce authored
every key input as well as every return from a UIFC function that waits for input. This also fixes what appears to have been a bug in renaming an entry which could have broken things if you tried to enter a zero-length BBS name. There may still be weird edge cases where the quit button doesn't work, but this should fix most of them.
-
deuce authored
WIN_EXTKEYS special.
-