Commit Graph

14648 Commits

Author SHA1 Message Date
twinaphex
2436352af1 Move function from menu_action.c to menu_entries_cbs.c and make
static
2014-10-28 20:15:38 +01:00
twinaphex
7248e45f81 Refactor menu_action_handle_setting 2014-10-28 20:12:21 +01:00
twinaphex
074aa76b90 (PS3) Build fix 2014-10-28 20:05:28 +01:00
twinaphex
da746a9f47 (Android) Build fix 2014-10-28 20:04:33 +01:00
twinaphex
34b95bbf31 (menu_entries_cbs.c) Cleanups 2014-10-28 20:03:25 +01:00
Twinaphex
1f3faac713 (Apple) Build fixes 2014-10-28 19:57:22 +01:00
twinaphex
4f40c14d69 Move menu code up one root dir 2014-10-28 19:54:23 +01:00
twinaphex
4b8473f733 Remove header incldue frontend_context.h from frontend/frontend.h 2014-10-28 19:45:06 +01:00
twinaphex
125dc00514 Remove another header include in menu_common.c 2014-10-28 19:43:27 +01:00
twinaphex
428235c9b0 Remove more header includes 2014-10-28 19:40:39 +01:00
twinaphex
a10f1bdeb7 Remove more header includes 2014-10-28 19:36:55 +01:00
twinaphex
556abefca7 (Menu) remove header includes 2014-10-28 19:32:45 +01:00
twinaphex
d6f81218dd Remove some unused headers 2014-10-28 19:28:17 +01:00
twinaphex
ff40e97377 Refactor menu_action_setting_set 2014-10-28 19:08:18 +01:00
twinaphex
d7ffa2b622 Remove one header include 2014-10-28 19:05:04 +01:00
twinaphex
f8bb9a7d77 Rename MENU_SETTING_CATEGORY to MENU_SETTING_GROUP 2014-10-28 18:49:35 +01:00
twinaphex
7ad55464b5 Put Shader Options above CATEGORY for now 2014-10-28 18:20:52 +01:00
twinaphex
6c076ed3bf Refactor out SD_FLAG_IS_CATEGORY 2014-10-28 18:19:40 +01:00
twinaphex
6b445f1568 (Menu) Use setting_data_get_label as fallback (to show labels for ST_ACTION
items)
2014-10-28 07:18:35 +01:00
twinaphex
3dcf132cae (menu_common_backend.c) Cut down on more code duplication 2014-10-28 07:15:31 +01:00
twinaphex
44703be456 (Menu) Small cleanups 2014-10-28 07:12:59 +01:00
twinaphex
e96074d452 Remove SD_FLAG_PUSH_ACTION - no longer necessary 2014-10-28 07:07:07 +01:00
twinaphex
8b518cd60b Remove MENU_FILE_LINEFEED 2014-10-28 06:50:12 +01:00
twinaphex
6a174642db (Menu) Remove MENU_FILE_LINEFEED_SWITCH 2014-10-28 06:48:54 +01:00
twinaphex
fab5936bb7 (Menu) Add MENU_FILE_TYPE_T_LAST 2014-10-28 06:45:42 +01:00
twinaphex
82ca0e8853 REname MENU_FILE_PUSH to MENU_SETTING_ACTION 2014-10-28 06:36:52 +01:00
twinaphex
607c6a2809 Rename some menu enums 2014-10-28 06:31:34 +01:00
Twinaphex
054a16ff8a Merge pull request #1213 from libretro/revert-1212-warn
Revert "Silence signed/unsigned mismatch warnings"
2014-10-28 02:02:10 +01:00
Lioncash
46c2b05ce2 Revert "Silence signed/unsigned mismatch warnings" 2014-10-27 21:00:56 -04:00
Twinaphex
9b22475649 Merge pull request #1212 from lioncash/warn
Silence signed/unsigned mismatch warnings
2014-10-28 01:43:39 +01:00
Lioncash
641964323c Silence signed/unsigned mismatch warnings 2014-10-27 20:39:07 -04:00
Toad King
e30734230e add USB Gecko debugging support 2014-10-27 19:37:08 -05:00
Twinaphex
40df7e7c73 Merge pull request #1211 from lioncash/realloc
settings_data: Correctly handle realloc fail case
2014-10-28 01:33:31 +01:00
Lioncash
e21f1747bd settings_data: Correctly handle realloc fail case 2014-10-27 20:18:15 -04:00
twinaphex
6e9288b8ce Simplify menu_common_backend.c 2014-10-28 00:12:53 +01:00
Twinaphex
4bc159e1db Merge pull request #1210 from heuripedes/master
(Makefile.win) Use bundled zlib library by default
2014-10-27 21:07:08 +01:00
twinaphex
43e3595790 Combine menu_settings_iterate and menu_common_iterate 2014-10-27 21:01:30 +01:00
Higor Eurípedes
f5a78cb5d1 (Makefile.win) Use bundled zlib library by default 2014-10-27 16:54:06 -02:00
twinaphex
659ec610ed (udev_input.c) Remove dependency on keyboard_line.h 2014-10-27 19:39:23 +01:00
twinaphex
fb77db4592 Split up keyboard handling code for xkbcommon to separate file 2014-10-27 19:25:59 +01:00
twinaphex
97240bc7c1 (udev) Refactor mod_map again 2014-10-27 19:00:03 +01:00
twinaphex
37c5fb3765 (udev) Refactor mod_map struct 2014-10-27 18:47:45 +01:00
twinaphex
b9d43eb1fb (Griffin) Ifdef d3d_w32_font.cpp with HAVE_WIN32_D3D9 2014-10-27 16:47:20 +01:00
twinaphex
0da1294755 (MSVC) Make x64 target work 2014-10-27 16:17:09 +01:00
twinaphex
5f2a3e5bf7 (Joyconfig) Create retroarch-joyconfig-griffin.c - should be a lot
easier to maintain now instead of having to do constant Makefile
maintenance
2014-10-27 15:45:18 +01:00
twinaphex
a43d4e74f6 (Apple) Move handle_icade_event to keyboard_event_apple.c too 2014-10-27 15:02:10 +01:00
Twinaphex
82520809d9 (Apple) Split up keyboard event code into its own file 2014-10-27 14:58:51 +01:00
twinaphex
ebe1b21f47 (input/keyboard_event_x11.c) Change C++ comments into C comments 2014-10-27 14:49:15 +01:00
twinaphex
bab9ee307d Add null joypad driver 2014-10-27 14:45:28 +01:00
twinaphex
30ca42cb9d Cleanups 2014-10-27 14:35:23 +01:00