summaryrefslogtreecommitdiff
path: root/platform
AgeCommit message (Collapse)Author
2016-03-02fix gradle build on windowsvolzhs
2016-02-27added [presets] to ._sc_ and "android/shutdown_adb_on_exit" to editor_settingsAriel Manzur
2016-02-25theora on server buildAriel Manzur
2016-02-24x11: fix joysticks not recognizing some buttonshinsbart
dpad on x360 pads with kernel < 4.3 is working now
2016-02-19Reject any native video player calls on iOS that point to files within .pck ↵Aren Villanueva
archives. Fix the paths for both res:// and user:// specified video files.
2016-02-17Rename KEY_KP_SUBSTRACT to KEY_KP_SUBTRACTRémi Verschelde
The former name was incorrect in English, though for us latin lovers it's an understandable mistake. Second part of and closes #3626.
2016-02-15Merge pull request #3715 from Hinsbart/libudev_includeRémi Verschelde
X11: include libudev only on udev builds
2016-02-15include libudev only on udev buildshondres
2016-02-14adding xcode project templateAriel Manzur
2016-02-14x11: make dependancy on libudev optionalhondres
2016-02-12win: fix xinput triggers not resetting correctlyHondres
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