summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/windows/input.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix HLSL toggle and move it to Ctrl+Alt+F5. Next time someone touches the HLS... Ryan Holtz2013-01-281-1/+1
* - d3dhlsl.c: Made HLSL switchable at runtime, Ctrl+Alt+F12. [MooglyGuy] Ryan Holtz2013-01-131-1/+7
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-176/+176
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-10/+5
* Clean-ups and version bumpmame0145u8 Miodrag Milanovic2012-05-071-1/+1
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-11/+12
* Change DirectInput joystick acquisition method to be non exclusive. [bdam] Michaël Banaan Ananas2012-03-251-2/+2
* DI_PROPNOEFFECT after dinput property change is not an error Michaël Banaan Ananas2011-08-011-4/+4
* - Removing MD5 support in ROMLOAD_* [Oliver Stoneberg] Miodrag Milanovic2011-07-311-1/+1
* HLSL Updates: [Ryan Holtz, Bat Country Entertainment, austere, SoltanGris42] Ryan Holtz2011-05-301-0/+14
* Should fix osd keys. Aaron Giles2011-05-301-2/+2
* (Finally found the time to finish this....) Aaron Giles2011-05-301-38/+38
* Switch to using delegates for some callbacks: Aaron Giles2011-04-271-6/+6
* Privatized most of the m_machine pointers in the system to prevent Aaron Giles2011-04-191-6/+10
* BIG update. Aaron Giles2011-03-291-38/+40
* Mapped KEYCODE_BACKSLASH2 to the OEM_102 key (located between LShift and Z on... Curt Coder2011-03-101-0/+1
* Converted core_options to a class. Removed a bunch of marginal Aaron Giles2011-03-031-1/+1
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-1/+1
* (typofix) Michaël Banaan Ananas2011-02-091-1/+1
* - Cleanup of WINUI depending compiling (no whatsnew) Miodrag Milanovic2011-02-041-1/+4
* Cleaned OSD windows and emu part from NEWUI dependencies (no whatsnew) Miodrag Milanovic2011-01-131-15/+0
* Moved image devices implementation and related UI functions to emu section fr... Miodrag Milanovic2011-01-051-6/+0
* Create new class osd_interface to house OSD callbacks. Added new Aaron Giles2010-10-211-2/+2
* Import from MESS which fixes throttle mapping for Windows (non-SDL builds) (n... Scott Stone2010-10-211-1/+1
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-301-17/+25
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-0/+1
* small change required by MESS: TAB should not turn on the MAME Internal UI if... Fabio Priuli2010-06-041-0/+9
* Fix the memory leaks with the strconv.c function by Scott Stone2010-04-231-28/+28
* Corrected default assignment of F10 as the default throttle on/off key for MA... Scott Stone2010-02-271-0/+2
* ui.c,ui.h,windows/input.c: [Miodrag Milanovic] Miodrag Milanovic2010-02-161-9/+0
* - Moved natural keyboard support from MESS to MAME Miodrag Milanovic2010-02-121-3/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-36/+36
* Changes to sync with new toolchain: Aaron Giles2010-01-031-1/+1
* gcc 4.5.0 compilation fixes. Aaron Giles2009-12-291-4/+4
* Results of running the latest srcclean. Aaron Giles2009-12-281-117/+117
* Cleanups and version bump.mame0134u3 Aaron Giles2009-10-121-22/+22
* Moved all the OSD/windows code over to straight BSD license. Aaron Giles2009-10-121-2/+34
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-061-2/+2
* Bulk change alert. Aaron Giles2009-04-261-8/+7
* removed a DirectX gun change that was not meant to be committed with my last ... Derrick Renaud2009-04-201-1/+2
* When using RawInput - Fixed UI selection of Gun axis so Gun 1 is not always s... Derrick Renaud2009-04-201-8/+4
* Fixed verbose output of RAW device names for XP. Derrick Renaud2009-04-191-2/+7
* Fixed mouse/lightgun buttons to individually select when using -mouse/-multim... Derrick Renaud2009-04-181-16/+11
* Modified the makefile to support experimental optional C++ Aaron Giles2009-02-281-33/+35
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-38/+44
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-09-111-8/+8
* added cast so direct input 8 code will build on mingw. smf-2008-07-281-2/+1
* Cleaned up MESS-specific hooks Nathan Woods2008-07-271-1/+1
* Builds with latest DirectX SDK, which doesn't support Direct 3D 8 & Direct In... smf-2008-07-261-7/+22