summaryrefslogtreecommitdiffstats
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* Updated copyright year in all headersJuan Linietsky2015-04-18107-466/+466
* -Added android immersive mode, fixes #303Juan Linietsky2015-04-174-2/+55
* improved save path error messages for scene, textures and audio, fixes #1514Juan Linietsky2015-04-121-0/+1
* Modified OSX11 to try alternative audio drivers if pulseaudio does not work o...Juan Linietsky2015-04-121-1/+14
* Merge pull request #1531 from vkbsb/h5_canvas_polygon_fixJuan Linietsky2015-04-071-16/+21
|\
| * Revert "Revert "Removing etc1 from build for javascript platform.""V.VamsiKrishna2015-03-201-0/+1
| * Revert "Removing etc1 from build for javascript platform."V.VamsiKrishna2015-03-201-1/+0
| * Removing etc1 from build for javascript platform.V.VamsiKrishna2015-03-201-0/+1
| * Replacing spaces with tabsV.VamsiKrishna2015-03-201-77/+77
| * Fix Javascript build.V.VamsiKrishna2015-03-191-73/+77
* | Merge pull request #1568 from sanikoyes/Pr-missing-WM_RBUTTONDBLCLKJuan Linietsky2015-04-071-1/+8
|\ \
| * | add missing WM_RBUTTONDBLCLK messagesanikoyes2015-03-251-1/+8
* | | Fixes the accelerometerMartho422015-04-041-3/+18
* | | wrong function, changing..Juan Linietsky2015-04-022-2/+2
* | | javascript build fixJuan Linietsky2015-04-022-0/+7
* | | Beta1 Attempt #1Juan Linietsky2015-04-023-2/+9
* | | Merge branch 'master' of https://github.com/okamstudio/godotAriel Manzur2015-04-025-8/+34
|\ \ \
| * | | solved color depth issues on osxJuan Linietsky2015-04-011-1/+1
| * | | Option in Android export to use 32 bits buffer.Juan Linietsky2015-03-313-6/+32
| * | | read depth fixesJuan Linietsky2015-03-311-1/+1
| * | | fixes for light2d in androids that do not supportJuan Linietsky2015-03-311-2/+2
* | | | fullscreen thingAriel m2015-04-022-20/+168
|/ / /
* / / fixes to shader to get most new demos working on mobilereduz2015-03-251-1/+1
|/ /
* | fixed build error on OSX from new WM codesteve2015-03-232-0/+6
* | fixed iphone build with new window manamenet changessteve2015-03-232-0/+7
* | window managements functions workJuan Linietsky2015-03-232-19/+102
* | oops, fucntion was there twiceJuan Linietsky2015-03-231-3/+0
* | small android fixJuan Linietsky2015-03-231-1/+1
* | android fixes, please testJuan Linietsky2015-03-234-0/+14
* | New API: build fixes for x11rollenrolm2015-03-232-6/+7
* | Merge pull request #1542 from jotson/wmclassJuan Linietsky2015-03-221-3/+2
|\ \
| * | Reverted change to classHintJohn Watson2015-03-221-3/+2
* | | fixes to new window management APIJuan Linietsky2015-03-224-30/+253
|/ /
* | Merge pull request #1487 from hurikhan/x11-window-managementJuan Linietsky2015-03-223-49/+476
|\ \
| * | 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-48/+34
| * | | | | * 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
| |\ \ \ \ \ \ \