summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd (follow)
Commit message (Expand)AuthorAgeFilesLines
* added missing \n to some fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-071-1/+1
* Fixed default SDL OSX UI toggle key name. [Curt Coder] Curt Coder2012-08-291-1/+1
* Fixed for an SDL sound bug surrounding use of -speed and pausing frequently c... Scott Stone2012-08-291-1/+1
* Added gcc-4[567]-generic entries to sdl.mak to select gcc with DISTRO= switch. Couriersud2012-08-201-1/+16
* added missing \n to some fatalerror() calls (no whatsnew) Oliver Stöneberg2012-08-184-8/+8
* fixed debugger window to just use fixed-pitch font and removed fallback since... Oliver Stöneberg2012-08-181-10/+5
* Made UI mouse cursor optional (default is off for now), in games with clickab... Miodrag Milanovic2012-08-171-2/+1
* Added internal mouse cursor visible in menus and when clickable artwork is us... Miodrag Milanovic2012-08-153-5/+2
* SDL: Fix -prescale option for SDL builds [Matthias Reichl] R. Belmont2012-08-111-1/+1
* removed redundant interlocked function wrappers from Windows code (no whatsnew) Oliver Stöneberg2012-08-072-54/+14
* Clean-ups and version bump Miodrag Milanovic2012-07-302-4/+4
* removed unnecessary strlen() usage (no whatsnew) Oliver Stöneberg2012-07-271-1/+1
* allow "windowname" in win_create_window_ex_utf8() to be NULL to match behavio... Oliver Stöneberg2012-07-271-7/+10
* SDL: more compile fixes (nw) R. Belmont2012-07-262-4/+4
* Fix some non-Windows compiles (nw) R. Belmont2012-07-261-0/+3
* fixed version check in windows.mak (no whatsnew) Oliver Stöneberg2012-07-261-1/+1
* SDL: some compile fixes for OS X and Windows (nw) R. Belmont2012-07-261-0/+4
* SDL: Use XInput to allow multiple lightguns on Linux/*BSD targets. [Markus Ra... R. Belmont2012-07-255-1/+463
* Clean-ups and version bumpmame0146u3 Miodrag Milanovic2012-07-151-1/+1
* SDL: Greatly improve drawing speed of GTK+ debugger windows [Fabrice Bellet] R. Belmont2012-07-131-43/+51
* fix for profiler memory leaks mtbug #04094 (no whatsnew) Miodrag Milanovic2012-07-091-1/+3
* SDL: Clean up GCC 4.7 test so it's the same path on all targets (nw) R. Belmont2012-06-191-15/+10
* Make it compile on windows mingw 4.7.x (no whatsnew) Miodrag Milanovic2012-06-182-1/+6
* SDL: Support newer Linux distros using GCC 4.7 [R. Belmont] R. Belmont2012-06-151-0/+11
* fix mistake by me a while ago: sr(syncrefresh) clashed with emuopts sr(sample... Michaël Banaan Ananas2012-06-102-2/+2
* fixed building with Visual Studio 11 RC smf-2012-06-021-0/+3
* SDL: More OS/2 fixes [K.O. Myung-Hun] R. Belmont2012-05-311-1/+1
* SDL: Preliminary Haiku OS support [PulkoMandy] R. Belmont2012-05-287-10/+38
* SDL: fix for OS/2 compile [K.O. Myung-Hun] R. Belmont2012-05-271-1/+1
* fixed some "comparison is always true/false" warnings reported by clang by Fi... Miodrag Milanovic2012-05-201-1/+1
* fix for -video ddraw causing crash on 16bit video output (no whatsnew) Miodrag Milanovic2012-05-191-2/+2
* Fixed display of icon in windows (no whatsnew) Miodrag Milanovic2012-05-153-3/+3
* end of line was missing (nw) Miodrag Milanovic2012-05-151-1/+1
* MAME windows executable gets it's own icon (no whatsnew) Miodrag Milanovic2012-05-152-0/+2
* fixes for building with visual studio 11 beta. smf-2012-05-102-2/+1
* Don't optimize tms57002 on OS X PowerPC builds [Couriersud] R. Belmont2012-05-081-0/+1
* Clean-ups and version bumpmame0145u8 Miodrag Milanovic2012-05-071-1/+1
* removed -static for sdl windows build (no whatsnew) Miodrag Milanovic2012-05-041-1/+1
* -static is not needed anymore for latest tools (no whatsnew) Miodrag Milanovic2012-05-031-1/+1
* Sync with MESS (no whatsnew) Miodrag Milanovic2012-05-031-19/+19
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-033-43/+40
* Killed unicows (no whatsnew) Miodrag Milanovic2012-04-281-5/+0
* Same change for sdl build on windows (no whatsnew) Miodrag Milanovic2012-04-241-1/+1
* Fix linking for mingw GCC 4.6.3 and upper using libwinpthread (no whatsnew) Miodrag Milanovic2012-04-241-1/+1
* Clean-ups and version bumpmame0145u7 Angelo Salese2012-04-222-2/+2
* Broke dependency between mcr68 and mcr by creating Aaron Giles2012-04-171-0/+3
* Hooray for templates. Aaron Giles2012-04-123-234/+18
* Sync with MESS (no whatsnew) Miodrag Milanovic2012-04-111-23/+23
* SDL: fix build on non-OS X targets (nw) R. Belmont2012-04-091-2/+1
* SDL: Got rid of some code duplication between the _unix and _macosx implement... Wilbert Pol2012-04-095-178/+37