aboutsummaryrefslogtreecommitdiff
path: root/platform/x11/os_x11.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Changes X11 res_name to "Godot_Engine"paper-pauper2016-06-251-1/+1
| | | Add additional/alternative WM_CLASS; only affects the game window, avoids redundancy and allows finer control in WMs (#5265)
* fix memset callsDennis Brakhane2016-06-191-3/+3
| | | | Order is "mem, val, count", not "mem, count, val"
* x11: fix XRandr GetMonitorsAndreas Haas2016-06-121-8/+25
|
* x11: Implemented dpi detectionAndreas Haas2016-06-091-0/+58
| | | | | | depends on XRandR. Had to dynamically load `XRRGetMonitors` as Ubuntu 12.04 doesn't have it. Also removed libudev from travis install list.
* vsync supportJuan Linietsky2016-06-051-0/+14
| | | | | | -works on windows -may not work on X11, if so please fix -OSX does not seem to support disabling vsync
* xdnd: can handle more than 3 different target typesAndreas Haas2016-05-291-22/+61
| | | | Now dropping also works with Nemo and PCManFM(gtk)
* 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 property
| * 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 context
| * 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
| | | | Fix #3149
* Add some joystick functions to input. Enables manipulation of mappings at ↵hondres2016-01-081-0/+8
| | | | runtime
* fix x11 crash on exithondres2016-01-051-3/+3
|
* having active items is pointless in input mapJuan Linietsky2016-01-031-1/+11
|
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
|
* -Fix parsing of comments in VariantParser, fixes #3175Juan Linietsky2015-12-311-1/+2
|
* Check pkg-config for libudev and enable gamepad code only if found. Linux ↵hondres2015-12-211-3/+3
| | | | only for now
* Better gamepad supporthondres2015-12-181-193/+9
|
* -added windowed mode with -w, fixes #3020Juan Linietsky2015-12-121-1/+1
| | | | -changed default windowed resolution to 1280x720
* Disable X11 joystick functions also for OpenBSDAnton Yabchinskiy2015-11-201-2/+2
|
* Include string.h for memset() on OpenBSDAnton Yabchinskiy2015-11-201-0/+1
|
* compile fixesJuan Linietsky2015-11-191-1/+1
|
* Revert "libao audio driver"Juan Linietsky2015-11-191-7/+2
|
* Merge pull request #903 from a12n/libaoJuan Linietsky2015-11-191-2/+7
|\ | | | | libao audio driver
| * Merge branch 'master' of github.com:okamstudio/godotAnton Yabchinskiy2015-11-021-45/+122
| |\
| * \ Merge branch 'master' of github.com:okamstudio/godotAnton Yabchinskiy2015-07-291-5/+25
| |\ \
| * \ \ Merge branch 'master' of github.com:okamstudio/godotAnton Yabchinskiy2015-04-041-46/+437
| |\ \ \
| * \ \ \ Merge branch 'master' of https://github.com/okamstudio/godotAnton Yabchinskiy2015-02-171-1/+5
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' of github.com:okamstudio/godotAnton Yabchinskiy2015-01-141-5/+4
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: platform/x11/detect.py
| * \ \ \ \ \ Merge branch 'master' of github.com:okamstudio/godotAnton Yabchinskiy2014-12-231-0/+16
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: drivers/SCsub platform/x11/detect.py platform/x11/os_x11.h
| * \ \ \ \ \ \ Merge branch 'master' of https://github.com/okamstudio/godotAnton Yabchinskiy2014-12-041-1/+67
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'libao'Anton Yabchinskiy2014-11-221-0/+4
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Use libao driver on X11 platformAnton Yabchinskiy2014-11-221-0/+4
| | | | | | | | | |
| * | | | | | | | | Disable X11 joystick functions also for OpenBSDAnton Yabchinskiy2014-11-221-2/+2
| | | | | | | | | |
| * | | | | | | | | Include string.h for memset() on OpenBSDAnton Yabchinskiy2014-11-221-0/+1
| |/ / / / / / / /
* | | | | | | | / Moved deleting sample player in OS finalize methods to before deleting audio ↵Saracen2015-11-021-1/+2
| |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | server to prevent crash when exiting.
* | | | | | | | Made the Atom net_wm_icon localPhobos Tro2015-10-261-24/+5
| | | | | | | |
* | | | | | | | Fixing memory leaksPhobos Tro2015-10-251-15/+24
| | | | | | | |
* | | | | | | | fixes broken 3D in editorJuan Linietsky2015-10-171-7/+3
| | | | | | | |
* | | | | | | | Merge pull request #2485 from masoudbh3/fix-x11-editor-boot-splashJuan Linietsky2015-10-171-0/+6
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix X11 Editor Boot Splash (Maximized Boot Splash)
| * | | | | | | | Fix X11 Editor Boot Splashmasoud bh2015-09-171-0/+6
| | | | | | | | |
* | | | | | | | | Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-09-241-0/+10
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Properly implement OS.alert() from script, and use xmessage on X11Juan Linietsky2015-09-211-0/+10
| |/ / / / / / / /
* / / / / / / / / Added ability to set custom mouse cursors. Not hardware accelerated yet.Juan Linietsky2015-09-241-1/+15
|/ / / / / / / /
* | | | | | | | new editor settings customization of where to run the game from the editorJuan Linietsky2015-08-301-2/+14
| | | | | | | |
* | | | | | | | -fixes to capture modeJuan Linietsky2015-08-291-2/+51
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | -ability to drag spinboxes and tree ranges to change values, like in Unity or Unreal