summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/windows/window.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move per emulator constants info into separate class [Miodrag Milanovic] Miodrag Milanovic2011-11-171-2/+2
* hide_cursor option for chess games and clickable artwork and such. Michaël Banaan Ananas2011-10-101-2/+3
* revert r14152, good idea but please add a -grabcursor option instead Michaël Banaan Ananas2011-10-101-4/+7
* Windows only - for evaluation - changed when mouse pointer goes off. Pointer ... Olivier Galibert2011-10-101-7/+4
* HLSL Updates: [Ryan Holtz, Bat Country Entertainment, austere, SoltanGris42] Ryan Holtz2011-05-301-0/+46
* Switch to using delegates for some callbacks: Aaron Giles2011-04-271-1/+1
* Privatized most of the m_machine pointers in the system to prevent Aaron Giles2011-04-191-2/+1
* BIG update. Aaron Giles2011-03-291-42/+42
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-2/+2
* Converted core_options to a class. Removed a bunch of marginal Aaron Giles2011-03-031-7/+7
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-13/+13
* - Cleanup of WINUI depending compiling (no whatsnew) Miodrag Milanovic2011-02-041-10/+5
* Cleaned OSD windows and emu part from NEWUI dependencies (no whatsnew) Miodrag Milanovic2011-01-131-6/+3
* Split the screen device into a separate module. Aaron Giles2010-12-021-2/+2
* Convert rendlay objects into C++, reduce the number of unused textures Aaron Giles2010-10-181-1/+2
* Converted render.c objects into C++ objects. Updated all callers. Aaron Giles2010-10-131-20/+17
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-301-14/+14
* Added DEBUG_FLAG_OSD_ENABLED to allow coexistence of debuggers going forward. Couriersud2010-02-051-4/+5
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-2/+1
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-1/+1
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-2/+2
* Results of running the latest srcclean. Aaron Giles2009-12-281-4/+4
* 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
* Bulk change alert. Aaron Giles2009-04-261-2/+1
* Modified the makefile to support experimental optional C++ Aaron Giles2009-02-281-1/+1
* 02790: Mame will crash on single monitor system if set to numscreens 2 in the... Aaron Giles2009-01-011-1/+1
* This patch: Aaron Giles2008-11-131-59/+58
* Plumbed machine parameters through the renderer. Removed need for Aaron Giles2008-09-291-1/+1
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-09-111-40/+41
* OSD notice: you now need to report separate mouse up/mouse down events Aaron Giles2008-09-091-1/+5
* Attempted fix for 01092: debugger crashes when exiting during "run to cursor" Aaron Giles2008-07-261-0/+4
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-07-241-2/+1
* Robustified key behavior when the debugger is visible. Should now Aaron Giles2008-07-171-1/+1
* Cleanups. Aaron Giles2008-07-171-2/+2
* Note: I have done some testing, but there are probably more bugs Aaron Giles2008-07-121-42/+52
* Removed DEBUGGER flag from makefile and ENABLE_DEBUGGER Aaron Giles2008-06-261-5/+1
* Cleanups and version bump.mame0125u6 Aaron Giles2008-06-171-1/+1
* Added new function video_get_view_for_target() which selects a view based Aaron Giles2008-06-161-60/+4
* From: Oliver Stoenberg Aaron Giles2008-04-111-32/+32
* Centralized definitions of _WIN32_WINNT. Aaron Giles2008-03-211-1/+0
* Added running_machine* parameter to MESS-specific calls Nathan Woods2008-03-161-1/+1
* Most important thing to note about this change: Aaron Giles2008-02-211-4/+1
* The term "driver" is way overloaded in the system. Aaron Giles2008-02-181-1/+1
* Changed debugger-related code to be based off a new makefile define (DEBUGGER... Aaron Giles2008-02-021-2/+2
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+1885