Commit Graph

34064 Commits

Author SHA1 Message Date
twinaphex
5db3f4528d (input_keyboard.c) Cleanups 2016-11-03 23:10:42 +01:00
twinaphex
5214c29295 gfx/video_driver.c - get rid of struct 2016-11-03 23:03:50 +01:00
twinaphex
a3aeb9c927 (audio/test) Remove 2016-11-03 22:54:11 +01:00
Twinaphex
f4ab4c2975 Merge pull request #3929 from leiradel/master
Fix some achievements for NES.
2016-11-03 21:19:57 +01:00
Andre Leiradella
e92aa45815 Fix some achievements for NES. 2016-11-03 20:16:00 +00:00
Jean-André Santoni
80d23769a9 Sublabels for GLUI 2016-11-03 20:25:00 +01:00
twinaphex
32a583e4d2 Show 'User Device Index' again 2016-11-03 20:06:39 +01:00
twinaphex
57981b2714 Hide 'Add Content' list in MaterialUI, and move it to 'Playlists' tab 2016-11-03 19:05:04 +01:00
Twinaphex
4efedd2478 Merge pull request #3923 from lasers/sort-msg-hash
Sort all msg_hash_{LANG}.c
2016-11-03 18:24:50 +01:00
Twinaphex
2e7eb72884 Get rid of unused variable 2016-11-03 16:36:42 +01:00
twinaphex
85dd30ca3e (Android) Issues with ABI target version 9 - just do
ugly preprocessor hacks instead
2016-11-03 16:35:04 +01:00
Jean-André Santoni
4722bb45c8 Move the font_param stuff to menu_display.c 2016-11-03 15:56:40 +01:00
twinaphex
19ee1a4751 Move macros of matrix functions to C files 2016-11-03 14:52:22 +01:00
twinaphex
cb23aec500 Try to prevent GLES 2 compile-time issues where GLuint64/GLint64
is already provided by a system header
2016-11-03 14:25:10 +01:00
twinaphex
cf3371503b Get rid of some CXX11 flags 2016-11-03 14:18:53 +01:00
Twinaphex
5fa42a77af Merge pull request #3926 from heuripedes/master
(x_ctx.c) Add workaround for i915 bug
2016-11-03 13:32:26 +01:00
twinaphex
d4809d310a Fix for previous bugged Xorg GL drivers 2016-11-03 13:25:44 +01:00
twinaphex
99f8f49e8a (GLM) Cut down on GLM_FUNC_QUALIFIER 2016-11-03 13:20:25 +01:00
Higor Eurípedes
fbc4738e79 (x_ctx.c) Add workaround for i915 bug
On certain Intel systems using DRI2, xorg fails to destroy the old
window when toggling between windowed fullscreen and windowed mode.

A fix at the driver level is being worked on by the i915 developers:
https://bugs.freedesktop.org/show_bug.cgi?id=93844

Thanks to https://github.com/diegoviola for investigating the issue.

This fixes #3752
2016-11-03 09:15:00 -03:00
twinaphex
0f369ff3a9 (GLM) Get rid of GLM_STATIC_ASSERT entirely 2016-11-03 12:51:26 +01:00
twinaphex
cb8231a962 Disable 'enable keyboard overlay' by default now 2016-11-03 10:56:53 +01:00
twinaphex
5fdb2247dd (GLM) Start getting rid of static asserts 2016-11-03 10:40:50 +01:00
Jean-André Santoni
9fbc835308 Fix minor keyboard traversal bugs with joypad 2016-11-03 09:26:31 +01:00
Jean-André Santoni
745da4d66b Adapt OSK rendering to vertical screens like phones 2016-11-03 09:21:27 +01:00
Jean-André Santoni
5bdd9533e7 Improve OSK look in GLUI 2016-11-03 09:12:37 +01:00
Jean-André Santoni
5a6a2be859 Remove unneeded last_codepoint code from menu_event.c 2016-11-03 09:02:53 +01:00
Jean-André Santoni
f72bf26eac Improve OSK look on XMB 2016-11-03 08:55:24 +01:00
Jean-André Santoni
810ff5605d griffin fix 2016-11-02 23:39:28 +01:00
aliaspider
176dd79f33 (WIIU) misc. 2016-11-02 22:06:15 +01:00
Jean-André Santoni
6652a6fcf7 Change GLUI default font to support more languages 2016-11-02 18:18:04 +01:00
Jean-André Santoni
54794d5368 Fix an OSK backspace issue 2016-11-02 16:20:35 +01:00
Jean-André Santoni
a7ecf7615d Add special OSK keys to GLUI too 2016-11-02 16:16:05 +01:00
Brad Parker
f5cac72735 fix backspacing of unicode chars in OSK 2016-11-02 16:16:04 +01:00
Jean-André Santoni
31073214b6 Add special keys on the OSK 2016-11-02 16:15:23 +01:00
twinaphex
04e3059f7f Remove unused variable 2016-11-02 14:17:22 +01:00
twinaphex
2091c4cc2f (Menu) Left analog stick controls the menu now 2016-11-02 13:44:34 +01:00
lasers
5a7c050a19 Sort all msg_hash_{LANG}.c 2016-11-02 07:06:11 -05:00
Twinaphex
1b9d92554d Merge pull request #3921 from cudencuden/master
more Vietnamese translations work
2016-11-02 06:39:28 +01:00
cudencuden
ba4033b128 more Vietnamese translations work 2016-11-01 17:34:48 -05:00
Brad Parker
ca5435a37c update JP translation with US changes 2016-11-01 14:19:51 -04:00
Twinaphex
8d8d91e11a Merge pull request #3918 from loganmc10/patch-3
Define some EGL constants
2016-11-01 15:43:52 +01:00
Logan McNaughton
06eca5d530 Define some EGL constants
Missing from the Android headers
2016-11-01 07:09:58 -06:00
Twinaphex
0d9599a0b5 Merge pull request #3917 from leiradel/master
Fix constant overflow warning on C89 build.
2016-11-01 12:23:49 +01:00
Andre Leiradella
d342852415 Fix constant overflow warning on C89 build. 2016-11-01 11:14:54 +00:00
twinaphex
c3e832f672 (ffmpeg core) don't use value_ptr 2016-11-01 12:08:45 +01:00
twinaphex
8e8ed55a87 Only include glm's packing.h header 2016-11-01 12:00:27 +01:00
twinaphex
9fd40831ef float_minmax.h - include math.h 2016-11-01 11:43:00 +01:00
twinaphex
6c6daeca5b (libretro-common) Add float_minmax.h 2016-11-01 11:27:00 +01:00
twinaphex
99a0f82351 (GLM) Cleanups
(Cheevos) C89_BUILD buildfix
2016-11-01 11:04:56 +01:00
Twinaphex
9da6a9c1b3 Merge pull request #3913 from lasers/translate-english-only-to-all
Translate "Applying cheat changes." to all languages
2016-11-01 11:00:37 +01:00