98 Commits

Author SHA1 Message Date
Rob Loach
fa75f47995
Fix includes of input_config 2017-08-30 23:14:27 -04:00
twinaphex
ee8dc151a3 Combine menu_driver.c and menu_navigation.c 2017-05-17 03:00:32 +02:00
twinaphex
80d9d1f143 Rewrite task_queue 2017-05-14 20:43:48 +02:00
twinaphex
42ebe7a7ad Merge runloop.c and retroarch.c 2017-05-11 09:11:46 +02:00
twinaphex
f50eabb13c (iOS) Buildfixes 2017-04-28 14:29:22 +02:00
twinaphex
13e4148996 (Menu) Cleanups 2017-04-23 20:22:41 +02:00
twinaphex
6667560263 (iOS) Buildfix 2017-04-23 14:37:06 +02:00
twinaphex
8e6b7a2751 Rewrite menu_entries function 2017-04-23 13:46:21 +02:00
Twinaphex
b7b3b2cb5f Try to prevent truckload of warnings on iOS 2017-02-26 10:33:03 +01:00
twinaphex
96c8ca5a09 Header update #1 2017-01-22 13:40:32 +01:00
twinaphex
e5b7b83b3f (ui) Style nits 2017-01-17 19:04:42 +01:00
twinaphex
d96386cd18 (iOS) Buildfix 2016-09-16 20:34:34 +02:00
twinaphex
9726de615b Fix stray icon 2016-09-16 13:03:26 +02:00
twinaphex
8c5eb1b406 (iOS) BUildfix 2016-09-15 21:16:56 +02:00
twinaphex
2a9bf91e0d Use MENU_ENUM_LABEL_VALUE_NOT_AVAILABLE 2016-06-29 02:40:05 +02:00
Twinaphex
4b96bfe46e (iOS) Buildfix 2016-06-22 17:19:01 +02:00
twinaphex
02ad99048d Get rid of menu_entry_go_back 2016-06-22 06:55:11 +02:00
twinaphex
bb1d1da693 Remove runloop_iterate_data 2016-05-16 17:29:02 +02:00
twinaphex
13e67aa44e Create runloop_iterate_data 2016-05-08 06:29:11 +02:00
Twinaphex
803c27c582 (iOS) Cleanups 2016-05-04 04:13:33 +02:00
Twinaphex
51565e6336 (iOS) Avoid some analyze warnings 2016-05-04 04:10:33 +02:00
twinaphex
93b7dc1bdd (libretro-common) move 'lists' files to lists/ 2016-03-20 14:53:54 +01:00
twinaphex
b5e28cda58 Create RARCH_MENU_CTL_ITERATE 2016-02-10 20:13:12 +01:00
twinaphex
c2d7cbe18b Use string_is_empty 2015-12-26 07:59:15 +01:00
twinaphex
3df4101321 Get rid of menu_entries_set_start and menu_entries_get_start 2015-12-12 14:39:35 +01:00
twinaphex
fde4826754 Add MENU_ENTRIES_CTL_SHOW_BACK 2015-12-11 21:34:27 +01:00
twinaphex
9216fc9421 (CocoaTouch) Buildfix 2015-12-11 15:55:47 +01:00
twinaphex
a8c6fc150b Add RUNLOOP_CTL_DATA_ITERATE 2015-12-11 10:17:18 +01:00
twinaphex
2f6dc858e2 (iOS) Buildfix 2015-12-10 20:14:09 +01:00
twinaphex
5b1e1592cb Rename rarch_main_iterate and rarch_main_data_iterate 2015-12-07 15:22:36 +01:00
twinaphex
a3146ecca5 (CocoaTouch) Buildfix 2015-12-06 21:01:26 +01:00
twinaphex
718ed30d70 (Cocoa) Buildfixes 2015-12-06 18:18:50 +01:00
twinaphex
5bc357fc28 (iOS) Buildfix 2015-11-30 17:01:50 +01:00
Twinaphex
3433a515d1 (iOS) Buildfix 2015-11-28 04:04:33 +01:00
twinaphex
a6ccc188a8 Rename input_common.c to input_config.c 2015-11-28 02:22:58 +01:00
Twinaphex
565b5d19c9 (iOS) Buildfix 2015-11-28 01:49:18 +01:00
Twinaphex
8a5ba85c9a Cleanups 2015-11-24 20:25:31 +01:00
twinaphex
021ae74612 Remove dead code - rarch_main_data_iterate 2015-11-24 18:13:54 +01:00
twinaphex
e0b5925c24 Remove now unused icade code 2015-11-13 21:42:58 +01:00
Twinaphex
cf30887c44 (iOS) Buildfix 2015-10-11 16:28:08 +02:00
Twinaphex
b7c8ea67d8 (iOS) Buildfix 2015-10-04 21:57:16 +02:00
Twinaphex
e133df155d (CocoaTouch) Add hack - if we press an entry and the data runloop
is active (meaning tasks are still yet to be handled), then we
run rarch_main_data_iterate in a loop and iterate over it 32 times.

This way, the 'Online Updater' and download options should work
2015-09-28 04:43:47 +02:00
Jean-André Santoni
18d157acea Display OSD messages in cocoatouch 2015-09-22 22:50:58 +02:00
Jean-André Santoni
edf3ac0e6d Restore uitableviewcell selection style 2015-09-22 01:33:43 +02:00
Jean-André Santoni
1f42d027c9 Display the menu title in the uiviewcontroller title, and move the core version to a bottom toolbar 2015-09-22 01:26:50 +02:00
Jay McCarthy
4c04c2c47a animate moving menus better 2015-09-21 16:52:37 -04:00
Twinaphex
9201f70250 (CocoaTouch) Use different menu animation 2015-09-12 07:00:23 +02:00
Twinaphex
4374d47047 (iOS) message box - invoke menu_iterate immediately after pressing
'OK' button
2015-09-12 06:12:04 +02:00
Twinaphex
0e20e28244 (iOS) Implement heightForRowAtIndexPath 2015-09-12 05:38:17 +02:00
twinaphex
5ab257f225 (CocoaTouch) Fixes boolean values not being set 2015-08-21 06:03:51 +02:00