Custom Query (25 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (7 - 9 of 25)

1 2 3 4 5 6 7 8 9
Ticket Resolution Summary Owner Reporter
#21 fixed Avoid re-creating textures during each frame Ben Lippmeier
Description

The current drawPicture function reverses the byte order of textures and creates texture objects for every frame. This is ok when the texture is being algorithmically generated for each frame, but is wasteful if the texture is a static picture. We need a better design for this.

#22 fixed Delete key delivered as `Char '\DEL'` instead of `SpecialKey KeyDelete` Chris Smith
Description

With:

  • Ubuntu 11.4
  • freeglut 2.6.0
  • GHC 7.2
  • OpenGL 2.4.0.1
  • Gloss 1.3.4.1

Pressing the delete key causes an event to be delivered as Char '\DEL', despite the fact that a constructor exists for it in SpecialKey.

#18 fixed Documentation typo Chris Smith
Description

There is a typo in the documentation, in Graphics.Gloss.Data.Picture.

1 2 3 4 5 6 7 8 9
Note: See TracQuery for help on using queries.