summaryrefslogtreecommitdiffstats
path: root/platform/iphone
Commit message (Expand)AuthorAgeFilesLines
* SCons: Build thirdparty code in own env, disable warningsRémi Verschelde2018-09-281-1/+2
* Fix warnings for comparison between signed and unsigned integers [-Wsign-comp...Rémi Verschelde2018-09-271-4/+4
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-127-13/+13
* Fall back to GLES2 if GLES3 is not workingHein-Pieter van Braam2018-08-261-1/+4
* Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-241-2/+1
* Fix file hintsMarcin Zawiejski2018-08-231-11/+11
* BPTC supportelasota2018-08-211-0/+3
* Add PROPERTY_HINT_PLACEHOLDER_TEXT for String propertiesRémi Verschelde2018-08-201-5/+5
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-3/+3
* Removed unnecessary assignmentsWilson E. Alvarez2018-07-241-1/+5
* -Fix disable_3d flagJuan Linietsky2018-07-211-2/+6
* Fix build issues and typos after c69de2ba4Rémi Verschelde2018-07-201-1/+1
* -Project/Editor settings now use new inspectorJuan Linietsky2018-07-192-0/+10
* Style: Format code with clang-format 6.0.1Rémi Verschelde2018-07-181-5/+0
* Fix keep screen on property path for Android/iOS/UWPvolzhs2018-07-171-1/+1
* Respect window/handheld/orientation setting in iOSYasha Borevich2018-07-013-61/+25
* Optimize images losslessly using `oxipng -o6 --strip all --zopfli`Hugo Locurcio2018-06-281-0/+0
* Proper focus in/out handling on iOSRuslan Mustakov2018-05-111-12/+9
* Resume audio on iOS after phone call or alarmRuslan Mustakov2018-05-072-21/+59
* Merge pull request #17196 from RandomShaper/improve-gui-touchRémi Verschelde2018-05-023-47/+13
|\
| * Implement universal translation of touch to mousePedro J. Estébanez2018-04-303-47/+13
* | Provide error details when in-app purchase failsRuslan Mustakov2018-04-191-0/+1
|/
* iPhone X support and iOS-related fixesRuslan Mustakov2018-04-116-77/+117
* Fix UpdatePowerInfo method implementation in PowerIphone classIgors Vaitkus2018-03-311-1/+1
* Fix IPhone and OSX cross compilationFabio Alessandrelli2018-03-281-1/+6
* fix iOS build - error due to GLES2 missing include (with the advice from bruv...Yannick Le Duc2018-03-131-0/+1
* Clean and expose get_audio/video_driver_* funcs on OS classMarcelo Fernandez2018-03-041-1/+2
* Add missing return statements (iOS and server).bruvzg2018-02-251-0/+2
* add restore purchases for iOSJ Andrew Long2018-02-222-0/+15
* Improve missing iOS loading screen error messageRuslan Mustakov2018-01-071-1/+1
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-0524-0/+24
* Change OS::initialize signature to return Error (fix segfault on x11)Emmanuel Leblond2018-01-042-2/+4
* Merge pull request #12814 from guilhermefelipecgs/add_hardware_custom_cursorRémi Verschelde2018-01-032-0/+3
|\
| * Add implementation for custom hardware cursorGuilherme Silva2017-12-172-0/+3
* | Update copyright statements to 2018Rémi Verschelde2018-01-0128-56/+56
|/
* Updated Linux template extensions to match architecture.Nathan Warden2017-12-121-1/+1
* iOS: Drop obsolete code from never-public modulesRémi Verschelde2017-12-102-138/+3
* Fix Manage Export Templates linkMattUV2017-12-081-0/+1
* Merge pull request #14356 from volzhs/ios-delegate-masterRémi Verschelde2017-12-071-1/+2
|\
| * use application:didFinishLaunchingWithOptions: instead of applicationDidFinis...volzhs2017-12-071-1/+2
* | Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-073-16/+12
|/
* Fix open_dynamic_library override in OSIPhoneRuslan Mustakov2017-12-032-3/+3
* Enhanced iOS and UWP logo on Export dialogIndah Sylvia2017-11-291-4/+2
* disable caching for targets using helper functionsRhody Lugo2017-11-281-2/+1
* use the same cache for all branches for appveyorRhody Lugo2017-11-281-0/+1
* Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...Juan Linietsky2017-11-251-1/+1
* Return and repair file loggingRuslan Mustakov2017-11-212-13/+7
* Allow configuring iOS exportRuslan Mustakov2017-11-216-92/+480
* Merge pull request #12988 from akien-mga/xdg-home-pathsRémi Verschelde2017-11-202-4/+4
|\
| * Rename OS::get_data_dir to OS::get_user_data_dirRémi Verschelde2017-11-172-4/+4