twinaphex
ee77cd7288
Move cocoa_defines.h to defines/
2021-03-08 03:58:41 +01:00
twinaphex
01c163a2fa
(Cocoa) Combine Cocoa files into one
2021-03-08 00:28:21 +01:00
twinaphex
dbbf557954
(Metal/WindowListener) Fix duplicate symbol errors by
...
moving implementation of WindowListener to cocoa_common.m
2021-01-24 03:56:17 +01:00
Autechre
7ea1d7d0da
Revert "Mac buildfixes ( #11933 )" ( #11934 )
...
This reverts commit 18a6880900637cac7ebd26ca810c2b9f2382a5db.
2021-01-24 03:56:05 +01:00
Autechre
18a6880900
Mac buildfixes ( #11933 )
...
* (Metal/WindowListener) Fix duplicate symbol errors by
moving implementation of WindowListener to cocoa_common.m
* (Apple) Cleanup some conditionals
* (Cocoa) Cut down on OSX ifdefs in Cocoa-specific code
2021-01-24 03:53:10 +01:00
Autechre
a49b02c44b
(Mac) Makefile changes for supporting Metal build ( #11929 )
...
* (QB) Add rule for Metal - define HAVE_COCOA_METAL for now
when building for Metal, and HAVE_COCOA for non-Metal build
* Make necessary changes to Makefile.common and qb/config.libs.sh:
- Disable OpenGL for now for Metal build
- Take Metal conditional out of OpenGL block in Makefile.common
* (Metal) Header fixes for compiling without Xcode/Griffin
* (Mac) Some buildfixes for non-Xcode building
* (cocoa_common.h) Restructure to no longer use -DOSX
* (Apple) More buildfixes
* (Apple) Cleanups
2021-01-22 22:20:38 +01:00
Autechre
746101010f
(Apple/Clang/ARC) ARC (Automatic Reference Counting) only available ( #11920 )
...
since Clang. PowerPC Mac is stuck with GCC and predates the use of ARC,
__has_feature() also is a Clang extension, so wrap around this with a
conditional so that GCC PowerPC on Mac can still work
2021-01-21 08:53:16 +01:00
Autechre
18170486cd
Update cocoa_common.m
2021-01-19 04:51:38 +01:00
Twinaphex
a83c328631
(Metal) Fix some build problems
2021-01-19 04:38:07 +01:00
Twinaphex
97d954912d
(Apple) Buildfix
2021-01-18 21:21:17 +01:00
twinaphex
0294b0c626
(Cocoa) Don't use NSEventModifierFlags type anymore - just
...
use NSUInteger instead
2021-01-18 20:41:30 +01:00
twinaphex
8d31c410a0
move cocoa_get_metrics to cocoa_common.m
2021-01-18 19:33:06 +01:00
twinaphex
a80a64f261
Add cocoa_update_title to cocoa_common.m
2021-01-18 19:28:36 +01:00
Twinaphex
3d17cf1e38
Move nsview_set/get/cocoaview_get to cocoa_common.m
2021-01-18 19:17:12 +01:00
Twinaphex
eea07ea367
(COcoa GL/Cocoa Common) Refactor code for eventual splitting up
...
of cocoa_gl_ctx.m into two files
2021-01-18 15:41:30 +01:00
twinaphex
f6d35ee462
(iOS) Cleanups
2021-01-18 03:03:35 +01:00
twinaphex
1e9f6f175e
(OSX) Fix PowerPC build
2021-01-17 05:02:07 +01:00
Twinaphex
f6833cf595
Remove unused variables
2021-01-17 00:12:29 +01:00
twinaphex
93b1fbbcdc
(Apple) Header cleanups
2021-01-17 00:06:33 +01:00
twinaphex
225b851eb6
Cleanups
2021-01-16 22:04:11 +01:00
Twinaphex
1d4ff9bedd
Take out HAVE_MENU ifdef in cocoa_common.h
2021-01-16 21:47:14 +01:00
twinaphex
757ea32782
Go back to CocoaView pointer in prototype
2021-01-16 20:37:56 +01:00
twinaphex
4e74a6f8b1
Attempt to fix build for iOS
2021-01-16 17:02:25 +01:00
Autechre
7b90da4af7
Update cocoa_common.m
2020-12-28 07:52:08 +01:00
twinaphex
9ddc39af59
Buildfix
2020-12-27 20:01:41 +01:00
twinaphex
f65ecf24f1
Go back to ObjC file
2020-12-27 16:49:05 +01:00
twinaphex
899ad1cf88
Buildfix for OSX
2020-10-01 17:22:00 +02:00
Twinaphex
0651185ea3
Cleanups
2020-09-17 21:57:35 +02:00
Twinaphex
4c1c0cc80d
webServerDidCompleteBonjourRegistration - cleanup some code
...
duplication
2020-09-16 10:12:43 +02:00
Twinaphex
f8b4477b9a
(Cocoa) Cleanups; group things together under TARGET_OSX and TARGET_IOS
2020-09-16 10:09:03 +02:00
Twinaphex
86c0ffaf39
(Cocoa) Cleanups
2020-09-15 20:50:20 +02:00
twinaphex
ddfbd38610
Cleanups
2020-09-15 20:40:24 +02:00
twinaphex
c9938eb316
Cleanups
2020-09-15 19:48:43 +02:00
Twinaphex
cec774ba3b
RAMenuBase can be removed now
2020-09-15 19:36:40 +02:00
twinaphex
9245e3bd6b
Cleanups
2020-09-15 19:30:44 +02:00
twinaphex
91205d17f6
Cut down on else codeblock here - it's identical
2020-09-15 18:59:45 +02:00
Twinaphex
88e927cf94
Convert ui_cocoa_application.m to C
2020-09-14 17:12:57 +02:00
Twinaphex
a8beb91f0f
Reimplement ui_application_cocoa_process_event
2020-09-14 16:50:26 +02:00
Twinaphex
b1723f7cd0
Remove unused CocoaTouch menu - allows us to get rid of a lot of
...
dead code
2020-08-09 19:41:04 +02:00
Yoshi Sugawara
4456efa6c8
[iOS] Hide the home indicator as it obscures the content too frequently
2020-08-05 15:43:04 -10:00
Yoshi Sugawara
2187cf67c9
Support the ApplePlatform delegate for all iOS builds (the OpenGL one) so that the view initialization happens in the same way; remove the companion UI for iOS; four finger swipe down now shows RA menu on iOS
2020-07-20 15:38:24 -10:00
Yoshi Sugawara
6692a8797f
added comments on why native companion menu is disabled
2020-07-19 08:04:17 -10:00
Yoshi Sugawara
42e4854245
replaced confusing ifdef with a more concise #if TARGET_OS_OSX
2020-07-19 07:57:10 -10:00
Yoshi Sugawara
eed84b3021
re-created RetroArch_iOS11_Metal.xcodeproj with the appropriate compiler flags and fixed building for both metal and opengl; hardcoding the metal drawable size for now for testing
2020-07-18 07:47:10 -10:00
Yoshi Sugawara
82d6d8e876
add the metal view to the view controller view after initializing the metal view for iOS
2020-07-07 08:19:46 -10:00
Yoshi Sugawara
6308ba1acb
support ApplePlatform for iOS and conform app delegate class to it, move app delegate class to apple_platform.h, fix metal references for iOS
2020-07-07 05:03:42 -10:00
twinaphex
d15942f6c8
Cleanups
2020-06-07 20:55:27 +02:00
twinaphex
0ef1b342e4
settings Cleanups
2020-03-02 20:10:24 +01:00
twinaphex
0ae51061f6
Fix build
2020-02-26 22:00:59 +01:00
twinaphex
f5bc061b26
Merge menu_generic.c into menu_driver.c
2020-02-26 09:22:48 +01:00