..
BlendMode.hpp
Make BlendMode::Factor and BlendMode::Equation scoped enumerations
2024-01-27 15:31:30 -07:00
CircleShape.hpp
Header cleanup guided by IWYU
2024-02-09 12:52:23 +01:00
Color.hpp
Self-contained '.inl' headers + minor refactoring
2024-02-05 13:45:01 +01:00
Color.inl
Self-contained '.inl' headers + minor refactoring
2024-02-05 13:45:01 +01:00
ConvexShape.hpp
Header cleanup guided by IWYU
2024-02-09 12:52:23 +01:00
CoordinateType.hpp
Update copyright year
2024-01-26 12:00:22 -07:00
Drawable.hpp
Revert change to Drawable::draw
function signature
2024-04-18 13:18:49 +02:00
Export.hpp
Update copyright year
2024-01-26 12:00:22 -07:00
Font.hpp
Remove default empty state of sf::Font
2024-05-19 14:01:54 -06:00
Glsl.hpp
Header cleanup guided by IWYU
2024-02-09 12:52:23 +01:00
Glsl.inl
constexpr
-fy sf::priv::Vector4
2024-04-11 09:05:28 -06:00
Glyph.hpp
Initialize all sf::Glyph
members
2024-04-07 12:34:37 -06:00
Image.hpp
Use '{}' for default parameter initialization
2024-05-22 11:54:49 -06:00
PrimitiveType.hpp
Update copyright year
2024-01-26 12:00:22 -07:00
Rect.hpp
Self-contained '.inl' headers + minor refactoring
2024-02-05 13:45:01 +01:00
Rect.inl
Self-contained '.inl' headers + minor refactoring
2024-02-05 13:45:01 +01:00
RectangleShape.hpp
Use '{}' for default parameter initialization
2024-05-22 11:54:49 -06:00
RenderStates.hpp
Added support for stencil testing.
2024-01-29 08:13:14 -07:00
RenderTarget.hpp
Fix API documentation bugs
2024-05-03 01:36:55 +00:00
RenderTexture.hpp
Turn 'ContextSettings' into an aggregate and update usages
2024-05-25 00:56:37 +02:00
RenderWindow.hpp
Remove default empty state of sf::Font
2024-05-19 14:01:54 -06:00
Shader.hpp
Use std::string_view
to construct sf::Shader
s without allocations
2024-05-23 19:26:13 -06:00
Shape.hpp
Revert change to Drawable::draw
function signature
2024-04-18 13:18:49 +02:00
Sprite.hpp
Revert change to Drawable::draw
function signature
2024-04-18 13:18:49 +02:00
StencilMode.hpp
Turn 'ContextSettings' into an aggregate and update usages
2024-05-25 00:56:37 +02:00
Text.hpp
Remove default empty state of sf::Font
2024-05-19 14:01:54 -06:00
Texture.hpp
Use '{}' for default parameter initialization
2024-05-22 11:54:49 -06:00
Transform.hpp
Replace C arrays with std::array
2024-05-14 12:47:19 -05:00
Transform.inl
Replace C arrays with std::array
2024-05-14 12:47:19 -05:00
Transformable.hpp
Revert change to Drawable::draw
function signature
2024-04-18 13:18:49 +02:00
Vertex.hpp
Turn 'sf::Vertex' into an aggregate 'struct'
2024-02-19 16:44:06 +00:00
VertexArray.hpp
Revert change to Drawable::draw
function signature
2024-04-18 13:18:49 +02:00
VertexBuffer.hpp
Use American spellings
2024-05-13 00:44:27 -05:00
View.hpp
Remove sf::View::reset
in favor of assignment operations
2024-05-26 10:23:52 -06:00