| Commit | Date | |
|---|---|---|
|
[r3072]
by
david_costanzo
Update the size/color preview box while the scrollbars in the size/color pickers are scrolled, instead of waiting until the scrolling is complete. |
2012-01-03 02:39:49 | Tree |
|
[r3071]
by
david_costanzo
Add a dialog box that communicates when you try to set a workspace as a screensaver and it doesn't have a valid startup instruction list (in which case, the screensaver would do nothing) |
2012-01-03 02:39:07 | Tree |
|
[r3070]
by
david_costanzo
Add a manual regression test for bug #3418522, which is that the size and color picker dialog boxes no longer crash on Lenovo laptops when they are scrolled using the touchpad. The test simply sends a WM_VSCROLL message to the "Pen Size" dialog box. This used to result in a stack overflow. |
2012-01-03 01:48:58 | Tree |
|
[r3069]
by
david_costanzo
Fix bug #3418522 - Size and color picker dialog boxes no longer crash on Lenovo laptops when they are scrolled using the touchpad. The problem was that the synaptics software would send a WM_VSCROLL message, which OWL would dispatch to itself, causing an infinite regress and overflowing the stack. The fix is to simply handle and ignore the WM_VSCROLL message. |
2012-01-03 01:47:40 | Tree |
|
[r3068]
by
david_costanzo
Add a dialog box that communicates when you try to set a workspace as a screensaver and it doesn't have a valid startup instruction list (in which case, the screensaver would do nothing) |
2011-10-24 00:38:28 | Tree |
|
[r3067]
by
david_costanzo
Implement feature request #3173392 - FMSLogo's file open/save dialog boxes now use the standard file picker and is resizable. This also removes one more OWL class, which moves FMSLogo one step closer to using wxWidgets. |
2011-06-12 16:43:11 | Tree |
|
[r3066]
by
david_costanzo
Add special targets to compile the screensaver with Microsoft tools, which makes it much easier for me to debug problems. |
2011-03-14 02:13:34 | Tree |
|
[r3065]
by
david_costanzo
Change the screen saver string from "Install Screen Saver" to just "Screen Saver" for consistency with the other checkboxes. |
2011-03-14 01:49:58 | Tree |
|
[r3064]
by
david_costanzo
Add special targets to compile the screensaver with Microsoft tools, which makes it much easier for me to debug problems. |
2011-03-14 01:46:46 | Tree |
|
[r3063]
by
david_costanzo
Get the source code for the language engine to compile with MinGW. I am doing this so that I can compile the screen saver with GNU tools, which is required if I want to support operating systems which are no longer supported by Microsoft. |
2011-01-23 23:47:37 | Tree |