Commit graph

  • f0345d5201 [Android] Hide the navigation bar Jonathan De Wachter 2014-06-20 03:28:43 +0200
  • a88bab1d59 [Android] Hide the status bar Jonathan De Wachter 2014-06-20 03:27:49 +0200
  • a4846db016 [Android] Enable the usage of debug version of SFML libraries (#643) Jonathan De Wachter 2014-06-21 21:06:20 +0200
  • 214c9b0662 [Android] Removed dependency on the window module from libsfml-main.a Jonathan De Wachter 2014-06-21 21:04:24 +0200
  • c522f6d596 Merge pull request #642 from MarioLiebisch/android-fingerfix Jonathan De Wachter 2014-06-21 20:18:41 +0200
  • 775277b8fb [Android] Updated example to handle screen rotation events (#531) Jonathan De Wachter 2014-06-21 20:10:46 +0200
  • 6302cc0762 Merge pull request #641 from MarioLiebisch/android-statesfix Jonathan De Wachter 2014-06-21 20:07:57 +0200
  • 121c3b2fd7 [Win32] Fixed Unicode inconsistency Mario Liebisch 2014-06-15 12:47:58 +0200
  • 1bd62b4d14 [Android] Fixed the app crashing on rotation Mario Liebisch 2014-06-20 19:40:17 +0200
  • bc73b12428 [Android] Fixed redundant touch moved events Mario Liebisch 2014-06-20 23:38:28 +0200
  • 5b559f1c08 [Android] Added missing sensor event generation Mario Liebisch 2014-06-15 15:04:24 +0200
  • 86983acaa4 Fixed a typo in the comments of Context.hpp Patrick 2014-06-13 11:31:42 -0500
  • 60c34bff19 [Android] Made the remaining sensors available Jonathan De Wachter 2014-06-08 08:12:50 +0200
  • 2874ac4aab [Android] Don't disable sensors since it's handled at higher-level Jonathan De Wachter 2014-06-07 17:04:53 +0200
  • e56d697755 [Android] Fixed the audio module not working Jonathan De Wachter 2014-06-13 15:55:56 +0200
  • bdcdfffe11 Replaced Text underline offset/thickness with nicer font dependent values. binary1248 2014-05-01 02:32:56 +0200
  • da79517b36 Fix bitmap font resize failing silently when resizing to an unsupported pixel size (#448), fixed getKerning returning scaled values even for bitmap fonts. binary1248 2014-04-30 14:10:59 +0200
  • 0124ad0a85 Show error message everytime a shader uniform's location can't be found. rafoudiablol 2014-04-06 22:04:42 +0200
  • 228038fa8a Check socket descriptor limit. #153 Stefan Schindler 2014-06-09 23:46:22 +0200
  • 159176f5ba [Android] Fixed TouchBegan reporting wrong coordinates Mario Liebisch 2014-06-09 09:26:03 +0200
  • 9690a7edee Fixed minor documentation issue. Stefan Schindler 2014-06-06 13:09:25 +0200
  • 265c411c39 Merge branch 'bugfix/osx-implementation' Lukas Dürrenberger 2014-06-04 11:48:31 +0200
  • 46be2159cb Fixed OS X implementation of sf::Mouse::(get|set)Position Marco Antognini 2014-06-01 20:07:24 +0200
  • bc1127da5b Output error message and abort program when XOpenDisplay() fails Jan Haller 2014-04-27 12:07:54 +0200
  • 5912d205d3 Removed a dead store in sf::Ftp implementation Marco Antognini 2014-05-27 09:29:12 +0200
  • 4f2c6c4489 Fixed potential memory leaks on OS X Marco Antognini 2014-05-23 12:10:53 +0200
  • 1dae89a8e0 Moved glClientActiveTexture and glActiveTexture calls before glEnable(GL_TEXTURE_2D) to make sure texture unit 0 gets affected. (#523) binary1248 2014-05-27 10:42:04 +0200
  • ff869777a9 Fixed building for OpenGL ES 1.1 platforms Mario Liebisch 2014-04-28 21:30:22 +0200
  • 3fa1d0e03d Fixed issue where the viewport's width and/or height could be off by 1 pixel Remco van Oosterhout 2014-05-14 16:25:49 +0200
  • 0375d7588f Fixed soundbuffer contents not being able to be updated when still attached to sounds (#354), sounds now detach from their buffer when it is reset. Signed-off-by: binary1248 <binary1248@hotmail.com> Joshua Adam Reisenauer 2014-05-01 02:09:12 +0200
  • e6b5ce1f27 Make sure texture unit 0 is active when reseting RenderTarget states (#523), fix RenderTarget not clearing when a texture used as a RenderTexture color attachment is left bound in a different context (http://en.sfml-dev.org/forums/index.php?topic=9350.0). binary1248 2014-04-28 19:43:55 +0200
  • 3f61214571 Improved OS X implementation Marco Antognini 2014-05-26 15:31:45 +0200
  • 7d4235a38f Optimised OS X implementation regarding scaling factor Marco Antognini 2014-05-24 15:22:24 +0200
  • a3ab6efa23 Fix application crash when calling Shader::isAvailable() #608. Lukas Dürrenberger 2014-05-23 10:43:51 +0200
  • 2215f55ef9 Moved more responsibilities to SFOpenGLView Marco Antognini 2014-05-21 22:45:04 +0200
  • aa47dd5d33 Removed old documentation that doesn't apply anymore Marco Antognini 2014-05-21 21:50:47 +0200
  • 7ae381533e Improved CMake script Marco Antognini 2014-05-21 11:16:19 +0200
  • 6c802952fb Added config of Xcode templates according to CMAKE_OSX_ARCHITECTURES Marco Antognini 2014-05-21 11:02:43 +0200
  • ea0364d568 Renamed INSTALL_XCODE4_TEMPLATES to INSTALL_XCODE_TEMPLATES Marco Antognini 2014-05-17 15:03:09 +0200
  • 2d08ed684b Removed unnecessary check in cmake regarding the deployment target Marco Antognini 2014-05-17 14:18:53 +0200
  • 6e01d1fde7 Improved style of Cocoa example Marco Antognini 2014-05-17 13:48:44 +0200
  • 6a5391c0b6 Fixed warnings in Cocoa example Marco Antognini 2014-05-17 13:36:21 +0200
  • e33e061e96 Replaced deprecated functions on OS X 10.9 Marco Antognini 2014-05-17 13:27:18 +0200
  • b9f5f19f7c Reverted OS X implementation to non-ARC Marco Antognini 2014-05-17 11:23:11 +0200
  • a8ab8fb061 Removed unused duplicate code Laurent Gomila 2014-05-22 22:53:20 +0200
  • 1fe22e24d0 Fix the case where not having created a GlResource prior to calling Shader::isAvailable() would break context management. (#211) binary1248 2014-05-19 08:42:42 +0200
  • 749cbb2ff8 add HTTP support for PUT and DELETE firefly2442 2012-11-01 21:12:38 -0500
  • 5250cc97d5 Updated glext, removed glxext. Stefan Schindler 2014-05-06 10:17:02 +0200
  • 44a192d9b1 Merge pull request #596 from Ceylo/bugfix/595_OSXFrameworkCreation Marco Antognini 2014-05-13 14:55:31 +0200
  • c45039e907 Removed vertical tab support from Text (#442). binary1248 2014-05-06 17:43:13 +0200
  • 2e09dd225b Fix build of the SFML target on OS X with Xcode Lucas SOLTIC 2014-05-13 00:21:39 +0200
  • 83951d1cae Merge pull request #586 from LaurentGomila/feature/no_travis Lukas Dürrenberger 2014-05-12 09:09:31 +0200
  • 47913ee0aa Removed Travis CI config. Stefan Schindler 2014-05-12 08:49:53 +0200
  • 0c3d361ceb Fixed problem with wrongly initialized sf::RenderStates::Default Jan Haller 2014-05-01 00:35:55 +0200
  • cdf32a7881 Merge branch 'blendmodes' Jan Haller 2014-04-26 19:36:46 +0200
  • b7c536c710 Merge pull request #578 from jcowgill/freebsd-debian Laurent Gomila 2014-04-25 18:19:40 +0200
  • b188814937 Fix Config.hpp so SFML compiles on Debian FreeBSD James Cowgill 2014-04-25 15:41:47 +0100
  • 597d133dcb Merge pull request #577 from AMDmi3/freebsd-fixes Laurent Gomila 2014-04-25 16:28:14 +0200
  • 27eadf2a7c Properly handle pkgconfig files on FreeBSD Dmitry Marakasov 2014-04-25 17:52:55 +0400
  • f1431e416c Use common unix sensor implementation on FreeBSD Dmitry Marakasov 2014-04-25 17:46:15 +0400
  • 208164898b Don't use udev on FreeBSD Dmitry Marakasov 2014-04-25 17:45:49 +0400
  • 3a7b425fb7 Improved sf::Http documentation concerning HTTPS Jan Haller 2014-04-23 19:31:31 +0200
  • efe4354bc5 Improved resizing windows on OS X (close #474) Marco Antognini 2014-04-23 13:14:42 +0200
  • 1ce8a42954 Merge pull request #548 from jdpage/master Marco Antognini 2014-04-23 11:08:19 +0200
  • ee336a3037 Merge pull request #576 from binary1248/text_fix Laurent Gomila 2014-04-22 22:41:25 +0200
  • 6469f35d99 Fix text being rendered with a vertical offset when the font's ascent doesn't match it's size. binary1248 2014-04-22 22:01:10 +0200
  • f99bbfc534 Reviewed the sf::BlendMode class (added a constructor, made minor modifications in comments) Laurent Gomila 2014-04-22 21:37:39 +0200
  • 7f0f89bac9 Fixed menu shortcut not working in fullscreen (close #537) Marco Antognini 2014-04-21 19:37:56 +0200
  • c222c28aa7 Removed dead code Marco Antognini 2014-04-21 18:29:07 +0200
  • 52bb192cff Removed debug log forgotten in the previous commit Marco Antognini 2014-04-21 18:15:24 +0200
  • 2c96d49a03 Fixed mouse tracking in fullscreen on OS X Marco Antognini 2014-04-21 18:05:28 +0200
  • 2eb4f69e41 Replaced some deprecated functions on OS X Marco Antognini 2014-04-21 09:52:42 +0200
  • d8812f0f5c Add support for retina displays (close #353) Marco Antognini 2014-04-19 16:42:45 +0200
  • 8f0037d84d Improved fullscreen support on OS X (close #343) Marco Antognini 2014-04-16 18:01:43 +0200
  • 5a4b54cb9c Merge pull request #574 from jcowgill/egl-linux-fixes Jonathan De Wachter 2014-04-21 16:31:24 +0200
  • 86b29c539d Fixed various linux compile errors in EglContext James Cowgill 2014-04-21 14:42:07 +0100
  • f6edb83acd Updated Xcode templates readme Marco Antognini 2014-04-20 22:07:16 +0200
  • 6e3103464a Fixed unused parameter warning Marco Antognini 2014-04-20 21:55:38 +0200
  • 42f6e83dfb Improved cmake warning message Marco Antognini 2014-04-20 21:45:22 +0200
  • 6edc4b9518 Improved cmake script: add OS X specific options only on Mac platform Marco Antognini 2014-04-20 21:32:05 +0200
  • 1bfc735a9e Improved style Marco Antognini 2014-04-17 09:20:06 +0200
  • a348428476 [Android] Fixed stream pointer not initialized in Font.cpp Jonathan De Wachter 2014-04-20 12:12:04 +0200
  • 273ad4c9ee [Android] Adapted sensor implementation Jonathan De Wachter 2014-04-20 12:05:06 +0200
  • dd7a3cb30b Fixed missing JoystickImpl member on Android Mario Liebisch 2014-04-15 18:16:42 +0200
  • 03acb2ad9f Fixed compile errors in SensorImpl.mm and with EGL stuff on iOS Laurent 2014-04-07 23:28:22 +0200
  • 80431deef4 Reviewed the sensor API Laurent Gomila 2014-04-07 23:00:41 +0200
  • ffd4b71722 Fixed erroneous comments in the sf::Touch class documentation Laurent Gomila 2014-04-04 23:00:38 +0200
  • 2d682d324f [Android] Fixed unicode value of text entered event is always 0 Jonathan De Wachter 2014-03-11 21:44:13 +0100
  • 67c7a5d176 [Android] Forgot to dettach the SFML thread from the JVM at several places Jonathan De Wachter 2014-03-11 21:40:15 +0100
  • 76fddc0729 [Android] The armeabi version of SFML is now built by default (the example as well) Jonathan De Wachter 2014-03-11 21:28:24 +0100
  • 83306e72a2 [Android] Don't attach the same thread twice to the JVM Jonathan De Wachter 2014-03-11 21:10:11 +0100
  • 84bd8c6c5b Fixed several issues Mario Liebisch 2014-03-11 18:56:40 +0100
  • 75ddae7e90 [Android] Updated the Android CMake toolchain to use libc++ instead of stlport Jonathan De Wachter 2014-03-11 17:06:37 +0100
  • 038401b8d5 [Android] Forgot to add EGLCheck.cpp to the list of file to build Jonathan De Wachter 2014-03-11 16:58:11 +0100
  • 050dd6f5dc [Android] Updated scripts to use libc++ when building extlibs Jonathan De Wachter 2014-03-11 16:03:04 +0100
  • 595df2a1a9 [Android] Fixed invalid drawable error Jonathan De Wachter 2014-02-27 11:32:22 +0100
  • 2caec961ee [Android] Dropped stlport in favor of libc++ which supports C++11 Jonathan De Wachter 2014-02-27 11:31:10 +0100
  • a1b0e73ac5 [Android] SFML activity allows a custom library name for the user application Jonathan De Wachter 2014-02-24 13:28:59 +0100
  • 349fe380e4 [Android] Moved sensor implementation to the right place Jonathan De Wachter 2014-01-06 05:38:25 +0100
  • 7daaaa649e Implemented sensor API Jonathan De Wachter 2014-01-06 05:37:23 +0100