Commit graph

  • ea71dd2fe0 Fixed navigation bar not being entirely hidden. acsbendi 2019-02-10 19:17:55 +0100
  • ca21695521 Added getPosition() and getSize() to sf::Rect<T>. Stefan Schindler 2016-01-22 21:30:54 +0100
  • 27a4c83ebc Use GnuInstallDirs module for cmake install paths Jonny 2019-04-09 11:02:17 +0100
  • 81a1da6a59 Revert "Added a VertexBuffer implementation to all Drawables that were rendered via VertexArrays." binary1248 2019-05-04 16:39:50 +0200
  • b00317e90c Initialise m_context correctly in SFContext constructors Jonny 2019-08-31 16:34:02 +0100
  • d23fe7d68c
    Added support for stencil testing. feature/stencil Kipernal 2015-04-28 23:28:02 -0400
  • 0dfb3b072f Android: don't force installation prefix bugfix/android_install_prefix David Demelier 2018-11-06 13:27:59 +0100
  • 86672a3724 Fix: Win32 no longer hides cursor when hovering title bar, keeping in line with behaviour of other platforms. Benjamin Porter 2019-03-17 15:51:06 +1100
  • 4043f71156
    Fixed missing checks for empty vertex arrays when updating the vertex buffers in sf::Text. (Fixes #1558) binary1248 2019-02-20 20:09:33 +0100
  • 6d8143088e Disabled test suite for Visual Studio Dynamic build on Travis Lukas Dürrenberger 2019-02-19 10:17:55 +0100
  • 7e7216f598 Renamed test targets to test-sfml-module structure Lukas Dürrenberger 2019-02-11 22:32:04 +0100
  • 1d768839e7 Removed test suite for Android builds Lukas Dürrenberger 2019-01-19 15:03:33 +0100
  • 53972ed5f2 Use sfml_add_test macro for unit tests and copy dlls to output directory if required = 2018-11-29 18:38:27 +0000
  • 2c3a321afd Update travis/appveyor to build and run test suite Jonny 2018-11-29 10:26:40 +0000
  • c626332e03 Disabled tests by default Lukas Dürrenberger 2018-08-20 23:49:56 +0200
  • d53858afb1 Removed incompatible cmake/catch functionality, replaced with vanilla cmake Jonny Paton 2018-08-20 20:09:29 +0100
  • bc7258006c Restructure test source folders Jonny Paton 2018-08-20 08:51:42 +0100
  • d3a072fb63 Use modern cmake testing functionality including catch integration Jonny Paton 2018-08-19 19:04:11 +0100
  • a88e854dc3 Added test cases for Vector3<T> Lukas Dürrenberger 2018-08-19 16:14:54 +0200
  • d402ce5a5d Separated test suites into their individual modules Lukas Dürrenberger 2018-08-19 01:30:53 +0200
  • 7d496095a5 Updated catch to v1.12.2 Lukas Dürrenberger 2018-08-14 22:56:34 +0200
  • 11b3fe4283 Added tags (module names) in TEST_CASE macros Jan Haller 2015-04-28 22:46:24 +0200
  • c3e5a35a6e Added string conversions for equality-comparable classes Jan Haller 2015-04-28 21:37:01 +0200
  • 620c9989d6 Add unit test for Rect.hpp Zack Mulgrew 2015-04-27 21:07:19 -0700
  • 5b08f8133f Used LF as line ending; added line break for echo output Jan Haller 2015-04-28 21:54:03 +0200
  • a85dc6dabb Rewrote Vector2 tests in a more concise way Jan Haller 2015-04-26 15:24:49 +0200
  • 3d46e39e6d Added Catch unit test framework. Added Vector2(i) unit test. Re-enabled CMake's RPATH feature. Stefan Schindler 2014-08-26 09:52:37 +0200
  • 9c8cc19f96 Removed useless cast SGauvin 2019-02-10 11:02:45 -0500
  • 4dfad062e4 Added a VertexBuffer implementation to all Drawables that were rendered via VertexArrays. binary1248 2018-03-20 23:08:18 +0100
  • 0980e90ee4 Fixed potential buffer overrun in Win32 OpenGL error handling Mario Liebisch 2017-06-22 11:24:53 +0200
  • bf92efe9a4 Remove usages of std::auto_ptr to get rid of warnings when building with gcc 8.2+ Tobias Widlund 2019-01-18 14:12:14 +0100
  • 353c846c87 Update examples for iOS including touch support, proper handling of window resize, launch screens and icons Jonny Paton 2019-01-18 15:04:03 +0000
  • 9f4a0c3c4f Make Pong example "usable" on iOS Ceylo 2018-04-13 19:22:20 +0200
  • 5ab36271c7 Remove iOS example Ceylo 2018-04-12 20:43:04 +0200
  • 1272b704d6 window, opengl and pong examples now work on iOS Ceylo 2018-04-12 20:39:55 +0200
  • 82c2f4c05e All mobile-compatible examples now successfully link Ceylo 2018-04-11 21:45:36 +0200
  • b516a3ae2b Fix travis android build to use NDK version r18b = 2019-01-18 16:20:56 +0000
  • 7e40f80f52 Fix OpenGL extensions not loading hobby8 2018-10-06 22:49:48 +0300
  • b301a7beb4 Added multi-touch support for Windows feature/windows_touch Mario Liebisch 2017-03-02 14:52:39 +0100
  • 53d8f66d43 Add travis android builds = 2019-01-10 14:57:47 +0000
  • 195f5d7409 Removed old android cmake toolchain = 2019-01-09 15:22:49 +0000
  • 489482a630 Updated the copyright year to 2019 EpicCoder 2019-01-06 13:03:34 +0100
  • ae337952a9
    Allow creation of a window without an OpenGL context in order to support use cases where the user wants to render using other graphics APIs. binary1248 2018-09-15 13:08:28 +0200
  • 04131e1607 Fixed EGL incorrectly being passed the anti-aliasing level as EGL_SAMPLE_BUFFERS instead of EGL_SAMPLES. Fixes #1533. binary1248 2018-12-31 02:33:10 +0100
  • 2e4a791bd6 Started some fixes for Windows feature/window_state Lukas Dürrenberger 2019-01-05 00:52:11 +0100
  • 0317f83b70 Implementation for the window states API on Windows. Maximilian Wagenbach 2018-02-11 16:56:36 +0100
  • c793b81235 Implementation for the new window states API on MacOS. Maximilian Wagenbach 2018-02-07 15:31:02 +0100
  • db80f6a60f
    Make sure setActive(false) is called before the surface is destroyed in EglContext. Fixes #1530. binary1248 2018-12-29 13:36:01 +0100
  • b9fdaf487f Add static builds to travis build matrix and give all jobs names Jonny 2018-12-08 10:14:49 +0000
  • 1bf3ae77b9 Use Travis for windows builds = 2018-12-04 10:10:21 +0000
  • b81de898bf Modify install rpath only if BUILD_SHARED_LIBS is ON Elias Daler 2018-08-19 12:30:22 +0300
  • fbc0f17198 Fix RPATH for installed examples on Linux Elias Daler 2018-08-19 01:06:32 +0300
  • 077af21f37 allow for closing sound files cosiek 2018-11-24 01:39:32 +0100
  • 119195ac20 Remove unneeded cast Dmitry Marakasov 2018-10-16 18:08:13 +0300
  • 2be4e54d4a
    Fixed example documentation to match the code Lukas Dürrenberger 2018-11-25 17:23:25 +0100
  • 1159ac5c52 Initial travis and Appveyor configs Jonny Paton 2018-10-09 21:30:20 +0100
  • de0ba77d3b Unix: Filter X visual by X screen Sven Hesse 2018-10-26 21:11:03 +0200
  • ac98be760b Allow re-creation of the shared context as a core context if the user indicates they want a core profile context. Sharing of compatibility and core profile contexts is not possible on macOS which is why we need to have a way to re-create the shared context as a core context if required in this case. binary1248 2018-05-21 17:30:47 +0200
  • 3f4bc3683b Updated the changelog and version number for 2.5.1 Lukas Dürrenberger 2018-10-02 23:17:54 +0200
  • 2f11710abc Updated the changelog and version number for 2.5.1 2.5.1 2.5.x Lukas Dürrenberger 2018-10-02 23:17:54 +0200
  • d1d788fcb3 Add -ObjC flag to fix static linking on macOS Jonny Paton 2018-08-27 11:49:42 +0100
  • 9fba1dff27 Add -ObjC flag to fix static linking on macOS Jonny Paton 2018-08-27 11:49:42 +0100
  • 43f57b2f25 Disabled the JNI part due to compatibility issues Lukas Dürrenberger 2018-10-11 21:50:38 +0200
  • ae0ec9d552 Disabled the JNI part due to compatibility issues Lukas Dürrenberger 2018-10-11 21:50:38 +0200
  • 5189589ce2 Modernize iOS toolchain: remove BUILD_ARM64, drop support for Xcode <4.3 and don't pretend defining official CMake variables Ceylo 2018-04-08 23:21:54 +0200
  • b47f738635 Fixed the error message when the wrong bitmap font size is selected Maxime Alvarez 2018-08-10 15:00:43 +0200
  • a5d45b910f Fixed the error message when the wrong bitmap font size is selected Maxime Alvarez 2018-08-10 15:00:43 +0200
  • cc3c748ab2 Due to binary compatibility in a patch release the iOS fix needs to be reverted Lukas Dürrenberger 2018-10-03 22:02:16 +0200
  • 95c9670d4c Fixed Windows cursor color conversion to be endian safe Lukas Dürrenberger 2018-10-01 19:49:28 +0200
  • 3aa156c278 Fixed Windows cursor color conversion to be endian safe Lukas Dürrenberger 2018-10-01 19:49:28 +0200
  • 8554d210df Ensure the proper default framebuffer is bound when activating a RenderWindow. Fixes #1471. binary1248 2018-09-15 21:36:53 +0200
  • 08eb31e327 Ensure the proper default framebuffer is bound when activating a RenderWindow. Fixes #1471. binary1248 2018-09-15 21:36:53 +0200
  • 410c8aa5f5 Windows: Fixed swapped colors for custom cursors Mario Liebisch 2018-08-09 13:03:14 +0200
  • 5e10e1f0c9 Windows: Fixed swapped colors for custom cursors Mario Liebisch 2018-08-09 13:03:14 +0200
  • c2008b2fb4 Use XRRSetCrtcConfig instead of XRRSetScreenConfig, in order to fix issue #1226. It should also fix issue #1224. Bloodsword 2017-11-01 19:34:45 +0100
  • 46ce05cd9c Use XRRSetCrtcConfig instead of XRRSetScreenConfig, in order to fix issue #1226. It should also fix issue #1224. Bloodsword 2017-11-01 19:34:45 +0100
  • 53e1bae7ce Window/Unix: Fix compilation with glxext header versions >=20180525 Christian Widmer 2018-08-16 02:04:12 +0200
  • 87aaa9e145 Window/Unix: Fix compilation with glxext header versions >=20180525 Christian Widmer 2018-08-16 02:04:12 +0200
  • e4d3a536a2 Fix Deadlock in Android Main Cleanup Jeff 2017-08-11 11:36:16 -0700
  • be3556d76a Fix Deadlock in Android Main Cleanup Jeff 2017-08-11 11:36:16 -0700
  • d8952f28eb Disable autocorrect on iOS for issue #1473 Jonny Paton 2018-08-23 20:00:44 +0100
  • 9f7d8101a9 Improved macOS implementation for Cursor Marco Antognini 2018-04-20 07:50:14 +0200
  • 9c2e7cbb51 Implemented extra cursors on macOS Jonny Paton 2018-04-10 20:52:38 -0700
  • 7823588b1b Remove reference to unused CMAKE_OSX_DEPLOYMENT_TARGET in cocoa example Jonny Paton 2018-08-27 13:36:57 +0100
  • 2bba983f1d Disable autocorrect on iOS for issue #1473 Jonny Paton 2018-08-23 20:00:44 +0100
  • aeca3dce41 Improved macOS implementation for Cursor Marco Antognini 2018-04-20 07:50:14 +0200
  • 0bcb2992a7 Implemented extra cursors on macOS Jonny Paton 2018-04-10 20:52:38 -0700
  • 1cd7ad6a24 Remove reference to unused CMAKE_OSX_DEPLOYMENT_TARGET in cocoa example Jonny Paton 2018-08-27 13:36:57 +0100
  • 254a470346 Fix CMP0072 CMake warning - also allow user to set OpenGL_GL_PREFERENCE Elias Daler 2018-08-14 00:06:31 +0300
  • 83d05ea822 Fix CMP0072 CMake warning - also allow user to set OpenGL_GL_PREFERENCE Elias Daler 2018-08-14 00:06:31 +0300
  • 21c6c64ecd Fix audio components linking order Kwasior 2018-08-14 14:59:57 +0200
  • 43f0292cb8
    Fix audio components linking order Kwasior 2018-08-14 14:59:57 +0200
  • 40ddcac203 Removed unnecessary cmake osx deployment target value Jonny Paton 2018-08-09 15:32:26 -0700
  • e3c65090ea Removed unnecessary cmake osx deployment target value Jonny Paton 2018-08-09 15:32:26 -0700
  • 37aee610c8 Fixed the installation of pkg-config files Lukas Dürrenberger 2018-08-09 22:20:35 +0200
  • 9712bb1ec8 Fixed the installation of pkg-config files Lukas Dürrenberger 2018-08-09 22:20:35 +0200
  • 0423bc4013 Reduced context locking&unlocking while creating textures PKEuS 2018-07-05 12:10:39 +0200
  • ff87e1c922 Reduced context locking&unlocking while creating textures PKEuS 2018-07-05 12:10:39 +0200
  • cf34f4ae10 Fixed glyph cropping on sub-pixel positioning of text Radek Dutkiewicz 2018-06-11 13:00:21 +0100
  • f4f7ef0d70 Fixed glyph cropping on sub-pixel positioning of text Radek Dutkiewicz 2018-06-11 13:00:21 +0100