| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add API to access battery power state | Julian Murgia | 2017-03-04 | 1 | -0/+12 |
| * | Fix some compilation warnings. | Shlomi Fish | 2017-02-21 | 1 | -1/+1 |
| * | X11: Move audio driver finalize to the start of cleanup | Hein-Pieter van Braam | 2017-02-17 | 1 | -4/+4 |
| * | X11: Finalize audiodrivers on exit | Hein-Pieter van Braam | 2017-02-17 | 1 | -1/+4 |
| * | Fix issues with set_window_resizable on x11 | marcelofg55 | 2017-01-30 | 1 | -9/+27 |
| * | Added focus tracking in X11 and Windows classes, added new confined mouse mod... | Ilija Boshkov | 2017-01-25 | 1 | -19/+40 |
| * | WIP new AudioServer, with buses, effects, etc. | Juan Linietsky | 2017-01-21 | 1 | -0/+1 |
| * | Style: Various fixes to play nice with clang-format | Rémi Verschelde | 2017-01-16 | 1 | -9/+8 |
| * | Oops! Audio engine has vanished :D | Juan Linietsky | 2017-01-15 | 1 | -31/+15 |
| * | Style: Fix whole-line commented code | Rémi Verschelde | 2017-01-14 | 1 | -6/+8 |
| * | rename Input.get_mouse_speed() to Input.get_last_mouse_speed() | Juan Linietsky | 2017-01-13 | 1 | -2/+2 |
| * | Rename "joypad_linux" class to "JoypadLinux" | Andreas Haas | 2017-01-08 | 1 | -1/+1 |
| * | renamed joystick to joypad everywhere around source code! | Juan Linietsky | 2017-01-08 | 1 | -3/+3 |
| * | Memory pool vectors (DVector) have been enormously simplified in code, and re... | Juan Linietsky | 2017-01-07 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'origin/gles3' into gles3-on-master | Rémi Verschelde | 2017-01-02 | 1 | -9/+12 |
| |\ |
|
| | * | Migrated from GLES to GLAD, fixes many issues. | Juan Linietsky | 2016-11-22 | 1 | -1/+1 |
| | * | Begining of GLES3 renderer: | Juan Linietsky | 2016-10-03 | 1 | -8/+11 |
| * | | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-01 | 1 | -1/+1 |
| * | | fix for crash when no ALSA or Pulse installed on linux | Gustav Lund | 2016-12-12 | 1 | -0/+5 |
| * | | Revert "X11: Fix maximized boot splash" | Rémi Verschelde | 2016-11-23 | 1 | -21/+0 |
| * | | X11: Fix maximized boot splash | Andreas Haas | 2016-11-16 | 1 | -0/+21 |
| * | | vsnc --> vsync | ISylvox | 2016-11-08 | 1 | -1/+1 |
| |/ |
|
| * | x11: Fix event.is_action() for release of modifier keys | Andreas Haas | 2016-09-22 | 1 | -0/+13 |
| * | x11: Use proper sonames for loading libXrandr. | Andreas Haas | 2016-08-11 | 1 | -3/+3 |
| * | Merge pull request #5845 from hurikhan/x11_cleanup | Rémi Verschelde | 2016-07-22 | 1 | -149/+34 |
| |\ |
|
| | * | Code cleanup in platform/x11 | Mario Schlack | 2016-07-21 | 1 | -149/+34 |
| * | | Implement OS.request_attention() for X11 | Mario Schlack | 2016-07-21 | 1 | -0/+20 |
| |/ |
|
| * | 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 |
| * | Changes X11 res_name to "Godot_Engine" | paper-pauper | 2016-06-25 | 1 | -1/+1 |
| * | fix memset calls | Dennis Brakhane | 2016-06-19 | 1 | -3/+3 |
| * | x11: fix XRandr GetMonitors | Andreas Haas | 2016-06-12 | 1 | -8/+25 |
| * | x11: Implemented dpi detection | Andreas Haas | 2016-06-09 | 1 | -0/+58 |
| * | vsync support | Juan Linietsky | 2016-06-05 | 1 | -0/+14 |
| * | xdnd: can handle more than 3 different target types | Andreas Haas | 2016-05-29 | 1 | -22/+61 |
| * | x11: Add support for filesystem drag & drop using xdnd | Andreas Haas | 2016-05-28 | 1 | -0/+126 |
| * | x11: Flush the X output buffer after changing mouse mode | Ignacio Etcheverry | 2016-04-12 | 1 | -0/+2 |
| * | remove trailing whitespace | Hubert Jarosz | 2016-03-09 | 1 | -129/+129 |
| * | Merge pull request #3575 from Hinsbart/_net_wm_name | Rémi Verschelde | 2016-02-04 | 1 | -0/+4 |
| |\ |
|
| | * | x11: set _net_wm_name property | hondres | 2016-02-04 | 1 | -0/+4 |
| * | | Merge pull request #3493 from Hinsbart/wm_class | Rémi Verschelde | 2016-02-03 | 1 | -0/+16 |
| |\ \
| |/
|/| |
|
| | * | x11: use different strings for WM_CLASS depending on context | hondres | 2016-01-27 | 1 | -0/+16 |
| * | | remove pc_joystick_map.h | hondres | 2016-02-01 | 1 | -1/+0 |
| |/ |
|
| * | Change default window size for desktop | George Marques | 2016-01-24 | 1 | -1/+1 |
| * | Add some joystick functions to input. Enables manipulation of mappings at run... | hondres | 2016-01-08 | 1 | -0/+8 |
| * | fix x11 crash on exit | hondres | 2016-01-05 | 1 | -3/+3 |
| * | having active items is pointless in input map | Juan Linietsky | 2016-01-03 | 1 | -1/+11 |
| * | Update copyright to 2016 in headers | George Marques | 2016-01-01 | 1 | -1/+1 |
| * | -Fix parsing of comments in VariantParser, fixes #3175 | Juan Linietsky | 2015-12-31 | 1 | -1/+2 |
| * | Check pkg-config for libudev and enable gamepad code only if found. Linux onl... | hondres | 2015-12-21 | 1 | -3/+3 |