Summary: Do not allow invalid input in to spinner. Invalid Input can be: 1. '-' should not be inserted anywhere but the starting position, and no more than one '-' can be inputted. 2. No more than one '.' can be inserted.
2a836de spinner: add invalid input validity filter
src/lib/elm_spinner.c | 58 +++++++++++++++++++++++++++++++++++++++++++++----
1 file changed, 54 insertions(+), 4 deletions(-)
Upstream: git.enlightenment.org