Commit Graph

40213 Commits

Author SHA1 Message Date
radius
5ccdc8811c update nuklear.h
fix window clipping
remove dead code
2017-10-10 18:08:53 -05:00
Brad Parker
ab45670738 update JP translation 2017-10-10 17:33:02 -04:00
Twinaphex
eb3d8c8804 Merge pull request #5527 from bparker06/osd_background
Add a configurable background color to OSD messages
2017-10-10 22:14:06 +02:00
Brad Parker
fff3e225d2 comments 2017-10-10 15:28:29 -04:00
Brad Parker
b6fef15457 update CHANGES.md and add JP translation for OSD background color settings 2017-10-10 15:24:34 -04:00
Brad Parker
072b347c0f fix OSD background alignment with non-default X/Y positions 2017-10-10 15:16:58 -04:00
Brad Parker
a4bc1c9768 add menu options for OSD background color 2017-10-10 14:53:32 -04:00
Brad Parker
7aadb0ee13 allow transparency for OSD background 2017-10-10 14:00:49 -04:00
Brad Parker
f156f7cd94 initial working OSD background color (only when content not loaded) 2017-10-09 23:30:11 -04:00
Brad Parker
a153ed0b42 testing 2017-10-09 21:19:32 -04:00
Twinaphex
576583c9fb Merge pull request #5522 from Brunnis/quick-menu-show-hide-options
New settings for showing/hiding Quick Menu options
2017-10-09 13:45:31 +02:00
Mikael Brunnhede
fd07c57ed5 Fixed merge issue. 2017-10-09 12:30:36 +02:00
Brunnis
b1a6753976 Merge branch 'master' into quick-menu-show-hide-options 2017-10-09 12:05:04 +02:00
Mikael Brunnhede
c7da6e1ca8 Fix issue with "Information" option being hidden when launching content. 2017-10-09 11:21:10 +02:00
Mikael Brunnhede
1053a4e38f Implemented setting for showing/hiding the "Information" option in the Quick Menu. 2017-10-09 11:16:04 +02:00
Mikael Brunnhede
6f8201d398 Implemented setting for showing/hiding the "Save Game Overrides" option in the Quick Menu. 2017-10-09 10:53:58 +02:00
Mikael Brunnhede
3f1dd895da Implemented setting for showing/hiding the "Save Core Overrides" option in the Quick Menu. 2017-10-09 10:44:37 +02:00
Mikael Brunnhede
b7654dac7e Implemented setting for showing/hiding the "Shaders" option in the Quick Menu. 2017-10-09 10:30:25 +02:00
Mikael Brunnhede
a64683ba34 Implemented setting for showing/hiding the "Cheats" option in the Quick Menu. 2017-10-09 10:17:15 +02:00
Mikael Brunnhede
d5a802e4a8 Implemented setting for showing/hiding the "Controls" option in the Quick Menu. 2017-10-09 10:05:32 +02:00
Mikael Brunnhede
d25916cacf Implemented setting for showing/hiding the "Options" option in the Quick Menu. 2017-10-09 09:56:27 +02:00
Mikael Brunnhede
9356c326e0 Implemented setting for showing/hiding the "Add to Favorites" option in the Quick Menu. 2017-10-09 09:46:42 +02:00
Mikael Brunnhede
db0e0f443a Implemented setting for showing/hiding the options for undoing save/load state in the Quick Menu. 2017-10-09 09:30:53 +02:00
Mikael Brunnhede
b402b4a6cd Implemented setting for showing/hiding the save/load state related options in the Quick Menu. 2017-10-09 09:13:00 +02:00
Mikael Brunnhede
e286c5dda2 Implemented new settings menu view: User Interface -> Views -> Quick Menu.
Implemented setting for showing/hiding the "Take Screenshot" option in the Quick Menu.
2017-10-09 08:14:52 +02:00
Twinaphex
affd56f293 Merge pull request #5515 from casdevel/winraw-lightgun
Add lightgun device capability
2017-10-09 02:42:09 +02:00
twinaphex
6a5ad56bc6 Start undoing C++ comments 2017-10-07 17:19:20 +02:00
Twinaphex
ed061fd27b Merge pull request #5516 from Brunnis/main-menu-show-hide-options
New settings for showing/hiding Main Menu tab options in XMB
2017-10-07 17:03:34 +02:00
Twinaphex
7a3bbc3215 Merge pull request #5518 from casdevel/udev-mice-log
Add keyboard/mouse device index logging
2017-10-07 17:02:15 +02:00
Mikael Brunnhede
84701efd24 Don't hide option for showing/hiding "Online Updater" on Lakka. 2017-10-07 13:50:31 +02:00
Zoran Vuckovic
5c46e176d5 Add keyboard/mouse device index logging 2017-10-07 06:59:45 +02:00
Mikael Brunnhede
83991d6c36 Implemented setting for showing/hiding the "Reboot" option in XMB. The setting is only shown on Lakka. 2017-10-06 09:40:41 +02:00
Mikael Brunnhede
9db0e9dbc6 Implemented setting for showing/hiding the "Quit RetroArch" option in XMB. The setting is only shown on Lakka. 2017-10-06 09:27:42 +02:00
Mikael Brunnhede
f073d5167a Implemented setting for showing/hiding the "Help" option in XMB. 2017-10-06 08:28:45 +02:00
Zoran Vuckovic
082629ccd5 Add lightgun device capability 2017-10-06 08:19:22 +02:00
Mikael Brunnhede
7ee1797fa1 Implemented setting for showing/hiding the "Configurations" option in XMB. 2017-10-06 08:18:39 +02:00
Twinaphex
7d34a5f423 Merge pull request #5514 from psyke83/pkgfix
config: Raspberry Pi: use videocore pkgconfig & fix fallback detection
2017-10-06 06:11:24 +02:00
Conn O'Griofa
b67e6dc1ee config: Raspberry Pi: use videocore pkgconfig & fix fallback detection
Recent Raspberry Pi firmware images have renamed the vendor graphics
libraries (brcmEGL, brcmGLESv2, brcmOpenVG) to distinguish from the
standard VC4 Mesa driver.

