Higor Eurípedes
|
12721bc660
|
(menu_common_list.c) Fix leak
|
2015-05-19 17:02:23 -03:00 |
Alcaro
|
964c2439ff
|
Fix missing NUL terminator.
|
2015-05-19 22:00:17 +02:00 |
twinaphex
|
3c7e0b29fc
|
Make menu_ctx_driver_get_ptr public - ALWAYS make sure that
no symbols will be redefined - Griffin depends on this
|
2015-05-19 21:55:44 +02:00 |
natinusala
|
e3357b5b5c
|
Implemented perform_action callback of menu_driver_ctx
|
2015-05-19 21:20:46 +02:00 |
natinusala
|
508a6ea627
|
Added (void* data) to perform_action in menu_ctx_driver
|
2015-05-19 21:07:06 +02:00 |
natinusala
|
90d646dc45
|
Added perform_action to menu_ctx_driver
|
2015-05-19 21:05:40 +02:00 |
twinaphex
|
9c5113d6da
|
action_iterate_help - don't return unitialized variable
|
2015-05-19 20:30:58 +02:00 |
twinaphex
|
d15c5cec4a
|
Fix warning/logic fault - http://dpaste.com/3R9MN3Q
|
2015-05-19 20:29:44 +02:00 |
twinaphex
|
375c49b6c8
|
Move is_menu out of runloop struct and create get/set functions in menu_driver.c
and make the underlying variable static to make it thread-safe
|
2015-05-19 20:11:57 +02:00 |
twinaphex
|
815b61ecba
|
Refactor menu_displaylist_push/menu_displaylist_parse
|
2015-05-19 06:33:03 +02:00 |
twinaphex
|
9ffb7030d2
|
Move DISPLAYLIST_CORES_UPDATER to menu_displaylist_parse
|
2015-05-19 00:52:37 +02:00 |
twinaphex
|
a5cde6d9d0
|
Cleanups
|
2015-05-19 00:50:10 +02:00 |
twinaphex
|
d65a4ca32f
|
Move DISPLAYLIST_PERFCOUNTER_SELECTION to menu_displaylist_parse
|
2015-05-19 00:49:27 +02:00 |
twinaphex
|
d51a553130
|
Move more to menu_displaylist_parse
|
2015-05-19 00:44:57 +02:00 |
twinaphex
|
f91f9973fa
|
Move DISPLAYLIST_SYSTEM_INFO to menu_displaylist_parse
|
2015-05-19 00:41:39 +02:00 |
twinaphex
|
ae11edb957
|
Move more to menu_displaylist_parse
|
2015-05-19 00:40:12 +02:00 |
twinaphex
|
135dd8aec2
|
Start consolidating all parse functions into one function
|
2015-05-19 00:34:29 +02:00 |
twinaphex
|
362e431765
|
Cleanup
|
2015-05-19 00:05:17 +02:00 |
Twinaphex
|
6e3833bc43
|
Merge pull request #1706 from heuripedes/master
(RGUI) Fix messagebox delay
|
2015-05-19 00:01:58 +02:00 |
Higor Eurípedes
|
885ea3cdc7
|
(RGUI) Fix messagebox delay
|
2015-05-18 18:56:23 -03:00 |
Twinaphex
|
2c6d9482d4
|
Build fix
|
2015-05-18 23:21:32 +02:00 |
twinaphex
|
9820b39653
|
Refactor away menu_list_populate_generic
|
2015-05-18 23:18:50 +02:00 |
twinaphex
|
c95fd28e59
|
Cleanup
|
2015-05-18 23:16:03 +02:00 |
twinaphex
|
a49e50896c
|
Create wrapper functions menu_display_fb_set_dirty and menu_display_fb_unset_dirty
|
2015-05-18 23:14:56 +02:00 |
twinaphex
|
6feb1603f7
|
Only enable framebuf.dirty if we're actually using the menu framebuffer
|
2015-05-18 23:04:14 +02:00 |
twinaphex
|
9f7d9c9afd
|
Try to address sluggish help screen showing up with RGUI - still
not working
|
2015-05-18 23:02:04 +02:00 |
twinaphex
|
cca422dc0b
|
Refactor away action_iterate_message
|
2015-05-18 22:32:31 +02:00 |
twinaphex
|
72b6386b08
|
Start calling menu_driver_render_messagebox only from one place
|
2015-05-18 22:28:34 +02:00 |
twinaphex
|
ff67df65f6
|
Cleanups
|
2015-05-18 22:26:00 +02:00 |
twinaphex
|
7831b6e520
|
Cleanup
|
2015-05-18 22:02:52 +02:00 |
twinaphex
|
1ed3e649c4
|
Remove unsigned parameter for two functions
|
2015-05-18 22:02:02 +02:00 |
twinaphex
|
2fb240894c
|
Only call menu_list_pop from one place
|
2015-05-18 21:58:17 +02:00 |
twinaphex
|
6d91c1576d
|
Reduce calls to menu_list_pop
|
2015-05-18 21:55:20 +02:00 |
twinaphex
|
464bd8b4aa
|
Cleanups
|
2015-05-18 21:52:14 +02:00 |
twinaphex
|
cf2dc841ab
|
Refactor action_iterate_main
|
2015-05-18 21:42:09 +02:00 |
twinaphex
|
6d53dc72be
|
menu_entries_cbs_iterate.c - cleanup
|
2015-05-18 21:28:31 +02:00 |
twinaphex
|
5cd5c043bc
|
Move menu_database_populate_query
|
2015-05-18 21:02:03 +02:00 |
twinaphex
|
ce1110eac6
|
(menu_entries_cbs_iterate.c) Use menu_displaylist_push_list
|
2015-05-18 20:57:56 +02:00 |
twinaphex
|
c33b7676c6
|
Use menu_displaylist_push_list
|
2015-05-18 20:53:23 +02:00 |
twinaphex
|
e78d5f0034
|
action_ok_custom_viewport - use menu_displaylist_push_list
|
2015-05-18 20:44:15 +02:00 |
twinaphex
|
96666ad5f9
|
action_ok_compressed_archive_push - use menu_displaylist_push_list
|
2015-05-18 20:41:15 +02:00 |
twinaphex
|
4f5b937f5e
|
(menu_input.c) Cleanups - use menu_navigation_t * pointer
|
2015-05-18 20:00:09 +02:00 |
twinaphex
|
eb87aecc41
|
Refactor menu_entry_action
|
2015-05-18 17:58:21 +02:00 |
twinaphex
|
326ddd2986
|
Refactor call to menu_input_search_start
|
2015-05-18 17:54:54 +02:00 |
twinaphex
|
3dc7f6ab19
|
Create separate menu_entries_cbs_left.c/menu_entries_cbs_right.c
|
2015-05-18 15:56:32 +02:00 |
twinaphex
|
a2f5eb5421
|
Create separate menu_entries_cbs_up.c/menu_entries_cbs_down.c
|
2015-05-18 15:31:53 +02:00 |
twinaphex
|
96f35f95e7
|
(menu_entries_cbs_select.c) Take out action parameter
|
2015-05-18 15:24:15 +02:00 |
twinaphex
|
499660417c
|
(menu_entries_cbs_start) Take out action parameter
|
2015-05-18 15:22:08 +02:00 |
twinaphex
|
aa37c88620
|
Make menu_input_poll_find_trigger a static function
|
2015-05-18 14:57:01 +02:00 |
Twinaphex
|
197008890b
|
Get rid of unused variable warnings
|
2015-05-18 03:51:35 +02:00 |
twinaphex
|
9f2c0c2ce5
|
Simplify menu_input_bind_iterate some more
|
2015-05-18 03:46:15 +02:00 |
twinaphex
|
68527f4906
|
menu_input_bind_iterate - cleanup - only call menu_driver_render
once
|
2015-05-18 03:39:47 +02:00 |
twinaphex
|
3981a621e9
|
Simplify menu_input_bind_iterate
|
2015-05-18 03:37:07 +02:00 |
twinaphex
|
ec789e0943
|
Create DISPLAYLIST_HELP
|
2015-05-18 03:25:45 +02:00 |
twinaphex
|
0f2eb4a8c4
|
Create DISPLAYLIST_SELECT
|
2015-05-18 03:18:39 +02:00 |
twinaphex
|
1e17ecdce1
|
Remove action_cancel_lookup_setting
|
2015-05-18 02:59:49 +02:00 |
twinaphex
|
08c85f06ff
|
Refactor some code in menu_input.c
|
2015-05-17 22:56:41 +02:00 |
twinaphex
|
0a49e6d62b
|
menu_list_push - cleanup
|
2015-05-17 22:33:18 +02:00 |
twinaphex
|
16c16eb579
|
Combine menu_flush_stack functions
|
2015-05-17 19:49:14 +02:00 |
twinaphex
|
d5de270b8a
|
Some code de-duplication
|
2015-05-17 19:21:15 +02:00 |
twinaphex
|
dd525d2734
|
(Menu) Refactor cbs->action_toggle
|
2015-05-17 18:44:50 +02:00 |
twinaphex
|
e66f7db4a9
|
(Menu) Use menu_entry_action
|
2015-05-17 18:22:16 +02:00 |
twinaphex
|
2e1ec249b0
|
Revert "Refactor action_ok"
This reverts commit 04a2dd469e .
|
2015-05-17 18:19:56 +02:00 |
twinaphex
|
036f0c4cb2
|
Revert "Refactor action_ok"
This reverts commit 04a2dd469e .
|
2015-05-17 18:18:17 +02:00 |
twinaphex
|
e215b2d6ec
|
Rename Path Settings to Directory Settings
|
2015-05-17 17:09:07 +02:00 |
twinaphex
|
0baf564299
|
action_start_shader_scale_pass - cleanup
|
2015-05-17 16:53:53 +02:00 |
Twinaphex
|
235648232e
|
(Menu) Cleanup
|
2015-05-17 16:31:21 +02:00 |
twinaphex
|
04a2dd469e
|
Refactor action_ok
|
2015-05-17 16:30:54 +02:00 |
twinaphex
|
cb486c300d
|
Refactor away menu_list_push_stack_refresh
|
2015-05-17 15:00:03 +02:00 |
twinaphex
|
d11e36cfb9
|
menu_list_get_actiondata_at_offset - modify signature
|
2015-05-17 13:23:27 +02:00 |
twinaphex
|
9f8f176141
|
Add DISPLAYLIST_GENERIC
|
2015-05-17 13:10:55 +02:00 |
Jay McCarthy
|
09cb703e35
|
removing sluggishness by iterate data after calling callbacks
|
2015-05-17 05:49:33 -04:00 |
twinaphex
|
5da758c12e
|
Revert "Add DISPLAYLIST_CUSTOM_BIND"
This reverts commit 43fa78f58b .
|
2015-05-17 03:44:05 +02:00 |
twinaphex
|
43fa78f58b
|
Add DISPLAYLIST_CUSTOM_BIND
|
2015-05-17 03:38:15 +02:00 |
twinaphex
|
d5056a3251
|
(menu_entries_cbs_toggle.c) Cut down on some code duplication
|
2015-05-17 03:04:06 +02:00 |
Twinaphex
|
ecce47a8fb
|
Get rid of unused variable
|
2015-05-17 02:32:28 +02:00 |
twinaphex
|
3ead5590e6
|
Move menu_unset_refresh call
|
2015-05-16 18:15:47 +02:00 |
twinaphex
|
c91ddf794f
|
Simplify call to menu_do_refresh
|
2015-05-16 17:33:12 +02:00 |
twinaphex
|
87e46cefb8
|
Take out menu_do_refresh out of menu_entry_select
|
2015-05-16 17:28:24 +02:00 |
twinaphex
|
02b29e08ad
|
Move menu_do_refresh to rarch_main_data_iterate
|
2015-05-16 17:27:16 +02:00 |
Twinaphex
|
10e2949ad8
|
(CocoaTouch) 'Back button' works now
|
2015-05-15 22:31:16 +02:00 |
Twinaphex
|
a67d000734
|
(CocoaTouch) Updates list now - 'Back' button not yet working
|
2015-05-15 22:25:28 +02:00 |
twinaphex
|
324e55f66d
|
Create menu_do_refresh
|
2015-05-15 22:22:23 +02:00 |
Twinaphex
|
a4b200abd8
|
Remove unused variable
|
2015-05-15 22:09:50 +02:00 |
twinaphex
|
e1eb7505a1
|
Cleanup implicit declaration warning
|
2015-05-15 22:08:37 +02:00 |
twinaphex
|
8dfbc1b54e
|
Wrap menu->need_refresh
|
2015-05-15 22:06:42 +02:00 |
twinaphex
|
f525899e0e
|
Create menu_set_refresh/menu_unset_refresh
|
2015-05-15 21:39:13 +02:00 |
twinaphex
|
1b4ce6d25e
|
Cleanup menu_iterate
|
2015-05-15 21:26:37 +02:00 |
twinaphex
|
dd7d1493a6
|
Revert "Create menu_refresh"
This reverts commit 7baa41422d .
|
2015-05-15 18:05:52 +02:00 |
twinaphex
|
7baa41422d
|
Create menu_refresh
|
2015-05-15 17:58:09 +02:00 |
Twinaphex
|
8f0b03d920
|
Remove unused variable
|
2015-05-15 16:59:01 +02:00 |
twinaphex
|
f23962ff3b
|
Change how MENU_ACTION_REFRESH gets invoked
|
2015-05-15 16:57:45 +02:00 |
twinaphex
|
0e467f99ed
|
(Menu) Refactor
|
2015-05-15 14:42:55 +02:00 |
twinaphex
|
ffaca6b377
|
Log 'notify list pushed'
|
2015-05-15 13:43:38 +02:00 |
Twinaphex
|
679f1345fd
|
(iOS) Start handling MENU_ACTION_REFRESH
|
2015-05-15 13:39:14 +02:00 |
Twinaphex
|
e735cc93c2
|
Refactor menu_entry_select
|
2015-05-15 13:25:14 +02:00 |
Twinaphex
|
e75c061bce
|
Change signature of menu_entry_action
|
2015-05-15 04:41:57 +02:00 |
Twinaphex
|
83f3847b30
|
Change menu_entry_select's signature
|
2015-05-15 04:38:58 +02:00 |
Twinaphex
|
6cedc39ded
|
Merge pull request #1695 from heuripedes/master
(menu) Tell the user about the directory listing error
|
2015-05-15 01:58:59 +02:00 |
twinaphex
|
f92f976022
|
cleanups
|
2015-05-15 01:57:32 +02:00 |
Higor Eurípedes
|
fab2b1055f
|
(menu) Tell the user about the directory listing error
|
2015-05-14 20:55:37 -03:00 |
twinaphex
|
67ffac265b
|
Show 'No Items' when there are no entries in menu_displaylist_parse
|
2015-05-15 01:24:51 +02:00 |
twinaphex
|
e874e1c409
|
Add 'no Cores available' messages when no cores are installed
|
2015-05-15 01:16:18 +02:00 |
twinaphex
|
abc2c52043
|
parse_historylist - push 'no history available' if no history items
|
2015-05-15 01:12:06 +02:00 |
twinaphex
|
7f49cf3f59
|
menu_entries_get_end - cleanup
|
2015-05-15 01:02:58 +02:00 |
twinaphex
|
1d5499c0d9
|
(menu_entry.c) Cleanups
|
2015-05-15 01:01:27 +02:00 |
twinaphex
|
1f94fb08ce
|
Reimplement menu_entry_reset
|
2015-05-15 00:58:06 +02:00 |
twinaphex
|
29e3c47c2d
|
Simplify action_iterate_switch
|
2015-05-15 00:44:44 +02:00 |
twinaphex
|
29a10e5cb3
|
Create menu_setting_apply_deferred
|
2015-05-15 00:22:26 +02:00 |
twinaphex
|
3fea013c96
|
Use menu_entries_select_back
|
2015-05-15 00:19:36 +02:00 |
twinaphex
|
14aa1a5bda
|
Use menu_entries_show_back
|
2015-05-15 00:16:39 +02:00 |
Twinaphex
|
aad6f622a2
|
Remove unused variables
|
2015-05-15 00:08:39 +02:00 |
twinaphex
|
47a9f2c405
|
Start using menu_entries_get_title
|
2015-05-15 00:07:07 +02:00 |
twinaphex
|
3426dbca7f
|
Start using menu_entries_get_end
|
2015-05-15 00:03:06 +02:00 |
twinaphex
|
4d98dc90fd
|
(menu_entry.c) Nits
|
2015-05-14 23:53:28 +02:00 |
twinaphex
|
883af7dd82
|
Refactor menu_list_populate_generic
|
2015-05-14 23:19:30 +02:00 |
Jay McCarthy
|
cc9684eb8b
|
adding comments
|
2015-05-14 16:34:10 -04:00 |
Jay McCarthy
|
bd66d9796f
|
change menu_entries to my wish list of functionality
|
2015-05-14 16:18:32 -04:00 |
twinaphex
|
e975658a5e
|
Fix mouse toggle
|
2015-05-14 13:09:06 +02:00 |
twinaphex
|
c34717c794
|
Make menu_displaylist_deferred_push into static function
|
2015-05-13 16:56:23 +02:00 |
twinaphex
|
b48b2b81f4
|
Remove menu_list_sort_on_alt
|
2015-05-13 16:49:11 +02:00 |
twinaphex
|
718c53a094
|
Rename menu_entries_ to menu_displaylist_
|
2015-05-13 16:44:32 +02:00 |
twinaphex
|
adc17fdf2b
|
Refactor action_deferred_push
|
2015-05-13 16:18:54 +02:00 |
Twinaphex
|
3a0a73a5cb
|
(menu_displaylist.c) Cleanup some unused variables
|
2015-05-13 15:15:52 +02:00 |
twinaphex
|
67d3223d07
|
Call notify_list from menu_displaylist_push_list
|
2015-05-13 15:08:11 +02:00 |
twinaphex
|
8f3f0a3dc8
|
(menu_displaylist.h) Kill some header dependencies
|
2015-05-13 15:05:20 +02:00 |
twinaphex
|
711da4e2cd
|
Properly refactor Main Menu list call
|
2015-05-13 15:01:12 +02:00 |
twinaphex
|
dcce29eb07
|
Refactor DISPLAYLIST_HORIZONTAL
|
2015-05-13 14:55:20 +02:00 |
twinaphex
|
0d9e4315a7
|
Kill off one more menu_list_clear function call
|
2015-05-13 14:52:01 +02:00 |
twinaphex
|
98d9509d70
|
menu_displaylist_push_list - call menu_list_clear just once at top of function
|
2015-05-13 14:50:32 +02:00 |
twinaphex
|
b93fafe96a
|
Be more careful with this bit
|
2015-05-13 14:30:33 +02:00 |
twinaphex
|
46c5cc0689
|
Cleanup
|
2015-05-13 14:14:08 +02:00 |
twinaphex
|
bd99323585
|
DISPLAYLIST_MAIN_MENU - cleanup
|
2015-05-13 14:12:24 +02:00 |
twinaphex
|
d4b291a1e4
|
Add need_clear boolean variable
|
2015-05-13 14:10:57 +02:00 |
twinaphex
|
791f60dba8
|
Cleanup
|
2015-05-13 14:09:43 +02:00 |
twinaphex
|
26f5a1d26a
|
Don't do fall-through anymore
|
2015-05-13 14:09:14 +02:00 |
twinaphex
|
8b6e3d6c6f
|
Fix System Information list
|
2015-05-13 14:08:15 +02:00 |
twinaphex
|
110b44465b
|
Simplify menu_entries_push_list somewhat
|
2015-05-13 14:07:15 +02:00 |
twinaphex
|
47c6792cb9
|
Update menu_displaylist_deferred_push
|
2015-05-13 13:54:14 +02:00 |
Twinaphex
|
27c0a098a8
|
Fix typo
|
2015-05-13 13:48:55 +02:00 |
twinaphex
|
41f7a78eed
|
menu_displaylist_deferred_push - cleanup
|
2015-05-13 13:47:58 +02:00 |
twinaphex
|
26d7ce2049
|
Create DISPLAYLIST_DATABASE_ENTRY
|
2015-05-13 13:45:53 +02:00 |
twinaphex
|
4311fc3e5c
|
Create DISPLAYLIST_CORE_INFO
|
2015-05-13 13:31:34 +02:00 |
twinaphex
|
1c903ad7cd
|
Start creating retroarch_info.c
|
2015-05-13 13:21:43 +02:00 |
twinaphex
|
9775080d67
|
(Menu) Cleanups
|
2015-05-13 13:07:57 +02:00 |
twinaphex
|
8abb8d3c8f
|
Create menu_database_build_query
|
2015-05-13 13:06:37 +02:00 |
twinaphex
|
37fbbd3eb1
|
Create DISPLAYLIST_OPTIONS_REMAPPINGS
|
2015-05-13 12:58:42 +02:00 |
twinaphex
|
a86d56dbd8
|
Create DISPLAYLIST_OPTIONS_CHEATS
|
2015-05-13 12:55:41 +02:00 |
twinaphex
|
eb06fdc819
|
Create DISPLAYLIST_SETTINGS_SUBGROUP
|
2015-05-13 12:52:29 +02:00 |
Toad King
|
ecfb0b14e3
|
silence compiler warning
|
2015-05-12 20:35:07 -05:00 |
twinaphex
|
b5c0e4060d
|
(Wii) Buildfix
|
2015-05-13 02:36:42 +02:00 |
twinaphex
|
b8bd20216b
|
Create DISPLAYLIST_OPTIONS_MANAGEMENT
|
2015-05-13 02:14:06 +02:00 |
twinaphex
|
7126920b29
|
Create DISPLAYLIST_OPTIONS
|
2015-05-13 02:10:12 +02:00 |
twinaphex
|
d32f51a413
|
Add DISPLAYLIST_OPTIONS_DISK
|
2015-05-13 02:05:29 +02:00 |
twinaphex
|
401bccac31
|
Create DISPLAYLIST_OPTIONS_SHADERS
|
2015-05-13 01:58:05 +02:00 |
twinaphex
|
6a851ab291
|
Create DISPLAYLIST_OPTIONS_VIDEO
|
2015-05-13 01:53:32 +02:00 |
twinaphex
|
504b3222ef
|
Create DISPLAYLIST_CORE_INFO
|
2015-05-13 01:31:58 +02:00 |
twinaphex
|
654f1e0868
|
Create DISPLAYLIST_SHADER_PARAMETERS and DISPLAYLIST_SHADER_PARAMETERS_PRESET
|
2015-05-13 01:19:06 +02:00 |
twinaphex
|
20c4bf49a3
|
Only call sort function at one place
|
2015-05-12 16:36:41 +02:00 |
twinaphex
|
04c0ab70a7
|
(menu_displaylist.c) Cleanups
|
2015-05-12 16:33:44 +02:00 |
twinaphex
|
70c1f86341
|
Cleanup menu_displaylist_parse
|
2015-05-12 16:30:43 +02:00 |
twinaphex
|
5364ff24a9
|
Create DISPLAYLIST_CORE_OPTIONS
|
2015-05-12 16:24:10 +02:00 |
twinaphex
|
fb6c7d24fa
|
(menu_displaylist.c) Cleanups
|
2015-05-12 16:12:50 +02:00 |
twinaphex
|
40017315d3
|
Create DISPLAYLIST_HORIZONTAL_CONTENT_ACTIONS
|
2015-05-12 16:01:54 +02:00 |
twinaphex
|
9cf3dceb9d
|
Create DISPLAYLIST_CORES_UPDATER
|
2015-05-12 15:56:49 +02:00 |
twinaphex
|
f76c43fc66
|
Move core parsing code to menu_displaylist.c
|
2015-05-12 15:47:05 +02:00 |
twinaphex
|
b55ae6aa08
|
Move history list parsing to menu_displaylist.c
|
2015-05-12 15:41:38 +02:00 |
twinaphex
|
ec1e6ee06b
|
deferred_push_content_list - cleanup
|
2015-05-12 15:30:50 +02:00 |
twinaphex
|
a75c3b6154
|
(menu_displaylist.c) Cleanups
|
2015-05-12 15:23:41 +02:00 |
twinaphex
|
258b335130
|
(menu_displaylist.c) Cleanups
|
2015-05-12 15:17:09 +02:00 |
twinaphex
|
8a8d45866f
|
Create DISPLAYLIST_DATABASE_QUERY
|
2015-05-12 15:04:20 +02:00 |
twinaphex
|
8633d0439e
|
(RMenu) Build fixes
|
2015-05-12 14:43:54 +02:00 |
twinaphex
|
1e981cc31b
|
Some functions don't need a menu_handle_t * argument
|
2015-05-12 14:41:20 +02:00 |
twinaphex
|
630dd35979
|
Move menu_navigation_t struct to menu_navigation.h
|
2015-05-12 14:35:07 +02:00 |
twinaphex
|
7b1ccde140
|
Get rid of some unnecessary casts
|
2015-05-12 14:10:05 +02:00 |
Twinaphex
|
98b12a63e2
|
Cleanups
|
2015-05-12 13:25:35 +02:00 |
twinaphex
|
42ee2606a1
|
Remove menu_entries.c
|
2015-05-12 13:14:04 +02:00 |
twinaphex
|
372a4e2d6d
|
Move menu_entries_cbs_init_bind_toggle to menu_entries_cbs.h
|
2015-05-12 13:03:29 +02:00 |
twinaphex
|
168f681fa5
|
Rename menu_entries_init to menu_displaylist_init
|
2015-05-12 13:02:10 +02:00 |
twinaphex
|
fa6db7d8f2
|
Move functions to menu_displaylist.c and make them static
|
2015-05-12 12:58:23 +02:00 |
twinaphex
|
7eb92dbc9a
|
Make menu_entries_push_list into static function
|
2015-05-12 12:55:48 +02:00 |
twinaphex
|
437db49d3e
|
Cleanups
|
2015-05-12 12:54:40 +02:00 |
twinaphex
|
16e49a9d5b
|
Create DISPLAYLIST_HORIZONTAL
|
2015-05-12 12:51:41 +02:00 |
twinaphex
|
ecb0168f63
|
(menu_entries.c) Cleanups
|
2015-05-12 12:49:43 +02:00 |
twinaphex
|
f7de1a18d6
|
Move and rename - menu_database_push_query
|
2015-05-12 12:43:08 +02:00 |
twinaphex
|
84d739d8e6
|
Rename parse_entries and make it static, move it to menu_displaylist.c
|
2015-05-12 12:40:49 +02:00 |
twinaphex
|
35a55f97ae
|
More refactors pt. 2
|
2015-05-12 12:37:42 +02:00 |
twinaphex
|
e2d7139c71
|
Refactor more code
|
2015-05-12 12:32:24 +02:00 |
twinaphex
|
5d9b8e4789
|
More refactors
|
2015-05-12 12:26:51 +02:00 |
twinaphex
|
65ebef37d5
|
Add DISPLAYLIST_VIDEO_FILTER and DISPLAYLIST_IMAGES
|
2015-05-12 12:23:27 +02:00 |
twinaphex
|
951d7f035e
|
Add DISPLAYLIST_DATABASES and DISPLAYLIST_DATABASE_CURSORS
|
2015-05-12 12:19:58 +02:00 |
twinaphex
|
386c72f6be
|
Add DISPLAYLIST_SHADER_PASS and DISPLAYLIST_SHADER_PRESET
|
2015-05-12 12:14:58 +02:00 |
twinaphex
|
177e12820b
|
Create DISPLAYLIST_CORES_DETECTED
|
2015-05-12 12:07:41 +02:00 |
twinaphex
|
33c9afda17
|
Forgot a break;
|
2015-05-12 12:02:58 +02:00 |
twinaphex
|
acf332dce4
|
Add DISPLAYLIST_PERFCOUNTERS_*
|
2015-05-12 11:39:20 +02:00 |
twinaphex
|
592bf74d05
|
Create DISPLAYLIST_PERFCOUNTER_SELECTION
|
2015-05-12 11:31:20 +02:00 |
twinaphex
|
7177a17b67
|
Add DISPLAYLIST_CORES
|
2015-05-12 11:06:04 +02:00 |
twinaphex
|
9bec899fcb
|
Add DISPLAYLIST_SETTINGS to menu_displaylist_push_list
|
2015-05-12 10:57:00 +02:00 |
twinaphex
|
23135e3c92
|
Create menu_displaylist_push
|
2015-05-12 10:45:37 +02:00 |
twinaphex
|
a35c26b7a5
|
Create menu_displaylist_push_list
|
2015-05-12 10:35:37 +02:00 |
twinaphex
|
cd25f8874a
|
Rename menu_entries_deferred_push to menu_displaylist_deferred_push
|
2015-05-12 10:28:29 +02:00 |
twinaphex
|
7927b7f770
|
Create menu_displaylist_info_t
|
2015-05-12 10:20:46 +02:00 |
twinaphex
|
79612b2d8c
|
Fix MOUSE_ACTION_BUTTON_L_TOGGLE
|
2015-05-11 23:12:54 +02:00 |
twinaphex
|
509f2267c7
|
(Menu) Can now exit 'Info' message by pressing right mouse button
|
2015-05-11 23:03:49 +02:00 |
twinaphex
|
fdcef6cfc2
|
Can now escape 'Help' message with the mouse by pressing right mouse
button
|
2015-05-11 23:02:31 +02:00 |
twinaphex
|
76407c9ef2
|
Start updating menu->input.joypad and menu->input.mouse per-frame
|
2015-05-11 22:43:16 +02:00 |
twinaphex
|
92c4e5ce66
|
Improve menu_input_mouse_post_iterate
|
2015-05-11 22:36:12 +02:00 |
Twinaphex
|
5ebecc0db1
|
Merge pull request #1687 from heuripedes/glui-font-fix
Fix blocky text issues during context reset
|
2015-05-11 18:55:17 +02:00 |
Higor Eurípedes
|
d1c192ece7
|
(GLUI) Reset texture names
|
2015-05-11 13:49:46 -03:00 |
Twinaphex
|
014c1b343d
|
Get rid of unused variables
|
2015-05-11 18:47:08 +02:00 |
twinaphex
|
a014f2db88
|
Move framebuffer is dirty and other menu-related state flags
to menu_handle_t
|
2015-05-11 18:46:06 +02:00 |
twinaphex
|
1a152677a3
|
Get rid of entry_iterate callback in menu driver
|
2015-05-11 18:31:44 +02:00 |
Twinaphex
|
1235450c69
|
(menu_entry.c) remove unused variable
|
2015-05-11 18:11:54 +02:00 |
twinaphex
|
07e5ce86b5
|
menu_entry_iterate - use menu_list_get_last_stack_actiondata
|
2015-05-11 18:11:11 +02:00 |
twinaphex
|
079b9f10ff
|
Create menu_entry_iterate
|
2015-05-11 17:53:33 +02:00 |
twinaphex
|
f161883cf5
|
(RMenu) Cleanup
|
2015-05-11 17:46:23 +02:00 |
twinaphex
|
9eacc255ea
|
(menu_input.c) More cleanups
|
2015-05-11 12:03:02 +02:00 |
twinaphex
|
6cfbc88a1b
|
Simplify pointer_tap
|
2015-05-11 11:53:30 +02:00 |
Twinaphex
|
ed63625613
|
(menu_input.c) remove unused variable
|
2015-05-11 11:51:44 +02:00 |
twinaphex
|
9f4cd46dce
|
Simplify menu_input_mouse_post_iterate/menu_input_pointer_post_iterate
|
2015-05-11 11:50:55 +02:00 |
twinaphex
|
4229d97e73
|
Simplify menu_input_post_iterate
|
2015-05-11 11:48:43 +02:00 |
twinaphex
|
dd214a7a4b
|
Start simplifying menu_input_mouse_post_iterate
|
2015-05-11 11:36:15 +02:00 |
twinaphex
|
722f46721f
|
(menu_input.c) Cleanups
|
2015-05-11 11:21:23 +02:00 |
twinaphex
|
78c55c55c5
|
Create menu_displaylist.c
|
2015-05-11 11:11:23 +02:00 |
Twinaphex
|
297fc772c0
|
(UI Companion) Create notify_list_loaded
|
2015-05-11 09:56:45 +02:00 |
twinaphex
|
bb11745b5e
|
Create menu_entry_action
|
2015-05-11 01:27:00 +02:00 |
Higor Eurípedes
|
d2d1eaa4f9
|
(GLUI) Quick fix for menu not rendering during info screen
|
2015-05-10 16:18:09 -03:00 |
twinaphex
|
238fe7ecc5
|
Some cleanups to glui_context_bg_destroy
|
2015-05-10 20:21:34 +02:00 |
twinaphex
|
4b0435ff42
|
Change menu_entry_pathdir_get_value and menu_entry_pathdir_get_extensions
|
2015-05-10 18:18:46 +02:00 |
twinaphex
|
8d5cb71fca
|
(Menu) Set "Load Shader Preset" to type MENU_FILE_PATH
|
2015-05-10 18:08:28 +02:00 |
twinaphex
|
50cc590d98
|
(menu_entry.c) Fixed representation of core list
|
2015-05-10 16:42:49 +02:00 |
Twinaphex
|
fb5838c8ba
|
Implement menu_entry_get_value
|
2015-05-10 12:58:46 +02:00 |
Twinaphex
|
ed7e2bbcfe
|
Fix menu_entry_get_label
|
2015-05-10 12:52:07 +02:00 |
twinaphex
|
c8e79c4ef2
|
menu_entry_get_label - fix typo
|
2015-05-10 12:45:53 +02:00 |
twinaphex
|
d500efb454
|
Change menu_entry_get_label
|
2015-05-10 12:44:32 +02:00 |
twinaphex
|
cdfd5406fe
|
(RGUI) Remove unused variable
|
2015-05-10 12:33:48 +02:00 |
twinaphex
|
53866fe029
|
(Menu) Code duplication cleanup - use get_core_title
|
2015-05-10 12:10:06 +02:00 |
twinaphex
|
7914946d19
|
Move code from menu_list.c to menu_entry.c
|
2015-05-10 11:23:00 +02:00 |
twinaphex
|
2996f389a2
|
Buildfix
|
2015-05-10 11:13:46 +02:00 |
twinaphex
|
040ffe8136
|
(menu_entry.c) Change names of functions
|
2015-05-10 11:06:58 +02:00 |
Twinaphex
|
39281f1655
|
(CocoaTouch) Build fix
|
2015-05-10 11:02:10 +02:00 |
twinaphex
|
1f603085c7
|
Move enum type to menu_entry.h too
|
2015-05-10 11:01:17 +02:00 |
twinaphex
|
3a0aab31f6
|
Create menu_entry.h
|
2015-05-10 11:00:05 +02:00 |
twinaphex
|
0333cb5eb6
|
Refactor cocoatouch_support.c as menu/menu_entry.c
|
2015-05-10 10:55:20 +02:00 |
twinaphex
|
3c5b83cf08
|
(360) Build fixes
|
2015-05-09 18:12:15 +02:00 |
twinaphex
|
303fcfa6bb
|
(RMenu XUI) Buildfix
|
2015-05-09 17:54:19 +02:00 |
twinaphex
|
73d5e8a41b
|
(PS3) Build fix and fix warnings
|
2015-05-09 17:53:03 +02:00 |
Twinaphex
|
f08db710ac
|
Kill unused variables
|
2015-05-09 16:06:05 +02:00 |
twinaphex
|
9b9e65abf3
|
Start using video_driver_get_frame_count
|
2015-05-09 16:04:12 +02:00 |
twinaphex
|
5b1455070f
|
(GLUI) Translucent selection bar looks a bit more correct now
|
2015-05-09 14:01:50 +02:00 |