| Commit | Date | |
|---|---|---|
| 2009-10-06 04:33:32 | Tree | |
|
[r2960]
by
david_costanzo
Refactoring: Make some of the argument parsing routines static and remove some dead code. |
2009-09-13 21:27:30 | Tree |
|
[r2959]
by
david_costanzo
Fix a minor inefficiency in GetColorArgument() where a COLORREF was unnecessarily split into RGB values, then rejoined into the same COLORREF before being returned. |
2009-09-13 06:15:27 | Tree |
|
[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 |