summaryrefslogtreecommitdiffstats
path: root/platform/x11
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | | | | -fixes to capture modeJuan Linietsky2015-08-292-2/+52
* | | | | | | | | fix build issue with ssl, closes #2384Juan Linietsky2015-08-231-0/+1
* | | | | | | | | damn github built-in editorJuan Linietsky2015-08-211-1/+1
* | | | | | | | | fix for built-in ssl (easier to build 32 bits export)Juan Linietsky2015-08-211-1/+2
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Use tabs instead of spaces.Jari Ronkainen2015-07-231-1/+1
* | | | | | | | Fix audio driver setup if the first driver fails.Jari Ronkainen2015-07-231-0/+1
* | | | | | | | some optimizations in godot memory handlingJuan Linietsky2015-06-121-2/+2
* | | | | | | | ability to run 2D physics in a threadJuan Linietsky2015-05-262-1/+4
* | | | | | | | Fix building release target with debug symbolsRémi Verschelde2015-05-221-2/+2
* | | | | | | | optional formal changesehriche2015-05-061-2/+2
* | | | | | | | -some cleanupsJuan Linietsky2015-04-301-1/+5
* | | | | | | | -Changed Godot exit to be clean.Juan Linietsky2015-04-203-1/+12
* | | | | | | | Updated copyright year in all headersJuan Linietsky2015-04-188-8/+8
* | | | | | | | improved save path error messages for scene, textures and audio, fixes #1514Juan Linietsky2015-04-121-0/+1
* | | | | | | | Modified OSX11 to try alternative audio drivers if pulseaudio does not work o...Juan Linietsky2015-04-121-1/+14
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | New API: build fixes for x11rollenrolm2015-03-232-6/+7
* | | | | | | Merge pull request #1542 from jotson/wmclassJuan Linietsky2015-03-221-3/+2
|\ \ \ \ \ \ \
| * | | | | | | Reverted change to classHintJohn Watson2015-03-221-3/+2
* | | | | | | | fixes to new window management APIJuan Linietsky2015-03-222-29/+30
|/ / / / / / /