343 Commits

Author SHA1 Message Date
twinaphex
a0d32b50ae (Menu) Default width of label to 21 by default instead of going
through complicated type heuristics
2014-09-04 18:40:12 +02:00
twinaphex
497e497c3f (Menu) Refactor MENU_SETTINGS_AUDIO_OPTIONS 2014-09-04 18:37:31 +02:00
twinaphex
6116fb4b33 (Menu) Refactor MENU_SETTINGS_CORE_OPTIONS 2014-09-04 18:15:58 +02:00
twinaphex
b6b5896bab (Menu) Refactor MENU_SETTINGS_OVERLAY_OPTIONS 2014-09-04 18:12:14 +02:00
twinaphex
8366ea976b (Menu) Refactor MENU_SETTINGS_PRIVACY_OPTIONS 2014-09-04 18:09:25 +02:00
Twinaphex
a2778cf77b Merge pull request #930 from lioncash/lakka
Small changes to lakka
2014-09-04 05:57:44 +02:00
twinaphex
9617121eab (Menu) Get rid of MENU_SETTINGS_OVERLAY_PRESET enum 2014-09-04 05:31:54 +02:00
twinaphex
c61e552f08 (Menu) Get rid of performance counters enums 2014-09-04 05:27:47 +02:00
twinaphex
c3606c2905 (RMenu) Cut down on rmenu files' label representation 2014-09-04 04:45:43 +02:00
twinaphex
13b85a3458 (Menu) Add MENU_FILE_CORE 2014-09-04 03:40:48 +02:00
twinaphex
2bec746d28 Cleanup code in disp/rgui.c to do with menu entry types 2014-09-04 03:36:19 +02:00
twinaphex
d94a5e6eca (Menu) Refactor all ST_DIR settings - take out all enums for them -
should fix the "Use Directory" option
2014-09-04 03:31:44 +02:00
Lioncash
2c47dc171e lakka: Guard against the possibility of realloc failing 2014-09-03 20:54:12 -04:00
Lioncash
02a1d38912 lakka: Remove three unnecessary NULL checks.
These are already checked for after the initialization of themselves.
2014-09-03 20:52:31 -04:00
Lioncash
99443f5745 lakka: Fix a few missing NULL checks.
If these are ever NULL, we'd hit null pointer dereferencing.
2014-09-03 20:51:21 -04:00
Lioncash
cf01bd0128 lakka: Remove unused variables 2014-09-03 20:20:04 -04:00
twinaphex
3afc55f445 (Menu) Refactor more settings 2014-09-04 01:00:11 +02:00
twinaphex
5ef289fe28 (Menu) Refactor more hardcoded enums 2014-09-04 00:25:19 +02:00
twinaphex
a72a866db3 (Menu) Remove MENU_SETTINGS_CORE enum 2014-09-04 00:18:26 +02:00
twinaphex
a88198a12e (Menu) Get rid of hardcoded MENU_SETTINGS_PERFORMANCE_COUNTERS enum 2014-09-03 22:04:46 +02:00
twinaphex
a03d1475f9 (Menu) Refactor hardcoded APPLY_SHADER_CHANGES enum 2014-09-03 21:18:01 +02:00
twinaphex
eb58f977fd (Rmenu XUI) Cleanups 2014-09-03 19:35:45 +02:00
twinaphex
5a5d58d8e8 Refactor more direct manipulation of g_extern.lifecycle_state 2014-09-03 16:58:20 +02:00
twinaphex
c92269dedf Move core_info/core_info_current to global 2014-09-03 14:57:29 +02:00
twinaphex
584c276312 (Menu) Get rid of some unnecessary HAVE_OVERLAY ifdefs 2014-09-03 03:54:12 +02:00
twinaphex
b1fe41f087 (Menu) Get rid of hardcoded enums for video/audio softplugs 2014-09-03 03:34:14 +02:00
twinaphex
94d765c409 (Menu) Set video_shader_pass label properly 2014-09-03 02:22:32 +02:00
twinaphex
71deb904d4 (Menu) Create shared.h that is used for rgui/rmenu/rmenu XUI - removes
duplicate code
2014-09-03 01:51:29 +02:00
twinaphex
d36a4c5257 Cleanups - 80-char limit, C-style comments 2014-09-02 16:03:17 +02:00
twinaphex
236920a641 (Menu) Clean up code 2014-09-01 21:00:48 +02:00
twinaphex
75d21299c3 (Menu) Move MENU_FILE_PLAIN/MENU_FILE_DIRECTORY label setting to
display driver
2014-09-01 20:48:52 +02:00
twinaphex
0ffd9d8c4f (Lakka disp) Add some more checks to gl->shader->use 2014-09-01 19:35:10 +02:00
twinaphex
85fca42b42 (Menu/disp) Use rarch_main_command 2014-09-01 03:08:27 +02:00
twinaphex
140db3d689 (Menu/disp) Get rid of unnecessary strlcpys in disp/menu code 2014-09-01 02:00:51 +02:00
twinaphex
b451958903 (rgui.c) Cleanup - 80-char limit 2014-09-01 01:59:30 +02:00
twinaphex
4f60a4a378 (Menu) Fix scrolling of title / label in GUI 2014-09-01 01:45:47 +02:00
twinaphex
3756afb3d8 (Menu) Refactor CUSTOM_VIEWPORT_2 enum 2014-09-01 00:37:21 +02:00
twinaphex
3e7fb6d1e1 (Menu) Remove dependency on General Settings enum 2014-08-31 19:47:45 +02:00
twinaphex
c5a98467be (Menu) Refactor menu_entries_push 2014-08-31 19:29:42 +02:00
twinaphex
9772eed739 (Menu) Refactor start screen and info screen 2014-08-30 16:56:45 +02:00
twinaphex
6ae3fe3b84 (Menu) file_list_get_* functions now return 'label' too 2014-08-30 15:50:42 +02:00
twinaphex
fcf05a70ce Get rid of settings_data.h includes in file_list.c/h 2014-08-30 03:14:32 +02:00
Twinaphex
076ee20fa9 (Menu) Cleanups 2014-08-30 03:09:28 +02:00
twinaphex
c6b8732e3a (Menu) Refactor file_list_push and associated setting related functionality 2014-08-30 01:56:12 +02:00
twinaphex
66ce3c1a0d (Menu) Cleanups 2014-08-28 15:43:53 +02:00
Jean-André Santoni
01e440de01 (Lakka) Fix subitems vertical spacing 2014-08-27 21:44:47 +02:00
twinaphex
5a77b1aef3 Remove more extraneous elses 2014-08-27 04:02:32 +02:00
Jean-André Santoni
044a42bcf3 (Lakka) Fix hardcoded resolution 2014-08-26 00:21:55 +02:00
Jean-André Santoni
7dc2e8bfba (Lakka) Display about 9 horizontal icons instead of 6 2014-08-25 19:11:10 +02:00
twinaphex
d20be80155 (Menu) cut down on code duplication 2014-08-20 18:00:06 +02:00