aboutsummaryrefslogtreecommitdiff
path: root/platform/x11/os_x11.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename "joypad_linux" class to "JoypadLinux"Andreas Haas2017-01-081-1/+1
* renamed joystick to joypad everywhere around source code!Juan Linietsky2017-01-081-3/+3
* Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky2017-01-071-1/+1
* Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde2017-01-021-9/+12
|\
| * Migrated from GLES to GLAD, fixes many issues.Juan Linietsky2016-11-221-1/+1
| * Begining of GLES3 renderer:Juan Linietsky2016-10-031-8/+11
* | Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* | fix for crash when no ALSA or Pulse installed on linuxGustav Lund2016-12-121-0/+5
* | Revert "X11: Fix maximized boot splash"Rémi Verschelde2016-11-231-21/+0
* | X11: Fix maximized boot splashAndreas Haas2016-11-161-0/+21
* | vsnc --> vsyncISylvox2016-11-081-1/+1
|/
* x11: Fix event.is_action() for release of modifier keysAndreas Haas2016-09-221-0/+13
* x11: Use proper sonames for loading libXrandr.Andreas Haas2016-08-111-3/+3
* Merge pull request #5845 from hurikhan/x11_cleanupRémi Verschelde2016-07-221-149/+34
|\
| * Code cleanup in platform/x11Mario Schlack2016-07-211-149/+34
* | Implement OS.request_attention() for X11Mario Schlack2016-07-211-0/+20
|/
* line/col label was changing size with each cursor move, forcing the GUI to re...Juan Linietsky2016-07-091-1/+0
* Avoid crash if setting modifiers fails, closes #5158Juan Linietsky2016-07-081-1/+3
* Changes X11 res_name to "Godot_Engine"paper-pauper2016-06-251-1/+1
* fix memset callsDennis Brakhane2016-06-191-3/+3
* x11: fix XRandr GetMonitorsAndreas Haas2016-06-121-8/+25
* x11: Implemented dpi detectionAndreas Haas2016-06-091-0/+58
* vsync supportJuan Linietsky2016-06-051-0/+14
* xdnd: can handle more than 3 different target typesAndreas Haas2016-05-291-22/+61
* x11: Add support for filesystem drag & drop using xdndAndreas Haas2016-05-281-0/+126
* x11: Flush the X output buffer after changing mouse modeIgnacio Etcheverry2016-04-121-0/+2
* remove trailing whitespaceHubert Jarosz2016-03-091-129/+129
* Merge pull request #3575 from Hinsbart/_net_wm_nameRémi Verschelde2016-02-041-0/+4
|\
| * x11: set _net_wm_name propertyhondres2016-02-041-0/+4
* | Merge pull request #3493 from Hinsbart/wm_classRémi Verschelde2016-02-031-0/+16
|\ \ | |/ |/|
| * x11: use different strings for WM_CLASS depending on contexthondres2016-01-271-0/+16
* | remove pc_joystick_map.hhondres2016-02-011-1/+0
|/
* Change default window size for desktopGeorge Marques2016-01-241-1/+1
* Add some joystick functions to input. Enables manipulation of mappings at run...hondres2016-01-081-0/+8
* fix x11 crash on exithondres2016-01-051-3/+3
* having active items is pointless in input mapJuan Linietsky2016-01-031-1/+11
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
* -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-211-3/+3
* Better gamepad supporthondres2015-12-181-193/+9
* -added windowed mode with -w, fixes #3020Juan Linietsky2015-12-121-1/+1
* Disable X11 joystick functions also for OpenBSDAnton Yabchinskiy2015-11-201-2/+2
* Include string.h for memset() on OpenBSDAnton Yabchinskiy2015-11-201-0/+1
* compile fixesJuan Linietsky2015-11-191-1/+1
* Revert "libao audio driver"Juan Linietsky2015-11-191-7/+2
* Merge pull request #903 from a12n/libaoJuan Linietsky2015-11-191-2/+7
|\
| * Merge branch 'master' of github.com:okamstudio/godotAnton Yabchinskiy2015-11-021-45/+122
| |\
| * \ Merge branch 'master' of github.com:okamstudio/godotAnton Yabchinskiy2015-07-291-5/+25
| |\ \
| * \ \ Merge branch 'master' of github.com:okamstudio/godotAnton Yabchinskiy2015-04-041-46/+437
| |\ \ \
| * \ \ \ Merge branch 'master' of https://github.com/okamstudio/godotAnton Yabchinskiy2015-02-171-1/+5
| |\ \ \ \