15616 Commits

Author SHA1 Message Date
twinaphex
51d97c3fbb Rename gfx_common.c to win32_dwm_common.c 2015-01-19 01:49:08 +01:00
twinaphex
cdb1f9e0a6 What's in a version number anyway? Spend another week on this and
then call it a day
2015-01-19 00:57:44 +01:00
twinaphex
6d7ad56d51 Take out include in general.h 2015-01-19 00:47:48 +01:00
twinaphex
59dc90dd0c Rewrite video_viewport_get_scaled_integer 2015-01-19 00:46:02 +01:00
Twinaphex
1c58b1bf9c (Apple) Build fix 2015-01-19 00:01:03 +01:00
twinaphex
80d4de7c3f Add gfx/video_viewport.c/viewport.h 2015-01-18 23:59:57 +01:00
twinaphex
7a0c7bd712 Split up pixconv code to gfx/video_pixel_converter.c 2015-01-18 23:17:16 +01:00
twinaphex
a87940afc5 Refactor init_video_input 2015-01-18 22:48:47 +01:00
twinaphex
8cabbcaf66 (MSVC) Build fixes 2015-01-18 22:43:07 +01:00
twinaphex
e48fd77bec (android context) Cleanup 2015-01-18 22:39:23 +01:00
twinaphex
e995cbdfa9 Add 'Suspend Screensaver Enable Hint' 2015-01-18 22:37:22 +01:00
twinaphex
c4310ec813 Implement suspend_screensaver callback 2015-01-18 22:32:14 +01:00
twinaphex
c95668f2d5 (x11_common.c) cleanups 2015-01-18 21:49:00 +01:00
twinaphex
20d844d15a Refactor input_push_analog_dpad 2015-01-18 20:36:52 +01:00
twinaphex
4d9805b79c Refactor init_video_pixel_converter 2015-01-18 20:19:40 +01:00
twinaphex
de76884bb8 Rename gfx_get_fps to video_monitor_get_fps 2015-01-18 20:03:33 +01:00
twinaphex
61f28bc000 Refactor input_keyboard_event 2015-01-18 19:39:58 +01:00
twinaphex
b4a26e2e30 Make driver_adjust_system_rates into a static function again 2015-01-18 19:32:40 +01:00
twinaphex
be3ac6eccd Split up sensor code into its own file 2015-01-18 19:28:51 +01:00
twinaphex
e9d2d966cd Reimplement driver_adjust_rates 2015-01-18 19:08:07 +01:00
twinaphex
ed49c03e0a Add header include to settings_data.c 2015-01-18 19:04:27 +01:00
twinaphex
2132ccc40c Cleanup audio_monitor_set_refresh_rate 2015-01-18 19:02:28 +01:00
twinaphex
e3897c8641 Less dependencies on driver.h 2015-01-18 19:01:13 +01:00
twinaphex
0703b3c867 Add audio_monitor.c files 2015-01-18 18:47:53 +01:00
twinaphex
5c32acf91f Split up video_monitor code into separate file 2015-01-18 18:28:14 +01:00
twinaphex
0286078f8f Start properly namespacing monitor_* functions 2015-01-18 18:17:59 +01:00
Twinaphex
a5b306406c More documentation 2015-01-18 09:25:48 +01:00
twinaphex
d145834672 (GLUI) Use wallpaper setting for GLUI 2015-01-17 18:45:32 +01:00
twinaphex
5f23cda6cb Add menu wallpaper setting 2015-01-17 18:15:22 +01:00
twinaphex
0c8eec085c (iOS) Setup some default dirs 2015-01-17 06:52:54 +01:00
twinaphex
0cedae2b15 (360) Cleanups 2015-01-17 06:48:06 +01:00
Twinaphex
0cf6314013 (OSX) Cleanups in settings.m 2015-01-17 06:40:14 +01:00
twinaphex
18ee6912a5 (D3D) Build fix 2015-01-17 06:33:56 +01:00
twinaphex
9490c72876 (D3D) Cleanups 2015-01-17 06:30:39 +01:00
twinaphex
45d691c28e Make win32_menu_loop extern "C" 2015-01-17 06:08:22 +01:00
twinaphex
5a5eceedea Fix backslash 2015-01-17 06:05:39 +01:00
twinaphex
3ced136682 Add gfx/drivers/win32_common 2015-01-17 06:04:29 +01:00
twinaphex
3208b77b01 Only make keyboard_event function extern "C" 2015-01-17 05:53:35 +01:00
twinaphex
46402deb04 Use PATH_MAX_LENGTH instead of PATH_MAX.
Refactor OSX settings menu code somewhat
2015-01-17 05:47:52 +01:00
Twinaphex
3404f7a495 Cleanup unused variable warning 2015-01-17 04:52:31 +01:00
twinaphex
4ccfc1af02 Add date/time in menu 2015-01-17 04:50:46 +01:00
twinaphex
890e86293c Cleanup playlist.c/.h 2015-01-17 03:48:59 +01:00
twinaphex
16b0a7dc83 (dynamic_dummy.c) Declare variables at top 2015-01-17 03:21:37 +01:00
twinaphex
555273066b (Settings) Set ui.menubar_enable to true by default 2015-01-17 01:31:56 +01:00
twinaphex
4428fe21cd Add UI Menubar Enable setting 2015-01-17 01:29:15 +01:00
twinaphex
7f53ca4ab5 audio mute enable is now saved to config file 2015-01-16 23:26:09 +01:00
Twinaphex
88cc144ce0 Document playlist.c 2015-01-16 21:09:05 +01:00
Twinaphex
9cd821efb6 (Playlist.c) More documentation for playlist.c 2015-01-16 20:19:21 +01:00
Twinaphex
62bdc940c5 (playlist.c) Some more explanation on code decisions 2015-01-16 19:46:10 +01:00
Twinaphex
e9e3a2105d (playlist.c) Add documentation and cleanups 2015-01-16 19:42:11 +01:00