0
I Use This!
Inactive

Commits : Listings

Analyzed 8 days ago. based on code collected 8 days ago.
Apr 01, 2025 — Apr 01, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Clarified semantics of Shape::getGlobalBounds(), improved related documentation More... almost 11 years ago
Fixed inconsistency between sf::Touch::getPosition and touch events. More... almost 11 years ago
Fixed Color::toInteger() not being const-qualified More... almost 11 years ago
Added missing GLEXT defines to the OpenGL ES block in GLExtensions.hpp. More... almost 11 years ago
Fixed Unix key repeat not being disabled even after setKeyRepeatEnabled(false) is called. (#871) More... almost 11 years ago
Added OpenGL vendor and renderer string checks to warn if the application is being run using a non-accelerated OpenGL context. More... almost 11 years ago
Removed stricter Unix visual requirements for now and increased Windows pixel format array size from 256 to 512 to make sure all pixel formats are taken into consideration on systems that support that many. More... almost 11 years ago
Made FileInputStream non copyable More... almost 11 years ago
Fixed warning about switches More... almost 11 years ago
Made Windows and Unix pixel format selection more consistent with each other, fixed pixel format evaluation scoring formats with better settings equal to formats with worse settings. More... about 11 years ago
Fixed getting relative mouse position on Unix returning screen coordinates instead. More... about 11 years ago
Fixed GL_ARB_compatibility not being detected causing false compatibility warnings to be emitted when a 3.1 context is created. More... about 11 years ago
Fixed not being able to transition into fullscreen state on window managers that disallow it when Motif or size hints are set, added workaround for fullscreen bug on Openbox. More... about 11 years ago
Bumped back the sfml-graphics OpenGL version requirement to 1.1. Everything beyond 1.1 functionality is optional, with warnings emitted when necessary. More... about 11 years ago
Fix whitespace: Convert tabs to spaces and remove trailing whitespace. More... about 11 years ago
Combined separate horizontal/vertical mouse wheel event types More... about 11 years ago
Removed XCB dependencies (EWMH, ICCCM, Keysyms, Util), added XCB libraries to FindSFML.cmake, fixed checking for X11 library checking for XRandR instead. More... about 11 years ago
Added missing includes in the general headers. More... about 11 years ago
Increased version to 2.3, updated the changelog and license and added Mario to the readme.txt. More... about 11 years ago
Added back accidentally removed headers. More... about 11 years ago
Merge branch 'bugfix/altf4_new' More... about 11 years ago
Switched to the stdio FILE* API for handling streams to provide the expected behavior to Vorbis. More... about 11 years ago
Replaced a few Xlib keyboard handling functions with XCB keyboard handling functions, fixed modified key events returning sf::Keyboard::Unknown on Unix (#847), fixed sf::Keyboard::Quote and sf::Keyboard::Tilde events not functioning properly on Unix, optimized keycode lookup when using sf::Keyboard::isKeyPressed() on Unix. More... about 11 years ago
Fixed RandR not resetting the original screen configuration in some situations. More... about 11 years ago
Add ScopedXcbPtr to CMakeLists.txt, replaced xcb_query_extension with xcb_get_extension_data where possible, removed decorations from fullscreen windows, fixed DRI2 events not being forwarded as Xlib events leading to Mesa not functioning correctly in certain situations. More... about 11 years ago
Merge branch 'feature/gl_dev_new' More... about 11 years ago
Fixed XCB events being handled by the wrong windows in multi-window applications (#843). More... about 11 years ago
Replaced Unix joystick enumeration with a fully native udev implementation which supports an unlimited number of devices (still limited higher up by sf::Joystick::Count though). More... about 11 years ago
Fixed numerous bugs/undefined behavior in the XCB implementation, added a lot more XCB error handling and reporting, make use of xcb-ewmh to handle EWMH for us, refactored some code out of the Window constructor into their own methods, fixed fullscreen state transition not working on window managers that create temporary parent windows when the window is being mapped, removed automatic fullscreen pointer grabbing since that is the subject of #614 and might not be desired in some situations. More... about 11 years ago
Removed separate GLXFBConfig selection during context creation (it is chosen to match the window's already selected visual), reverted to conservative context creation only using glXCreateContextAttribsARB when absolutely necessary. More... about 11 years ago