summaryrefslogtreecommitdiff
path: root/platform/x11
AgeCommit message (Collapse)Author
2015-09-21Properly implement OS.alert() from script, and use xmessage on X11Juan Linietsky
2015-09-10fix to builtin freetype defines on linuxJuan Linietsky
2015-09-10fix to freetype detectionJuan Linietsky
2015-08-30new editor settings customization of where to run the game from the editorJuan Linietsky
2015-08-29-fixes to capture modeJuan Linietsky
-ability to drag spinboxes and tree ranges to change values, like in Unity or Unreal
2015-08-23fix build issue with ssl, closes #2384Juan Linietsky
2015-08-21damn github built-in editorJuan Linietsky
2015-08-21fix for built-in ssl (easier to build 32 bits export)Juan Linietsky
2015-07-23Use tabs instead of spaces.Jari Ronkainen
2015-07-23Fix audio driver setup if the first driver fails.Jari Ronkainen
2015-06-12some optimizations in godot memory handlingJuan Linietsky
2015-05-26ability to run 2D physics in a threadJuan Linietsky
also, 2D physics is now thread safe too. see physics_2d/thread_model
2015-05-22Fix building release target with debug symbolsRémi Verschelde
This forced the -g2 CCFLAG in release builds, making them relatively heavy. Fixes #1781.
2015-05-06optional formal changesehriche
2015-04-30-some cleanupsJuan Linietsky
-added tesselation function to curve and curve2d
2015-04-20-Changed Godot exit to be clean.Juan Linietsky
-Added more debug information on memory cleanliness on exit (if run with -v) -Fixed several memory leaks, fixes #1731, fixes #755
2015-04-18Updated copyright year in all headersJuan Linietsky
2015-04-12improved save path error messages for scene, textures and audio, fixes #1514Juan Linietsky
2015-04-12Modified OSX11 to try alternative audio drivers if pulseaudio does not work ↵Juan Linietsky
or user dislikes lennart potering , fixes #1511
2015-03-23New API: build fixes for x11rollenrolm
2015-03-22Merge pull request #1542 from jotson/wmclassJuan Linietsky
Reverted change to classHint
2015-03-22fixes to new window management APIJuan Linietsky
-needs testing on Linux -needs testing on Windows -NEED SOMEONE TO IMPLEMENT IT ON OSX!! PLEASE HELP!
2015-03-22Reverted change to classHintJohn Watson
Using `char wmclass[] = "Godot"` causes `xprop` to report the following for WM_CLASS: `WM_CLASS(STRING) = "\200\326\322\365\377\177", "\200\326\322\365\377\177"` This makes the Unity window manager fail to connect the running app with the icon on the launcher.
2015-03-08fix introduced bughurikhan
2015-02-15Renamed EXPERIMENTAL_WM_API to NEW_WM_APIhurikhan
2015-02-15Merge remote-tracking branch 'upstream/master' into x11-window-managementhurikhan
2015-02-14fixes to mouse warpJuan Linietsky
-can warp now from viewport and control, in their respective coordinate systems -warp is now local to the window on Windows and OSX. IF YOU RUN OSX, PLEASE TEST THIS! And make sure it works!, new code is in OS_OSX::warp_mouse_pos. I don't have OSX so i can't test!
2015-02-12Merge remote-tracking branch 'upstream/master' into x11-window-managementhurikhan
2015-02-12cleanup + MouseGrabhurikhan
2015-01-27Adjust x11/detect.pysambler
Test if clang is defined in CC/CXX/LD - this allows a specific version of clang to be defined move appending -DTYPED_METHOD_BIND to keep clang options together move sanitize option out of use_llvm test, gcc48+ also supports sanitize=address
2015-01-22* fix compilation without scons experimental_wm_api=yeshurikhan
* Extended the demo with an addional MouseGrab Test
2015-01-18* multi_screen testing + bugfixeshurikhan
* ALT-TAB is working * tested on Ubuntu 14.10 Unity + LXDE * minor cleanup
2015-01-17Merge remote-tracking branch 'upstream/master' into x11-window-managementhurikhan
2015-01-17Merge pull request #1188 from hurikhan/scons_coloredJuan Linietsky
Scons colored
2015-01-17* cleanup window state handlinghurikhan
* first attemps in handling ALT+TABa (WIP)
2015-01-17Make it set_minimized() + set_maximized() work in both worlds: Unity and LXDEhurikhan
2015-01-17added the following methods:hurikhan
* set_minimized(bool) * bool is_minimized() * set_maximized(bool) * bool is_maximized()
2015-01-16fixing the warnings in os_x11.cpphurikhan
2015-01-15Set the default Linux extension to nothing.Nathan Warden
2015-01-15WIP -- set_resizable() + is_resizable addedhurikhan
2015-01-14Merge remote-tracking branch 'upstream/master' into x11-window-managementhurikhan
Conflicts: platform/x11/detect.py
2015-01-14minor cleanuphurikhan
2015-01-14get_screen() + set_screen() addedhurikhan
2015-01-13Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-01-13fixesJuan Linietsky
2015-01-13Using Xinerama extension for getting screen infohurikhan
2015-01-13get_screen_position() addedhurikhan
2015-01-13introduced the scons experimental_wm_api switch:hurikhan
================================================ Usage: scons p=x11 experimental_wm_api=yes
2015-01-12SCons: colored compilationhurikhan
2015-01-11get_screen_size() addedhurikhan