749 Commits

Author SHA1 Message Date
twinaphex
9a02ba253a (Apple) OSX solution does not use ARC, so don't use 'bridge' for that
one. Ideally we should wrap this function up in CFExtensions.m to
cater to this
2014-11-11 16:38:55 +01:00
twinaphex
2a3c4a1845 (Theos/iOS) Update Makefile 2014-11-10 11:31:49 +01:00
twinaphex
bb327684aa Update d3d_set_osd_msg 2014-11-09 20:27:51 +01:00
Twinaphex
54ca78fef7 (iOS/Theos) Have it still work for OSX 2014-11-09 18:35:56 +01:00
twinaphex
8441d46b10 (Theos/iOS) Come up with more elegant way of detecting the latest iOS SDK in
$THEOS/sdks
2014-11-09 18:13:56 +01:00
twinaphex
50e21d7432 (iOS) Don't use UIInterfaceOrientationUnknown since it creates a dependency
on iOS 8 SDK
2014-11-09 17:38:26 +01:00
Twinaphex
a609fb5c94 (iOS) Start adding Theos Makefile - still missing some things (need
some way to convert xib files on the fly to nib, .app bundle still
needs plists included, overlays bundled, etc.
2014-11-09 17:03:31 +01:00
Jay McCarthy
62fe517682 Removing dead code from old menu system 2014-11-05 11:50:56 -05:00
Jay McCarthy
760c7b7489 Settings working 2014-11-05 11:31:20 -05:00
Jay McCarthy
6cbbf834e0 Menu navigation works correctly, just need settings 2014-11-05 11:19:41 -05:00
Jay McCarthy
f2f96bcac8 First draft of ios_menu 2014-11-04 22:01:01 -05:00
twinaphex
ff55840703 (OSX) Hook up basicEvent to Toggle Exclusive Full Screen 2014-10-29 06:43:06 +01:00
Twinaphex
4f84cfe7e8 (OSX) Hook up cases 20 for basicEvent 2014-10-29 06:41:45 +01:00
twinaphex
7697287764 (OSX) Add 'Toggle Exclusie Fullscreen' 2014-10-29 06:40:33 +01:00
Twinaphex
b27aa5e8e1 (Apple) Hook up RARCH_CMD_RESIZE_WINDOWED_SCALE 2014-10-29 06:34:07 +01:00
twinaphex
8ae32d6bd6 (XIB) Windowed Scale - add options to XIB 2014-10-29 06:21:14 +01:00
Twinaphex
3fce1828ff (OSX) basicEvent - Fix implementation of case 7 and 9 2014-10-29 06:05:50 +01:00
twinaphex
918e9efd4a (OSX) (XIB) Add 'Pause Toggle' - still not working 2014-10-29 05:21:36 +01:00
Twinaphex
ab7d01ba8a (OSX) Add case 9 to basicEvent 2014-10-29 05:11:32 +01:00
Twinaphex
6892bf30d3 (OSX) Start expanding basicEvent 2014-10-29 05:09:37 +01:00
twinaphex
24f554cb7d (Apple) XIB - Update Reset entry 2014-10-29 05:05:48 +01:00
twinaphex
98c6973f6f (Apple) Update XIB 2014-10-29 05:03:50 +01:00
twinaphex
c866f83f2a (Apple) Update XIB pt. 2 2014-10-29 04:27:40 +01:00
twinaphex
c2a7aaa817 (Apple) Update XIB 2014-10-29 04:24:04 +01:00
twinaphex
29acbacdcf (Apple) (XIB) Change 'Core' to 'Command' 2014-10-29 03:56:12 +01:00
twinaphex
e077f9c0a1 (XIB) Change labels somewhat 2014-10-29 03:53:26 +01:00
twinaphex
44eedf3f73 (XIB) Remove Unload Core option in XIB 2014-10-29 03:50:28 +01:00
Twinaphex
1f3faac713 (Apple) Build fixes 2014-10-28 19:57:22 +01:00
Twinaphex
b81a40081e (Apple) Build fixes 2014-10-27 04:29:21 +01:00
twinaphex
790a676b3b (OSX PPC) Add include dir 2014-10-26 23:02:35 +01:00
Twinaphex
182180c6b9 (Apple input) Change mouse_delta[0]/mouse_delta[1] to mouse_x/mouse_y 2014-10-26 00:37:20 +02:00
twinaphex
b38039723b (CFExtensions/Apple) Put __has_feature definition on top 2014-10-25 07:50:30 +02:00
twinaphex
0a8734d090 (OSX 10.6) Need to define __has_feature for GCC 2014-10-25 07:49:27 +02:00
Twinaphex
d2cb3d15d5 (Apple) Build fix for CFBridgingRetainCompat 2014-10-25 07:45:58 +02:00
twinaphex
f041411033 (OSX) Create CFBridgingRetainCompat so that it will still compile on
OSX 10.6
2014-10-25 07:42:37 +02:00
Jay McCarthy
2a0761337a Fixing the way that RA gets the home directory due to iOS8 change
Annoyingly it still works in the iOS8 simulator without this change.
2014-10-24 13:22:50 -04:00
Twinaphex
3577b76895 (OSX) Use CGLUpdateContext for OSX 10.7 and up 2014-10-24 07:46:17 +02:00
twinaphex
44be548062 (OSX) Works again on OSX 10.6 2014-10-22 21:29:43 +02:00
twinaphex
ae1a1dfe39 (XIB) Put back 'Unload' option 2014-10-22 20:27:14 +02:00
twinaphex
b4b5d6bdd0 Revert to earlier XIB that was still Xcode 3.2-compatible 2014-10-22 20:25:19 +02:00
Twinaphex
e1700fdbe9 (XIB) Try to make MainMenu.xib backwards compatible with all 2014-10-22 20:14:44 +02:00
Twinaphex
9ca75b3695 (OSX) Set deployment target to 10.5 2014-10-22 20:08:11 +02:00
twinaphex
6a743b5695 (OSX) Don't use CGLUpdateContext - only available since OSX 10.77 2014-10-22 20:04:05 +02:00
twinaphex
f26054f82c (OSX) Xcode 3.2 build fixes 2014-10-22 18:53:59 +02:00
Twinaphex
5261ca05ba (OSX) Add ObjC-1 fallbacks 2014-10-22 18:49:08 +02:00
Twinaphex
36135cfff2 (iOS) Build fixes 2014-10-22 08:01:23 +02:00
Twinaphex
ad46676689 (iOS) Build fix 2014-10-22 07:16:13 +02:00
twinaphex
174d011bed Move dir_list to SDK 2014-10-22 01:13:05 +02:00
Twinaphex
d59cb7289d Refine CFEXtensions.m 2014-10-22 00:42:54 +02:00
twinaphex
f51513db45 (OSX 10.6) Compatibility patches to CFExtensions.m 2014-10-22 00:38:30 +02:00