summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/windows/input.c
Commit message (Expand)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-2266/+0
* champbas.c driver needs cleanup, i'll continue on that if i can sort out MCU ... hap2015-10-261-1/+1
* windows rawinput: allow nameless input devices hap2015-10-261-4/+4
* Cleanups and version bumpmame0166 Miodrag Milanovic2015-09-301-7/+7
* added 'global_inputs' (disabled by default) to allow MAME to read inputs even... David Haywood2015-09-141-6/+31
* Fixed GetModuleHandle to be universal. Vladimir Kryvian2015-08-251-4/+6
* fix compile on MSVC (nw) Peter Ferrie2015-06-171-1/+1
* Hook up -uimodekey for Windows Vas Crabb2015-06-151-146/+170
* Move UI mode key out of SDL options into generic options Vas Crabb2015-06-151-0/+20
* Identified window properties/variables which are used by renderers. couriersud2015-02-091-2/+2
* Fix crash on fatalerror from winwindow_video_window_create() Ramiro Polla2014-12-151-5/+8
* Added window to osd_interface (nw) Miodrag Milanovic2014-09-011-7/+7
* -Made osd_interface base class for OSD and moved initialization for each subs... Miodrag Milanovic2014-04-251-20/+11
* reverting to classic ui due to lot of issues, as much as I hate reverting som... Miodrag Milanovic2014-04-171-37/+1
* ScrLock no longer is a menu key; it will now enable/disable keyboard menu sho... Nathan Woods2014-04-161-1/+1
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-6/+6
* Merge of new menubar code Nathan Woods2014-04-121-2/+38
* a few adjustments for Visual Studio analysis (nw) Oliver Stöneberg2014-04-041-2/+2
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-11/+11
* Adopted 'bool' type Nathan Woods2014-02-051-15/+15
* Moved src/emu/ui.? ==> src/emu/ui/ui.?, changed to follow MAME OOP convention... Nathan Woods2014-01-291-1/+1
* basically an update to r26433 Michaël Banaan Ananas2013-12-141-7/+19
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-35/+2
* "put HLSL back ..." fix build etc. David Haywood2013-06-061-0/+18
* As this project is clearly now run by people who care more about "feelings" a... Ryan Holtz2013-06-061-18/+0
* Cleanups and version bumpmame0148u2 Miodrag Milanovic2013-03-191-3/+3
* input: Support up to 32 buttons and harmonize Windows and SDL behavior if you... R. Belmont2013-02-181-1/+11
* 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