summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd
Commit message (Expand)AuthorAgeFilesLines
...
* sdlmame now also looks for fonts in "-fontpath". In addition, moved font conf... Couriersud2010-12-281-79/+105
* Fixed MT4120 - "-now" on windows build crashes [Couriersud] Couriersud2010-12-281-0/+2
* Some fixes to keep sdlmame aligned to SDL1.3 development. No whatsnew. Couriersud2010-12-275-27/+65
* Fix compile on linux when using SDL_INSTALL_ROOT. All linux builds Couriersud2010-12-262-5/+16
* SDL: Clear and flip 3 times on resolution changes instead of twice, required ... R. Belmont2010-12-171-1/+1
* Cleanups and version bump.mame0140u2 Aaron Giles2010-12-085-37/+37
* Fixed BSD compile [ElBarto] R. Belmont2010-12-063-3/+27
* Empty implementation for WIN32 sdlsocket to enable compile (no whatsnew) Miodrag Milanovic2010-12-041-3/+10
* Split the screen device into a separate module. Aaron Giles2010-12-026-13/+13
* Same F4 fix for Mac OS X debugger (no whatsnew) R. Belmont2010-11-291-1/+1
* Fix F4 shortcut so it explicitly labels the address as a number Aaron Giles2010-11-292-2/+2
* SDL: add ptty (*IX/OS X) and sockets (all SDL builds) capability [Tim Lindner... R. Belmont2010-11-207-43/+496
* SDL: Mac compile warning fix [Wilbert Pol] R. Belmont2010-11-161-1/+1
* SDL: Build fixes for Ubuntu, -uifont non-ASCII rendering fix [R. Belmont, Bar... R. Belmont2010-11-162-10/+20
* SDL: OS X support for -uifont [Tim Lindner] R. Belmont2010-11-151-3/+126
* SDL: Fix OS X and Windows builds (no whatsnew) R. Belmont2010-11-132-4/+72
* SDL: -uifont now can also look up system font families like Windows [R. Belmont] R. Belmont2010-11-132-8/+116
* SDL: Support -uifont for using arbitrary TrueType fonts on Linux/BSD builds. R. Belmont2010-11-123-0/+140
* Cleanup & version bump.mame0140u1 Aaron Giles2010-11-087-41/+41
* Incorporate MESS change into MAME core. Scott Stone2010-11-061-2/+2
* Converted the expression engine to C++, did the usual cleanup. Aaron Giles2010-11-012-1/+2
* Fix OSX compile. Wilbert Pol2010-10-281-6/+7
* Added support for OSD-generated fonts. The OSD is queried first to see Aaron Giles2010-10-244-0/+269
* [SDL Debugger] Removed an unnecessary assert and brought focus back to Andrew Gardner2010-10-231-61/+64
* Fix Linux SDL build. Andrew Gardner2010-10-232-0/+3
* Make osdmini build again. Aaron Giles2010-10-215-9/+194
* Create new class osd_interface to house OSD callbacks. Added new Aaron Giles2010-10-2115-271/+470
* Import from MESS which fixes throttle mapping for Windows (non-SDL builds) (n... Scott Stone2010-10-211-1/+1
* Cleanups and version bump.mame0140 Aaron Giles2010-10-211-4/+4
* For MSVC, explicitly include assert.h so that we can override the MSVC Aaron Giles2010-10-191-0/+1
* 03937: Using CTRL-C to end MAME no longer works reliably Aaron Giles2010-10-191-2/+50
* Convert rendlay objects into C++, reduce the number of unused textures Aaron Giles2010-10-183-3/+6
* Fix crash when specifying -effect. Aaron Giles2010-10-166-92/+0
* fixed 64bit compiling with visual studio 2010 smf-2010-10-141-1/+4
* OSX compile fix. Wilbert Pol2010-10-141-1/+1
* Cleanups and version bump. Aaron Giles2010-10-143-11/+11
* Slightly cleaner fix for SDL. Aaron Giles2010-10-131-3/+3
* Fix for SDL compile (no whatsnew) Miodrag Milanovic2010-10-131-2/+2
* Converted render.c objects into C++ objects. Updated all callers. Aaron Giles2010-10-1316-156/+151
* Debugger (SDL) : Closing a memory window no longer segfaults. [Andrew Gardner] Andrew Gardner2010-09-241-3/+2
* Debugger (SDL) : Window locations in the SDL debugger are now saved and Andrew Gardner2010-09-241-5/+72
* Enable vertical scroll bars in debugger comboboxes, and resize them to Aaron Giles2010-09-211-1/+11
* **FOR REVIEW** Andrew Gardner2010-09-205-3/+96
* Cleanups and version bump.mame0139u3 Aaron Giles2010-09-192-5/+5
* SDL: fix Linux and Mac builds for recent makefile changes (no whatsnew) R. Belmont2010-09-161-14/+18
* On Windows, osd_break_into_debugger() will now dump a stack crawl Aaron Giles2010-09-103-5/+68
* Added -bench <emulated-seconds> option to standardize benchmarking. Aaron Giles2010-09-092-1/+13
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-4/+4
* Cleanups and version bump. Aaron Giles2010-07-291-1/+1
* Add notification of orientation of all monitors at startup via the Aaron Giles2010-07-291-0/+8