| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert "8145 - Mouse Position is unknown until first mouse event on X11 & Win" | Rémi Verschelde | 2017-04-08 | 1 | -8/+1 |
| * | Add "Godot Engine contributors" copyright line | Rémi Verschelde | 2017-04-08 | 12 | -0/+12 |
| * | 8145 - Mouse Position is unknown until first mouse event on X11 & Win | Sergey Pusnei | 2017-04-05 | 1 | -1/+8 |
| * | Merge pull request #8152 from Hinsbart/input_id_2.1 | Rémi Verschelde | 2017-03-27 | 2 | -11/+1 |
| |\ |
|
| | * | Better handling of joypad device IDs. | Andreas Haas | 2017-03-26 | 2 | -11/+1 |
| * | | SCons: Add option to toggle warnings (on by default) | Rémi Verschelde | 2017-03-25 | 1 | -2/+2 |
| |/ |
|
| * | X11: Don't reset mouse cursor theme. | Andreas Haas | 2017-03-19 | 1 | -2/+1 |
| * | Bring that Whole New World to the Old Continent too | Rémi Verschelde | 2017-03-19 | 10 | -1067/+1003 |
| * | Refactoring: rename tools/editor/ to editor/ | Rémi Verschelde | 2017-03-18 | 1 | -1/+1 |
| * | Style: Various fixes to play nice with clang-format | Rémi Verschelde | 2017-03-18 | 1 | -9/+8 |
| * | Fix failing build on mageia v6 x64 linux. | Shlomi Fish | 2017-03-18 | 1 | -0/+1 |
| * | X11 return to cwd at exit | Hein-Pieter van Braam | 2017-03-18 | 1 | -0/+9 |
| * | Fix issues with set_window_resizable on x11 | marcelofg55 | 2017-03-18 | 1 | -9/+27 |
| * | Use -Ofast on x11. Also introduced use_lto option. | Ferenc Arn | 2017-03-18 | 1 | -9/+16 |
| * | x11: don't wait for window to be mapped | Jesper Bækdahl | 2017-03-18 | 1 | -7/+0 |
| * | x11: Improve logic for cross-dependencies between freetype, zlib and libpng | Rémi Verschelde | 2017-01-12 | 1 | -2/+13 |
| * | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-12 | 12 | -12/+12 |
| * | fix for crash when no ALSA or Pulse installed on linux | Gustav Lund | 2017-01-12 | 2 | -0/+7 |
| * | png: Allow building shared freetype with bundled libpng | Rémi Verschelde | 2016-11-19 | 1 | -1/+0 |
| * | Revert "libpng: Fix erroneously linking against libpng12 on old distros" | Rémi Verschelde | 2016-11-19 | 1 | -1/+1 |
| * | libpng: Fix erroneously linking against libpng12 on old distros | Rémi Verschelde | 2016-11-19 | 1 | -1/+1 |
| * | vsnc --> vsync | ISylvox | 2016-11-15 | 2 | -2/+2 |
| * | scons: Reorder options for clarity | Rémi Verschelde | 2016-11-03 | 1 | -18/+19 |
| * | style: Fix PEP8 blank lines issues in Python files | Rémi Verschelde | 2016-11-02 | 1 | -7/+3 |
| * | style: Fix PEP8 whitespace issues in Python files | Rémi Verschelde | 2016-11-02 | 2 | -57/+57 |
| * | style: Start applying PEP8 to Python files, indentation issues | Rémi Verschelde | 2016-11-02 | 2 | -163/+163 |
| * | SCons: Use colored output if available, change "colored"->"verbose" | Błażej Szczygieł | 2016-10-30 | 1 | -4/+0 |
| * | SCsub: Add python shebang as a hint for syntax highlighting | Rémi Verschelde | 2016-10-30 | 1 | -0/+2 |
| * | Theora: Don't compile unnecessary files, rename "x86_opt_*" | Błażej Szczygieł | 2016-10-30 | 1 | -1/+1 |
| * | freetype: Make it a module and split thirdparty library | Rémi Verschelde | 2016-10-30 | 1 | -6/+5 |
| * | zlib: Split thirdparty files, simplify scons option | Rémi Verschelde | 2016-10-30 | 1 | -1/+0 |
| * | glew: Split thirdparty files and isolate env | Rémi Verschelde | 2016-10-30 | 2 | -4/+4 |
| * | squish: Move to a module and split thirdparty lib | Rémi Verschelde | 2016-10-30 | 1 | -0/+3 |
| * | theora: Move to a module and split thirdparty lib | Rémi Verschelde | 2016-10-30 | 1 | -5/+12 |
| * | openssl: Move to a module and split thirdparty lib | Rémi Verschelde | 2016-10-30 | 1 | -2/+2 |
| * | ogg/vorbis/opus/speex: Make them modules and unbundle thirdparty libs | Rémi Verschelde | 2016-10-30 | 1 | -0/+11 |
| * | webp: Make it a module and unbundle libwebp thirdparty files | Rémi Verschelde | 2016-10-30 | 1 | -0/+3 |
| * | png: Split library to thirdparty dir and allow unbundling | Rémi Verschelde | 2016-10-30 | 1 | -3/+5 |
| * | Use pkgconfig to locate ALSA libs (#6119) | romeojulietthotel | 2016-10-09 | 1 | -1/+1 |
| * | x11: Fix event.is_action() for release of modifier keys | Andreas Haas | 2016-10-09 | 1 | -0/+13 |
| * | x11: Use proper sonames for loading libXrandr. | Andreas Haas | 2016-09-01 | 1 | -3/+3 |
| * | Merge pull request #5845 from hurikhan/x11_cleanup | Rémi Verschelde | 2016-07-22 | 4 | -156/+37 |
| |\ |
|
| | * | Code cleanup in platform/x11 | Mario Schlack | 2016-07-21 | 4 | -156/+37 |
| * | | Implement OS.request_attention() for X11 | Mario Schlack | 2016-07-21 | 2 | -0/+21 |
| |/ |
|
| * | remove GLU dependency, closes #3787 | Juan Linietsky | 2016-07-18 | 1 | -1/+1 |
| * | line/col label was changing size with each cursor move, forcing the GUI to re... | Juan Linietsky | 2016-07-09 | 1 | -1/+0 |
| * | Avoid crash if setting modifiers fails, closes #5158 | Juan Linietsky | 2016-07-08 | 1 | -1/+3 |
| * | Removed unused variables (first pass) | Rémi Verschelde | 2016-07-07 | 1 | -1/+2 |
| * | Link libdl only on Linux, fix BSD build | eska | 2016-07-04 | 1 | -1/+3 |
| * | Fix compiling for X11 on non-86, this fixes #5444 | Ferdinand Thiessen | 2016-06-27 | 1 | -1/+3 |