Richard Thomson

Results 218 issues of Richard Thomson

Currently, the only way to generate a random dot stereogram is interactively, or with an autokey script. Add command-line support for generating random dot stereograms in batch mode: - parameter...

enhancement

When using boundary trace (`passes=b`), remember the longest boundaries traced out and prioritize regions enclosed by the longest boundary first. This won't change the time to plot the image, but...

enhancement

Whether this means an HTML control hosting the help or just launching a web browser on the local HTML file is not clear. wxWidgets has a robust help system that...

enhancement
documentation
wx

Once the palette editor has been switched to a free-floating window (see #193), create a `wxControl` for palette editing. From there, various enhancements can be made to the palette editing...

enhancement
wx-control

Port the Plot code to wxWidgets as a `wxControl` derived class named `wxPlot`. This will maintain a `wxImage` for the rendered image, maintain the current colormap, and perform all colormap...

enhancement
wx
wx-control

Port the WinText code to a wxWidgets as a `wxControl` derived class named `wxWinText`. This is a bridge to getting all the user interface screens up as fast as possible....

enhancement
wx
wx-control

Use wxWidgets for the main window as `WxDriver`. Initially host the plot and text screen windows inside the main window and show/hide back and forth as is done currently. Use...

enhancement
wx

Replace the colormap save palette screen (`save_palette`) with a modal dialog.

enhancement
wx-dialog

When reading a GIF file, you may be prompted for a video mode to use for it. Replace this prompt screen (`get_video_mode`) with a modal dialog.

enhancement
wx-dialog

Replace the video mode selection screen (`Delete` from the main menu, `select_video_mode`) with a modal dialog.

enhancement
wx-dialog