SFML/bindings/ruby/sfml-graphics/graphics
groogy 0aafc6b6ba Added commentaries to all new initialize methods.
Also moved the commentaries in SFML::Window from the Window_New function to Window_Initialize.

git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1746 4e206d99-4929-0410-ac5d-dfc041789085
2010-12-04 21:17:35 +00:00
..
Color.cpp Fixed some mistakes on my behalf and possibly the sf::RenderTarget::Draw segmentation fault. And I did it without dynamic cast! 2010-11-25 22:45:30 +00:00
Color.hpp Added helper functions to access the color components in SFML::Color 2010-11-19 09:28:16 +00:00
Drawable.cpp Fixed some mistakes on my behalf and possibly the sf::RenderTarget::Draw segmentation fault. And I did it without dynamic cast! 2010-11-25 22:45:30 +00:00
Drawable.hpp Added Drawable module, still have the comments to add and have to test if it works, but theoretically it should be good to go. 2010-11-19 13:29:40 +00:00
Font.cpp Added commentaries to all new initialize methods. 2010-12-04 21:17:35 +00:00
Font.hpp A lot of changed, nothing complete. Just committing so I can transfer location. I'm currently focusing on getting SFML::Image complete since the entire library more or less depends on it. 2010-11-19 18:36:45 +00:00
Glyph.cpp Added a #initialize_copy method to all classes which are wrapped around a C++ object in order to properly copy the values. 2010-12-03 19:47:41 +00:00
Glyph.hpp A lot of changed, nothing complete. Just committing so I can transfer location. I'm currently focusing on getting SFML::Image complete since the entire library more or less depends on it. 2010-11-19 18:36:45 +00:00
Image.cpp Added commentaries to all new initialize methods. 2010-12-04 21:17:35 +00:00
Image.hpp A lot of changed, nothing complete. Just committing so I can transfer location. I'm currently focusing on getting SFML::Image complete since the entire library more or less depends on it. 2010-11-19 18:36:45 +00:00
main.cpp Made the classes that is non-copyable in the C++ library also non-copyable in rbSFML. 2010-12-03 14:12:16 +00:00
main.hpp Small changes in header files and also finished the SoundSource class. 2010-11-24 19:17:57 +00:00
Rect.cpp Fixed an invalid comparison in SFML::Rect#intersects 2010-11-29 08:51:37 +00:00
Rect.hpp Fixed some compilation errors from previous revision. Now it compiles but the classes different methods haven't been bound yet so won't have any effect. 2010-11-20 01:12:58 +00:00
Renderer.cpp Made the classes that is non-copyable in the C++ library also non-copyable in rbSFML. 2010-12-03 14:12:16 +00:00
Renderer.hpp Created the SFML::Renderer class. Got rdoc comments left to do. 2010-11-21 15:47:37 +00:00
RenderImage.cpp Added commentaries to all new initialize methods. 2010-12-04 21:17:35 +00:00
RenderImage.hpp Finished SFML::RenderImage, still got rdoc comments to do. 2010-11-22 16:13:33 +00:00
RenderTarget.cpp Made the classes that is non-copyable in the C++ library also non-copyable in rbSFML. 2010-12-03 14:12:16 +00:00
RenderTarget.hpp Created the SFML::RenderTarget mixin module for my convenience. Consider this class internal! Do not use it directly in your code! 2010-11-22 14:50:09 +00:00
RenderWindow.cpp Added specialized getWidth and getHeight to SFML::RenderImage and SFML::RenderWindow. Also removed documentation from the specialized methods. 2010-11-30 05:33:44 +00:00
RenderWindow.hpp A lot of changes. But all lead to that you now can draw shapes on a SFML::RenderWindow 2010-11-23 05:58:32 +00:00
Shader.cpp Added commentaries to all new initialize methods. 2010-12-04 21:17:35 +00:00
Shader.hpp Finished the SFML::Shader class. Still got rdoc comments to do. 2010-11-21 13:32:26 +00:00
Shape.cpp Added a #initialize_copy method to all classes which are wrapped around a C++ object in order to properly copy the values. 2010-12-03 19:47:41 +00:00
Shape.hpp A lot of changes. But all lead to that you now can draw shapes on a SFML::RenderWindow 2010-11-23 05:58:32 +00:00
Sprite.cpp Added a #initialize_copy method to all classes which are wrapped around a C++ object in order to properly copy the values. 2010-12-03 19:47:41 +00:00
Sprite.hpp Finished the Graphics Module. Gonna go trough all files again now and add the rdoc comments where I've left it out. 2010-11-23 17:21:20 +00:00
Text.cpp Added a #initialize_copy method to all classes which are wrapped around a C++ object in order to properly copy the values. 2010-12-03 19:47:41 +00:00
Text.hpp Finished the Graphics Module. Gonna go trough all files again now and add the rdoc comments where I've left it out. 2010-11-23 17:21:20 +00:00
View.cpp Added a #initialize_copy method to all classes which are wrapped around a C++ object in order to properly copy the values. 2010-12-03 19:47:41 +00:00
View.hpp Finished the SFML::View class. Will add rdoc commentaries later. 2010-11-20 23:42:53 +00:00