twinaphex
a9b8114109
Reafctor input_bind_dialog code
2016-09-15 20:45:00 +02:00
twinaphex
4c702c2d36
Cleanups
2016-09-15 20:40:19 +02:00
twinaphex
814eb5b905
(menu_input.c) Header include cleanups
2016-09-15 20:38:07 +02:00
twinaphex
a21674881c
Add menu_input_bind_dialog
2016-09-15 20:35:39 +02:00
twinaphex
68f695b196
Buildfix
2016-09-15 19:46:23 +02:00
twinaphex
82673b4db4
Warning cleanups
2016-09-15 19:26:04 +02:00
twinaphex
8fd5c5817a
Create menu_input_dialog
2016-09-15 19:23:32 +02:00
twinaphex
760d4811e0
Cleanups
2016-09-15 19:16:16 +02:00
twinaphex
5cf5371314
Refactor menu_input_dialog
2016-09-15 19:07:30 +02:00
twinaphex
e8e16aca9e
Create menu_input_dialog_get_label_buffer functions
2016-09-15 19:01:33 +02:00
twinaphex
982a818b48
Create menu_input_dialog_get_buffer
2016-09-15 18:56:51 +02:00
twinaphex
bb5543c2a1
Cleanups
2016-09-15 18:50:33 +02:00
twinaphex
c64cc373af
Add menu_input_dialog_get_display_kb
2016-09-15 18:46:59 +02:00
twinaphex
bd565f79ec
Add menu_input_dialog_display_kb/menu_input_dialog_hide_kb
2016-09-15 18:45:57 +02:00
twinaphex
84160c092c
Cleanups to input_dialog code
2016-09-15 17:26:30 +02:00
twinaphex
8530671e8f
Cleanups
2016-09-15 17:21:18 +02:00
twinaphex
d9e631de69
Create menu_input_dialog_start_search
2016-09-15 17:18:24 +02:00
twinaphex
b9320514cb
Create menu_input_dialog_start
2016-09-15 17:11:01 +02:00
twinaphex
ed3f002f1b
Rename menu_input_key_line_end to menu_input_dialog_end
2016-09-15 17:07:52 +02:00
twinaphex
84f81acba5
Header include cleanups
2016-09-15 16:36:36 +02:00
twinaphex
3a663ba013
(XMB) Use menu_entry_get_value
2016-09-15 16:30:22 +02:00
twinaphex
78c4bc4a5b
(xmb.c) Try to make sure 1st and 2nd arguments for fill_pathname_join
...
are not one and the same
2016-09-15 16:25:10 +02:00
twinaphex
6c4c0cf5e7
Use menu_entry_get_value
2016-09-15 16:13:17 +02:00
twinaphex
f648ea8602
Cleanups
2016-09-15 16:07:20 +02:00
twinaphex
233925bea6
Rename widgets/menu_popup to widgets/menu_dialog
2016-09-15 15:57:25 +02:00
twinaphex
93eff04e54
Move code to widgets/menu_list.c
2016-09-15 15:51:53 +02:00
Twinaphex
c7f9cfd785
Merge pull request #3597 from libretro/revert-3590-consolelog
...
Revert "(Emscripten) Print logs to the browser console"
2016-09-15 13:36:39 +02:00
Twinaphex
430325aee9
Revert "(Emscripten) Print logs to the browser console"
2016-09-15 13:36:21 +02:00
Twinaphex
a0f0eebb5e
Merge pull request #3596 from libretro/revert-3594-consolelog-fix
...
Revert "(Emscripten) Bind to the console when logging"
2016-09-15 13:36:08 +02:00
Twinaphex
9fbd4a5265
Revert "(Emscripten) Bind to the console when logging"
2016-09-15 13:34:31 +02:00
Alcaro
f4791a9f63
( #2026 #3547 #3588 ) Configurable is good. Off by default is not good, if it's on your system already then using it does no harm.
2016-09-15 10:32:47 +02:00
Andrés Suárez
08549a342c
Merge pull request #3594 from RobLoach/consolelog-fix
...
(Emscripten) Bind to the console when logging
2016-09-15 00:08:58 -05:00
Rob Loach
993de8b4c4
(Emscripten) Use .bind() on the console object
2016-09-15 00:45:25 -04:00
Rob Loach
8564a5b266
Revert "Revert "(Emscripten) Print logs to the browser console""
...
This reverts commit a3b4db2d638ba3e4d95eab347ca5bbb39af66469.
2016-09-15 00:43:40 -04:00
radius
a3b4db2d63
Revert "(Emscripten) Print logs to the browser console"
...
Doesn't work on firefox or edge
This reverts commit ddccaeed8c1577cbddd300a99473f94a2e05d855.
2016-09-14 22:23:48 -05:00
nguillaumin
fe4dbcb3f5
Fixes #2026 : Make DBus dependency 'auto' to enable it by default
...
Rationale copied from #2026 :
This DBus issue solves a real problem for users, and while I understand
some people may not want the DBus dependency (but in that case, why have
the lib on your system at all?) and agree it should be disablable, I
think it should be enabled by default.
One could argue other people doesn't want `xdg-screensaver` for various
reasons, but that doesn't mean it should be disabled by default.
I don't think we can really say one method is better over the other,
there are arguments for and against both, so I believe doing both by
default is a reasonable compromise.
2016-09-14 19:06:48 -07:00
Brad Parker
f5ade35cc6
refresh rate should be 59.94
2016-09-14 20:46:41 -04:00
Andrés Suárez
f28037a68b
Merge pull request #3590 from RobLoach/consolelog
...
(Emscripten) Print logs to the browser console
2016-09-14 17:49:12 -05:00
Rob Loach
ddccaeed8c
(Emscripten) Print logs to the browser console
2016-09-14 18:33:52 -04:00
twinaphex
02e01e0b0a
Create menu/widgets/menu_entry
2016-09-15 00:20:43 +02:00
twinaphex
a8f407ac33
Header include cleanups
2016-09-15 00:11:49 +02:00
twinaphex
892c0a6f52
Create menu/widgets/menu_list
2016-09-15 00:10:37 +02:00
twinaphex
1a40ace1ac
Cleanup
2016-09-14 23:47:18 +02:00
twinaphex
4c2d754b06
(Zarch) Nits
2016-09-14 23:44:49 +02:00
twinaphex
9ee5931c5e
Nits
2016-09-14 23:37:20 +02:00
twinaphex
7d5b9f172a
Cleanups
2016-09-14 22:46:29 +02:00
Twinaphex
ad638fe665
Merge pull request #3588 from orbea/dbus
...
Disable dbus by default
2016-09-14 19:00:36 +02:00
orbea
a5644d61db
Disable dbus by default
2016-09-14 09:43:30 -07:00
Twinaphex
9eed1309e7
Merge pull request #3587 from libretro/revert-3586-console
...
Revert "(Emscripten) Show/Hide the console"
2016-09-14 18:36:05 +02:00
Twinaphex
35f3497033
Revert "(Emscripten) Show/Hide the console"
2016-09-14 18:35:56 +02:00