summaryrefslogtreecommitdiff
path: root/platform/x11/os_x11.cpp
AgeCommit message (Expand)Author
2017-08-27Dead code tells no talesRémi Verschelde
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-27Merge pull request #10591 from Rubonnek/possible-null-ptr-dereferenceRémi Verschelde
2017-08-26Added/Fixed null pointer checksWilson E. Alvarez
2017-08-25Fixed several memory leaksWilson E. Alvarez
2017-08-22Merge pull request #10487 from marcelofg55/curscr_as_defaultRémi Verschelde
2017-08-21p_screen param from get_screen_* funcs now default to the current screenMarcelo Fernandez
2017-08-21Removed unnecessary assignmentsWilson E. Alvarez
2017-08-19Set the X11 class hint before mapping the windowRichard Adenling
2017-08-02Fix double finalisation of audio driversMarcelo Fernandez
2017-07-26Fixes power management on x11 platform and removes explicit NULL pointer dere...Julian Murgia
2017-07-25Workaround to allow pasting unicode characters from X selection.Jia Wang
2017-07-19-Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky
2017-07-13Fix fullscreen on X11 for non-resizable windowsMarcelo Fernandez
2017-07-11IME window follow the input cursor.geequlim
2017-07-08Refactor 'treshold' to 'threshold'Poommetee Ketson
2017-07-05Implemented borderless window functions on Linux.Marcelo Fernandez
2017-06-29Workaround for IME and echo events on Linux:Jia Wang
2017-06-25Revert "Workaround for IME on Linux."Juan Linietsky
2017-06-25Workaround for IME on Linux(fixes #29 #7106):Jia Wang
2017-06-09-Restored multithread capability to VisualServerJuan Linietsky
2017-06-03InputEvent: Renamed "pos" property to "position"Andreas Haas
2017-05-29X11: Turn warning about not finding cursor theme into verbose output.Andreas Haas
2017-05-20Removal of InputEvent as built-in Variant type..Juan Linietsky
2017-05-17Removal of Image from Variant, converted to a Resource.Juan Linietsky
2017-04-10Rename [gs]et_pos to [gs]et_position for ControlsSergey Pusnei
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-04-06Revert "8145 - Mouse Position is unknown until first mouse event on X11"Juan Linietsky
2017-03-288145 - Mouse Position is unknown until first mouse event on X11 & WinSergey Pusnei
2017-03-26Input: Remove usage of platform dependent event IDs.Andreas Haas
2017-03-24Fix typos in source code using codespellRémi Verschelde
2017-03-18X11: Don't reset mouse cursor theme.Andreas Haas
2017-03-05A Whole New World (clang-format edition)Rémi Verschelde
2017-03-04Add API to access battery power stateJulian Murgia
2017-02-21Fix some compilation warnings.Shlomi Fish
2017-02-17X11: Move audio driver finalize to the start of cleanupHein-Pieter van Braam
2017-02-17X11: Finalize audiodrivers on exitHein-Pieter van Braam
2017-01-30Fix issues with set_window_resizable on x11marcelofg55
2017-01-25Added focus tracking in X11 and Windows classes, added new confined mouse mod...Ilija Boshkov
2017-01-21WIP new AudioServer, with buses, effects, etc.Juan Linietsky
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