Higor Eurípedes
|
4d84021819
|
Fix incorrect screenshot colors
|
2015-06-17 11:32:08 -03:00 |
|
Twinaphex
|
3435a61518
|
Merge pull request #1810 from heuripedes/screenshot-fix
Fix raw screenshots
|
2015-06-17 16:20:26 +02:00 |
|
Twinaphex
|
573830572f
|
Merge pull request #1811 from heuripedes/qb-fix
(qb) Fix CC/CXX conditional
|
2015-06-17 16:19:56 +02:00 |
|
Twinaphex
|
8d37dd32c4
|
Merge pull request #1812 from heuripedes/mingw-fix
(platform_win32.c) Add menu.h include
|
2015-06-17 16:19:46 +02:00 |
|
Higor Eurípedes
|
1bec7fbaef
|
(platform_win32.c) Add menu.h include
|
2015-06-17 10:40:23 -03:00 |
|
Higor Eurípedes
|
6aad66cfc8
|
(qb) Fix CC/CXX conditional
|
2015-06-17 10:21:55 -03:00 |
|
Higor Eurípedes
|
96742263d1
|
Fix raw screenshots
|
2015-06-17 09:29:09 -03:00 |
|
Twinaphex
|
75b8f3405c
|
Merge pull request #1809 from heuripedes/master
Qb fixes
|
2015-06-17 02:27:20 +02:00 |
|
Higor Eurípedes
|
134364ad1a
|
(qb) Add check for GL/gl.h
|
2015-06-16 21:25:55 -03:00 |
|
Higor Eurípedes
|
38be1d90d7
|
(qb) Add check for -lGL
|
2015-06-16 20:59:17 -03:00 |
|
Higor Eurípedes
|
6e3662953d
|
(qb) Make C++ compiler optional in non-Win32 builds
|
2015-06-16 20:46:54 -03:00 |
|
Higor Eurípedes
|
54240500f0
|
(qb) Add qb.system.sh
|
2015-06-16 20:46:11 -03:00 |
|
Higor Eurípedes
|
51d7bc89c3
|
(qb) Cleanup
|
2015-06-16 20:45:35 -03:00 |
|
Higor Eurípedes
|
da770010ec
|
(qb) Cleanup
|
2015-06-16 20:40:25 -03:00 |
|
Twinaphex
|
ccc03c7a48
|
Merge pull request #1808 from vanfanel/master
DISPMANX backend: implemented a faster triple buffering method and ab…
|
2015-06-16 20:14:01 +02:00 |
|
vanfanel
|
26b0876376
|
DISPMANX backend: implemented a faster triple buffering method and abstracted drawing surfaces for core and menu in their own class-like struct. Honor the aspect ratio setting changes without re-launching. Cleanups.
|
2015-06-16 19:30:16 +00:00 |
|
twinaphex
|
d2cd6a33cb
|
(menu_entries.c) Use menu_entries_get_ptr for every menu_entries_*
wrapper function
|
2015-06-16 03:13:39 +02:00 |
|
twinaphex
|
08d8f86bd9
|
Move refresh variables to menu_entries_t
|
2015-06-16 03:12:03 +02:00 |
|
twinaphex
|
bbb4121a1c
|
Create wrapper functions for nonblocking_refresh
|
2015-06-16 03:07:44 +02:00 |
|
twinaphex
|
819723be06
|
Move '_refresh' functions to menu_entries.c
|
2015-06-16 03:03:20 +02:00 |
|
twinaphex
|
9f79d7b21b
|
Move menu->begin to menu->entries.begin
|
2015-06-16 02:17:52 +02:00 |
|
twinaphex
|
3fe0b3c4d9
|
Create menu_entries.h
|
2015-06-16 02:15:32 +02:00 |
|
twinaphex
|
d66db000c6
|
Create wrappers for accessing menu->begin
|
2015-06-16 01:59:26 +02:00 |
|
Twinaphex
|
d3d4819ef9
|
Merge pull request #1806 from heuripedes/master
Menu driver performance improvements
|
2015-06-16 01:24:43 +02:00 |
|
Higor Eurípedes
|
c68857294f
|
(XMB) Keep menu->begin up to date and speed up xmb_draw_items()
|
2015-06-15 20:19:49 -03:00 |
|
Higor Eurípedes
|
fd705e72d3
|
(GLUI) Keep menu->begin up to date for faster list traversal
|
2015-06-15 20:19:49 -03:00 |
|
Higor Eurípedes
|
a0af98ded7
|
(GLUI) Avoid some implicit memsets in glui_frame()
|
2015-06-15 20:19:49 -03:00 |
|
Higor Eurípedes
|
817ac29a34
|
(RGUI) Avoid implicit memset in rgui_render()
|
2015-06-15 20:19:49 -03:00 |
|
twinaphex
|
56952f14f3
|
Add more menu hashes
|
2015-06-16 01:14:44 +02:00 |
|
twinaphex
|
0782af571e
|
Hide some settings unless 'Show Advanced Settings' is enabled
|
2015-06-16 01:00:30 +02:00 |
|
twinaphex
|
e7768c379c
|
Merge 'Onscreen Overlay Settings' and 'Onscreen Keyboard Overlay Settings'
|
2015-06-16 00:58:13 +02:00 |
|
twinaphex
|
d782c33ae7
|
Move Core Information up
|
2015-06-16 00:52:00 +02:00 |
|
twinaphex
|
c7ff6b8df8
|
Dehardcode 'Driver Settings'
|
2015-06-15 23:23:03 +02:00 |
|
twinaphex
|
a2aab77abe
|
Add more references to menu_hash_to_str
|
2015-06-15 23:22:28 +02:00 |
|
twinaphex
|
198dc25a37
|
Use menu_hash_to_str
|
2015-06-15 23:20:19 +02:00 |
|
twinaphex
|
bbd1b92aa0
|
Start going through menu_hash_to_str
|
2015-06-15 23:16:47 +02:00 |
|
twinaphex
|
e21dd2a40f
|
(Menu) Update
|
2015-06-15 22:50:45 +02:00 |
|
twinaphex
|
5341c4262b
|
(menu_display.c) Prevent warning
|
2015-06-15 22:49:35 +02:00 |
|
twinaphex
|
b08c399d3b
|
(task_database.c) Fix some warnings
|
2015-06-15 22:48:41 +02:00 |
|
twinaphex
|
0d400d027b
|
(Salamander) Update
|
2015-06-15 22:47:20 +02:00 |
|
twinaphex
|
a2c8f89137
|
Create frontend->parse_drive_list
|
2015-06-15 22:45:02 +02:00 |
|
Twinaphex
|
24a1f191c1
|
Merge pull request #1804 from heuripedes/master
(XMB) Fix crash
|
2015-06-15 20:49:37 +02:00 |
|
Higor Eurípedes
|
1417a9b924
|
(XMB) Fix crash
|
2015-06-15 15:48:10 -03:00 |
|
Twinaphex
|
a25eea1bbb
|
Merge pull request #1803 from heuripedes/master
Fix some memleaks
|
2015-06-15 20:43:11 +02:00 |
|
Higor Eurípedes
|
f503aa1078
|
(XMB) Use menu_display_get_ptr() in xmb_list_clear()
|
2015-06-15 15:17:11 -03:00 |
|
Higor Eurípedes
|
936ab27541
|
(XMB) Fix xmb_list_insert() leak
|
2015-06-15 15:01:12 -03:00 |
|
Higor Eurípedes
|
b96ce78b3e
|
(menu_animation) Fix missing menu_animation_kill_by_subject() definition
|
2015-06-15 15:01:12 -03:00 |
|
Higor Eurípedes
|
1239b56d8a
|
(XMB) Fix segfault
|
2015-06-15 15:01:12 -03:00 |
|
Higor Eurípedes
|
b304ddcf7a
|
Fix menu_driver_list_insert leaks
|
2015-06-15 15:01:12 -03:00 |
|
twinaphex
|
b8d2cad194
|
(menu_list.c) Cleanups
|
2015-06-15 19:22:05 +02:00 |
|