Age | Commit message (Expand) | Author |
2016-11-01 | style: Fix PEP8 whitespace issues in Python files | Rémi Verschelde |
2016-11-01 | style: Start applying PEP8 to Python files, indentation issues | Rémi Verschelde |
2016-10-30 | Merge pull request #6490 from zaps166/webm-pr | Rémi Verschelde |
2016-10-23 | Add WebM module | Błażej Szczygieł |
2016-10-17 | SCons: Use colored output if available, change "colored"->"verbose" | Błażej Szczygieł |
2016-10-17 | Merge pull request #6850 from akien-mga/pr-scsub-shebang | Rémi Verschelde |
2016-10-17 | SCsub: Add python shebang as a hint for syntax highlighting | Rémi Verschelde |
2016-10-16 | Theora: Don't compile unnecessary files, rename "x86_opt_*" | Błażej Szczygieł |
2016-10-15 | freetype: Make it a module and split thirdparty library | Rémi Verschelde |
2016-10-15 | zlib: Split thirdparty files, simplify scons option | Rémi Verschelde |
2016-10-15 | glew: Split thirdparty files and isolate env | Rémi Verschelde |
2016-10-15 | squish: Move to a module and split thirdparty lib | Rémi Verschelde |
2016-10-15 | theora: Move to a module and split thirdparty lib | Rémi Verschelde |
2016-10-15 | openssl: Move to a module and split thirdparty lib | Rémi Verschelde |
2016-10-15 | ogg/vorbis/opus: Make them modules and unbundle thirdparty libs | Rémi Verschelde |
2016-10-15 | webp: Make it a module and unbundle libwebp thirdparty files | Rémi Verschelde |
2016-10-15 | enet: Split enet thirdparty files and allow unbundling | Rémi Verschelde |
2016-10-15 | png: Split library to thirdparty dir and allow unbundling | Rémi Verschelde |
2016-10-03 | Begining of GLES3 renderer: | Juan Linietsky |
2016-09-23 | Use pkgconfig to locate ALSA libs (#6119) | romeojulietthotel |
2016-09-22 | x11: Fix event.is_action() for release of modifier keys | Andreas Haas |
2016-08-11 | x11: Use proper sonames for loading libXrandr. | Andreas Haas |
2016-07-22 | Merge pull request #5845 from hurikhan/x11_cleanup | Rémi Verschelde |
2016-07-21 | Code cleanup in platform/x11 | Mario Schlack |
2016-07-21 | Implement OS.request_attention() for X11 | Mario Schlack |
2016-07-18 | remove GLU dependency, closes #3787 | Juan Linietsky |
2016-07-09 | line/col label was changing size with each cursor move, forcing the GUI to re... | Juan Linietsky |
2016-07-08 | Avoid crash if setting modifiers fails, closes #5158 | Juan Linietsky |
2016-07-07 | Removed unused variables (first pass) | Rémi Verschelde |
2016-07-04 | Link libdl only on Linux, fix BSD build | eska |
2016-06-27 | Fix compiling for X11 on non-86, this fixes #5444 | Ferdinand Thiessen |
2016-06-25 | Changes X11 res_name to "Godot_Engine" | paper-pauper |
2016-06-22 | Fixed iCCp chunk in pngs | J08nY |
2016-06-20 | Remove the vibration effect from the joystick when stopping | Wilhem Barbier |
2016-06-19 | fix memset calls | Dennis Brakhane |
2016-06-18 | Add missing license headers in our source files (#5255) | Rémi Verschelde |
2016-06-15 | Add joystick vibration support on Linux (#5043) | Wilhem Barbier |
2016-06-12 | x11: fix XRandr GetMonitors | Andreas Haas |
2016-06-11 | Merge pull request #4905 from Hinsbart/x11_dpi | Juan Linietsky |
2016-06-09 | -make freetype build for all platforms the same, default as builtin except on... | Juan Linietsky |
2016-06-09 | x11: Implemented dpi detection | Andreas Haas |
2016-06-08 | GLEW: Define static + enabled and includes via SCons | Rémi Verschelde |
2016-06-07 | x11: fix vsync support | Andreas Haas |
2016-06-05 | temporary fix for vsync call on x11 | Ariel Manzur |
2016-06-05 | vsync support | Juan Linietsky |
2016-05-29 | Merge pull request #4874 from Hinsbart/x11_dragndrop | Rémi Verschelde |
2016-05-29 | xdnd: can handle more than 3 different target types | Andreas Haas |
2016-05-29 | Finalized DynamicFont implementation | Juan Linietsky |
2016-05-28 | x11: Add support for filesystem drag & drop using xdnd | Andreas Haas |
2016-04-12 | x11: Flush the X output buffer after changing mouse mode | Ignacio Etcheverry |