twinaphex
bf511b72e6
Create menu_driver_frame
2017-01-18 21:23:18 +01:00
Jean-André Santoni
b9104f38b8
(GLUI) Align entry values on top to avoid overlaps with sublabels
2017-01-18 17:12:26 +01:00
twinaphex
bf56463b76
Silence warnings
2017-01-18 14:17:09 +01:00
twinaphex
a3f5590f41
remove dependence on configuration.h inside task_database.c
2017-01-18 01:23:24 +01:00
Brad Parker
8cdfa75b48
set ints to 0 instead of NULL
2017-01-17 18:44:29 -05:00
Brad Parker
a220815b40
fix race condition in frame count with video_threaded on
2017-01-17 18:42:58 -05:00
twinaphex
aa59b33931
Use input_config_set_device
2017-01-17 19:59:33 +01:00
twinaphex
0c814f767c
Remove configuration.h header dependencies
2017-01-17 19:39:12 +01:00
Twinaphex
ebcf42ceb7
Remove unused variables
2017-01-17 18:56:14 +01:00
twinaphex
d9c62e5e60
Fix C89_BUILD
2017-01-17 18:24:34 +01:00
twinaphex
ec370d54b2
Cleanups
2017-01-17 16:55:34 +01:00
twinaphex
da044da3b4
Create menu_animation_push
2017-01-17 16:53:06 +01:00
twinaphex
2273b1d05f
(menu_animation.c) Create more separate functions
2017-01-17 16:40:48 +01:00
twinaphex
df783daab9
Create menu_animation_get_ideal_delta_time
2017-01-17 16:37:03 +01:00
twinaphex
bfb124a60e
Create menu_animation_ticker
2017-01-17 16:29:23 +01:00
twinaphex
8366278d45
More of where that came from
2017-01-17 15:39:14 +01:00
Jean-André Santoni
617ce26efb
(GLUI) Adapt mouse and touch code to the variable height menu entries
2017-01-17 15:21:59 +01:00
Jean-André Santoni
b0a51d79ee
(GLUI) Improve word wrapping with a better estimation of the glyph width
2017-01-17 15:21:59 +01:00
Jean-André Santoni
dc4140a00b
(GLUI) Word wrapping for sublabels
2017-01-17 15:21:59 +01:00
Jean-André Santoni
08366d318e
(MUI) Add mui_node_t to store the height of menu entries
2017-01-17 15:21:59 +01:00
Jean-André Santoni
3d4c6d836f
Fix GLUI ON/OFF switch y position
2017-01-17 15:21:59 +01:00
twinaphex
f82e51e5e8
(menu_animation.c) Cleanup
2017-01-17 14:16:49 +01:00
twinaphex
3c0538a1ee
(menu_animation.c) Cleanups
2017-01-17 14:15:43 +01:00
twinaphex
08a09f135a
(menu_displaylist.c) Cleanup
2017-01-17 14:06:54 +01:00
twinaphex
814fb59608
Try to prevent more uninitialized variables
2017-01-17 13:44:23 +01:00
Twinaphex
014ed5e87f
Merge pull request #4441 from aliaspider/master
...
(WiiU) simplify input code + fix crash on content reload.
2017-01-17 13:16:56 +01:00
aliaspider
ee7fd79fb2
cores_names_size was used in a conditional branch without being
...
initialized, fixes a crash on content reload.
2017-01-17 13:03:39 +01:00
Brad Parker
e1f4db8081
Win2000 buildfixes
2017-01-16 20:41:08 -05:00
Brad Parker
7c6bf6aaf7
fix msys2 compilation when opengl, vulkan and d3d9 are disabled
2017-01-16 20:41:08 -05:00
Brad Parker
0ee3f39d76
GDI: no more flicker
2017-01-16 20:41:07 -05:00
Brad Parker
05c37bd39f
initial GDI driver skeleton
2017-01-16 20:41:04 -05:00
Jean-André Santoni
a9c3837cdb
Display image thumbnail in the menu background selector
2017-01-17 01:02:48 +01:00
twinaphex
864df4f55d
Move local variable
2017-01-16 23:38:46 +01:00
twinaphex
0b1a204949
Roll this back
2017-01-16 22:32:39 +01:00
twinaphex
f96ee3e6d6
(menu) cleanups; move variables
2017-01-16 21:31:30 +01:00
Brad Parker
fc5afa3122
add UTF8 BOM to fix MSVC build
2017-01-16 12:50:08 -05:00
twinaphex
0968bcc173
(menu_input_bind_dialog) Prevent warning
2017-01-16 09:57:21 +01:00
twinaphex
ca5d798075
Add diff.diff
2017-01-14 21:35:00 +01:00
Alcaro
a73a90b701
Remove a bunch of unneeded parameters
2017-01-14 18:18:01 +01:00
twinaphex
f9dbd4dc02
Remove config_label_to_key
2017-01-13 15:24:54 +01:00
twinaphex
1f90535c39
(menu_event.c) Cleanups/style nits
2017-01-12 11:33:04 +01:00
twinaphex
ef974086aa
Split up menu OSK code to separate file - menu/widgets/menu_osk.c
2017-01-12 11:31:24 +01:00
twinaphex
03ba5b21df
(menu_input_bind_dialog.c) Hackier but dispenses with the 1-second
...
delay which was annoying
2017-01-11 10:37:37 +01:00
twinaphex
365564b0ed
When we bind a single key, introduce a 1-second delay to
...
get around input latching issue that can occur when pressing
OK/Cancel buttons for binding - which would immediately
leave the screen or enter the input binding again (workaround
for now until we fix these latching issues in the menu)
2017-01-11 10:21:34 +01:00
twinaphex
899601e7bb
Do an early return inside menu_shader_manager_init if already initialized
2017-01-11 03:36:35 +01:00
Jean-André Santoni
f3f20f440f
Comment the download subdir support for now. We don't use it and it causes a glitch in XMB
2017-01-11 03:05:40 +01:00
Jean-André Santoni
4bc04f7b28
Hide sublabels on super small screens like the one of Gamegirl 320x240
2017-01-11 01:24:50 +01:00
Jean-André Santoni
d08fa66ff1
Also display image thumbnails in the file browser
2017-01-10 23:26:07 +01:00
twinaphex
d48141041d
Pass joypad_info to input_state function callback - less
...
settings pointer grabbing
2017-01-10 17:40:21 +01:00
twinaphex
a233ce4c87
Set list_info.fullpath to NULL for menu_entries_prepend
2017-01-10 15:49:39 +01:00