aboutsummaryrefslogtreecommitdiff
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1487 from hurikhan/x11-window-managementJuan Linietsky2015-03-223-48/+475
|\
| * fix introduced bughurikhan2015-03-081-1/+1
| * Merge remote-tracking branch 'upstream/master' into x11-window-managementhurikhan2015-03-0816-115/+212
| |\
| * | Renamed EXPERIMENTAL_WM_API to NEW_WM_APIhurikhan2015-02-153-11/+11
| * | Merge remote-tracking branch 'upstream/master' into x11-window-managementhurikhan2015-02-154-5/+75
| |\ \
| * \ \ Merge remote-tracking branch 'upstream/master' into x11-window-managementhurikhan2015-02-126-28/+68
| |\ \ \
| * | | | cleanup + MouseGrabhurikhan2015-02-122-47/+33
| * | | | * fix compilation without scons experimental_wm_api=yeshurikhan2015-01-221-5/+5
| * | | | Merge remote-tracking branch 'upstream/master' into x11-window-managementhurikhan2015-01-191-0/+4
| |\ \ \ \
| * | | | | * multi_screen testing + bugfixeshurikhan2015-01-182-25/+33
| * | | | | Merge remote-tracking branch 'upstream/master' into x11-window-managementhurikhan2015-01-175-1/+13
| |\ \ \ \ \
| * | | | | | * cleanup window state handlinghurikhan2015-01-171-32/+30
| * | | | | | Make it set_minimized() + set_maximized() work in both worlds: Unity and LXDEhurikhan2015-01-171-4/+22
| * | | | | | added the following methods:hurikhan2015-01-172-6/+135
| * | | | | | fixing the warnings in os_x11.cpphurikhan2015-01-161-12/+12
| * | | | | | WIP -- set_resizable() + is_resizable addedhurikhan2015-01-152-15/+51
| * | | | | | Merge remote-tracking branch 'upstream/master' into x11-window-managementhurikhan2015-01-142-6/+9
| |\ \ \ \ \ \
| * | | | | | | minor cleanuphurikhan2015-01-142-12/+18
| * | | | | | | get_screen() + set_screen() addedhurikhan2015-01-142-18/+60
| * | | | | | | Using Xinerama extension for getting screen infohurikhan2015-01-132-14/+34
| * | | | | | | get_screen_position() addedhurikhan2015-01-132-0/+13
| * | | | | | | introduced the scons experimental_wm_api switch:hurikhan2015-01-133-2/+41
| * | | | | | | Merge branch 'master' into x11-window-managementhurikhan2015-01-121-1/+1
| |\ \ \ \ \ \ \
| * | | | | | | | get_screen_size() addedhurikhan2015-01-112-0/+9
| * | | | | | | | get_screen_count() addedhurikhan2015-01-112-0/+8
| * | | | | | | | get_window_size() + set_window_size() addedhurikhan2015-01-112-1/+19
| * | | | | | | | get_window_position() + set_window_position() addedhurikhan2015-01-112-30/+58
| * | | | | | | | Merge branch 'master' into x11-fullscreenhurikhan2015-01-1117-44/+27
| |\ \ \ \ \ \ \ \
| * | | | | | | | | First attempt of restoring the window at the old positionhurikhan2015-01-111-11/+29
| * | | | | | | | | Make fullscreen-switching is working with LXDE/Openboxhurikhan2015-01-102-48/+46
| * | | | | | | | | API change to set_fullscreen(enabled,screen)hurikhan2015-01-102-5/+5
| * | | | | | | | | Make GDScript-Function ( bool OS.is_fullscreen() ) workhurikhan2015-01-101-0/+1
| * | | | | | | | | x11-fullscreen support through GDScript( OS.set_fullscreen(bool) )hurikhan2015-01-102-0/+52
* | | | | | | | | | Merge pull request #1432 from UsernameIsAReservedWord/fixes_platform_windows_...Juan Linietsky2015-03-221-45/+161
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Update detect.pyUsernameIsAReservedWord2015-02-241-1/+1
| * | | | | | | | | | Update detect.pyUsernameIsAReservedWord2015-02-241-1/+1
| * | | | | | | | | | fixes platform/windows/detect.pyUsernameIsAReservedWord2015-02-241-45/+161
* | | | | | | | | | | New option to show/hide hidden filesrollenrolm2015-03-213-0/+7
* | | | | | | | | | | New option to send canvas to render bufferJuan Linietsky2015-03-161-0/+1
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-03-0313-39/+165
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge pull request #1437 from Hinsbart/fix_win_joyJuan Linietsky2015-03-021-3/+8
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | fix get joystick name from registry on some systemsHinsbart2015-02-251-3/+8
| | |/ / / / / / / / /
| * / / / / / / / / / support for 2D shadow castersJuan Linietsky2015-03-023-3/+11
| |/ / / / / / / / /
| * | | | | | | | | support for light and normal mapping in 2DJuan Linietsky2015-02-181-3/+2
| * | | | | | | | | fix for “no viable conversion from 'NSPoint' (aka '_NSPoint') to 'CGPoint'â...greay2015-02-171-1/+1
| | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | begin new serialization frameworkJuan Linietsky2015-02-151-1/+0
| * | | | | | | | fixes to mouse warpJuan Linietsky2015-02-143-3/+23
| * | | | | | | | fix get_joy_name() on windowsHinsbart2015-02-122-1/+52
| | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | add support for CADisplayLinkRhody Lugo2015-02-102-0/+40
| * | | | | | | Merge pull request #1300 from umxprime/fix/ios-init-crashJuan Linietsky2015-02-091-7/+12
| |\ \ \ \ \ \ \