panne       2003/03/16 10:27:22 PST

  Modified files:
    libraries/GLUT/Graphics/UI GLUT.hs 
    libraries/GLUT/Graphics/UI/GLUT Begin.hs Callbacks.hs 
                                    Colormap.hs Constants.hs 
                                    Debugging.hs DeviceControl.hs 
                                    Fonts.hs GameMode.hs 
                                    Initialization.hs Menu.hs 
                                    Objects.hs Overlay.hs 
                                    QueryUtils.hs State.hs 
                                    Window.hs 
    libraries/GLUT/Graphics/UI/GLUT/Callbacks Global.hs 
                                              Registration.hs 
                                              Window.hs 
    libraries/GLUT/examples/RedBook Hello.hs Smooth.hs 
  Added files:
    libraries/GLUT/Graphics/UI/GLUT Types.hs 
  Log:
  Use state variables throughout GLUT's Haskell API, resulting in a much
  smaller & more orthogonal API. After this commit, the API itself
  should stabilize...
  
  Revision  Changes    Path
  1.19      +4 -4      fptools/libraries/GLUT/Graphics/UI/GLUT.hs
  1.4       +2 -2      fptools/libraries/GLUT/Graphics/UI/GLUT/Begin.hs
  1.5       +6 -6      fptools/libraries/GLUT/Graphics/UI/GLUT/Callbacks.hs
  1.8       +87 -68    fptools/libraries/GLUT/Graphics/UI/GLUT/Colormap.hs
  1.9       +2 -2      fptools/libraries/GLUT/Graphics/UI/GLUT/Constants.hs
  1.4       +2 -2      fptools/libraries/GLUT/Graphics/UI/GLUT/Debugging.hs
  1.3       +4 -4      fptools/libraries/GLUT/Graphics/UI/GLUT/DeviceControl.hs
  1.7       +37 -43    fptools/libraries/GLUT/Graphics/UI/GLUT/Fonts.hs
  1.11      +7 -6      fptools/libraries/GLUT/Graphics/UI/GLUT/GameMode.hs
  1.20      +11 -44    fptools/libraries/GLUT/Graphics/UI/GLUT/Initialization.hs
  1.6       +20 -6     fptools/libraries/GLUT/Graphics/UI/GLUT/Menu.hs
  1.5       +4 -4      fptools/libraries/GLUT/Graphics/UI/GLUT/Objects.hs
  1.6       +120 -90   fptools/libraries/GLUT/Graphics/UI/GLUT/Overlay.hs
  1.2       +2 -2      fptools/libraries/GLUT/Graphics/UI/GLUT/QueryUtils.hs
  1.16      +103 -277  fptools/libraries/GLUT/Graphics/UI/GLUT/State.hs
  1.18      +181 -86   fptools/libraries/GLUT/Graphics/UI/GLUT/Window.hs
  1.7       +29 -24    fptools/libraries/GLUT/Graphics/UI/GLUT/Callbacks/Global.hs
  1.6       +5 -4      
fptools/libraries/GLUT/Graphics/UI/GLUT/Callbacks/Registration.hs
  1.20      +98 -104   fptools/libraries/GLUT/Graphics/UI/GLUT/Callbacks/Window.hs
  1.4       +1 -1      fptools/libraries/GLUT/examples/RedBook/Hello.hs
  1.3       +3 -3      fptools/libraries/GLUT/examples/RedBook/Smooth.hs
_______________________________________________
Cvs-libraries mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-libraries

Reply via email to