openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
E
esfml
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
8 days
ago. based on code collected
8 days
ago.
Apr 01, 2025 — Apr 01, 2026
Showing page 1 of 62
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Clarified semantics of Shape::getGlobalBounds(), improved related documentation
Jan Haller
More...
almost 11 years ago
Fixed inconsistency between sf::Touch::getPosition and touch events.
Chase W
More...
almost 11 years ago
Fixed Color::toInteger() not being const-qualified
Jan Haller
More...
almost 11 years ago
Added missing GLEXT defines to the OpenGL ES block in GLExtensions.hpp.
binary1248
More...
almost 11 years ago
Fixed Unix key repeat not being disabled even after setKeyRepeatEnabled(false) is called. (#871)
binary1248
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.
binary1248
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.
binary1248
More...
almost 11 years ago
Made FileInputStream non copyable
Marco Antognini
More...
almost 11 years ago
Fixed warning about switches
Marco Antognini
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.
binary1248
More...
about 11 years ago
Fixed getting relative mouse position on Unix returning screen coordinates instead.
binary1248
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.
binary1248
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.
binary1248
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.
binary1248
More...
about 11 years ago
Fix whitespace: Convert tabs to spaces and remove trailing whitespace.
binary1248
More...
about 11 years ago
Combined separate horizontal/vertical mouse wheel event types
Jan Haller
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.
binary1248
More...
about 11 years ago
Added missing includes in the general headers.
Lukas Dürrenberger
More...
about 11 years ago
Increased version to 2.3, updated the changelog and license and added Mario to the readme.txt.
Lukas Dürrenberger
More...
about 11 years ago
Added back accidentally removed headers.
binary1248
More...
about 11 years ago
Merge branch 'bugfix/altf4_new'
Lukas Dürrenberger
More...
about 11 years ago
Switched to the stdio FILE* API for handling streams to provide the expected behavior to Vorbis.
Lukas Dürrenberger
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.
binary1248
More...
about 11 years ago
Fixed RandR not resetting the original screen configuration in some situations.
binary1248
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.
binary1248
More...
about 11 years ago
Merge branch 'feature/gl_dev_new'
Lukas Dürrenberger
More...
about 11 years ago
Fixed XCB events being handled by the wrong windows in multi-window applications (#843).
binary1248
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).
binary1248
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.
binary1248
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.
binary1248
More...
about 11 years ago
←
1
2
3
4
5
6
7
8
9
…
61
62
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree