- Apr 04, 2021
-
-
Rob Swindell authored
PROP_CHANGES already handled in if() condition CID 33176
-
- Apr 01, 2021
-
-
Deucе authored
ARE YOU HAPPY NOW CYAN?!?!
-
- Mar 31, 2021
- Feb 16, 2021
-
-
Rob Swindell authored
-
Rob Swindell authored
-
- Feb 15, 2021
-
-
Rob Swindell authored
Reverted the SAFECOPY() NULL source-pointer magic "(null)" string thing as that caused a different Coverity issue. Explicitly check for NULL at the call-sites instead.
-
Rob Swindell authored
Reverted the SAFECOPY() NULL source-pointer magic "(null)" string thing as that caused a different Coverity issue. Explicitly check for NULL at the call-sites instead.
-
Rob Swindell authored
Hopefully not introducing any bugs in the process.
-
Rob Swindell authored
Hopefully not introducing any bugs in the process.
-
- Jan 30, 2021
-
-
Rob Swindell authored
Stop lying. Programming is hard enough already.
-
- Jan 29, 2021
-
-
Deucе authored
Now the default bar is INT_MAX, so it always gets corrected when left as default. This is good.
-
Deucе authored
So here's what we're doing now... we set bar so that the first item shown in the menu is the lowest index possible that still shows cur. bar is therefore calculated as the displayed item count minus the distance from cur to the end of the list. Yeah, that's the easiest way to explain it.
-
Deucе authored
-
Deucе authored
-
Deucе authored
scrn, showbuf, timedisplay, bottomline, getstrxy
-
- Nov 28, 2020
-
-
- Oct 15, 2020
-
-
Rob Swindell authored
-
- Sep 13, 2020
-
-
Rob Swindell authored
bool (JSVAL_FALSE), not number (JS_FALSE).
-
- Aug 16, 2020
-
-
Rob Swindell authored
-
- Apr 12, 2020
-
-
rswindell authored
-
- Apr 01, 2020
-
-
deuce authored
-
- Feb 20, 2018
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
valid lvalue. In all the use-cases, the variable is a stack variable going out of scope anyway, so don't bother with nullification.
-
rswindell authored
HANDLE_PENDING() contains a return, so it's theoretically possible that the memory allocated by the previous JSVALUE/STRING_TO_... allocation could be leaked. So now we pass an optional pointer to HANDLE_PENDING() which will call free() on it if it's not NULL, and then sets it to NULL for good measure.
-
- Nov 17, 2017
-
-
rswindell authored
If the old syntax was used (with a list of integers), it would cause a segfault after displaying a corrupted/small dialog due to lots of problems parsing the argument list.
-
- Jan 13, 2016
- Jan 11, 2016
-
-
deuce authored
-
- Jan 10, 2016
-
-
deuce authored
Currently, the (previously undocumented) top, left, width, dflt, and bar parameters to uifc.list() are moved into this object and can no longer be passed in the function call. This is still only half-baked, so it will need a few weeks at least in CVS before it congeals enough to be stable.
-
- Aug 13, 2014
-
-
deuce authored
-
- May 10, 2013
- May 07, 2013
-
-
rswindell authored
-
- Feb 10, 2013
- Nov 12, 2011
- Oct 29, 2011
-
-
deuce authored
resolve callbacks.
-