aboutsummaryrefslogtreecommitdiff
path: root/platform (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename KEY_KP_SUBSTRACT to KEY_KP_SUBTRACTRémi Verschelde2016-02-175-5/+5
| | | | | The former name was incorrect in English, though for us latin lovers it's an understandable mistake. Second part of and closes #3626.
* Merge pull request #3715 from Hinsbart/libudev_includeRémi Verschelde2016-02-151-1/+4
|\ | | | | X11: include libudev only on udev builds
| * include libudev only on udev buildshondres2016-02-151-1/+4
| |
* | adding xcode project templateAriel Manzur2016-02-1439-0/+613
|/
* x11: make dependancy on libudev optionalhondres2016-02-143-11/+41
|
* win: fix xinput triggers not resetting correctlyHondres2016-02-121-1/+1
|
* fix platform bb10 compilationhondres2016-02-112-1/+5
|
* Merge pull request #3428 from Hinsbart/android-gamepadpunto-2016-02-089-160/+668
|\ | | | | support gamepad remapping on android
| * use fallback mapping from listHondres2016-01-271-1/+1
| |
| * can use fallback mapping on all platformshondres2016-01-241-1/+1
| |
| * support gamepad remapping on androidhondres2016-01-249-159/+667
| |
* | Added constant to retrieve Windows' Documents pathFranco Eusébio Garcia2016-02-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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."
* | Merge pull request #3615 from Hinsbart/joy_check_fixpunto-2016-02-071-2/+4
|\ \ | | | | | | x11: more verbose checking for joystick capabilities
| * | x11: more verbose checking for joystick capabilitieshondres2016-02-071-2/+4
| | |
* | | added option to link libstdc++ staticallyJuan Linietsky2016-02-041-0/+4
| | |
* | | Removed PE-bliss, win32 binares so far remain without icon, had many issues ↵Juan Linietsky2016-02-042-374/+2
| | | | | | | | | | | | | | | | | | | | | | | | with it: -corrupted 32 binaries without reason -does not support upx binaries -forces dependency o libstdc++
* | | -removed buggy flags, makes mingw+32 bits+optimized work again,Juan Linietsky2016-02-041-1/+1
|/ /
* | support horizontal mouse wheel, use in text editorhondres2016-02-043-3/+35
| |
* | Merge pull request #3575 from Hinsbart/_net_wm_nameRémi Verschelde2016-02-041-0/+4
|\ \ | | | | | | x11: set _net_wm_name property
| * | x11: set _net_wm_name propertyhondres2016-02-041-0/+4
| | |
* | | Merge pull request #3493 from Hinsbart/wm_classRémi Verschelde2016-02-032-0/+18
|\ \ \ | | | | | | | | x11: use different strings for WM_CLASS depending on context
| * | | x11: use different strings for WM_CLASS depending on contexthondres2016-01-272-0/+18
| | | |
* | | | Merge pull request #3538 from Hinsbart/tempRémi Verschelde2016-02-033-3/+0
|\ \ \ \ | | |/ / | |/| | remove pc_joystick_map.h
| * | | remove pc_joystick_map.hhondres2016-02-013-3/+0
| | | |
* | | | x11: fix non-gamepad devices being detected as joystickshondres2016-02-021-3/+4
|/ / /
* | | close file descriptor if ioctls failedhondres2016-02-011-0/+1
| | |
* | | Update detect.pypunto-2016-01-291-1/+1
| | | | | | | | | removed -g from linkflags
* | | audio crashAriel Manzur2016-01-292-1/+4
| | |
* | | Merge pull request #3471 from Hinsbart/remove_libevdevpunto-2016-01-273-103/+133
|\| | | | | | | | remove dependancy on libevdev
| * | remove dependancy on libevdevhondres2016-01-263-103/+133
| | |
* | | Revert "make msvc 64bits build again, fixes #3098"George Marques2016-01-261-1/+1
|/ / | | | | | | This reverts commit b21ce6cecbd75ae3281177c4890902586ca710f7.
* | Combies driver split and spawn fix, closes #3265Juan Linietsky2016-01-251-0/+2
| |
* | -Many fixes to windows build system with Mingw on Windows. Fixes #2690Juan Linietsky2016-01-251-35/+1
| |
* | Change default window size for desktopGeorge Marques2016-01-243-3/+3
|/ | | | Fix #3149
* add mappings and increase max number of buttonshondres2016-01-221-1/+1
|
* html5 gamepad supportHinsbart2016-01-212-1/+75
|
* fix export bugJuan Linietsky2016-01-201-1/+1
|
* Merge pull request #3392 from Hinsbart/html5-gamepadRémi Verschelde2016-01-201-1/+1
|\ | | | | fix string conversion in javascript export
| * fix string conversion in javascript exporthondres2016-01-201-1/+1
| |
* | Merge pull request #3391 from eska014/web-export-pageRémi Verschelde2016-01-201-17/+55
|\| | | | | Overhaul web export page
| * Revamp web export pageeska2016-01-201-17/+55
| |
* | -Remote deploy now uses FS over USB on Android, super fast!Juan Linietsky2016-01-201-0/+37
|/
* missed rename "keep_screen_on" for iosvolzhs2016-01-191-1/+1
|
* Merge pull request #3364 from Max-Might/masterRémi Verschelde2016-01-184-2/+72
|\ | | | | Haiku: fix build and add resource file
| * Haiku: add resource fileKostadin Damyanov2016-01-163-2/+71
| |
| * Merge remote-tracking branch 'upstream/master'Kostadin Damyanov2016-01-15440-9119/+953
| |\
| * | Haiku: fix buildKostadin Damyanov2015-12-261-0/+1
| | |
* | | Merge pull request #3360 from volzhs/keep-screen-on-5Rémi Verschelde2016-01-187-11/+56
|\ \ \ | | | | | | | | Add ability to set "keep screen on" for android & iOS. fixes #2428
| * | | Add ability to set "keep screen on" for iOSvolzhs2016-01-163-2/+15
| | | |
| * | | Add ability to set "keep screen on" for androidvolzhs2016-01-164-9/+41
| | |/ | |/|