SFML/include/SFML/Graphics
2010-03-05 11:05:30 +00:00
..
Color.hpp Fixed endless loop when creating an OpenGL 3.x context (bug introduced by the last modification) 2009-12-03 16:47:56 +00:00
Drawable.hpp Removed all the useless "sf::" 2010-02-10 11:09:55 +00:00
Font.hpp Changed the parameter of LoadFromMemory functions to be a const void* instead of a const char* 2010-02-17 14:43:09 +00:00
Glyph.hpp Complete rewrite of sf::Font to make it more flexible (no more fixed charset and size) 2009-12-13 15:49:30 +00:00
Image.hpp Fixed images and shaders sometimes not updated when they are modified while they are used 2010-02-25 19:05:57 +00:00
Matrix3.hpp Changed internal naming convention (local variables now start with a lower case character) 2009-07-11 22:17:24 +00:00
Matrix3.inl Fixed RenderTarget::ConvertCoords returning incorrect tiny numbers for very large views 2010-02-21 22:36:45 +00:00
Rect.hpp Changed internal naming convention (local variables now start with a lower case character) 2009-07-11 22:17:24 +00:00
Rect.inl Changed internal naming convention (local variables now start with a lower case character) 2009-07-11 22:17:24 +00:00
Renderer.hpp Fixed RenderTarget::ConvertCoords returning wrong Y coordinates 2010-02-17 17:17:20 +00:00
RenderImage.hpp Updated the API documentation of RenderTarget, RenderImage and RenderWindow 2010-02-19 14:34:34 +00:00
RenderTarget.hpp Updated the API documentation of RenderTarget, RenderImage and RenderWindow 2010-02-19 14:34:34 +00:00
RenderWindow.hpp Updated the API documentation of RenderTarget, RenderImage and RenderWindow 2010-02-19 14:34:34 +00:00
Shader.hpp Fixed images and shaders sometimes not updated when they are modified while they are used 2010-02-25 19:05:57 +00:00
Shape.hpp Renamed Shape::GetNbPoints to Shape::GetPointsCount (consistent with the other similar functions) 2010-02-17 12:05:02 +00:00
Sprite.hpp Synchronized with trunk 2010-03-05 11:05:30 +00:00
Text.hpp Removed all the automatic batching stuff and replaced it with a more straight-forward implementation using a state cache for optimizing performances 2010-01-19 20:39:32 +00:00
View.hpp Removed all the remaining const_cast, and replaced them with mutable members (this is needed for optimized lazy calculations) 2010-01-13 13:55:20 +00:00