aboutsummaryrefslogtreecommitdiff
path: root/platform/x11/os_x11.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Add initial support for the XDG Base Directory specRémi Verschelde2017-11-191-0/+33
* | Rename OS::get_data_dir to OS::get_user_data_dirRémi Verschelde2017-11-171-1/+1
* | Make video mode initialization more intuitive, fixes #12022Juan Linietsky2017-11-091-4/+0
* | Merge pull request #12262 from AndreaCatania/pplugJuan Linietsky2017-11-031-13/+0
|\ \
| * | Implemented physics plugAndreaCatania2017-11-041-13/+0
* | | Add Colemak keybindings to editor for osxN0hbdy2017-10-301-2/+2
* | | Implemented OS get_latin_keyboard_variant on x11Marcelo Fernandez2017-10-301-0/+32
| |/ |/|
* | Fix BSD compile issuesMarcelo Fernandez2017-10-171-0/+6
|/
* Use binary names instead of absolute paths in calls to OS::execute.fix/use-bin-nameJ08nY2017-10-131-5/+5
* Drop unusued LEGACYGL_ENABLED checkRémi Verschelde2017-10-131-2/+2
* FileSystemDock will now remove files/dirs to trashcan using OS::move_to_trashMarcelo Fernandez2017-09-251-0/+72
* Merge pull request #11141 from fcobos/x11_borderless_switch_fixRémi Verschelde2017-09-211-0/+10
|\
| * Adding borders back to a borderless window was not working.Felix M. Cobos2017-09-121-0/+10
* | Rename pos to position in user facing methods and variablesletheed2017-09-201-1/+1
* | Merge pull request #11252 from marcelofg55/fix_noaudio_crashRémi Verschelde2017-09-171-32/+1
|\ \
| * | Fix crash when no audio driver is availableMarcelo Fernandez2017-09-131-32/+1
* | | Merge pull request #11230 from maxim-sheronov/fix_enum_bindingsThomas Herzog2017-09-151-1/+1
|\ \ \ | |/ / |/| |
| * | Fix enums bindingsMaxim Sheronov2017-09-131-1/+1
| |/
* | Added a crash handler to dump the backtrace on Windows, Linux and OS XMarcelo Fernandez2017-09-131-0/+15
* | Hint the window manager to disable desktop compositing in fullscreen mode.Felix M. Cobos2017-09-091-0/+11
|/
* Fix typos 'a' and 'an'Poommetee Ketson2017-09-021-1/+1
* Dead code tells no talesRémi Verschelde2017-08-271-13/+1
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Merge pull request #10591 from Rubonnek/possible-null-ptr-dereferenceRémi Verschelde2017-08-271-9/+5
|\
| * Added/Fixed null pointer checksWilson E. Alvarez2017-08-261-9/+5
* | Fixed several memory leaksWilson E. Alvarez2017-08-251-0/+2
|/
* Merge pull request #10487 from marcelofg55/curscr_as_defaultRémi Verschelde2017-08-221-0/+11
|\
| * p_screen param from get_screen_* funcs now default to the current screenMarcelo Fernandez2017-08-211-0/+11
* | Removed unnecessary assignmentsWilson E. Alvarez2017-08-211-4/+2
|/
* Set the X11 class hint before mapping the windowRichard Adenling2017-08-191-11/+0
* Fix double finalisation of audio driversMarcelo Fernandez2017-08-021-4/+0
* Fixes power management on x11 platform and removes explicit NULL pointer dere...Julian Murgia2017-07-261-0/+2
* Workaround to allow pasting unicode characters from X selection.Jia Wang2017-07-251-2/+14
* -Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky2017-07-191-0/+5
* Fix fullscreen on X11 for non-resizable windowsMarcelo Fernandez2017-07-131-0/+27
* IME window follow the input cursor.geequlim2017-07-111-13/+8
* Refactor 'treshold' to 'threshold'Poommetee Ketson2017-07-081-2/+2
* Implemented borderless window functions on Linux.Marcelo Fernandez2017-07-051-0/+26
* Workaround for IME and echo events on Linux:Jia Wang2017-06-291-9/+163
* Revert "Workaround for IME on Linux."Juan Linietsky2017-06-251-122/+10
* Workaround for IME on Linux(fixes #29 #7106):Jia Wang2017-06-251-10/+122
* -Restored multithread capability to VisualServerJuan Linietsky2017-06-091-4/+5
* InputEvent: Renamed "pos" property to "position"Andreas Haas2017-06-031-4/+4
* X11: Turn warning about not finding cursor theme into verbose output.Andreas Haas2017-05-291-1/+3
* Removal of InputEvent as built-in Variant type..Juan Linietsky2017-05-201-64/+51
* Removal of Image from Variant, converted to a Resource.Juan Linietsky2017-05-171-7/+7
* Rename [gs]et_pos to [gs]et_position for ControlsSergey Pusnei2017-04-101-3/+3
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* Revert "8145 - Mouse Position is unknown until first mouse event on X11"Juan Linietsky2017-04-061-8/+1
* 8145 - Mouse Position is unknown until first mouse event on X11 & WinSergey Pusnei2017-03-281-1/+8