summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merged in cleanup changes from osd branch (nw) Miodrag Milanovic2014-04-2613-61/+3
* Removed dependency on pmmidi.inc (nw) Miodrag Milanovic2014-04-263-6/+0
* ah (nw) Miodrag Milanovic2014-04-251-1/+0
* compile fix (nw) Miodrag Milanovic2014-04-251-0/+1
* -Made osd_interface base class for OSD and moved initialization for each subs... Miodrag Milanovic2014-04-2537-746/+736
* reverting to classic ui due to lot of issues, as much as I hate reverting som... Miodrag Milanovic2014-04-1710-199/+69
* 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-1632-560/+2428
* Small core cleanup (nw) Miodrag Milanovic2014-04-151-1/+0
* Fix transparency in SDL2.0 code. [Couriersud] Couriersud2014-04-131-1/+1
* SDL: fix OS X compile with non-official SDL [R. Belmont, based on a patch by ... R. Belmont2014-04-132-3/+3
* Merge of new menubar code Nathan Woods2014-04-1210-70/+200
* - 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
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-076-14/+13
* 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
* just use core_strdup() in osd_get_full_path() in src/osd/osdmini/minifile.c (nw) Oliver Stöneberg2014-03-301-2/+1
* 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
* some comments (nw) Oliver Stöneberg2014-03-241-1/+4
* 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-243-7/+8
* always a Clang (nw) R. Belmont2014-03-211-1/+1
* SDL: Next stage cleanup, aligned texture conversion with current Windows/D3D ... R. Belmont2014-03-214-632/+306
* Clang (nt) R. Belmont2014-03-201-1/+1
* SDL: Removed "totalColors" hack, now only RGB32 is sent to the GPU. [R. Belmont] R. Belmont2014-03-2010-423/+113
* renamed pmmidi.c to pmmidi.inc Oliver Stöneberg2014-03-195-5/+5
* renamed rendersw.c to rendersw.inc Oliver Stöneberg2014-03-195-6/+6
* and more global_free() -> global_free_array()(nw) Oliver Stöneberg2014-03-171-2/+2
* more global_free() -> global_free_array() in src/osd/sdl/drawsdl.c (nw) Oliver Stöneberg2014-03-171-2/+2
* primary_screen -> first_screen() (nw) Miodrag Milanovic2014-03-151-1/+1
* removed unnecessary quoting for -DDISABLE_MIDI=1 (nw) Oliver Stöneberg2014-03-121-1/+1
* global_free() -> global_free_array() in src/osd/sdl/drawsdl.c (nw) Oliver Stöneberg2014-03-121-2/+2
* Silence more clang warnings (nw) Justin Kerk2014-03-121-9/+6
* Fixed OSX debugger and clang compile fix (nw) Wilbert Pol2014-03-111-19/+19
* fix for stream_buffer free (nw) Miodrag Milanovic2014-03-111-1/+1
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-1110-77/+67
* Add an osd_truncate call to truncate files [O. Galibert] Olivier Galibert2014-03-113-0/+77
* removed obsolete include and corrected SDLMAME_ARCH quoting in sdl.mak (nw) Oliver Stöneberg2014-03-101-4/+1
* added a few more missing \n in logging / cleanups (nw) Oliver Stöneberg2014-03-102-8/+8