summaryrefslogtreecommitdiff
path: root/platform/x11/os_x11.cpp
AgeCommit message (Expand)Author
2017-01-16Style: Various fixes to play nice with clang-formatRémi Verschelde
2017-01-15Oops! Audio engine has vanished :DJuan Linietsky
2017-01-14Style: Fix whole-line commented codeRémi Verschelde
2017-01-13rename Input.get_mouse_speed() to Input.get_last_mouse_speed()Juan Linietsky
2017-01-08Rename "joypad_linux" class to "JoypadLinux"Andreas Haas
2017-01-08renamed joystick to joypad everywhere around source code!Juan Linietsky
2017-01-07Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky
2017-01-02Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde
2017-01-01Welcome in 2017, dear changelog reader!Rémi Verschelde
2016-12-12fix for crash when no ALSA or Pulse installed on linuxGustav Lund
2016-11-23Revert "X11: Fix maximized boot splash"Rémi Verschelde
2016-11-22Migrated from GLES to GLAD, fixes many issues.Juan Linietsky
2016-11-16X11: Fix maximized boot splashAndreas Haas
2016-11-08vsnc --> vsyncISylvox
2016-10-03Begining of GLES3 renderer:Juan Linietsky
2016-09-22x11: Fix event.is_action() for release of modifier keysAndreas Haas
2016-08-11x11: Use proper sonames for loading libXrandr.Andreas Haas
2016-07-22Merge pull request #5845 from hurikhan/x11_cleanupRémi Verschelde
2016-07-21Code cleanup in platform/x11Mario Schlack
2016-07-21Implement OS.request_attention() for X11Mario Schlack
2016-07-09line/col label was changing size with each cursor move, forcing the GUI to re...Juan Linietsky
2016-07-08Avoid crash if setting modifiers fails, closes #5158Juan Linietsky
2016-06-25Changes X11 res_name to "Godot_Engine"paper-pauper
2016-06-19fix memset callsDennis Brakhane
2016-06-12x11: fix XRandr GetMonitorsAndreas Haas
2016-06-09x11: Implemented dpi detectionAndreas Haas
2016-06-05vsync supportJuan Linietsky
2016-05-29xdnd: can handle more than 3 different target typesAndreas Haas
2016-05-28x11: Add support for filesystem drag & drop using xdndAndreas Haas
2016-04-12x11: Flush the X output buffer after changing mouse modeIgnacio Etcheverry
2016-03-09remove trailing whitespaceHubert Jarosz
2016-02-04Merge pull request #3575 from Hinsbart/_net_wm_nameRémi Verschelde
2016-02-04x11: set _net_wm_name propertyhondres
2016-02-03Merge pull request #3493 from Hinsbart/wm_classRémi Verschelde
2016-02-01remove pc_joystick_map.hhondres
2016-01-27x11: use different strings for WM_CLASS depending on contexthondres
2016-01-24Change default window size for desktopGeorge Marques
2016-01-08Add some joystick functions to input. Enables manipulation of mappings at run...hondres
2016-01-05fix x11 crash on exithondres
2016-01-03having active items is pointless in input mapJuan Linietsky
2016-01-01Update copyright to 2016 in headersGeorge Marques
2015-12-31-Fix parsing of comments in VariantParser, fixes #3175Juan Linietsky
2015-12-21Check pkg-config for libudev and enable gamepad code only if found. Linux onl...hondres
2015-12-18Better gamepad supporthondres
2015-12-12-added windowed mode with -w, fixes #3020Juan Linietsky
2015-11-20Disable X11 joystick functions also for OpenBSDAnton Yabchinskiy
2015-11-20Include string.h for memset() on OpenBSDAnton Yabchinskiy
2015-11-19compile fixesJuan Linietsky
2015-11-19Revert "libao audio driver"Juan Linietsky
2015-11-19Merge pull request #903 from a12n/libaoJuan Linietsky