godot/platform/iphone
Rémi Verschelde 42d385b312
clang-format: Disable alignment of operands, too unreliable
Sets `AlignOperands` to `DontAlign`.

`clang-format` developers seem to mostly care about space-based indentation and
every other version of clang-format breaks the bad mismatch of tabs and spaces
that it seems to use for operand alignment. So it's better without, so that it
respects our two-tabs `ContinuationIndentWidth`.
2021-10-28 13:23:38 +02:00
..
api [iOS] Use platform generated api to initialize iOS plugins 2021-08-06 23:29:09 +03:00
export clang-format: Disable alignment of operands, too unreliable 2021-10-28 13:23:38 +02:00
plugin [iOS] Fix plugin configuration loading 2021-07-15 10:40:56 +02:00
app_delegate.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
app_delegate.mm Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
detect.py SCons: Set DEBUG_ENABLED and DEV_ENABLED in SConstruct 2021-10-15 12:54:16 +02:00
device_metrics.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
device_metrics.m Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
display_layer.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
display_layer.mm Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
godot_app_delegate.h [iOS] Remove remote notifications code 2021-02-05 09:26:09 +01:00
godot_app_delegate.m Fix typos with codespell 2021-05-20 12:56:56 +02:00
godot_iphone.mm Style: clang-format: Disable AllowShortIfStatementsOnASingleLine 2021-05-04 14:45:15 +02:00
godot_view.h iOS: Use storyboard as loading screen 2021-02-03 20:01:05 +03:00
godot_view.mm Add iOS Apple Pencil pressure 2021-04-03 10:30:57 -07:00
godot_view_gesture_recognizer.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
godot_view_gesture_recognizer.mm Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
godot_view_renderer.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
godot_view_renderer.mm Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
ios.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
ios.mm Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
joypad_iphone.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
joypad_iphone.mm Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
keyboard_input_view.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
keyboard_input_view.mm [iOS] Nonnegative start index for virtual keyboard range 2021-04-30 12:15:24 +02:00
logo.png platform: Update metadata for export platforms 2020-08-14 00:32:05 +02:00
main.m Merge pull request #43557 from naithar/feature/pluggable_app_delegates_3.2 2021-01-15 16:14:21 +01:00
native_video_view.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
native_video_view.m Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
os_iphone.h fix(ios): Clipboard get/set missing implement 2021-09-10 21:46:54 +07:00
os_iphone.mm fix(ios): Clipboard get/set missing implement 2021-09-10 21:46:54 +07:00
platform_config.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
power_iphone.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
power_iphone.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
SCsub Modernize Semaphore 2021-02-18 11:58:08 +01:00
view_controller.h iOS Modules: separate main platform code from modules 2021-01-14 15:30:00 +03:00
view_controller.mm iOS: Use storyboard as loading screen 2021-02-03 20:01:05 +03:00