Commit graph

  • 7fe96d1ba3 Fixed Xlib crashing in sf::Window:setIcon because it expects the element data type passed to XChangeProperty to be unsigned long (architecture dependent 32-bit or 64-bit) instead of sf::Uint32 (architecture independent 32-bit) (#1168). Also adjusted other occurrences of wrong types passed to XChangeProperty with format set to 32. binary1248 2016-11-26 15:51:24 +0100
  • 2857207cae Replaced TransientContextLock implementation with a more elaborate one which relies on locking a single mutex and thus avoids lock order inversion. Fixes #1165. binary1248 2016-11-27 18:31:21 +0100
  • 022f1590d8 Fixed GLX extensions being loaded too late preventing multisampling configuration information from being read during format selection. GLX extensions are now loaded as early as possible either in a constructor of GlxContext or GlxContext::selectBestVisual. binary1248 2017-01-18 20:54:51 +0100
  • c678cae498 fixed sf::Image::create Fytch 2016-11-11 11:52:20 +0100
  • 8c7c48481b Windows: Removed thread affinity changes in sf::Clock Mario Liebisch 2015-11-19 14:32:07 +0100
  • 6fabc38987 Fixed GLX extensions being loaded too late preventing multisampling configuration information from being read during format selection. GLX extensions are now loaded as early as possible either in a constructor of GlxContext or GlxContext::selectBestVisual. binary1248 2017-01-18 20:54:51 +0100
  • 70e3c3529a fixed sf::Image::create Fytch 2016-11-11 11:52:20 +0100
  • da3632b005 Windows: Removed thread affinity changes in sf::Clock Mario Liebisch 2015-11-19 14:32:07 +0100
  • 5eaa748adb Addressed Seeking Quirks in FLAC Reader Cobaltergeist 2016-10-13 22:01:37 -0700
  • 746bb9c8ca Changed fillAndPushBuffer to use a retry loop. Cobaltergeist 2016-09-24 13:52:41 -0700
  • 77d19859bc Added protected d-tor to sf::NonCopyable to prevent possible resource leaks. Lukas Dürrenberger 2016-10-13 23:41:15 +0200
  • 67ef694443 Incremented SFML version number and added changes to the changelog. Lukas Dürrenberger 2016-10-21 17:07:22 +0200
  • b3e44568df Incremented SFML version number and added changes to the changelog. 2.4.1 Lukas Dürrenberger 2016-10-21 17:07:22 +0200
  • 303d07976c Added back GlResource::ensureGlContext() for ABI compatibility. Lukas Dürrenberger 2016-10-24 14:09:14 +0200
  • b74391cf97 Removed internal OpenGL contexts, reduced the number of temporary contexts that get created during runtime. binary1248 2015-10-04 17:03:43 +0200
  • 6c0b7857f9 Added some simple messaging when trying to build under Cygwin Mario Liebisch 2016-09-22 15:26:07 +0200
  • 3d7f354d25 Clarify documentation on Rect::contains function bounds Mischa Aster Alff 2016-09-17 17:41:10 +0200
  • bc121e9bda Fixed inconsistency between doc and impl on OS X for the grab feature Marco Antognini 2016-09-16 09:24:39 +0200
  • 555d0c484b Converted Unix Window implementation from XCB back to Xlib. binary1248 2016-08-14 02:52:49 +0200
  • eacdafe9d7 Fixes bug #1049: iOS orientation change handling re-scales window size by backingScaleFactor. louis-langholtz 2016-01-26 14:11:52 -0700
  • 1424fa4dc3 update Window documentation Hapaxia 2016-08-16 15:23:16 +0100
  • 946dbce6c4 Fixed possible hang when setting visibility if external window sources e.g. Qt don't forward visibility notify events to us. binary1248 2016-08-21 14:01:24 +0200
  • 42146ea070 Fixed leak of XVisualInfo objects during GlxContext creation. binary1248 2016-08-20 14:20:15 +0200
  • d9056ad5b3 Changed uniform error message Hapax 2016-08-13 12:35:08 +0100
  • fea5d47221 Define SFML_OS_FREEBSD when compiling for kFreeBSD James Cowgill 2016-08-11 21:46:26 +0100
  • e2c4bca779 UdpSocket.hpp typo in comment for void unbind() Dka8 2016-08-01 18:59:39 +0300
  • cb097ff8d8 Correctly add XCB components if no components are requested Manu343726 2016-07-27 12:30:59 +0200
  • f72888fac3 Fixed not being able to set the window icon properly on some Unix window managers (#1087) and added support for setting the window icon via ICCCM (_NET_WM_ICON). binary1248 2016-05-10 02:07:17 +0200
  • 2207af41e4 Fixed inconsistent seek behavior in SoundStream Cobaltergeist 2016-07-30 11:55:39 -0700
  • 2df9abf341 Added missing setActive virtual method to sf::RenderTarget, added setActive calls to OpenGL example to demonstrate proper explicit context management. binary1248 2016-10-06 23:44:56 +0200
  • 701136f8ce Compute the closest matching EGL config fix-opengl-es Jonathan De Wachter 2016-10-11 15:30:18 +0700
  • 39208efb55 Removed internal OpenGL contexts, reduced the number of temporary contexts that get created during runtime. binary1248 2015-10-04 17:03:43 +0200
  • 95828a85a2 Added some simple messaging when trying to build under Cygwin Mario Liebisch 2016-09-22 15:26:07 +0200
  • 3d41e28e6a Clarify documentation on Rect::contains function bounds Mischa Aster Alff 2016-09-17 17:41:10 +0200
  • 550fb2b60a Fixed inconsistency between doc and impl on OS X for the grab feature Marco Antognini 2016-09-16 09:24:39 +0200
  • 9996b7abb6 Converted Unix Window implementation from XCB back to Xlib. binary1248 2016-08-14 02:52:49 +0200
  • 72e8cad18e Fixed anti-aliasing on OpenGL ES (EGL context) Jonathan De Wachter 2016-09-28 18:43:10 +0700
  • fae3b65f05 Fixes bug #1049: iOS orientation change handling re-scales window size by backingScaleFactor. louis-langholtz 2016-01-26 14:11:52 -0700
  • 68850d331f update Window documentation Hapaxia 2016-08-16 15:23:16 +0100
  • 340ebfb272 Fixed possible hang when setting visibility if external window sources e.g. Qt don't forward visibility notify events to us. binary1248 2016-08-21 14:01:24 +0200
  • ae23cb39ba Fixed leak of XVisualInfo objects during GlxContext creation. binary1248 2016-08-20 14:20:15 +0200
  • 7c0f534877 Changed uniform error message Hapax 2016-08-13 12:35:08 +0100
  • e199ef3790 Define SFML_OS_FREEBSD when compiling for kFreeBSD James Cowgill 2016-08-11 21:46:26 +0100
  • b16d29b4ae UdpSocket.hpp typo in comment for void unbind() Dka8 2016-08-01 18:59:39 +0300
  • 9558c6d689 Correctly add XCB components if no components are requested Manu343726 2016-07-27 12:30:59 +0200
  • ca03b646ef Fixed not being able to set the window icon properly on some Unix window managers (#1087) and added support for setting the window icon via ICCCM (_NET_WM_ICON). binary1248 2016-05-10 02:07:17 +0200
  • 8df8493515 Fixed PrimitiveType documentation 2.4.0 Marco Antognini 2016-08-07 18:37:18 +0200
  • 8e7bf64162 Added deprecated API in changelog Marco Antognini 2016-08-07 18:37:03 +0200
  • 818a8d1659 Updated changelog Marco Antognini 2016-08-05 15:03:39 +0200
  • a43be42999 Bump version to 2.4.0 Marco Antognini 2016-08-05 15:03:28 +0200
  • ac50bf8648 Update copyright dates Marco Antognini 2016-08-05 13:36:20 +0200
  • 3a2e176e59 Android: Readded support for libc++ and use it as the standard STL Mario Liebisch 2016-07-23 12:57:36 +0200
  • 1785ef8185 Added CPack definitions and an NSIS template for easy packaging feature/cpack Mario Liebisch 2016-07-21 15:35:48 +0200
  • 757094a25b Fixed current Android compilation issues Mario Liebisch 2016-07-14 22:12:03 +0200
  • 36bb3c4531 Added pointer checks to Android's resource stream. Michał Marszałek 2016-02-08 18:09:59 +0100
  • 61526628d1 Fix the cursor not always grabbed again correctly after a focus gain Victor Levasseur 2016-06-21 17:55:00 +0200
  • 6f3273b7a6 Added Unix implementation of sf::Window::setCursorGrabbed (#394), fixed xcb_set_input_focus being called on a window before it is viewable on some window managers (#991). binary1248 2016-03-12 11:46:26 +0100
  • 427ce77d4e Added OS X implementation of sf::Window::setCursorGrabbed Marco Antognini 2014-05-18 00:22:20 +0200
  • 90c01d3030 Added iOS and Android 'not applicable' implementation of setMouseCursorGrabbed Marco Antognini 2014-05-18 00:14:41 +0200
  • f7dcc10a70 Added ability to grab the cursor (w/ Windows impl.) Mario Liebisch 2014-05-01 21:08:57 +0200
  • ba9383f25e Updated/fixed string comparisons in Config.cmake Mario Liebisch 2016-06-20 14:08:50 +0200
  • b1827ddb6d Fixed a small typo in the Xcode Template JacksonCoder 2016-06-17 07:10:54 -0600
  • 193e54773d Fixed some typos Marco Antognini 2016-06-14 23:11:08 +0200
  • afb8254b6d Changed primitive types to be grammatically correct. verrazano 2015-08-08 20:18:19 -0500
  • fb40e7e43f Change comment chars in FindSFML.cmake to # Andras Kucsma 2016-05-28 17:50:31 +0200
  • c15172e3fd Fixed FTP directory listing blocking forever if both expected responses are read from the command socket in a single call. (#1025) binary1248 2016-05-08 22:15:14 +0200
  • 76b17e306b Added missing sRgb getter and setter to RenderTexture. bugfix/srgb_rendertexture binary1248 2016-05-30 22:57:32 +0200
  • 556371ea10 Fixed modifiers causing sf::Keyboard::Unknown being returned in key events on Unix (#1012). On Unix, SFML now tries harder to create proper key events on keyboards that shift keys which are typically unshifted on QWERTY layouts (this makes the numeric codes usable even on AZERTY layouts). binary1248 2015-12-24 18:31:15 +0100
  • f49c156a31 Implemented stereo audio recording. Maximilian Wagenbach 2015-10-01 15:43:35 +0200
  • 259811d59c Implemented support for explicit mipmap generation in sf::Texture and sf::RenderTexture. (#123) binary1248 2015-09-23 17:05:39 +0200
  • 2c7b58f406 Fixes a bug where vorbis can't handle large buffers. Lukas Dürrenberger 2016-03-06 13:22:01 +0100
  • 9f6f02f988 Android: Added sf::getNativeActivity() to retrieve a handle to the current activity Mario Liebisch 2015-10-21 11:11:35 +0200
  • 845c684ec8 Remove support for 32-bit on OS X Marco Antognini 2016-03-31 19:05:08 +0200
  • ab09af3eae Refactoring NSImage creation from raw pixels Marco Antognini 2016-01-26 13:08:45 +0100
  • b457f5fa6c Fixed buggy window resize in fullscreen Marco Antognini 2016-01-26 12:41:55 +0100
  • 2f53489f2a Refactored OS X implementation regarding SFOpenGLView Marco Antognini 2016-01-26 08:24:14 +0100
  • 7b20093650 Replaced deprecated Cocoa methods Marco Antognini 2016-01-18 00:04:23 +0100
  • 4c7edbcaf8 Fixed incorrectly computed desktop size & remove some dead code Marco Antognini 2016-01-17 23:59:40 +0100
  • 9d70da3aaa Fixed and silenced a few warnings Marco Antognini 2015-11-21 18:44:38 +0100
  • c98a84a5d8 Update OpenAL-soft for OS X to version 1.17.2 Marco Antognini 2016-02-07 23:02:58 +0100
  • 1ee6d1dbc6 Make sure the recording thread in sf::SoundRecorder is stopped before sf::SoundBufferRecorder is destroyed. Fixes a "pure virtual method called" crash. Also updated the documentation and the VoIP example. Maximilian Wagenbach 2015-10-02 14:49:00 +0200
  • e00d160224 Add support for sRGB capable framebuffers. (#175) binary1248 2015-10-01 10:13:16 +0200
  • c4956857fa Added missing <iterator> include in String.hpp Marco Antognini 2016-03-07 17:57:56 +0100
  • 3ff1d251a8 Fixed issues reported by Coverity Scan static analysis (run using Linux build configuration). binary1248 2016-02-23 03:07:12 +0100
  • 23ea17eab7 Assign value to m_stream in Font::operator= on android Bruno Van de Velde 2016-03-01 19:21:35 +0100
  • e77e680cad Initialize Font::m_stroker Bruno Van de Velde 2016-02-10 22:01:44 +0100
  • 77609e166a Added SFML_GENERATE_PDB CMake option; check CMake version dynamically Jan Haller 2016-01-01 14:18:13 +0100
  • 2bd897c513 Create and install PDB debug symbols alongside binaries Jan Haller 2015-12-30 20:30:59 +0100
  • 687f260a46 Android: No longer try to free the native activity when toggling the virtual keyboard Mario Liebisch 2016-02-16 19:20:42 +0100
  • b61502b69a Exporting some Glsl utility functions due to linking issues. (#1044) Stefan Schindler 2016-01-22 21:20:56 +0100
  • c78c8106da Fixed seeking in multi channel FLAC files. Updated seek() documentation. Maximilian Wagenbach 2016-01-17 13:24:22 +0100
  • 698bbccd6a Made WAV file reader no longer assume that data chunk goes till end of file to prevent reading trailing metadata as samples. frex 2015-12-09 18:32:39 +0100
  • 499eb09642 Android: Copy the selected EGL context's settings to SFML Mario Liebisch 2016-01-06 22:23:20 +0100
  • fe9b9c0cc7 Use kCGMouseButtonLeft instead of 0 for CGEventCreateMouseEvent to fix a compiler error Glenn Smith 2015-12-31 12:38:01 -0500
  • 043fb83cd8 Rewrite RenderWindow::capture to make use of a single texture transfer instead of transferring each row of the framebuffer individually. binary1248 2015-11-12 22:08:38 +0100
  • 146f63874a Added a geometry shader effect to the Shader example Mario Liebisch 2014-05-15 15:29:23 +0200
  • 1763861b26 Added support for geometry shaders Mrowqa 2013-07-18 18:47:41 +0200
  • 50341ac3b4 Added several new keys to sf::Keyboard. Separated 'normal' and numpad return. feature/more_keys Stefan Schindler 2016-01-21 10:50:10 +0100
  • 4a12244aab Added more keysym checks for Linux to detect RAlt (mod5). bugfix/unix_keyevents_ralt Stefan Schindler 2016-01-20 20:44:49 +0100
  • 1217699fe0 Added the missing -s postfix for the RelWithDebInfo config. Lukas Dürrenberger 2015-12-04 13:28:27 +0100