15605 Commits

Author SHA1 Message Date
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
twinaphex
0e0b10e28c Indent win32_menu_loop 2015-01-16 17:55:22 +01:00
twinaphex
094207921f (Win32 UI) Add fallback cases to default: 2015-01-16 17:53:51 +01:00
Andrés
d2aa7323f7 Update package.sh
This is not part of the theos package it's distro specific
2015-01-16 11:51:58 -05:00
twinaphex
f7b5ca6862 (Win32 UI) Fix State Index options 2015-01-16 17:40:36 +01:00
twinaphex
bb7d33ebde (WGL) Declare variables at top 2015-01-16 16:22:19 +01:00
twinaphex
4b8f6ce6fa (Menu) Add labels for some categories 2015-01-16 16:17:58 +01:00
twinaphex
a2e5ccc2c6 Add UI Options 2015-01-16 16:15:58 +01:00
twinaphex
9446a1e991 Remove driver setting options that are not hooked up 2015-01-16 16:11:14 +01:00
Twinaphex
5d156f6be9 Merge pull request #1344 from heuripedes/save-auto-aspect
(settings) Save video_aspect_ratio_auto on shutdown
2015-01-16 16:09:29 +01:00
Higor Eurípedes
0410601083 (settings) Save video_aspect_ratio_auto on shutdown 2015-01-16 10:45:39 -03:00
Twinaphex
de4fed61ba Merge pull request #1343 from lakkatv/xmb
(XMB) Improve mali bug workaround, now seem to cover all case
2015-01-16 14:20:28 +01:00