27747 Commits

Author SHA1 Message Date
twinaphex
3d8e1e0f6c Revert "Change signature of menu_displaylist_parse_settings"
This reverts commit 280431114e7e7d1912512e229d1ae754dab905d9.
2016-03-04 07:23:07 +01:00
twinaphex
280431114e Change signature of menu_displaylist_parse_settings 2016-03-04 07:20:37 +01:00
twinaphex
418c5cbb76 (Win32) Buildfix 2016-03-04 05:01:49 +01:00
twinaphex
6d4212ca06 Check OS version before going down screensaver path 2016-03-04 04:51:57 +01:00
radius
f86097aefb [zr] remove a lot of glui code 2016-03-03 22:31:38 -05:00
twinaphex
f687fec624 Makefile.win - cleanups 2016-03-04 04:24:47 +01:00
twinaphex
f828de24db Remove this 2016-03-04 04:19:35 +01:00
twinaphex
297abae623 (Mingw) Add program files include dir check 2016-03-04 04:06:43 +01:00
twinaphex
be95858b16 Add DirectX SDK path if not already included inside PATH 2016-03-04 02:11:15 +01:00
twinaphex
93de657952 (retro_inline.h) Fix backwards compatibility with older mingw versions 2016-03-04 01:43:09 +01:00
radius
5b11e290dd [zr] add entry for test window 2016-03-03 18:39:14 -05:00
radius
d9bc760b46 [zr] fix window opening and closing 2016-03-03 18:39:13 -05:00
radius
041af7cdb8 [zr] update zahnrad 2016-03-03 18:39:11 -05:00
radius
dfefefb416 [zr] change the window hiding method a bit 2016-03-03 18:39:10 -05:00
twinaphex
5a1d8a96d0 (Menu) Create new input_ctl actions for pointer dragging 2016-03-03 23:21:02 +01:00
twinaphex
242b511387 Ifdef with RARCH_INTERNAL 2016-03-03 18:18:41 +01:00
twinaphex
d15eb9a570 Add HAVE_SSA switch to qb 2016-03-03 18:17:48 +01:00
twinaphex
e663a69c0b (Network Information) Show title bar 2016-03-03 07:27:47 +01:00
twinaphex
869cb8a1be (net_ifinfo.c) Bugfix 2016-03-03 07:17:17 +01:00
twinaphex
ec0d9f0a70 (net_ifinfo.c) Style nits 2016-03-03 07:16:06 +01:00
twinaphex
fe3c279f73 Cleanups 2016-03-03 06:59:54 +01:00
twinaphex
5cef419209 (zahnrad) Get past crash when shader is NULL 2016-03-03 06:21:40 +01:00
twinaphex
97eea9e71f (net_ifinfo/Win32) Adapter name shows up now - IP address doesn't yet 2016-03-03 05:50:45 +01:00
radius
4617f792c5 [zr] implement combo box for recents 2016-03-02 22:41:28 -05:00
twinaphex
4d630189a2 Start adding Windows implementation for net_ifinfo.c - will
need to link against iphlpapi for mingw
2016-03-03 04:40:25 +01:00
twinaphex
966f267285 (Win32) Start trying to implement Win32 backend for net_ifinfo.c 2016-03-03 04:11:24 +01:00
twinaphex
dfa315f0d5 Fix compat_ifaddrs.c - network addresses are now shown on Android 2016-03-03 03:44:16 +01:00
twinaphex
5b4ba2a449 Add Network Information now 2016-03-03 03:06:54 +01:00
twinaphex
e99a97d9b7 Some compilation fixes for compat_ifaddrs.c 2016-03-03 02:51:06 +01:00
twinaphex
4fce2e74ac (Win32) Buildfix 2016-03-03 02:10:34 +01:00
twinaphex
88b3b9a08d Include boolean.h 2016-03-03 02:09:30 +01:00
twinaphex
c9e6a91137 (Android) Bake in ifaddrs for Android 2016-03-03 02:08:47 +01:00
twinaphex
a3234f3f17 (net_ifinfo.c) ifndef this out for _WIN32 so far 2016-03-03 01:34:45 +01:00
radius
c2bd46e3cb [zr] remove most glui drawing code 2016-03-02 19:28:46 -05:00
Twinaphex
d5bc3c4d5b (OSX) Silence some warnings - just use plain numbers instead of enums
which can rapidly grow out of date
2016-03-03 00:48:45 +01:00
twinaphex
b7ef5271ea zrmenu_set_style - C89 fix 2016-03-03 00:43:53 +01:00
twinaphex
7de6a0f005 (menu_displaylist.c) Turn this into enum with name 2016-03-03 00:37:32 +01:00
twinaphex
61faa0a04b Bake in net_ifinfo 2016-03-03 00:26:26 +01:00
twinaphex
191b233334 Cleanup net_ifinfo 2016-03-03 00:22:38 +01:00
twinaphex
cbc8bab8e2 Cleanup 2016-03-03 00:19:37 +01:00
twinaphex
d805845e29 Add net_ifinfo 2016-03-03 00:17:14 +01:00
radius
1cea6cd7be [zr] implement 'bool' parameters 2016-03-02 18:08:57 -05:00
radius
e9ce64e854 [zr] implement shader parameters dialog 2016-03-02 17:14:50 -05:00
twinaphex
414c63b59a (VG) Silence some warnings
(Libretro-common) Add some headers
2016-03-02 23:09:31 +01:00
Twinaphex
6a2449bd1e Merge pull request #2770 from dankcushions/master
Fix compilation error:
2016-03-02 23:06:14 +01:00
Christopher Bransden
2d0c02d21e Fix compilation error:
gfx/drivers_context/vc_egl_ctx.c:591:13: error: static declaration of ‘gfx_ctx_vc_set_swap_interval’ follows non-static declaration
gfx/drivers_context/vc_egl_ctx.c:312:4
2016-03-02 21:31:56 +00:00
radius
55530dcbc3 [zr] implement exit, make clics respond even when the window is innactive 2016-03-02 16:24:36 -05:00
radius
7853815d45 [zr] change layout 2016-03-02 16:24:35 -05:00
radius
89cccb111b [zr] update zahnrad 2016-03-02 16:24:34 -05:00
twinaphex
1645ae54be (Zarch) Cleanups 2016-03-02 22:21:12 +01:00