81b8c138baAdd move semantics to sf::Texture, using combined copy/move assignment operator
Jan Haller
2020-07-05 15:54:12 +0200
3557c46ae6Add support for buffered DirectInput data to reduce polling load when it is supported. Only attempt setting a DirectInput device's axis mode if the device reports having axes and its axis mode is not already set to absolute. If the axis mode still can't be set to absolute, blacklist the device so that any future attempts will abort early. This should help when dealing with broken device drivers that report being game controllers and not fully supporting game controller functionality.
binary1248
2020-01-04 02:51:18 +0100
95c98093e9Adjustable processing interval in SoundStream #1517
scotth
2020-05-28 21:06:18 +0930
0337568846Remove link in documentation main page
Lukas Dürrenberger
2020-05-26 23:37:00 +0200
00c10ad600Code review small fixes
Elias Daler
2018-05-16 09:30:16 +0300
2dfdfc3930Remove fallthrough in switch-case
Elias Daler
2018-04-10 01:53:02 +0300
6684ead5d6Better descriptions for some keys (e.g. "Shift (Left)" -> "Left Shift")
Elias Daler
2018-04-10 00:04:27 +0300
2e66791d52Removed duplication in a comment
Elias Daler
2018-04-10 00:00:40 +0300
babd5af074Code review changes
Elias Daler
2018-04-09 23:56:55 +0300
dae210e75cFix formatting
Elias Daler
2018-04-07 22:56:53 +0300
c99611a226Really fix enter keys confusion...
Elias Daler
2018-04-07 22:53:45 +0300
2ca993e96eSwap ScanEnter and ScanReturn (ScanEnter = Numpad Enter, ScanReturn = Keyboard Enter)
Elias Daler
2018-04-07 22:45:18 +0300
0632f88379Better order of includes
Elias Daler
2018-04-03 02:14:15 +0300
d78858fe37Added "ReverseSolidus" support
Elias Daler
2018-04-03 01:34:41 +0300
993cf0bcdcCorrect initialization of mapping arrays
Elias Daler
2018-04-03 01:16:06 +0300
8850944f83Changed getDescription output: Alt -> Meta, System -> Super
Elias Daler
2018-04-03 00:11:31 +0300
e430aa3106Added NullKeyCode constant for readability
Elias Daler
2018-04-02 22:39:47 +0300
e40063ab6fSmall fixes
Elias Daler
2018-03-31 18:12:40 +0300
16a95cfc20* Removed redundant "sf::" where possible * Moved some functions from sf::priv::anonymous to anonymous namespace.
Elias Daler
2018-03-31 18:10:39 +0300
75e793218fCoding standards fix (braces on other line)
Elias Daler
2018-03-31 17:55:36 +0300
c4f72fe8c2Safety and handling of edge cases
Elias Daler
2018-03-31 14:20:52 +0300
6cef8046ddSmall refactorings
Elias Daler
2018-03-31 13:48:32 +0300
56457d922aX11InputManager -> KeyboardImpl
Elias Daler
2018-03-31 02:58:01 +0300
281d3d8528X11InputManager now only has static members
Elias Daler
2018-03-31 02:49:44 +0300
02b9dafc6fAlmost got rid of singleton (move a lot of stuff into free functions)
Elias Daler
2018-03-31 02:36:11 +0300
e845e50142X11InputManager doesn't need m_display now
Elias Daler
2018-03-31 02:25:51 +0300
5cb59b802cKeySym to sf::Keyboard::Key mapping (also made better names for keycode, sf::Scancode and sf::Key conversion functions)
Elias Daler
2018-03-31 02:09:21 +0300
ba513484fcGenerate KeySym -> Unicode mapping, so we don't need to make fake events in getDescription now
Elias Daler
2018-03-31 01:47:06 +0300
7a862c917aFixed broken code
Elias Daler
2018-03-30 23:44:36 +0300
37a49302afgetDescription implementation for X11
Elias Daler
2018-03-29 23:33:14 +0300
84a19239a4Add comments for functions and follow SFML's coding standard more closely
Elias Daler
2018-03-29 21:50:42 +0300
79a37aa845Store pointer to Display in X11InputManager
Elias Daler
2018-03-29 21:11:37 +0300
fd771a510eInitial Windows implementation
jonathan.r.paton@googlemail.com
2017-09-28 20:28:42 +0100
4bb268c806Use Scan prefix instead of s and getDescription instead of localizedRepresentation.
Lukas Dürrenberger
2017-09-09 01:21:29 +0200
ec1a10e66dAdd new API for scancodes
Marco Antognini
2017-03-27 00:36:59 +0200
4ac3033d1aAdd minor changes according to the review
Lukas Dürrenberger
2020-01-21 21:19:40 +0100
8b23ac1c48Use Scan prefix instead of s and getDescription instead of localizedRepresentation.
Lukas Dürrenberger
2017-09-09 01:21:29 +0200
92594f2632Handle layout changes on macOS
Marco Antognini
2017-05-26 11:03:21 +0200
dfdb29eecbAdd support of scancodes for macOS
Marco Antognini
2017-03-28 23:37:06 +0200
e35732366dAdd new API for scancodes
Marco Antognini
2017-03-27 00:36:59 +0200
950d10c49fAdded and fixed some scancodes
jonathan.r.paton@googlemail.com
2017-10-04 15:21:18 +0100
7f9bca43c5Initial Windows implementation
jonathan.r.paton@googlemail.com
2017-09-28 20:28:42 +0100
188aaae7a1Add support of scancodes for macOS
Marco Antognini
2017-03-28 23:37:06 +0200
e1380f182aAdd new API for scancodes
Marco Antognini
2017-03-27 00:36:59 +0200
6c8544413fAdd minor changes according to the review
Lukas Dürrenberger
2020-01-21 21:19:40 +0100
cf3752ce77Use Scan prefix instead of s and getDescription instead of localizedRepresentation.
Lukas Dürrenberger
2017-09-09 01:21:29 +0200
7a99260eadHandle layout changes on macOS
Marco Antognini
2017-05-26 11:03:21 +0200
9dc7f3dc79Add support of scancodes for macOS
Marco Antognini
2017-03-28 23:37:06 +0200
e122972832Add new API for scancodes
Marco Antognini
2017-03-27 00:36:59 +0200
110fb75513Rename FindVorbis -> FindVORBIS, for consistency with exported variables (e.g. VORBIS_FOUND)
Jan Haller
2019-12-08 10:27:09 +0100
519e1f9572Improve sf::Transform documentation
Jan Haller
2019-12-07 20:03:13 +0100
bf98acc61fForce OpenGL states to be reset when RenderTarget detects that a new context has to be tracked. In the case a context is re-created, FBO RenderTextures would not trigger resetting of the OpenGL states if they were drawn to first since re-initialization of the RenderTarget only happens when a context owner such as a RenderWindow is re-created. Fixes#1625.
binary1248
2019-12-09 00:57:15 +0100
a1d4bc80c2Changed Doxygen single-line comment format
Mario Liebisch
2019-11-14 13:57:48 +0100
Implemented initial support for modular rendering backends. Currently only the existing GL1 renderer implementation is available.
feature/modular_rendering_backends
binary1248
2019-05-08 01:05:25 +0200
80c3bdc23cFix CMake scripts to install and find doxygen's generated SFML.tag file
kimci86
2019-11-14 20:45:09 +0100
6a79ebf1b3Fixed text rendering artifacts on Radeon cards, revised.
Radek Dutkiewicz
2019-10-23 00:53:34 +0100
689f468e36Fixed text rendering artifacts on Radeon cards.
Radek Dutkiewicz
2019-03-09 03:54:45 +0000
6272f853c1Add support for creating Vulkan window surfaces.
binary1248
2018-09-15 11:49:16 +0200
8886134156fix(compilation): clang compilation on windows
Sztergbaum Roman
2019-09-14 15:41:57 +0200
2eb70c6537Replaced glLoadGen loader with glad loader and dynamically load EGL and GLES extensions as is done for desktop GL.
Lukas Dürrenberger
2019-04-13 13:16:32 +0200
f2b8e6397bRemove the glFlush() call that became unnecessary after 3871e01a9f was merged. This also fixes glFlush() being called in a state in which no context would be active in specific use cases.
binary1248
2019-08-30 23:05:03 +0200