aboutsummaryrefslogtreecommitdiff
path: root/platform/x11/os_x11.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Input: Remove usage of platform dependent event IDs.Andreas Haas2017-03-261-6/+1
* Fix typos in source code using codespellRémi Verschelde2017-03-241-3/+3
* X11: Don't reset mouse cursor theme.Andreas Haas2017-03-181-2/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-692/+648
* Add API to access battery power stateJulian Murgia2017-03-041-0/+12
* Fix some compilation warnings.Shlomi Fish2017-02-211-1/+1
* X11: Move audio driver finalize to the start of cleanupHein-Pieter van Braam2017-02-171-4/+4
* X11: Finalize audiodrivers on exitHein-Pieter van Braam2017-02-171-1/+4
* Fix issues with set_window_resizable on x11marcelofg552017-01-301-9/+27
* Added focus tracking in X11 and Windows classes, added new confined mouse mod...Ilija Boshkov2017-01-251-19/+40
* WIP new AudioServer, with buses, effects, etc.Juan Linietsky2017-01-211-0/+1
* Style: Various fixes to play nice with clang-formatRémi Verschelde2017-01-161-9/+8
* Oops! Audio engine has vanished :DJuan Linietsky2017-01-151-31/+15
* Style: Fix whole-line commented codeRémi Verschelde2017-01-141-6/+8
* rename Input.get_mouse_speed() to Input.get_last_mouse_speed()Juan Linietsky2017-01-131-2/+2
* 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