Themaister
84c93ef94a
Add experimental RGUI keyboard search feature.
...
Type '/' to start search, then type search string (case sensitive for
now due to strcasestr being GNU ext). When done, type return.
2013-12-09 16:18:58 +01:00
Themaister
40861aa17d
Handle modifiers in Win32 keyboard.
2013-12-09 14:35:43 +01:00
Themaister
df85b754b8
Clarify keyboard callback.
2013-12-09 14:28:05 +01:00
Themaister
1135f42dd7
Update MSVC2010 build.
2013-12-09 14:23:46 +01:00
Themaister
deadbbc906
Add keyboard callback for Windows.
...
Only tested in Wine, but seems to work fine.
2013-12-09 14:22:46 +01:00
Themaister
3f8c892a0b
Use logging interface in libretro-test.
...
Fix RETRO_LOG_OUTPUT to always log.
2013-12-09 10:59:17 +01:00
Themaister
368ced7c34
Update logger overrides for IOS and XDK1.
...
Not compile tested.
2013-12-09 10:48:38 +01:00
Themaister
e3295e87cd
Initial RETRO_ENVIRONMENT_GET_LOG_INTERFACE.
2013-12-09 10:32:12 +01:00
Hans-Kristian Arntzen
349e2d568f
Merge pull request #407 from lioncash/master
...
[Android] Various cleanup
2013-12-08 23:32:40 -08:00
Lioncash
6bdaadb82e
Clean up RetroActivityFuture a little. Remove a pointless if statement check (the only Android versions this launches on are the ones that satisfy this condition).
...
Also misc other cleanup.
2013-12-09 02:29:56 -05:00
Lioncash
f57210cb41
Fix duplicate string declarations in strings.xml.
2013-12-09 02:23:57 -05:00
Themaister
8963504778
Log udev feature.
2013-12-08 16:07:14 +01:00
Themaister
d21046ace8
Add keyboard layout support to udev.
...
Adds input_keyboard_layout setting.
2013-12-08 16:05:05 +01:00
Themaister
07e3c7f7fa
Use input context in xvideo and xegl.
2013-12-08 14:42:03 +01:00
Themaister
205f8ce90d
Start implementing UTF-8 keyboard handling for X11.
2013-12-08 14:20:05 +01:00
Themaister
b809a59720
Fix mod-handling in X11.
2013-12-08 01:09:00 +01:00
Themaister
3a8608fb70
Handle key_event in udev.
...
Use libxkbcommon for this.
2013-12-08 01:09:00 +01:00
meancoot
292418492e
(iOS) Make keeping the frontend settings updated more efficient
2013-12-07 18:49:03 -05:00
Tobias Jakobi
761025b81e
video_omap: add some documentation on how to use the driver
2013-12-07 23:56:04 +01:00
Tobias Jakobi
87843d607d
video_omap: add font rendering for ARGB8888 framebuffer
...
In constrast to the RGB565 code, this here is only compile tested.
2013-12-07 23:56:04 +01:00
Tobias Jakobi
b77171f350
video_omap: add font rendering for RGB565 framebuffer
2013-12-07 23:56:04 +01:00
Tobias Jakobi
a5352f706c
video_omap: convert a TODO into comment
2013-12-07 23:56:04 +01:00
Tobias Jakobi
96f73a5cb8
video_omap: implement disabling of vsync
2013-12-07 23:56:04 +01:00
Themaister
0bd31ef6d4
Handle touch events properly.
2013-12-07 22:16:19 +01:00
Themaister
67a3415dcf
Start implementing touchpad.
2013-12-07 22:09:08 +01:00
Twinaphex
8cf83eafeb
Merge pull request #403 from Themaister/evdev
...
Udev input driver for Linux
2013-12-07 08:36:24 -08:00
Themaister
6e40916d0a
Implement hotplugging for input devices as well.
2013-12-07 17:12:25 +01:00
Themaister
2b04f50b23
Use epoll to support multiple input devices.
2013-12-07 16:11:51 +01:00
Themaister
e7ddbf1192
Use udev over linuxraw if possible.
2013-12-07 14:28:34 +01:00
Themaister
d20b8b1b03
Remove debug use of udev.
2013-12-07 14:18:01 +01:00
Themaister
f4d79eaf0e
Fix minor crash and mouse.
2013-12-07 14:16:17 +01:00
Themaister
c21310b261
Start adding udev input driver.
2013-12-07 14:13:40 +01:00
twinaphex
6615f57971
(Android) Ignore FEATURE.LOW_AUDIO_LATENCY - devices like Nvidia Shield set it
...
to false while having frames per buffer values that are seen as ideal
- so setting it to true will always use those values now.
2013-12-06 21:17:19 +01:00
meancoot
59f55c085a
(iOS) Fix for mapping iCade buttons on iOS 7.
2013-12-05 20:34:18 -05:00
twinaphex
4ab33d5b3b
(meancoot/iOS) Add workaround for flickering with camera - still
...
some problems when Cocoa interface is brought up during camera
core and then we go back to the camera core
2013-12-05 13:04:17 +01:00
Themaister
61d66b7f19
Make udev joypad driver default over linuxraw.
...
Udev supports rumble and should be the default.
2013-12-05 10:09:41 +01:00
Hans-Kristian Arntzen
e7ed579a9a
Merge pull request #401 from maddox/new-ignores
...
New Ignores
2013-12-05 00:38:35 -08:00
Jon Maddox
b764360d54
ignore xcode workspaces
2013-12-05 00:45:38 -05:00
Jon Maddox
54fe8e072c
ignore all the .info files in modules
2013-12-05 00:45:27 -05:00
Themaister
46c3dd6d20
Clean up float FBO handling a bit.
...
Fallback to UNORM if not supported.
2013-12-04 12:55:51 +01:00
meancoot
96c9357273
(iOS) Add an enumeration type setting and use it for selecting screen orientations and bluetooth mode
2013-12-03 19:47:24 -05:00
meancoot
8882d07f3f
(iOS) Move iOS settings code into iOS specific file and fix the issue where every compile unit would get its own copy of apple_frontend_settings
2013-12-03 19:47:24 -05:00
Tobias Jakobi
1e0b0970e8
video_omap: remove debug message
2013-12-03 22:53:20 +01:00
Tobias Jakobi
ae3f005f54
video_omap: add to build system
2013-12-03 22:40:49 +01:00
Tobias Jakobi
06aa2ebcfd
video_omap: complete rework and refactoring of the driver
2013-12-03 22:40:49 +01:00
meancoot
42fba17f3f
(iOS) Don't crash when creating a file browser with a null extension list
2013-12-03 14:55:56 -05:00
meancoot
806cca44ca
(iOS) Improve handling of path settings some:
...
The file browser will start in the directory of the currently seleected file.
The setting menu will display only the filename instead of the full path.
Path settings can specify a list of extensions to search for.
2013-12-02 19:55:58 -05:00
meancoot
6943127aef
(Apple) Start to refactor setting data structure; clean up iOS code some
2013-12-02 19:34:05 -05:00
meancoot
6548c303e7
(iOS) Change way setting menu items are created
2013-12-02 19:34:05 -05:00
ToadKing
eb74d1fe4e
add sample overlay using per-button images
2013-12-01 17:35:37 -05:00