2830 Commits

Author SHA1 Message Date
natinusala
650f9e9e36 ozone: pulsating cursor 2018-11-09 18:50:27 +01:00
natinusala
5406e19c3e ozone: add missing assets message 2018-11-09 17:00:44 +01:00
natinusala
20a8e1b40f ozone: fancy new cursor 2018-11-09 16:51:34 +01:00
Alfrix
0b29a93bf3 Add more icons OZONE/XMB 2018-11-08 19:43:42 -03:00
natinusala
b5f869bf25 ozone: implement messagebox and OSK 2018-11-08 12:00:06 +01:00
natinusala
019e6d8e2d ozone: fix restore clear color on toggle 2018-11-08 12:00:06 +01:00
hizzlekizzle
65d205f431
Merge pull request #7558 from alfrix/check
More icons XMB
2018-11-07 13:43:08 -06:00
Alfrix
e1f97646ee More icons XMB 2018-11-07 15:10:13 -03:00
Twinaphex
59fdd8eabd
Merge pull request #7554 from alfrix/check
Do not draw icons in the dropdown (only the checkmark)
2018-11-07 17:12:49 +01:00
Twinaphex
b932d3f031
Merge pull request #7556 from natinusala/ozone
ozone: don't use subsetting icon for config
2018-11-07 16:47:48 +01:00
natinusala
9ceceef2b8 ozone: don't use subsetting icon for config 2018-11-07 13:45:51 +01:00
Twinaphex
ffd709f823
Merge pull request #7555 from natinusala/ozone
ozone: never draw cogs
2018-11-07 13:40:45 +01:00
natinusala
265683b0aa ozone: never draw cogs 2018-11-07 12:50:17 +01:00
Alfrix
a1213f372c Do not draw icons in the dropdown (only the checkmark) 2018-11-07 08:42:16 -03:00
Twinaphex
d5bfc4efb2
Merge pull request #7550 from alfrix/check
Add checkmark to XMB dropdown lists
2018-11-07 11:59:15 +01:00
natinusala
4312868080 ozone: don't draw icons if all entries are cogs 2018-11-07 11:52:08 +01:00
natinusala
6fa40df7fd ozone: fix missing icons 2018-11-07 11:25:49 +01:00
Alfrix
2c7f24590a Add checkmark to XMB dropdown lists 2018-11-06 22:48:38 -03:00
natinusala
7227e1147e ozone: don't crash if font_driver_get_message_width isn't implemented 2018-11-06 16:57:44 +01:00
Stuart Carnie
0485d741a2
fix(ozone): Fix crash on shutdown; check for NULL 2018-11-06 07:56:05 -07:00
natinusala
9e2db18480 ozone: fix sublabel wrapping 2018-11-06 15:39:38 +01:00
natinusala
7f17c50738 ozone: implement battery display 2018-11-06 14:58:17 +01:00
twinaphex
180bb3bdd2 Implement natinusala's commit - dropdown lists - fix checked attribute
for ints, uints and floats
2018-11-06 09:22:49 +01:00
natinusala
07068e5035 Dropdown lists: Add a checked bool to menu_entry_t 2018-11-05 17:34:57 +01:00
natinusala
1a575dec7a ozone: fix horizontal animation direction 2018-11-05 15:48:55 +01:00
natinusala
fd65daebbb ozone: update icons to be on par with XMB 2018-11-05 00:42:18 +01:00
natinusala
ea736cea19 ozone: fix ghost sidebar when toggling menu 2018-11-05 00:28:24 +01:00
Alfrix
6292c8ed2e Input icons (Quickmenu) 2018-11-04 17:15:30 -03:00
Alfrix
1b39b73b61 add some Lakka icons 2018-11-04 15:11:19 -03:00
twinaphex
a662b62d19 Use runloop_get_libretro_system_info in more places - clean some code up 2018-10-30 17:11:07 +01:00
radius
8f2b91d95e [cheevos] fix badges 2018-10-28 19:46:23 -05:00
natinusala
7d058e61b5 ozone: load textures for every theme (#7498 workaround) 2018-10-27 23:08:20 +02:00
natinusala
67ed8d3986 ozone: fix entries centering 2018-10-27 19:28:18 +02:00
natinusala
c9a5156e5d ozone: fix on the fly theme setting 2018-10-27 19:19:52 +02:00
natinusala
d7be8c4cf2 ozone: fix tabs wrapping, again 2018-10-27 17:25:13 +02:00
twinaphex
689e612af8 (Ozone) Add 'Use System Preferred Color Theme' (enabled for Switch) 2018-10-27 17:10:53 +02:00
twinaphex
624698d2d9 (Ozone) Add menu color theme 2018-10-27 16:51:17 +02:00
natinusala
52ab4a58a2 ozone: fix tabs wrapping 2018-10-27 14:52:26 +02:00
natinusala
8e37ad858a ozone: fix horizontal animation on libnx 2018-10-27 14:52:22 +02:00
twinaphex
75d36ebc1f (Ozone) Button legend now responds to 'Menu Swap OK/Cancel' setting 2018-10-27 06:18:56 +02:00
twinaphex
622bef1f7a Dehardcode some more strings 2018-10-27 05:48:44 +02:00
twinaphex
9b72a3337c (Dutch) Update Dutch translation
(Ozone) Update hardcoded label
2018-10-27 05:29:28 +02:00
twinaphex
199bc744b3 (Ozone) Use strlcpy/strlcat 2018-10-27 04:47:12 +02:00
twinaphex
2fd2649eb8 Fix ton of C89 warnings/errors 2018-10-27 04:40:43 +02:00
natinusala
158ddc0b2a New menu driver : ozone (Nintendo Switch lookalike) 2018-10-26 13:24:32 +02:00
Nay Slayer
6b96ff82de Fix xmb.c and stripes.c menu drivers texture memory leak 2018-10-25 19:40:24 +03:00
twinaphex
63eff7f236 Create menu_animation_get_delta_time 2018-10-17 06:55:49 +02:00
twinaphex
4692e95fd8 Refactor 'kill by tag' and 'kill by subject' 2018-10-17 06:49:24 +02:00
twinaphex
5017063a7e Fix stripes.c 2018-10-17 05:34:59 +02:00
twinaphex
131d77875e Create menu_displaylist_setting 2018-10-17 05:33:22 +02:00