- Apr 04, 2016
-
-
Paul McCarthy authored
-
- Mar 30, 2016
-
-
Paul McCarthy authored
bug (http://trac.wxwidgets.org/ticket/16440) in FSLDIRDialog.
-
- Mar 29, 2016
-
-
Paul McCarthy authored
-
- Mar 08, 2016
-
-
Paul McCarthy authored
-
- Feb 09, 2016
-
-
Paul McCarthy authored
the main frame.
-
- Feb 08, 2016
-
-
Paul McCarthy authored
-
- Jan 29, 2016
-
-
Paul McCarthy authored
generates the region list on the wx idle loop, so the user can do other stuff while big atlases are loading.
-
- Jan 06, 2016
-
-
Paul McCarthy authored
-
- Oct 29, 2015
-
-
Paul McCarthy authored
-
- Oct 23, 2015
-
-
Paul McCarthy authored
screws with font colours on OSX (due to a bug in wx).
-
Paul McCarthy authored
-
- Aug 28, 2015
-
-
Paul McCarthy authored
starting with the fsl.utils package.
-
Paul McCarthy authored
module.
-
- Aug 14, 2015
-
-
Paul McCarthy authored
-
- Jul 29, 2015
-
-
Paul McCarthy authored
actually draw under Linux/GTK. ProcessingDialog now (by default) runs task in a separate thread, and periodically wx.Yields, to ensure that the dialog does get drawn.
-
Paul McCarthy authored
-
- Jul 27, 2015
-
-
Paul McCarthy authored
display on linux/gtk
-
- Jul 24, 2015
-
-
Paul McCarthy authored
- RenderTexture unbinds itself on frame buffer configuration fail, before raising an error. - RenderTexture was potentially doing integer division on texture size ratio calculation - GL21 LineVector software draw could possibly be called before line vertices had been created. - Line/RGB vector command line args were not enabled - RGBVector was not initialising texture interpolation correctly
-
- Jul 23, 2015
-
-
Paul McCarthy authored
SimpleMessageDialog, which just displays a plain message, and TimeoutDialog, which shows said message, and disappears after a timeout. ProcessingDialog now inherits form SimpleMessageDialog. Another dialog, TextEditDialog, shows an editable/selectable piece of text. This is used by a new CanvasPanel action, showCommandLineArgs, which pops up a dialog allowing the user to copy the command line to recreate the currently visible scene.
-