Skip to content
Snippets Groups Projects
Select Git revision
  • 1.6
  • master default protected
  • v1.6.40
  • v1.6.39
  • v1.6.38
  • v1.6.37
  • v1.6.37.rc1
  • v1.6.36
  • 1.6.35
  • 1.6.34
  • 1.6.33
  • 1.6.32.pre2
  • 1.6.32.pre1
  • 1.6.31
  • 1.6.30
  • 1.6.29
  • 1.6.28
  • 1.6.26
  • 1.6.27
  • 1.6.26.pre1
  • 1.6.25
  • 1.6.25.pre2
22 results

TODO

Blame
  • user avatar
    Lyle Johnson authored
    45cf7d8c
    History
    TODO 841 B
     * What about the existing bug lists and such?
    
     * Review all docs to purge references to SourceForge.
    
     * Modify FXGradientBar so that it just stores a reference to the gradients
       and doesn't own a copy (affects setGradients for example).
    
     * Need tests and/or examples for all the new widgets; see previous list, plus:
    
       - FXFoldingList
       - FXGradientBar
       - FXImageFrame
       - FXRealSpinner
       - FXRuler
       - FXScrollPane
       - FXSphered and FXSpheref
       - FXSpring
       - FXWizard
       - FXXBMIcon
       - FXXBMImage
    
     * Can we replace all of the aliases (in aliases.rb) with something
       based on method_missing? that automatically reroutes, for example,
       a call to SomeClass#tooltip=() to a call to SomeClass#setTooltip()?
    
     * Make FXDirItem#date (and anything else that deals with FXTime
       values) return a Ruby Time object instead.