aboutsummaryrefslogtreecommitdiff
path: root/drivers/unix/file_access_unix.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-09-27Fixed bug with clearing the stream in AudioPlayerStreamMarcelo Fernandez1-4/+5
2017-09-27Fix remove icon in autoload panelGuilherme Felipe1-1/+1
2017-09-26[DOCS] Update AnimatedSprite class refChris Bradfield1-3/+11
2017-09-26Avoid pow in Burley diffuse.Ferenc Arn1-4/+4
2017-09-27Fixed wrong break statement in GDFunction::callScayze1-1/+1
2017-09-26Fix toggle mode of BaseButton.Ferenc Arn1-1/+3
..which got broken with #11480.
2017-09-27Fixes set_anchors_and_margins_preset()Gilles Roudiere1-35/+65
2017-09-27Remove unecessary anchors&margins set causing bad display (sons of containers)Gilles Roudiere7-9/+1
2017-09-27Build MSVC safe_refcount in a separate compilation unitHein-Pieter van Braam2-86/+183
Including windows.h in a globally included header gives all kinds of issues. Move the MSVC implementation for safe_refcount back into a .cpp file to prevent this from happening.
2017-09-26CI: Disable MinGW build on Travis and add AppVeyor badgeRémi Verschelde3-11/+12
Now that AppVeyor handles testing Windows builds with MSVC, we can skip the need to test against Travis' old MinGW toolchain and have a faster CI process. Also try building X11 binaries against system OpenSSL, should speed up build.
2017-09-26Reduce gcc lto build time by telling the linker toFelix M. Cobos2-2/+8
use the number of jobs indicated by -j
2017-09-26Change OSX version from 2.2-dev to 3.0-devScott Beca1-2/+2