b2ba2307b3Fixed documentation warnings
Marco Antognini
2014-10-07 12:00:17 +0200
9a8ba74c62Updated Xcode templates
Marco Antognini
2014-10-07 10:58:39 +0200
ba1488ec97Improve flexibility of dependencies locations on OS X
Marco Antognini
2014-10-07 10:46:05 +0200
60c4f95795Implemented case differentiation for window focus/notification on Windows and X11
Jan Haller
2014-08-11 22:47:02 +0200
c4435b8a31X11: Notify instead of force focus
Alexandre Bodelot
2014-07-03 13:59:55 +0200
c98bd1eabaWindow focus on X11: check if window is viewable
Jan Haller
2014-05-13 16:25:07 +0200
93d2789f70Window focus: Added empty implementations for Android and iOS
Jan Haller
2014-05-13 16:18:14 +0200
4155b2e449Changed Window::requestFocus() return type from bool to void
Jan Haller
2014-05-29 11:39:04 +0200
6a24eb5eecSlightly adapted window focus documentation
Jan Haller
2014-05-03 14:25:00 +0200
85291debb4Added OS X impl of requestFocus and hasFocus
Marco Antognini
2014-04-23 11:26:44 +0200
b965ad198bAdded window methods to request and to check focus
Foaly
2014-01-12 16:26:21 +0100
ef6391678eAdded (empty) implementation of JoystickImpl::getIdentification on iOS
Laurent
2014-10-06 22:21:11 +0200
f99035bea1Added support for 64-bit integers in sf::Packet
Laurent Gomila
2014-10-02 23:11:44 +0200
f24ca9a840Source code changes.
Stefan Schindler
2014-09-30 16:07:25 +0200
b27cbd5036Fixed font glyphs always being 2 pixels larger than they are supposed to be in each dimension, fixed wrong underline offset with some fonts, offset underline and strike through by half of their thickness so their center is positioned correctly, changed glyph and font metrics to use floats instead of ints to support scaling better.
binary1248
2014-08-28 03:39:26 +0200
c36ea074d8Joystick fixes/update for non-MSVC compilers
Mario Liebisch
2014-09-25 13:02:29 +0200
7159e4ba43Improved cursor hiding on OS X
Marco Antognini
2014-09-14 15:27:20 +0200
330ea0bbe3Fixed trying to truncate registry key names that did not need truncating. (#701)
binary1248
2014-09-24 02:57:24 +0200
6d122f428aUpdated OS X Pool Wrapper
Marco Antognini
2014-08-03 18:43:53 +0100
2427aaf3bbAdded support for OS X 10.10
Marco Antognini
2014-09-21 07:39:05 +0200
eec9f7750fAmended based on comments from last commit.
binary1248
2014-07-16 10:17:26 +0200
86c81f7458Fixed memory leak in Unix JoystickImpl, refactored joystick code for all platforms, prevent accelerometers registering as joysticks on Unix.
binary1248
2014-07-15 10:46:30 +0200
e157e7a7a8Re-enabled RPATH feature.
Stefan Schindler
2014-08-27 08:11:07 +0200
c37e442ceeFixed FindSFML.cmake not updating library entries when the user changes the value of SFML_STATIC_LIBRARIES after the initial configure (#637).
binary1248
2014-08-19 16:34:17 +0200
20bf0e0b9cMerge pull request #688 from bruceoutdoors/master
binary1248
2014-08-23 15:00:37 +0200
e5a98aa1d5bug fix: compilation error in VS2013 64bit
Lee Zhen Yong
2014-08-23 20:31:57 +0800
3b9e246c83Renamed SocketSelectorImpl's members to use camelCase, removed unnecessary checks from SocketSelector::add and SocketSelector::remove.
binary1248
2014-07-18 10:06:44 +0200
eaab2c1c68Fixed SocketSelector not being able to accept sockets with IDs larger than FD_SETSIZE on Windows (#153) and added the same checks to other affected methods as well.
binary1248
2014-07-17 07:00:03 +0200
6959c1a826Added notes to documentation and adjusted OpenGL example as a workaround for the side effects of making static functions that require a context work. If the user wants to make use of both sfml-graphics and OpenGL, they should make sure sf::Texture::getMaximumSize() and/or sf::Shader::isAvailable() are called at least once before setting their final context active as those functions will cause a context switch the first time they are called.
binary1248
2014-08-15 13:39:06 +0200
7defb17e8cMade a few functions in Texture and Shader a bit more thread-safe.
binary1248
2014-08-13 08:44:48 +0200
713407e159Fixed a bug where calling Texture::getMaximumSize() before any GlResource is created would break context management.
Maximilian Wagenbach
2014-07-19 01:10:27 +0200
6ad7b21203Fix a bug in the font system.
STU
2014-07-20 14:37:15 +0100
700c2e3823I missed one exclamation mark in the previous commit.
Arnold Dumas
2014-08-03 21:18:27 +0200
1fa2ff0458No space before exclamation mark.
Arnold Dumas
2014-08-03 20:44:38 +0200
83e019e7d3Fixed order of dependent libraries (SFML_DEPENDENCIES variable) in FindSFML.cmake
Laurent Gomila
2014-07-26 21:01:17 +0200
ca77ea58d0Merge pull request #646 from MarioLiebisch/android-keyevents
Jonathan De Wachter
2014-07-24 12:20:18 +0200
621793a354[Android] Rewrote key event handling
Mario Liebisch
2014-06-21 19:56:30 +0200
3f69629d0cMerge branch 'android_improvements'
Jonathan De Wachter
2014-07-24 10:05:09 +0200
f7561f5fa1Fixed EGL surface not recreated in the right thread
Jonathan De Wachter
2014-07-24 10:03:11 +0200
796c87295cImproved readability of ?: operator
Jonathan De Wachter
2014-07-24 08:35:23 +0200
5f3b6cb57aAdded a strikethrough text style to sf::Text. Fixes issue #243.
Foaly
2014-07-18 13:57:23 +0200
520025d904Fixed a crash caused by the stack being unaligned when entering ThreadImpl::entryPoint if compiled by GCC or clang and run on Windows XP 32-bit. (#412)
binary1248
2014-07-13 09:22:25 +0200
337df1ea5fMerge branch 'master' of github.com:LaurentGomila/SFML
Laurent Gomila
2014-07-11 17:43:50 +0200
8db958042eImproved documentation of SoundStream::onGetData (#650)
Laurent Gomila
2014-07-11 17:43:18 +0200
0a64da654cMerge pull request #656 from MarioLiebisch/android-nosurface-display
Jonathan De Wachter
2014-07-08 18:03:42 +0200
f491e94297[Android] Redirect error messages to logcat by default
Jonathan De Wachter
2014-07-08 17:59:33 +0200
e73e408885[Android] Don't try to display without a surface
Mario Liebisch
2014-07-05 18:42:41 +0200
57941c1696Fixed invoking a virtual method (onSeek) in the destructor of SoundStream.
binary1248
2014-07-05 16:19:30 +0200
74e425a9edMade sure SoundStream adhered to its documented behavior, added a hint to SoundStream and Sound documentation regarding setting the offset while stopped.
binary1248
2014-07-04 22:24:48 +0200
09aae0240dFixed calling SoundStream::setPlayingOffset() unpausing a paused SoundStream (#203), guard m_isStreaming by a mutex, fixed calling SoundStream::pause() before the stream thread starts not properly pausing the stream (http://en.sfml-dev.org/forums/index.php?topic=15197.0), minor documentation fix in SoundStream. Signed-off-by: binary1248 <binary1248@hotmail.com>
Foaly
2014-05-01 04:22:53 +0200
362a590454Fixed FTP download and upload file sizes being limited by available RAM (#565).
binary1248
2014-04-30 05:06:36 +0200
1851dcb109Clarified Window::setIcon() ownership semantics
Jan Haller
2014-07-03 14:08:13 +0200
471873dff9Fixed typo in the sfml-graphics CMake file
Laurent Gomila
2014-07-03 08:01:44 +0200
dd6b54d0eb[Android] Forgot to add two lines to the previous commit
Jonathan De Wachter
2014-06-26 07:55:49 +0200
c462f7cd0a[Android] Got rid of the unnecessary additional event container
Jonathan De Wachter
2014-06-26 07:33:03 +0200
57ca180d8d[Android] Hide status and navigation bar only if the fullscreen flag is on
Jonathan De Wachter
2014-06-26 07:32:44 +0200
73008293baWindow style constraints are handled differently on mobile OSes
Jonathan De Wachter
2014-06-26 05:21:28 +0200
cf52687203[Android] onCreate nows waits for sf::Window to be created
Jonathan De Wachter
2014-06-26 05:15:25 +0200
fb81ddfdcb[Android] VideoMode::getDesktopMode() returns the physical scren size in pixels
Jonathan De Wachter
2014-06-26 04:56:06 +0200
d73418261b[Android] Do not hardcode java const values (JNI)
Jonathan De Wachter
2014-06-24 07:40:16 +0200
ed7c80f6bb[Android] No longer force people to have debug version installed
Jonathan De Wachter
2014-06-24 06:39:11 +0200
a06ecb0c7f[Android] Changed APP_PLATFORM value to android-9 in Application.mk
Jonathan De Wachter
2014-06-21 03:22:25 +0200
9e3b466ee0[Android] Fixed <uses-sdk> appears after <application> tag warning
Jonathan De Wachter
2014-06-20 04:16:32 +0200
06b73f36bd[Android] Updated target SDK version to 19
Jonathan De Wachter
2014-06-20 04:05:53 +0200
e726c24de4[Android] Avoid hardcoding the debug mode in AndroidManifest.xml
Jonathan De Wachter
2014-06-20 04:01:50 +0200
3e9f842e59[Android] Workaround transparency issues on some Android devices
Jonathan De Wachter
2014-06-20 03:42:04 +0200
b542785ed9[Android] Keep the screen turned on and bright
Jonathan De Wachter
2014-06-20 03:30:13 +0200