* When videocore is selected, first try to use pkgconfig for the
new library names (brcmEGL, brcmGLESv2, brcmOpenVG).
* Ensure that non-pkgconfig fallback detection also checks the new
library names.

This should resolve compile issues in stretch whilst maintaining
compatibility with jessie firmwares later than 1.20160921-1 (the
first package that includes the renamed libraries).

The PKG_CONFIG_PATH must be set in your build environment in order
for the pkgconfig to be utilized, which will be included in
the next firmware (1.20170811-2 or later).
2017-10-06 04:03:29 +00:00
twinaphex
20da0f0666 Cleanups 2017-10-06 05:28:35 +02:00
twinaphex
608bc45388 Prevent another memory leak 2017-10-06 05:25:05 +02:00
Alcaro
3d9d5320ad typo 2017-10-06 02:15:49 +02:00
twinaphex
6013e25b2b Cleanups 2017-10-06 01:59:16 +02:00
twinaphex
bd206f7744 C comments 2017-10-06 01:55:18 +02:00
Alcaro
76283edd07 fix buncha ignored errors and whatever 2017-10-06 01:53:00 +02:00
Mikael Brunnhede
19b313c221 Implemented setting for showing/hiding the "Information" option in XMB. 2017-10-05 14:30:15 +02:00
twinaphex
1e3da091a5 Get rid of some hashes 2017-10-05 11:44:11 +02:00
Twinaphex
a88ee1a6e5 Merge pull request #5512 from casdevel/udev-mice-abs
Add "absolute" mouse support
2017-10-05 10:43:13 +02:00
Zoran Vuckovic
12d0f4107a Use int32_t instead of __s32 2017-10-05 10:00:20 +02:00
Mikael Brunnhede
0eb5566dea Implemented setting for showing/hiding the "Load Content" option in XMB. 2017-10-05 09:26:25 +02:00
Mikael Brunnhede
cc3b64f951 Implemented setting for showing/hiding the "Load Core" option in XMB. 2017-10-05 09:14:05 +02:00