twinaphex
|
ba8a07a2b6
|
(Menu driver) Turn some functions into static functions
|
2020-05-10 07:14:29 +02:00 |
twinaphex
|
4fd3cac319
|
(Menu) remove ident
|
2020-03-28 01:59:15 +01:00 |
twinaphex
|
48799b73d5
|
Standardize function signature for action_select
|
2019-12-21 06:01:38 +01:00 |
twinaphex
|
2a500baaca
|
Change start callback signatuer to OK callback signature
|
2019-12-19 16:30:53 +01:00 |
Barry Rowe
|
3a67e072bb
|
Added in fixes for accessibility feature.
|
2019-12-04 10:51:50 -08:00 |
Barry Rowe
|
1e6e7a698f
|
Added in accessibility.
|
2019-11-26 15:19:21 -08:00 |
jdgleaver
|
7eefec6945
|
(GLUI) Navigation improvements
|
2019-11-15 14:53:00 +00:00 |
twinaphex
|
8c74de7787
|
(Menu) cleanups
|
2019-08-16 15:51:22 +02:00 |
twinaphex
|
9456d88ce4
|
Cleanups
|
2019-08-16 15:36:44 +02:00 |
jdgleaver
|
0b6ced74ac
|
Increase menu sublabel buffer size + fix Ozone sublabel spacing
|
2019-07-19 16:04:16 +01:00 |
jdgleaver
|
ff16fb347a
|
'menu_entry' optimisations
|
2019-05-30 10:11:26 +01:00 |
twinaphex
|
bb6a42f8f0
|
(menu_entries) Create action_title_cache
|
2019-05-18 08:21:14 +02:00 |
twinaphex
|
68d7411edf
|
(menu entries) Add sublabel_cache - this should prevent
unnecessary function calls if the contents of a sublabel
don't change over time
|
2019-05-18 03:29:33 +02:00 |
twinaphex
|
c729748276
|
Cleanups
|
2019-05-13 03:36:59 +02:00 |
twinaphex
|
d170f99c03
|
(menu_entries.c) Simplify code
|
2019-05-01 12:32:49 +02:00 |
twinaphex
|
9ee33a6a1d
|
(Menu) Merge menu_entry into menu_entries.c
|
2019-05-01 11:41:13 +02:00 |
twinaphex
|
799872e59d
|
(menu_displaylist) Remove tons of code duplication
|
2019-04-22 20:11:34 +02:00 |
natinusala
|
07068e5035
|
Dropdown lists: Add a checked bool to menu_entry_t
|
2018-11-05 17:34:57 +01:00 |
twinaphex
|
abad1b3134
|
Revert "(menu) Start passing menu_handle to action_ok callback"
This reverts commit d2a1c39f4b .
|
2018-04-11 06:12:26 +02:00 |
twinaphex
|
6c99acb23e
|
Revert "Pass around void pointer data - menu handle"
This reverts commit b4a2bd5156 .
|
2018-04-11 06:11:54 +02:00 |
twinaphex
|
a276710877
|
Revert "(Menu) More refactors"
This reverts commit f0285ef792 .
|
2018-04-11 06:11:38 +02:00 |
twinaphex
|
a07ada7af6
|
Revert "More cleanups - getting rid of RARCH_MENU_CTL_DRIVER_DATA_GET"
This reverts commit a8f7d99aba .
|
2018-04-11 06:11:23 +02:00 |
twinaphex
|
a8f7d99aba
|
More cleanups - getting rid of RARCH_MENU_CTL_DRIVER_DATA_GET
calls
|
2018-04-10 21:49:25 +02:00 |
twinaphex
|
f0285ef792
|
(Menu) More refactors
|
2018-04-10 21:27:57 +02:00 |
twinaphex
|
b4a2bd5156
|
Pass around void pointer data - menu handle
|
2018-04-10 19:32:50 +02:00 |
twinaphex
|
d2a1c39f4b
|
(menu) Start passing menu_handle to action_ok callback
|
2018-04-10 18:39:03 +02:00 |
twinaphex
|
36f9d359c2
|
Combine menu_list and menu_entries
|
2018-02-25 00:39:20 +01:00 |
twinaphex
|
2a6af87d23
|
Remove unused function
|
2018-02-25 00:28:31 +01:00 |
gblues
|
6904101c44
|
Clean up trailing whitespace
== DETAILS
Really simple code cleanup, because my editor flags trailing whitespaces
and it's pretty annoying.
|
2017-12-12 00:24:18 -08:00 |
twinaphex
|
710c70f838
|
Remove another wrapper function
|
2017-10-01 17:43:38 +02:00 |
twinaphex
|
2b55e5858e
|
Remove menu_entries_get_actiondata_at_offset
|
2017-10-01 17:25:41 +02:00 |
twinaphex
|
df15a67c71
|
Remove menu_entries_get_last
|
2017-10-01 17:20:01 +02:00 |
twinaphex
|
e66ef15580
|
Remove another useless wrapper function
|
2017-10-01 17:17:53 +02:00 |
twinaphex
|
a87bef6ed0
|
Remove useless wrapper function
|
2017-10-01 17:11:09 +02:00 |
twinaphex
|
98ddc80035
|
Remove unused menu_entries_get
|
2017-09-30 16:42:42 +02:00 |
twinaphex
|
36e0ff8268
|
Rearrange variables
|
2017-09-09 01:10:00 +02:00 |
twinaphex
|
8f32801292
|
It should now properly show supported roms again when no
core info file is found and we have already loaded a
core
|
2017-04-29 20:27:40 +02:00 |
twinaphex
|
96c8ca5a09
|
Header update #1
|
2017-01-22 13:40:32 +01:00 |
twinaphex
|
c9c7aea184
|
Create sublabel callbacks
|
2016-10-20 15:57:35 +02:00 |
twinaphex
|
84f81acba5
|
Header include cleanups
|
2016-09-15 16:36:36 +02:00 |
twinaphex
|
02e01e0b0a
|
Create menu/widgets/menu_entry
|
2016-09-15 00:20:43 +02:00 |
twinaphex
|
892c0a6f52
|
Create menu/widgets/menu_list
|
2016-09-15 00:10:37 +02:00 |
twinaphex
|
ea175fd26f
|
Rename menu_entries_add_enum to menu_entries_append_enum
|
2016-07-13 01:17:09 +02:00 |
twinaphex
|
6d870129c6
|
Rename menu_entries_add to menu_entries_append
|
2016-07-13 01:13:20 +02:00 |
twinaphex
|
c8415e9194
|
Horizontal Playlists tab now shows playlist names without '.lpl'
extension
|
2016-07-09 13:49:31 +02:00 |
twinaphex
|
bcf74d9685
|
Start adding menu_cbs_label.c
|
2016-07-08 16:24:05 +02:00 |
twinaphex
|
65dff0a03a
|
menu_hash_to_str_enum has now become msg_hash_to_str
|
2016-06-20 00:31:13 +02:00 |
twinaphex
|
3b3e822d78
|
Expand menu_entries_get_last_stack so we can grab enum_idx
|
2016-06-17 16:08:47 +02:00 |
twinaphex
|
4ec1a9e337
|
Update menu_entries_prepend
|
2016-06-17 14:54:29 +02:00 |
twinaphex
|
6f3b8c4049
|
Set cbs->enum_idx when setting a menu entry with menu_entries_add_enum
|
2016-06-15 16:43:02 +02:00 |
twinaphex
|
1159ca17ff
|
Start using menu_entries_add_enum
|
2016-06-15 01:15:37 +02:00 |
twinaphex
|
07932bff3e
|
Use retro_common_api.h
|
2016-06-03 05:49:46 +02:00 |
Jean-André Santoni
|
2010e57279
|
(XMB) Complete the previous patch
|
2016-04-26 00:19:23 +07:00 |
Jean-André Santoni
|
90d31a527c
|
(XMB) Temporary patch for the messagebox glitch
|
2016-04-26 00:09:30 +07:00 |
Jean-André Santoni
|
01c82a09f0
|
Rename menu_entries_push to menu_entries_prepend
|
2016-04-11 23:18:16 +07:00 |
twinaphex
|
a430c7f543
|
Add experimental menu_entries_push/file_list_push
|
2016-04-11 18:02:50 +02:00 |
twinaphex
|
7e7a1fa5f9
|
Rename menu_entries_push to menu_entries_add
|
2016-04-11 05:49:39 +02:00 |
twinaphex
|
72303888c8
|
Remove unused menu_increment_menu_stack
|
2016-03-05 07:41:44 +01:00 |
twinaphex
|
255ee8766f
|
Communicate better that this is an enum
|
2016-02-25 19:27:06 +01:00 |
twinaphex
|
e8a5f6194e
|
Create MENU_ENTRIES_CTL_CLEAR
|
2016-02-24 22:45:21 +01:00 |
twinaphex
|
1c06843811
|
Remove dead function prototype
|
2016-02-24 22:42:07 +01:00 |
twinaphex
|
1dcd6856db
|
Remove dead code
|
2016-02-24 22:40:44 +01:00 |
twinaphex
|
28f3ea355a
|
80-char width limit cleanups
|
2016-02-09 01:01:11 +01:00 |
twinaphex
|
03199b564f
|
Create MENU_ENTRIES_CTL_REFRESH
|
2016-02-04 21:13:38 +01:00 |
twinaphex
|
7a55ae3765
|
Start updating headers for 2016
|
2016-01-10 04:06:50 +01:00 |
twinaphex
|
c7f5192197
|
(menu_entries.c) Get rid of heap-allocated data structure
|
2015-12-12 14:55:17 +01:00 |
twinaphex
|
28e33acc66
|
Turn list_settings into static local variable
|
2015-12-12 14:49:02 +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
|
1004537e8d
|
Create MENU_ENTRIES_CTL_SET_REFRESH/MENU_ENTRIES_CTL_UNSET_REFRESH
|
2015-12-12 02:14:50 +01:00 |
twinaphex
|
ee312b346b
|
Create MENU_ENTRIES_CTL_SETTINGS_GET
|
2015-12-11 22:30:19 +01:00 |
twinaphex
|
7942328e39
|
Create MENU_ENTRIES_CTL_LIST_GET
|
2015-12-11 22:05:54 +01:00 |
twinaphex
|
fa535f788e
|
Create MENU_ENTRIES_CTL_NEEDS_REFRESH
|
2015-12-11 21:41:59 +01:00 |
twinaphex
|
a1112d64a0
|
Add MENU_ENTRIES_CTL_DEINIT
|
2015-12-11 21:37:11 +01:00 |
twinaphex
|
fde4826754
|
Add MENU_ENTRIES_CTL_SHOW_BACK
|
2015-12-11 21:34:27 +01:00 |
twinaphex
|
352836a595
|
Add menu_entries_ctl
|
2015-12-11 21:32:00 +01:00 |
twinaphex
|
4c8c2ea30d
|
Move typedef struct definition to menu_entries.c
|
2015-12-11 21:18:13 +01:00 |
twinaphex
|
f9dfa403a9
|
Cleanup
|
2015-12-11 18:56:00 +01:00 |
Andre Leiradella
|
8700450410
|
list cheevos in the frontend menu
|
2015-11-08 13:19:54 -02:00 |
Jean-André Santoni
|
ae79d70438
|
(GLUI) Fix left tab switching when navigation wraparound is false. Also dehardcode some values representing the number of tabs in the menu system.
|
2015-10-30 16:28:27 +07:00 |
twinaphex
|
795fa14c40
|
Fix signature
|
2015-10-27 11:37:13 +01:00 |
twinaphex
|
54b2774f39
|
Add menu_entries_increment_selection_buf/menu_entries_increment_menu_stack
|
2015-10-27 10:59:20 +01:00 |
twinaphex
|
30fb40ad87
|
Add menu_entries_push_selection_buf
|
2015-10-27 10:45:06 +01:00 |
twinaphex
|
bb6f66fc44
|
Add menu_entries_push_menu_stack
|
2015-10-27 10:41:59 +01:00 |
twinaphex
|
6826a3833e
|
menu_entries_get_menu_stack_ptr - add idx parameter
|
2015-10-27 10:33:19 +01:00 |
twinaphex
|
ab9006f21e
|
Add 'idx' to menu_entries functions
|
2015-10-27 10:29:50 +01:00 |
twinaphex
|
0d89bca635
|
Start setting up menu_entries function so we can access
multiple stacks
|
2015-10-27 10:10:33 +01:00 |
twinaphex
|
f48830cfc0
|
Revert "Simplify menu_entries_set_refresh"
This reverts commit 6ca0962f9e .
|
2015-10-22 03:54:34 +02:00 |
twinaphex
|
6ca0962f9e
|
Simplify menu_entries_set_refresh
|
2015-10-22 03:45:14 +02:00 |
twinaphex
|
b7625289f7
|
Rename some functions
|
2015-10-19 16:32:51 +02:00 |
twinaphex
|
69b95728bf
|
Rename menu_list_get_last to menu_entries_get_last
|
2015-10-19 06:47:45 +02:00 |
twinaphex
|
992266ab12
|
Don't keep reallocating settings all the time
|
2015-10-19 03:28:00 +02:00 |
twinaphex
|
47f63ad6f4
|
Rename some menu_list_ functions to menu_entries_
|
2015-10-18 21:58:13 +02:00 |
twinaphex
|
14e46e0048
|
Remove menu_list_get_alt_at_offset
|
2015-10-18 21:54:20 +02:00 |
twinaphex
|
b2a4e92c28
|
rename menu_list_clear
|
2015-10-18 21:44:44 +02:00 |
twinaphex
|
ff8f587c30
|
Move menu_entry_get_setting to menu_entries.c
|
2015-10-18 20:21:26 +02:00 |
twinaphex
|
06d17852f0
|
Merge menu_list.c with menu_entries.c
|
2015-10-17 19:38:33 +02:00 |
twinaphex
|
6e2e32970e
|
Create menu_entries_get_size
|
2015-10-17 19:21:18 +02:00 |
twinaphex
|
d3a7742b6f
|
Create menu_entries_get_stack_size
|
2015-10-17 19:14:49 +02:00 |
twinaphex
|
44cb547ee4
|
Create menu_entries_flush_stack
|
2015-10-17 19:10:37 +02:00 |
twinaphex
|
5663f6d60f
|
Create menu_entries_get_last_stack_actiondata
|
2015-10-17 18:57:47 +02:00 |