index
:
godot.git
feature/gio-open
feature/gridmap-used-cells
fix/use-bin-name
master
mirror
Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org
gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
platform
/
x11
/
os_x11.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Add initial support for the XDG Base Directory spec
Rémi Verschelde
2017-11-19
1
-0
/
+33
*
|
Rename OS::get_data_dir to OS::get_user_data_dir
Rémi Verschelde
2017-11-17
1
-1
/
+1
*
|
Make video mode initialization more intuitive, fixes #12022
Juan Linietsky
2017-11-09
1
-4
/
+0
*
|
Merge pull request #12262 from AndreaCatania/pplug
Juan Linietsky
2017-11-03
1
-13
/
+0
|
\
\
|
*
|
Implemented physics plug
AndreaCatania
2017-11-04
1
-13
/
+0
*
|
|
Add Colemak keybindings to editor for osx
N0hbdy
2017-10-30
1
-2
/
+2
*
|
|
Implemented OS get_latin_keyboard_variant on x11
Marcelo Fernandez
2017-10-30
1
-0
/
+32
|
|
/
|
/
|
*
|
Fix BSD compile issues
Marcelo Fernandez
2017-10-17
1
-0
/
+6
|
/
*
Use binary names instead of absolute paths in calls to OS::execute.
fix/use-bin-name
J08nY
2017-10-13
1
-5
/
+5
*
Drop unusued LEGACYGL_ENABLED check
Rémi Verschelde
2017-10-13
1
-2
/
+2
*
FileSystemDock will now remove files/dirs to trashcan using OS::move_to_trash
Marcelo Fernandez
2017-09-25
1
-0
/
+72
*
Merge pull request #11141 from fcobos/x11_borderless_switch_fix
Rémi Verschelde
2017-09-21
1
-0
/
+10
|
\
|
*
Adding borders back to a borderless window was not working.
Felix M. Cobos
2017-09-12
1
-0
/
+10
*
|
Rename pos to position in user facing methods and variables
letheed
2017-09-20
1
-1
/
+1
*
|
Merge pull request #11252 from marcelofg55/fix_noaudio_crash
Rémi Verschelde
2017-09-17
1
-32
/
+1
|
\
\
|
*
|
Fix crash when no audio driver is available
Marcelo Fernandez
2017-09-13
1
-32
/
+1
*
|
|
Merge pull request #11230 from maxim-sheronov/fix_enum_bindings
Thomas Herzog
2017-09-15
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix enums bindings
Maxim Sheronov
2017-09-13
1
-1
/
+1
|
|
/
*
|
Added a crash handler to dump the backtrace on Windows, Linux and OS X
Marcelo Fernandez
2017-09-13
1
-0
/
+15
*
|
Hint the window manager to disable desktop compositing in fullscreen mode.
Felix M. Cobos
2017-09-09
1
-0
/
+11
|
/
*
Fix typos 'a' and 'an'
Poommetee Ketson
2017-09-02
1
-1
/
+1
*
Dead code tells no tales
Rémi Verschelde
2017-08-27
1
-13
/
+1
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
Merge pull request #10591 from Rubonnek/possible-null-ptr-dereference
Rémi Verschelde
2017-08-27
1
-9
/
+5
|
\
|
*
Added/Fixed null pointer checks
Wilson E. Alvarez
2017-08-26
1
-9
/
+5
*
|
Fixed several memory leaks
Wilson E. Alvarez
2017-08-25
1
-0
/
+2
|
/
*
Merge pull request #10487 from marcelofg55/curscr_as_default
Rémi Verschelde
2017-08-22
1
-0
/
+11
|
\
|
*
p_screen param from get_screen_* funcs now default to the current screen
Marcelo Fernandez
2017-08-21
1
-0
/
+11
*
|
Removed unnecessary assignments
Wilson E. Alvarez
2017-08-21
1
-4
/
+2
|
/
*
Set the X11 class hint before mapping the window
Richard Adenling
2017-08-19
1
-11
/
+0
*
Fix double finalisation of audio drivers
Marcelo Fernandez
2017-08-02
1
-4
/
+0
*
Fixes power management on x11 platform and removes explicit NULL pointer dere...
Julian Murgia
2017-07-26
1
-0
/
+2
*
Workaround to allow pasting unicode characters from X selection.
Jia Wang
2017-07-25
1
-2
/
+14
*
-Renamed GlobalConfig to ProjectSettings, makes more sense.
Juan Linietsky
2017-07-19
1
-0
/
+5
*
Fix fullscreen on X11 for non-resizable windows
Marcelo Fernandez
2017-07-13
1
-0
/
+27
*
IME window follow the input cursor.
geequlim
2017-07-11
1
-13
/
+8
*
Refactor 'treshold' to 'threshold'
Poommetee Ketson
2017-07-08
1
-2
/
+2
*
Implemented borderless window functions on Linux.
Marcelo Fernandez
2017-07-05
1
-0
/
+26
*
Workaround for IME and echo events on Linux:
Jia Wang
2017-06-29
1
-9
/
+163
*
Revert "Workaround for IME on Linux."
Juan Linietsky
2017-06-25
1
-122
/
+10
*
Workaround for IME on Linux(fixes #29 #7106):
Jia Wang
2017-06-25
1
-10
/
+122
*
-Restored multithread capability to VisualServer
Juan Linietsky
2017-06-09
1
-4
/
+5
*
InputEvent: Renamed "pos" property to "position"
Andreas Haas
2017-06-03
1
-4
/
+4
*
X11: Turn warning about not finding cursor theme into verbose output.
Andreas Haas
2017-05-29
1
-1
/
+3
*
Removal of InputEvent as built-in Variant type..
Juan Linietsky
2017-05-20
1
-64
/
+51
*
Removal of Image from Variant, converted to a Resource.
Juan Linietsky
2017-05-17
1
-7
/
+7
*
Rename [gs]et_pos to [gs]et_position for Controls
Sergey Pusnei
2017-04-10
1
-3
/
+3
*
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
1
-0
/
+1
*
Revert "8145 - Mouse Position is unknown until first mouse event on X11"
Juan Linietsky
2017-04-06
1
-8
/
+1
*
8145 - Mouse Position is unknown until first mouse event on X11 & Win
Sergey Pusnei
2017-03-28
1
-1
/
+8
[prev]
[next]