summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Support for configuring device to conrtoller id Tomer Verona2016-09-121-2/+10
|/
* Each mouse should track its own double-click status (nw) Brad Hughes2016-09-071-8/+12
* Fix build (nw) Miodrag Milanovic2016-09-031-14/+12
* Update BGFX and BX packages and update MAME code to support new API (nw) Miodrag Milanovic2016-09-033-12/+56
* Partially fix SDL joysticks with same name Brad Hughes2016-08-312-28/+17
* srcclean and translation regeneration Vas Crabb2016-08-293-11/+11
* Cleanup for VS2015 build (nw) Miodrag Milanovic2016-08-281-2/+0
* Warp mode for relative mouse on OSX SDL 2.0.4 Brad Hughes2016-08-271-0/+20
* some C++14 features are not supported by VS2013. VS2015 is free for home use ... Miodrag Milanovic2016-08-272-21/+0
* debugimgui: added very crude create image dialog mahlemiut2016-08-251-54/+201
* Put back accidentally replaced conditional compile directive (nw) Brad Hughes2016-08-221-1/+1
* cleanup missed x11 input module (nw) Brad Hughes2016-08-221-30/+31
* osd input code cleanup (nw) Brad Hughes2016-08-2210-162/+134
* Now reporting Windows ERROR_INVALID_NAME as osd_file::error::NOT_FOUND Nathan Woods2016-08-191-0/+1
* Minor XAudio2 tweak to not always submit buffers if not needed (nw) Brad Hughes2016-08-171-4/+14
* debugimgui: added images menu, with crude file select dialog [Barry Rodewald] mahlemiut2016-08-161-2/+202
* Try to fix audio delay regression caused when fixing -refreshspeed for Antonio Giner2016-08-151-0/+4
* Attempt to fix mouse state on startup in SDL builds by initialising members Vas Crabb2016-08-141-6/+17
* - already fixed scanline issue also applied for swapped orientation (nw) Jezze2016-08-131-3/+7
* Fix audio distortion with -refreshspeed and -sound xaudio2 (MT 06199) Antonio Giner2016-08-111-5/+2
* Remap "P1 Mahjong Score" to / key for OS X AJR2016-08-091-0/+8
* Merge pull request #1179 from Pitou1/master R. Belmont2016-08-022-22/+132
|\
| * Patch to fix the Gun#2 not working in Mame, please refer to Bug id 6185 on Ma... Patrick Lessard2016-08-022-22/+132
* | Fix UTF-16 encode, pass UTF-16 to Windows character drawing (unfortunately st... Vas Crabb2016-08-021-2/+3
|/
* Fix Qt debugger Vas Crabb2016-08-011-1/+1
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-011-2/+1
* for bool type use true and false (nw) Miodrag Milanovic2016-07-317-34/+34
* patch up on OSX Vas Crabb2016-08-014-6/+6
* fix after pass through the diff Vas Crabb2016-08-011-2/+2
* made constexprs lower case and used constexpr for returning input value as we... Miodrag Milanovic2016-07-311-12/+12
* fix vs2015 build (nw) Miodrag Milanovic2016-07-312-2/+2
* macros should be turned into constexpr or they can't be used in many situatio... Vas Crabb2016-07-311-39/+19
* algorithm-> utility where appropriate, fix imgtool (nw) Miodrag Milanovic2016-07-319-9/+9
* fix osx compile (nw) Miodrag Milanovic2016-07-314-6/+6
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-3137-131/+172
* Cleanups and version bump Miodrag Milanovic2016-07-278-21/+21
* Using decltype() and removing +1/-1 "dance" Nathan Woods2016-07-252-7/+4
* Fixed off by one issue and other cleanups requested by Vas Nathan Woods2016-07-254-19/+16
* Changed strconv.[cpp|h] functions to return their results as std::string and ... Nathan Woods2016-07-2419-326/+196
* Fix order of evaluation making imgui debugger not fail on starting without dr... Miodrag Milanovic2016-07-231-1/+1
* Get sun4_40 happy with SCSI therealmogminer@gmail.com2016-07-223-0/+175
* BGFX: fix crash when bgfx effect folder is not present or incomplete Giuseppe Gorgoglione2016-07-183-2/+22
* Fixed MT #6291 ImJezze2016-07-165-26/+56
* Fixed dimension of high-res snapshots (Alt + 12) and AVI records (Alt + Shift... ImJezze2016-07-161-6/+33
* Merge pull request #1093 from stevenc99/kfreebsd R. Belmont2016-07-161-1/+1
|\
| * kfreebsd: use termios.h not just on regular FreeBSD Steven Chamberlain2016-07-131-1/+1
* | Assorted typos fixed (MT #6295, 6296) (nw) Scott Stone2016-07-151-1/+1
|/
* Apollo changes: [Hans Ostermeyer] arbee2016-07-121-1/+3
* fix build on debian ppc64 with -maltivec (nw) Vas Crabb2016-07-121-0/+5
* windebug: images: added Create option. Robbbert2016-07-091-4/+45