summaryrefslogtreecommitdiff
path: root/platform
AgeCommit message (Collapse)Author
2016-02-11fix platform bb10 compilationhondres
2016-02-08Merge pull request #3428 from Hinsbart/android-gamepadpunto-
support gamepad remapping on android
2016-02-07Added constant to retrieve Windows' Documents pathFranco Eusébio Garcia
According to MSDN's documentation (https://msdn.microsoft.com/en-us/library/windows/desktop/bb762181(v=vs.85).aspx), CSIDL_PERSONAL represents the default path to Windows Document's folder: "Previous to Version 6.0. The file system directory used to physically store a user's common repository of documents. A typical path is C:\Documents and Settings\username\My Documents. This should be distinguished from the virtual My Documents folder in the namespace. To access that virtual folder, use SHGetFolderLocation, which returns the ITEMIDLIST for the virtual location, or refer to the technique described in Managing the File System."
2016-02-07Merge pull request #3615 from Hinsbart/joy_check_fixpunto-
x11: more verbose checking for joystick capabilities
2016-02-07x11: more verbose checking for joystick capabilitieshondres
2016-02-04added option to link libstdc++ staticallyJuan Linietsky
2016-02-04Removed PE-bliss, win32 binares so far remain without icon, had many issues ↵Juan Linietsky
with it: -corrupted 32 binaries without reason -does not support upx binaries -forces dependency o libstdc++
2016-02-04-removed buggy flags, makes mingw+32 bits+optimized work again,Juan Linietsky
2016-02-04support horizontal mouse wheel, use in text editorhondres
2016-02-04Merge pull request #3575 from Hinsbart/_net_wm_nameRémi Verschelde
x11: set _net_wm_name property
2016-02-04x11: set _net_wm_name propertyhondres
2016-02-03Merge pull request #3493 from Hinsbart/wm_classRémi Verschelde
x11: use different strings for WM_CLASS depending on context
2016-02-03Merge pull request #3538 from Hinsbart/tempRémi Verschelde
remove pc_joystick_map.h
2016-02-02x11: fix non-gamepad devices being detected as joystickshondres
2016-02-01remove pc_joystick_map.hhondres
2016-02-01close file descriptor if ioctls failedhondres
2016-01-29Update detect.pypunto-
removed -g from linkflags
2016-01-29audio crashAriel Manzur
2016-01-27x11: use different strings for WM_CLASS depending on contexthondres
2016-01-27use fallback mapping from listHondres
2016-01-27Merge pull request #3471 from Hinsbart/remove_libevdevpunto-
remove dependancy on libevdev
2016-01-26Revert "make msvc 64bits build again, fixes #3098"George Marques
This reverts commit b21ce6cecbd75ae3281177c4890902586ca710f7.
2016-01-26remove dependancy on libevdevhondres
2016-01-25Combies driver split and spawn fix, closes #3265Juan Linietsky
2016-01-25-Many fixes to windows build system with Mingw on Windows. Fixes #2690Juan Linietsky
2016-01-24Change default window size for desktopGeorge Marques
Fix #3149
2016-01-24can use fallback mapping on all platformshondres
2016-01-24support gamepad remapping on androidhondres
2016-01-22add mappings and increase max number of buttonshondres
2016-01-21html5 gamepad supportHinsbart
2016-01-20fix export bugJuan Linietsky
2016-01-20Merge pull request #3392 from Hinsbart/html5-gamepadRémi Verschelde
fix string conversion in javascript export
2016-01-20fix string conversion in javascript exporthondres
2016-01-20Merge pull request #3391 from eska014/web-export-pageRémi Verschelde
Overhaul web export page
2016-01-20-Remote deploy now uses FS over USB on Android, super fast!Juan Linietsky
2016-01-20Revamp web export pageeska
2016-01-19missed rename "keep_screen_on" for iosvolzhs
2016-01-18Merge pull request #3364 from Max-Might/masterRémi Verschelde
Haiku: fix build and add resource file
2016-01-18Merge pull request #3360 from volzhs/keep-screen-on-5Rémi Verschelde
Add ability to set "keep screen on" for android & iOS. fixes #2428
2016-01-16Fix 32 bit windows export crashmrezai
2016-01-16Add ability to set "keep screen on" for iOSvolzhs
2016-01-16Add ability to set "keep screen on" for androidvolzhs
2016-01-16Haiku: add resource fileKostadin Damyanov
2016-01-15Merge remote-tracking branch 'upstream/master'Kostadin Damyanov
2016-01-12Merge pull request #3272 from Hinsbart/joy-bindingpunto-
Add some joystick functions to input. Enables manipulation of mapping…
2016-01-12Fix crash on android 6.0.1, fixes #3321mrezai
2016-01-11Update copyright in remaining files + prints in the UIRémi Verschelde
2016-01-11Merge pull request #3230 from touilleMan/issue-55Rémi Verschelde
Remove unnecessary null pointer checks
2016-01-11Merge pull request #3304 from eska014/fbsd-alsaRémi Verschelde
Give FreeBSD a chance to enable ALSA
2016-01-10make msvc 64bits build again, fixes #3098Juan Linietsky
disabled assembly for msvc 64 bits, as it is not supported