summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/windows (follow)
Commit message (Expand)AuthorAgeFilesLines
* For windows auto is now same as d3d, till video part is redone (nw) Miodrag Milanovic2014-05-081-0/+2
* fix warning (nw) Miodrag Milanovic2014-05-081-1/+1
* -Reorganized OSD, handling more sound output systems and debuggers, defaults ... Miodrag Milanovic2014-05-085-3617/+107
* Merged in cleanup changes from osd branch (nw) Miodrag Milanovic2014-04-266-33/+0
* Removed dependency on pmmidi.inc (nw) Miodrag Milanovic2014-04-261-1/+0
* -Made osd_interface base class for OSD and moved initialization for each subs... Miodrag Milanovic2014-04-2513-135/+75
* reverting to classic ui due to lot of issues, as much as I hate reverting som... Miodrag Milanovic2014-04-177-171/+49
* Use the correct call to free memory in windows osd_close [smf] smf-2014-04-163-7/+8
* we anyway do not support win95 for a time :) (nw) Miodrag Milanovic2014-04-162-43/+0
* 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-1611-248/+245
* Merge of new menubar code Nathan Woods2014-04-127-50/+172
* - Fixed bloom misalignment with HLSL. [MooglyGuy] Ryan Holtz2014-04-082-12/+22
* added/updated some vconv TODOs (nw) Oliver Stöneberg2014-04-071-1/+4
* rm unused colortable Michaël Banaan Ananas2014-04-051-11/+1
* fix compiler warning? Michaël Banaan Ananas2014-04-041-9/+6
* a few adjustments for Visual Studio analysis (nw) Oliver Stöneberg2014-04-042-3/+3
* disabled some Visual Studio analysis warnings / fixed some obvious errors bas... Oliver Stöneberg2014-04-032-2/+2
* here ya go :) (nw) Miodrag Milanovic2014-03-311-1/+1
* updated vconv for no-sign-compare (nw) Miodrag Milanovic2014-03-311-1/+1
* reverting, sorry for this vconv needs to be updated (nw) Miodrag Milanovic2014-03-312-2/+2
* VS2013 x64 is little bit more anal about signed/unsigned comparison (nw) Miodrag Milanovic2014-03-312-2/+2
* made MAME and MESS compile under VS2013, 32bit only for now (nw) Miodrag Milanovic2014-03-311-1/+1
* vcconv: handle -msse and added a TODO about a changed behavior in VS2012 (nw) Oliver Stöneberg2014-03-301-0/+3
* making code compiles and work on mingw 32 bit on versions 4.7.x and 4.8.x (nw) Miodrag Milanovic2014-03-302-1/+5
* removed mame_* aliases and just use core_* functions (nw) Oliver Stöneberg2014-03-241-1/+1
* some mismatched malloc/free usage with osd_* functions (nw) Oliver Stöneberg2014-03-241-4/+4
* renamed pmmidi.c to pmmidi.inc Oliver Stöneberg2014-03-192-2/+2
* renamed rendersw.c to rendersw.inc Oliver Stöneberg2014-03-193-4/+4
* and more global_free() -> global_free_array()(nw) Oliver Stöneberg2014-03-171-2/+2
* primary_screen -> first_screen() (nw) Miodrag Milanovic2014-03-151-1/+1
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-115-34/+31
* Add an osd_truncate call to truncate files [O. Galibert] Olivier Galibert2014-03-111-0/+37
* added a few more missing \n in logging / cleanups (nw) Oliver Stöneberg2014-03-101-5/+5
* moved compiler-specific warning generation to shared files (nw) Oliver Stöneberg2014-03-021-6/+4
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-192-18/+18
* Changed how NULL callbacks are specified on win_draw_callbacks Nathan Woods2014-02-084-9/+4
* Adopted 'bool' type Nathan Woods2014-02-052-16/+16
* Moved src/emu/ui.? ==> src/emu/ui/ui.?, changed to follow MAME OOP convention... Nathan Woods2014-01-294-4/+4
* This revert (r26927), as requested by author, fixes the regression of missing... Scott Stone2014-01-242-27/+10
* Fixed compiling with Visual Studio 2012 [smf] smf-2014-01-111-0/+12
* add support to compile windows builds with gcc 4.8.2 x64 only produce working... Miodrag Milanovic2014-01-101-0/+3
* - Fix for pixel gaps between multi-screen games in HLSL mode. [MooglyGuy] Ryan Holtz2014-01-042-10/+15
* revert stuff that probably wasn't intentionally committed. (n/w) Jonathan Gevaryahu2013-12-291-2/+2
* Netlist, make some class variables protected. No wn Couriersud2013-12-281-2/+2
* Cleanups and version bumpmame0152 Miodrag Milanovic2013-12-243-4/+4
* fix WM_SYSCOMMAND wparam mask Michaël Banaan Ananas2013-12-211-2/+4
* re-added /wd4250 /wd4435 that was removed in r26650, to allow building with v... smf-2013-12-191-1/+1
* allow building with ICL on Windows if you have it installed into MSVC [Dean L... David Haywood2013-12-182-15/+95
* Windows: Fixed D3D multimonitor support. [GroovyMAME] Michaël Banaan Ananas2013-12-163-1/+5