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
|
cb486c300d
|
Refactor away menu_list_push_stack_refresh
|
2015-05-17 15:00:03 +02:00 |
|
twinaphex
|
f23962ff3b
|
Change how MENU_ACTION_REFRESH gets invoked
|
2015-05-15 16:57:45 +02:00 |
|
twinaphex
|
29e3c47c2d
|
Simplify action_iterate_switch
|
2015-05-15 00:44:44 +02:00 |
|
twinaphex
|
42ee2606a1
|
Remove menu_entries.c
|
2015-05-12 13:14:04 +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
|
4229d97e73
|
Simplify menu_input_post_iterate
|
2015-05-11 11:48:43 +02:00 |
|
twinaphex
|
bb11745b5e
|
Create menu_entry_action
|
2015-05-11 01:27:00 +02:00 |
|
twinaphex
|
7914946d19
|
Move code from menu_list.c to menu_entry.c
|
2015-05-10 11:23:00 +02:00 |
|
twinaphex
|
ab4ca635be
|
Remove menu_list_push_stack
|
2015-05-08 19:28:52 +02:00 |
|
twinaphex
|
cb22a3feb9
|
Use menu_setting_find
|
2015-05-08 17:19:43 +02:00 |
|
twinaphex
|
50944bb1e1
|
Use menu_list_get_entry
|
2015-05-08 11:45:30 +02:00 |
|
twinaphex
|
a57cfde1cd
|
Use menu_list_get_entry for menu_entries_cbs_iterate.c
|
2015-05-08 11:41:41 +02:00 |
|
Twinaphex
|
4ac4aae81a
|
Remove unused variables
|
2015-05-08 11:17:45 +02:00 |
|
twinaphex
|
25749f7fdd
|
(menu_entries_cbs_iterate.c) More cleanups
|
2015-05-08 11:16:31 +02:00 |
|
twinaphex
|
cb3245b690
|
Create action_iterate_switch
|
2015-05-08 11:11:18 +02:00 |
|
twinaphex
|
4e1821123f
|
(menu_entries_cbs_iterate.c) Use menu_list_get_ptr
|
2015-05-07 10:55:57 +02:00 |
|
twinaphex
|
5bb482d61c
|
action_iterate_main - use menu_list_get_ptr
|
2015-05-07 10:50:29 +02:00 |
|
twinaphex
|
98a4fb0827
|
Start using menu_navigation_get_current_selection
|
2015-05-07 10:48:57 +02:00 |
|
twinaphex
|
6e20548340
|
(Menu) Cleanups
|
2015-05-07 10:47:22 +02:00 |
|
twinaphex
|
b95ceeb406
|
Cleanups
|
2015-05-07 05:11:37 +02:00 |
|
twinaphex
|
1739259dde
|
Remove shader_manager_get_current_shader - no longer used
|
2015-04-19 18:46:53 +02:00 |
|
Twinaphex
|
cb03dcc58f
|
Cleanups
|
2015-04-16 20:19:53 +02:00 |
|
Jean-André Santoni
|
128cf327a3
|
(Menu) Drag to scroll with touch
|
2015-04-16 15:32:49 +02:00 |
|
twinaphex
|
bb6331874a
|
Refactor database runloop code
|
2015-04-14 09:27:55 +02:00 |
|
twinaphex
|
b7321df63c
|
(Database) Fix database runloop on data runloop
|
2015-04-14 08:10:12 +02:00 |
|
twinaphex
|
f5470d37b2
|
Move input post iterate functions to menu_input.c
|
2015-04-14 07:38:04 +02:00 |
|
twinaphex
|
706da9e1f0
|
More guards for disabling pointer support when overlay is active
|
2015-04-13 17:59:43 +02:00 |
|
twinaphex
|
b02ada8deb
|
(Help message) Split up long line
|
2015-04-13 17:29:21 +02:00 |
|
twinaphex
|
0818b178f9
|
Rename rarch_main_command to event_command
|
2015-04-13 11:26:02 +02:00 |
|
Twinaphex
|
de2eb5f972
|
Rename RARCH_CMD_* to EVENT_CMD_*
|
2015-04-13 10:29:15 +02:00 |
|
radius
|
d45593d578
|
Prevent mouse/touch if overlays are enabled to avoid conflicting inputs.
Users can still get locked out if they purposelly disable mouse/pointer and overlays and don't use a controller
|
2015-04-04 11:15:27 -05:00 |
|
twinaphex
|
5bf21de960
|
Move pointer_iterate and mouse_iterate to menu_input_frame
|
2015-03-31 14:38:05 +02:00 |
|
aliaspider
|
9ab4026bfe
|
(menu) improve touch controls:
- two finger presses now behave the same as pressing the back button.
- glui is now supported.
|
2015-03-30 05:22:06 +01:00 |
|
aliaspider
|
18d67aefc7
|
(menu) improve mouse navigation a bit.
|
2015-03-30 02:09:25 +01:00 |
|
aliaspider
|
ddfbea107d
|
(menu) add a seperate setting to enable/disable touch input inside the
menu.
|
2015-03-30 00:50:44 +01:00 |
|
aliaspider
|
2cfb1e4c8f
|
(menu) use menu.mouse.enable for enabling/disabling touch controls.
|
2015-03-28 22:53:05 +01:00 |
|
aliaspider
|
7959111d2a
|
(menu) forgot to revert this.
|
2015-03-28 22:45:20 +01:00 |
|
aliaspider
|
560c98f3cb
|
(menu) add pointer support (active only for rgui for now)
|
2015-03-28 22:35:18 +01:00 |
|
Twinaphex
|
47fae5542d
|
Cleanups
|
2015-03-23 03:09:30 +01:00 |
|
twinaphex
|
db1087ad33
|
Create input_driver_state
|
2015-03-23 03:04:05 +01:00 |
|
Twinaphex
|
efdbd03433
|
Remove unused variables
|
2015-03-23 00:43:38 +01:00 |
|
twinaphex
|
e3eb9fe9f0
|
Create video_driver_viewport_info
|
2015-03-22 21:28:50 +01:00 |
|
Twinaphex
|
242bfaba78
|
Remove unused variables
|
2015-03-22 09:36:32 +01:00 |
|
twinaphex
|
d98de68107
|
Create menu_driver_render_messagebox
|
2015-03-22 06:37:26 +01:00 |
|
twinaphex
|
b3aad881ee
|
Go through menu_driver_render wrapper function
|
2015-03-22 06:03:55 +01:00 |
|
twinaphex
|
508ade73f9
|
Rename menu_driver_resolve to menu_driver_get_ptr
|
2015-03-21 23:56:42 +01:00 |
|
twinaphex
|
5a443d229a
|
global_get_ptr update pt. 2
|
2015-03-21 05:42:49 +01:00 |
|