Commit Graph

14823 Commits

Author SHA1 Message Date
twinaphex
d87470c597 (Menu) Add stub Navigation Wrap-Around options 2014-11-17 16:16:52 +01:00
Twinaphex
23a9d43b08 (XMB) Get rid of unused variables 2014-11-17 14:56:25 +01:00
twinaphex
0276037a6c (menu_common_backend.c) Cleanup headers 2014-11-17 14:52:38 +01:00
Twinaphex
84574ed1be Merge pull request #1258 from lakkatv/xmb
(XMB) Fix category icons not showing up
2014-11-17 14:18:49 +01:00
Twinaphex
0a9296e6c7 Merge pull request #1257 from lioncash/android
Android: Make UI more compliant with 5.0
2014-11-17 13:47:53 +01:00
Twinaphex
d5f15fadff (iOS) iOS/menu.m - style nits 2014-11-17 13:09:05 +01:00
Jean-André Santoni
cd3e0b02f5 (XMB) Fix category icons not showing up 2014-11-17 16:17:24 +07:00
Lioncash
b5b7b584f3 Android: Make UI more compliant with 5.0
On 5.0 the ActionBar method of doing tabs are deprecated. So we use the PagerTabStrip instead.
Should get rid of deprecation warnings when building for Android 5.0.
2014-11-16 22:18:17 -05:00
Twinaphex
bae883e174 (OSX) Add ifndef OSX ifdef 2014-11-17 03:21:19 +01:00
Twinaphex
bdeeff2802 (OSX) Cleanups 2014-11-17 03:20:49 +01:00
twinaphex
a79000a03d Add action_toggle_scroll callback for MENU_FILE_USE_DIRECTORY 2014-11-17 02:25:54 +01:00
twinaphex
97c7860cf2 Add action_ok callback for FILE_PATH 2014-11-17 02:19:36 +01:00
twinaphex
985d378261 Cleanup menu_common_type_is 2014-11-17 01:29:02 +01:00
Twinaphex
c106252e80 Merge pull request #1256 from jeapostrophe/master
Always use the cbs actions and never the setting actions
2014-11-17 01:17:44 +01:00
Jay McCarthy
f27283d8cd Always use the cbs actions and never the setting actions 2014-11-16 19:16:32 -05:00
Twinaphex
f1820ce710 (OSX) Refactor apple_gfx_ctx_swap_buffers for OSX 2014-11-16 23:41:50 +01:00
twinaphex
ceee48fc39 (Menu) Make left/right work too for history list playlist entries 2014-11-16 22:47:10 +01:00
twinaphex
c7ed85dadf (Menu) Small cleanup of unused variable 2014-11-16 21:25:13 +01:00
twinaphex
9b2f6edf18 (Menu) Reimplement left/right scrolling 2014-11-16 21:24:04 +01:00
Twinaphex
436c0407a4 Merge pull request #1255 from mprobinson/timing-skew
Add audio_max_timing_skew setting
2014-11-16 15:28:54 +01:00
Mike Robinson
06c102d337 Add audio_max_timing_skew setting
Let users enable very large timing skews if they don't mind
inaccurate audio pitch.
2014-11-16 14:24:58 +00:00
Twinaphex
d568b1f2d2 (menu/menu_entries_cbs.c) Cleanup unused variables 2014-11-16 04:24:01 +01:00
twinaphex
0d03bf04d2 Cleanup code in menu_common_backend.c 2014-11-16 03:43:46 +01:00
twinaphex
f2ad282ee0 Reimplement menu actions toggle/OK/start - get rid of fall-through 2014-11-16 03:42:44 +01:00
twinaphex
d0bf0f6f4e Fixup comment 2014-11-15 20:01:22 +01:00
twinaphex
249f2b9eff Add missing cast to node assignment 2014-11-15 13:33:58 +01:00
Twinaphex
ec93f315e0 Merge pull request #1251 from lioncash/cond
Remove redundant conditions
2014-11-15 12:37:15 +01:00
Twinaphex
2580f04dd9 Merge pull request #1252 from lioncash/xaudio
xaudio: Fix a typo in xa_stop
2014-11-15 12:36:30 +01:00
Twinaphex
319ba3f5c8 Merge pull request #1253 from lioncash/null
Add/fix some trivial null checks
2014-11-15 12:36:06 +01:00
Lioncash
ee80a34974 Add/fix some trivial null checks 2014-11-14 23:06:34 -05:00
Lioncash
3ad3625271 xaudio: Fix a typo in xa_stop
Pretty sure we should set the pause var to true on stopping.
2014-11-14 22:55:44 -05:00
Lioncash
5d65c73be3 Remove redundant conditions 2014-11-14 22:50:33 -05:00
Twinaphex
9428765596 Merge pull request #1250 from lakkatv/xmb
(XMB) Display core title
2014-11-15 00:40:49 +01:00
Jean-André Santoni
54d0489c41 (XMB) Display core title 2014-11-15 00:35:45 +01:00
Twinaphex
89104d8431 Add prototype to settings_data.h 2014-11-15 00:21:16 +01:00
Twinaphex
fda9c048ae Merge pull request #1249 from lakkatv/xmb
(XMB) Fix switch fall-through
2014-11-15 00:11:36 +01:00
Jean-André Santoni
c66222bd0c (XMB) Fix switch fall-through 2014-11-15 00:10:41 +01:00
Twinaphex
5130646630 Merge pull request #1248 from lakkatv/xmb
(XMB) Prevent horizontal navigation out of bounds
2014-11-14 23:55:56 +01:00
Jean-André Santoni
9edb44834a (XMB) Prevent horizontal navigation out of bounds 2014-11-14 23:54:48 +01:00
Twinaphex
57cc1d8884 Merge pull request #1247 from lakkatv/xmb
(XMB) Improve list switch animation
2014-11-14 23:42:56 +01:00
Jean-André Santoni
9c2617bcf8 (XMB) Improve list switch animation 2014-11-14 23:39:24 +01:00
Twinaphex
0575f338a4 Merge pull request #1246 from lakkatv/xmb
(XMB) List appropriate content under each core icon
2014-11-14 23:37:55 +01:00
Jean-André Santoni
5cd7e44455 (XMB) List appropriate content under each core icon 2014-11-14 23:33:37 +01:00
Twinaphex
4a431ad7c8 Merge pull request #1245 from lakkatv/xmb
(XMB) Horizontal navigation
2014-11-14 22:45:44 +01:00
Jean-André Santoni
662c7e51dc (XMB) Horizontal navigation 2014-11-14 21:56:21 +01:00
twinaphex
188265fbd2 (Menu) Archive mode options now get used for 'Load Content' option too 2014-11-14 16:34:22 +01:00
twinaphex
3094efdc7e Save archive_mode to config file and change representation 2014-11-14 16:30:55 +01:00
twinaphex
746529671c Implement archive_mode - 0 is 'Ask', '1' is 'Load archive', '2'
is 'Open Archive'
2014-11-14 15:58:49 +01:00
twinaphex
68798ede0a Split up archive extract/load code into separate functions 2014-11-14 15:38:11 +01:00
twinaphex
f921d2e2d4 Add Archive Options 2014-11-14 14:54:20 +01:00