Twinaphex
|
b884bc6e7f
|
Merge pull request #1174 from lakkatv/xmb
(Lakka) Remove Main Menu from the settings list
|
2014-10-21 00:15:05 +02:00 |
|
Jean-André Santoni
|
7908389077
|
(Lakka) Remove Main Menu from the settings list
|
2014-10-21 00:13:34 +02:00 |
|
twinaphex
|
a14bfdfca2
|
Don't use variables named 'bind' and 'index'
|
2014-10-20 23:41:01 +02:00 |
|
Twinaphex
|
f3d04f0fde
|
(XMB) Cleanups
|
2014-10-20 23:08:58 +02:00 |
|
Twinaphex
|
4378ccefcb
|
(XMB) Fix unused variable(s) warnings
|
2014-10-20 21:53:16 +02:00 |
|
twinaphex
|
42bb37816e
|
Take file_path.h include out of file.h
|
2014-10-20 21:51:04 +02:00 |
|
Jean-André Santoni
|
a639e6163d
|
(Menu) Performance improvement, prevent drawing the menu texture when using a GL menu driver
|
2014-10-20 21:26:55 +02:00 |
|
Twinaphex
|
b4c6715eb0
|
Merge pull request #1172 from lakkatv/xmb
(XMB) Horizontal animations using file_list cache
|
2014-10-20 20:06:17 +02:00 |
|
Jean-André Santoni
|
630b5fa320
|
(XMB) Horizontal animations
|
2014-10-20 20:00:39 +02:00 |
|
Jean-André Santoni
|
d1df2828a7
|
(Menu) Cache the lists and pointers on OK and CANCEL
|
2014-10-20 20:00:10 +02:00 |
|
Jean-André Santoni
|
0227602ce5
|
(Menu) Add cache for selection_buf and menu_stack
|
2014-10-20 19:56:50 +02:00 |
|
Jean-André Santoni
|
4bdc3a2818
|
(Menu) Add cache for selection_ptr
|
2014-10-20 19:56:18 +02:00 |
|
Jean-André Santoni
|
2f988c300b
|
(Menu) Make disp_set_label work with any file_list
|
2014-10-20 19:54:55 +02:00 |
|
twinaphex
|
def41a573f
|
Avoid using 'index' for local variables
|
2014-10-20 19:18:18 +02:00 |
|
twinaphex
|
bbadaf1911
|
Replace index variable name
|
2014-10-20 04:37:52 +02:00 |
|
Twinaphex
|
7c45f48965
|
Clean up unused variable
|
2014-10-20 02:55:31 +02:00 |
|
Jean-André Santoni
|
99111c2633
|
(XMB) Fix the offset bug in populate_entries
|
2014-10-20 01:51:00 +02:00 |
|
twinaphex
|
2050162817
|
menu_entries_cbs.c - cleanups
|
2014-10-19 22:42:23 +02:00 |
|
twinaphex
|
3c0dade671
|
(menu_entries_cbs.c) Remove unused code
|
2014-10-19 22:39:52 +02:00 |
|
aliaspider
|
10c2784c02
|
fixes game screen sometimes not showing in combination with some shaders
and menu drivers using GL.
note: this still doesnt fix the game screen not showing when
pause_libretro is set to true.
|
2014-10-19 21:24:29 +01:00 |
|
twinaphex
|
d33a666753
|
Remove input_bind_device_id code
|
2014-10-19 19:45:56 +02:00 |
|
twinaphex
|
829060886d
|
Take out more unused input file list settings code
|
2014-10-19 06:02:11 +02:00 |
|
twinaphex
|
2758646c4b
|
Take out more no-longer needed input settings
|
2014-10-19 05:51:48 +02:00 |
|
twinaphex
|
c99602d72d
|
(menu_entries_cbs.c) Take out unused code
|
2014-10-19 05:49:37 +02:00 |
|
Toad King
|
0047aa9aaf
|
add fast scrolling to settings menus
|
2014-10-18 20:38:46 -05:00 |
|
Jean-André Santoni
|
6afddd8261
|
(XMB) Fix depth animation
|
2014-10-18 16:49:51 +02:00 |
|
Jean-André Santoni
|
87df98661f
|
(XMB) Display core icon
|
2014-10-18 16:26:02 +02:00 |
|
Jean-André Santoni
|
24a150cfce
|
(XMB) Typo
|
2014-10-18 16:04:14 +02:00 |
|
Jean-André Santoni
|
2d3c5aec6f
|
(Menu) Fix menu_entries_parse_list not calling populate_entries
|
2014-10-18 14:52:32 +02:00 |
|
Jean-André Santoni
|
21db7b262a
|
(Menu) Adjust margins
|
2014-10-18 14:51:50 +02:00 |
|
Twinaphex
|
9f60f8f28e
|
(OSX) Fix default bundle_path in environment_get function
|
2014-10-18 04:36:35 +02:00 |
|
twinaphex
|
a4f1e9d075
|
Add ST_INT to menu_action_handle_setting
|
2014-10-18 04:20:52 +02:00 |
|
twinaphex
|
d86e83db15
|
Turn menu_list_push calls into menu_list_push_stack
|
2014-10-18 02:37:53 +02:00 |
|
twinaphex
|
73b070b782
|
Rewrite menu_list_get_size functions
|
2014-10-18 02:32:59 +02:00 |
|
twinaphex
|
c465d25859
|
(Menu) Refactor menu_list_get_last_stack
|
2014-10-18 01:59:16 +02:00 |
|
twinaphex
|
cef2de6a70
|
Rewrite menu_list_get_actiondata_last_stack
|
2014-10-18 01:53:50 +02:00 |
|
twinaphex
|
46f9b325f8
|
Refactor menu_list_pop_stack functions
|
2014-10-18 01:44:06 +02:00 |
|
twinaphex
|
3931134924
|
Rewrite menu_list_flush_stack_* functions - first parameter
becomes menu_list_t *
|
2014-10-18 01:39:05 +02:00 |
|
twinaphex
|
3b384926b8
|
(XMB) Build fix
|
2014-10-18 01:30:43 +02:00 |
|
Twinaphex
|
cee30ab29e
|
Merge pull request #1163 from lakkatv/xmb
(XMB) Fix core list display
|
2014-10-18 01:29:57 +02:00 |
|
twinaphex
|
d921061af8
|
menu_list_push_stack_ * functions now take in a menu_list_t *
parameter for 1st param instead of file_list_t *
|
2014-10-18 01:24:37 +02:00 |
|
Jean-André Santoni
|
51ff4b52a8
|
(XMB) Fix core list display
|
2014-10-18 01:24:14 +02:00 |
|
twinaphex
|
e3894e7b9c
|
Start using menu_list_new/menu_list_free
|
2014-10-18 01:17:00 +02:00 |
|
twinaphex
|
ac61e0de3d
|
(Menu) Create menu_list_new
|
2014-10-18 00:11:42 +02:00 |
|
twinaphex
|
ed6fc11e95
|
Start adding menu_list struct and menu_list_free function
|
2014-10-17 23:52:36 +02:00 |
|
twinaphex
|
b49bcf1541
|
Rename menu_list_free to menu_list_destroy
|
2014-10-17 23:49:13 +02:00 |
|
twinaphex
|
f3ec94246c
|
(Menu) Add menu_list_sort_on_alt
|
2014-10-17 23:46:53 +02:00 |
|
twinaphex
|
9bce38426c
|
Add menu_list_set_alt_at_offset and menu_list_get_alt_at_offset
|
2014-10-17 23:43:53 +02:00 |
|
twinaphex
|
744e87f14d
|
(Menu) Use menu_list_get_size
|
2014-10-17 23:38:30 +02:00 |
|
twinaphex
|
e1e5f2af5d
|
Create menu_list_get_action_data_at_offset
|
2014-10-17 23:32:40 +02:00 |
|