579 Commits

Author SHA1 Message Date
twinaphex
5a7de50bd3 Add type to populate_entries 2015-09-21 20:48:26 +02:00
Twinaphex
31164349fa (XMB) remove unused variable 2015-09-07 01:33:38 +02:00
twinaphex
a38829dc2d (XMB) Cleanups 2015-09-06 23:24:51 +02:00
twinaphex
10340174de Cleanups 2015-09-06 23:15:03 +02:00
twinaphex
90e41a3e3f (XMB) Cleanups 2015-09-06 23:10:00 +02:00
twinaphex
0c65efdd65 Cleanups 2015-09-06 22:30:46 +02:00
twinaphex
439b761410 (XMB) Simplifications 2015-09-06 22:24:14 +02:00
twinaphex
61f6cf07ae (XMB) Simplify xmb_draw_icon 2015-09-06 22:18:59 +02:00
twinaphex
cc57ec7d4f Cleanups 2015-09-06 22:01:12 +02:00
twinaphex
ac2c938bb9 (XMB) Cut down on video_driver_get_size 2015-09-06 21:57:12 +02:00
twinaphex
6b11b4b514 Cut down on video_driver_get_size calls 2015-09-06 21:05:33 +02:00
twinaphex
6721d34114 Simplify menu_video_frame_background 2015-09-06 20:59:35 +02:00
twinaphex
54a9910c0d Simplify menu_video_frame_background 2015-09-06 20:53:52 +02:00
twinaphex
eda9c179e6 (GLUI/XMB) Cleanups 2015-09-06 18:16:24 +02:00
twinaphex
c84f4efd7b Start preparing move of glViewport to menu_video_draw_frame 2015-09-06 18:08:52 +02:00
twinaphex
699ebe2644 Simplify menu_video_frame_background 2015-09-06 17:45:16 +02:00
Twinaphex
3b3fa56309 Cleanup menu_animation_t 2015-09-06 05:00:08 +02:00
twinaphex
8405f76ff3 Refactor menu_animation.c 2015-09-06 02:41:36 +02:00
twinaphex
d6e3040e5d Use menu_navigation_get_selection 2015-09-06 02:06:02 +02:00
twinaphex
d4eefc020f Cleanups 2015-09-05 18:49:48 +02:00
twinaphex
a3cedc05d7 Cleanups 2015-08-21 21:19:29 +02:00
twinaphex
9925da95ae Refactor menu_entries_get_core_title 2015-08-17 18:14:51 +02:00
Twinaphex
996c010ca6 Fixup 2015-08-17 16:00:29 +02:00
twinaphex
dc73edadcf Cleanup old ugly hack 2015-08-17 05:05:29 +02:00
twinaphex
0c023dcb68 Reimplement frame count 2015-08-03 23:01:07 +02:00
Jean-André Santoni
e8885dbbec (Menu) Integrate the quick menu in the playlists. Allow launching contents manually added the playlists. 2015-07-23 19:44:59 +02:00
Higor Eurípedes
b217bbad24 (menu_animation) Create menu_animation_ticker_generic 2015-07-15 20:56:25 -03:00
twinaphex
5a5e3951ff Use custom typedefs for glui too, and move typedefs to gfx/video_common.h 2015-07-12 06:14:01 +02:00
twinaphex
ccafdf8cc4 (XMB) Start using custom typedefs instead of GL ones for menu drivers 2015-07-12 06:12:39 +02:00
twinaphex
c697923eb6 Create video_common.c 2015-07-12 05:30:04 +02:00
twinaphex
6bb0d87d87 Rename gl_font_raster_block to gfx_font_raster_block 2015-07-12 04:07:06 +02:00
twinaphex
527c0c29d4 Rename gl_coords to gfx_coords 2015-07-12 03:57:06 +02:00
twinaphex
14b6a6636b Create menu_video.c 2015-07-09 18:39:40 +02:00
twinaphex
aa8c8dbaa6 (XMB) Cleanup 2015-07-09 18:28:03 +02:00
twinaphex
82cd8263dc (XMB) Indenting nits (again) in xmb.c 2015-07-08 17:26:23 +02:00
twinaphex
039ba91c48 Add mechanism so that task_database informs the menu driver that
we need to refresh the horizontal list. Kivutar; make the icons
work again after we do a horizontal list refresh
2015-07-08 01:01:41 +02:00
twinaphex
f2a608b131 Create menu_environ callback 2015-07-08 00:37:44 +02:00
Jean-André Santoni
142941d950 (XMB) Refresh horizontal menu 2015-07-07 17:04:03 +07:00
Higor Eurípedes
41a77639e3 (XMB) Remove playlist extension from title 2015-07-06 19:52:04 -03:00
Jean-André Santoni
aec9bbc9f5 (XMB) Smarter tickering 2015-07-06 20:34:28 +07:00
Jean-André Santoni
a54b89387c (XMB) Display movie icon 2015-07-04 07:14:26 +07:00
Jean-André Santoni
cb35805ba6 (XMB) Add an image icon 2015-07-01 19:53:34 +07:00
twinaphex
3e2d8d2ccc (XMB) More refactors 2015-06-30 19:00:09 +02:00
twinaphex
aea28b5ec1 (XMB) Refactor 2015-06-30 18:57:03 +02:00
Jean-André Santoni
ba02256006 (XMB) Display music icon 2015-06-30 23:07:22 +07:00
twinaphex
fefa500dcf Some C89 build fixes 2015-06-29 21:52:55 +02:00
Higor Eurípedes
a1db56a084 (XMB) Ensure proper ordering of items during toggles 2015-06-25 18:46:05 -03:00
Higor Eurípedes
ac66a30f9e (XMB) Set cursor to the first entry when opening a new list 2015-06-25 14:15:38 -03:00
Jean-André Santoni
5c319e14bf (XMB) Support the shader-options icon 2015-06-25 11:47:20 +07:00
Jean-André Santoni
f698a0923b (XMB) Dislay a close icon for the close entry of the quick menu 2015-06-25 11:14:22 +07:00