| Commit | Date | |
|---|---|---|
|
[r2958]
by
david_costanzo
Fix bug #2813364; SETPENCOLOR and other commands that input a color now throw recoverable bad input errors on more bad input. This change also centralizes the code for converting a color input into a color for more consistent behavior (before, SETPIXEL and GIFSAVE used a different function and so did not accept names for colors). This change it not a big benefit for users. Instead, it was done to make the test pass go more smoothly. |
2009-09-13 06:08:49 | Tree |
| 2009-08-24 01:44:38 | Tree | |
| 2009-08-24 01:44:37 | Tree | |
|
[r2955]
by
david_costanzo
Update the SELECTBOX tests now that the OK and Cancel buttons don't have accessor keys. |
2009-08-23 06:48:34 | Tree |
| 2009-08-23 06:44:11 | Tree | |
| 2009-08-23 05:58:31 | Tree | |
|
[r2952]
by
david_costanzo
Fix a regression where zooming to a very small number (1e-20) would cause the WM_PAINT handler to coerce a large number into an integer, resulting in an unhandled floating point exception. My fix was to keep the numbers as floating point values until they had been clipped into the proper range before converting them back into ints. |
2009-08-23 03:45:53 | Tree |
|
[r2951]
by
david_costanzo
Refactoring: replace code that called numeric_arg() followed by numeric_arg_to_flonum() with a single call to float_arg(). This was done to make the code more readable, but the resulting code should also be a little smaller/faster. |
2009-08-23 02:05:47 | Tree |
|
[r2950]
by
david_costanzo
Refactoring: rename pos_int_arg() to nonnegative_int_arg() to better reflect what it does. |
2009-08-23 01:44:55 | Tree |
| 2009-08-23 01:00:22 | Tree |