| Commit | Date | |
|---|---|---|
|
[r2745]
by
david_costanzo
Add a regression test for bug #2500256, which is that SCROLLBARSET has bad error recovery logic if the max value is less than the min value. |
2009-01-12 00:42:13 | Tree |
|
[r2744]
by
david_costanzo
Fix a bug where the "general MIDI" error didn't display the error-specific string to the user. |
2008-12-23 22:28:13 | Tree |
|
[r2743]
by
david_costanzo
Fix a bug where the status code wasn't being propagated from gifsave_helper(). |
2008-12-23 22:26:32 | Tree |
|
[r2742]
by
david_costanzo
Fix bug #1475214; MIDIOPEN no longer opens MIDI mapper when given bad input. |
2008-12-23 22:11:16 | Tree |
|
[r2741]
by
david_costanzo
Fix bug #1475223; MIDI procedures now throw MIDI-specific errors and no longer display dialog boxes. |
2008-12-23 21:56:15 | Tree |
|
[r2740]
by
david_costanzo
Fix bug #1500676; Windowing procedures now throw windowing-specific errors and no longer display dialog boxes. I added two new errors, one for "WINDOW already exists" and one for "WINDOW does not exist". I could have gone with more specific errors, such as "No scrollbar named NAME exists", but this would have created extra work for the localizers without much benefit to the user. If someone complains, I'll add more specific error messages. |
2008-12-22 23:45:00 | Tree |
|
[r2739]
by
david_costanzo
Fix bug #1500676; Windowing procedures now throw windowing-specific errors and no longer display dialog boxes. I added two new errors, one for "WINDOW already exists" and one for "WINDOW does not exist". I could have gone with more specific errors, such as "No scrollbar named NAME exists", but this would have created extra work for the localizers without much benefit to the user. If someone complains, I'll add more specific error messages. |
2008-12-22 23:39:19 | Tree |
|
[r2738]
by
david_costanzo
Fix bug #1500676; Windowing procedures now throw windowing-specific errors and no longer display dialog boxes. I added two new errors, one for "WINDOW already exists" and one for "WINDOW does not exist". I could have gone with more specific errors, such as "No scrollbar named NAME exists", but this would have created extra work for the localizers without much benefit to the user. If someone complains, I'll add more specific error messages. |
2008-12-22 23:24:36 | Tree |
|
[r2737]
by
david_costanzo
Make it so that SETACTIVEAREA complains about the entire list when the range is invalid, instead of specific members of the list. This is more consistent with how other Logo procedures behave. |
2008-12-20 18:51:27 | Tree |
|
[r2736]
by
david_costanzo
Make the bad input tests expect specific errors to be thrown, rather than accepting any error. |
2008-12-20 18:45:19 | Tree |