Found an annoying bug in textboxes where deteting nothing inserted the command as a character when the condition for deleting was not met and the deleting keys were mistaken for printable. Should probably fix the printable classification as well, but this fixes the textbox.
Regular expressions for checking if something is a number forgot to check that all input was consumed before accepting, allowing garbage data after numbers.
Extended ranges for SafePointer, by using more intptr_t types.
Found an annoying bug in textboxes where deteting nothing inserted the command as a character when the condition for deleting was not met and the deleting keys were mistaken for printable. Should probably fix the printable classification as well, but this fixes the textbox.
Regular expressions for checking if something is a number forgot to check that all input was consumed before accepting, allowing garbage data after numbers.
Extended ranges for SafePointer, by using more intptr_t types.
Named arguments in some lambda functions.