summaryrefslogtreecommitdiffstats
path: root/platform/x11
Commit message (Expand)AuthorAgeFilesLines
* having active items is pointless in input mapJuan Linietsky2016-01-031-1/+11
* send axis events only once per frame on linuxhondres2016-01-032-1/+13
* make num_buttons local, no need to keep in joystick structhondres2016-01-022-8/+9
* Update copyright to 2016 in headersGeorge Marques2016-01-0110-10/+10
* -Fix parsing of comments in VariantParser, fixes #3175Juan Linietsky2015-12-311-1/+2
* Check pkg-config for libudev and enable gamepad code only if found. Linux onl...hondres2015-12-215-12/+18
* -fixed build system to use pkg-config for evdevJuan Linietsky2015-12-212-3/+8
* Use tabs instead of spaces for new gamepad codehondres2015-12-182-310/+310
* Better gamepad supporthondres2015-12-186-219/+512
* -added windowed mode with -w, fixes #3020Juan Linietsky2015-12-121-1/+1
* changed a bit to use system()Juan Linietsky2015-12-081-1/+1
* improve detection of linux, fixes #3201Juan Linietsky2015-12-081-1/+1
* Merge pull request #2849 from a12n/compobsd2Juan Linietsky2015-12-083-5/+9
|\
| * Disable X11 joystick functions also for OpenBSDAnton Yabchinskiy2015-11-201-2/+2
| * Include string.h for memset() on OpenBSDAnton Yabchinskiy2015-11-201-0/+1
| * Include stdlib.h for alloca() on OpenBSDAnton Yabchinskiy2015-11-201-1/+1
| * Enable ALSA only for LinuxAnton Yabchinskiy2015-11-201-2/+5
* | Enabled debug symbols for x11 when using platform=release_debug and debug_rel...koalefant2015-11-291-0/+2
* | 0theora compilation fixesJuan Linietsky2015-11-251-0/+2
|/
* compile fixesJuan Linietsky2015-11-191-1/+1
* Revert "libao audio driver"Juan Linietsky2015-11-194-22/+7
* Merge pull request #903 from a12n/libaoJuan Linietsky2015-11-194-7/+22
|\
| * Merge branch 'master' of github.com:okamstudio/godotAnton Yabchinskiy2015-11-024-57/+149
| |\
| * \ Merge branch 'master' of github.com:okamstudio/godotAnton Yabchinskiy2015-07-299-15/+48
| |\ \
| * \ \ Merge branch 'master' of github.com:okamstudio/godotAnton Yabchinskiy2015-04-043-49/+477
| |\ \ \
| * \ \ \ Merge branch 'master' of https://github.com/okamstudio/godotAnton Yabchinskiy2015-02-172-18/+16
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' of github.com:okamstudio/godotAnton Yabchinskiy2015-01-172-1/+4
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' of github.com:okamstudio/godotAnton Yabchinskiy2015-01-143-19/+18
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' of github.com:okamstudio/godotAnton Yabchinskiy2014-12-233-1/+32
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' of https://github.com/okamstudio/godotAnton Yabchinskiy2014-12-042-1/+69
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'libao'Anton Yabchinskiy2014-11-223-0/+14
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Use libao driver on X11 platformAnton Yabchinskiy2014-11-223-0/+14
| * | | | | | | | | | Disable X11 joystick functions also for OpenBSDAnton Yabchinskiy2014-11-221-2/+2
| * | | | | | | | | | Include string.h for memset() on OpenBSDAnton Yabchinskiy2014-11-221-0/+1
| * | | | | | | | | | Include stdlib.h for alloca() on OpenBSDAnton Yabchinskiy2014-11-221-1/+1
| * | | | | | | | | | Enable ALSA only for LinuxAnton Yabchinskiy2014-11-221-2/+5
| |/ / / / / / / / /
* | | | | | | | | / Moved deleting sample player in OS finalize methods to before deleting audio ...Saracen2015-11-021-1/+2
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Made the Atom net_wm_icon localPhobos Tro2015-10-262-29/+5
* | | | | | | | | Fixing memory leaksPhobos Tro2015-10-253-17/+33
* | | | | | | | | fixes broken 3D in editorJuan Linietsky2015-10-171-7/+3
* | | | | | | | | Merge pull request #2485 from masoudbh3/fix-x11-editor-boot-splashJuan Linietsky2015-10-171-0/+6
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix X11 Editor Boot Splashmasoud bh2015-09-171-0/+6
* | | | | | | | | | Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-10-132-1/+16
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-09-243-3/+22
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Added ability to set custom mouse cursors. Not hardware accelerated yet.Juan Linietsky2015-09-242-1/+16
* | | | | | | | | | | | Fixed theora playback. Removed theoraplayer.Juan Linietsky2015-09-261-1/+1
| |/ / / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Properly implement OS.alert() from script, and use xmessage on X11Juan Linietsky2015-09-212-1/+11
| |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | fix to builtin freetype defines on linuxJuan Linietsky2015-09-101-0/+6
* | | | | | | | | | fix to freetype detectionJuan Linietsky2015-09-101-2/+5
|/ / / / / / / / /
* | | | | | | | | new editor settings customization of where to run the game from the editorJuan Linietsky2015-08-301-2/+14