summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd
Commit message (Expand)AuthorAgeFilesLines
* fix compile on MSVC (nw) Peter Ferrie2015-06-171-1/+1
* Hook up -uimodekey for Windows Vas Crabb2015-06-151-146/+170
* Move UI mode key out of SDL options into generic options Vas Crabb2015-06-156-22/+42
* Fix off-by-one Vas Crabb2015-06-151-19/+10
* GLSL: unlimit shader file size. [R. Belmont] arbee2015-06-131-1/+6
* Nope. (nw) balr0g2015-06-071-1/+0
* Use attribute unused for inlined new/delete. (nw) balr0g2015-06-071-0/+1
* Added the ability to use system flac, jpeg, lua, sqlite3, portmidi and zlib b... Julian Sikorski2015-06-061-0/+4
* Minor license tag fix (nw) balr0g2015-06-021-1/+1
* Merge branch 'master' of https://github.com/mamedev/mame Cowering2015-05-281-0/+7
|\
| * fix bgfx on windows sdl build (nw) Miodrag Milanovic2015-05-281-0/+7
* | compile fixes for GCC5.1.1 win64 and CPP11 mode.. requested by mingw team to ... Cowering2015-05-281-0/+4
|/
* Cleanups and version bumpmame0162 Miodrag Milanovic2015-05-272-21/+21
* Don't segfault on software list image save. (nw) Curt Coder2015-05-261-0/+3
* Discrete audio license update. Put my name on quite a number of discrete couriersud2015-05-253-3/+7
* Fixed some clang 3.6 compilation errors and gcc -Wextra warnings. (nw) couriersud2015-05-251-2/+2
* Self-service (nw) Paul Priest2015-05-241-1/+1
* owner name consistency and typo fix (nw) Miodrag Milanovic2015-05-221-1/+1
* unified licenses names (nw) Miodrag Milanovic2015-05-221-1/+1
* Sven gave permission for BSD3 distribution (nw) Miodrag Milanovic2015-05-2211-11/+11
* Bump version on *nix man pages. Cesare Falco2015-05-2211-11/+11
* Fixed a number of "-Wextra -Wdouble-promotion" warnings. (nw) couriersud2015-05-184-9/+9
* Cocoa debugger: correctly size controls for user font selection (nw) Vas Crabb2015-05-144-30/+48
* Merge pull request #173 from ImJezze/master R. Belmont2015-05-116-223/+305
|\
| * Fixed automatic Shadow Mask rotation ImJezze2015-05-091-1/+5
| * HLSL shader improvements ImJezze2015-05-036-223/+301
* | did license settings for OG and Andrew, cleared up OSD part for licenses (nw) Miodrag Milanovic2015-05-0998-350/+201
* | MAME now represent full build, for building MESS drivers only use [Miodrag Mi... Miodrag Milanovic2015-05-093-24/+0
* | removed restriction link for BSD3 licensed files (nw) Miodrag Milanovic2015-05-0744-132/+0
* | Added license headers to the rest of files (nw) Miodrag Milanovic2015-05-0798-0/+196
|/
* Cleanups and version bumpmame0161 Miodrag Milanovic2015-04-294-18/+17
* SDLMAME v0.160 selects the first mode unconditionally as a best mode when -sw... Vas Crabb2015-04-261-2/+4
* *nix man pages: Added new options to select debugger font face and size Cesare Falco2015-04-2511-11/+29
* fix linux build (nw) Miodrag Milanovic2015-04-221-6/+6
* bugix and sdl fix (nw) Miodrag Milanovic2015-04-224-11/+11
* moved all to std::string (nw) Miodrag Milanovic2015-04-2222-223/+224
* Make sure monitor refresh is called when switchres is used (SDL). Remove couriersud2015-04-212-1/+1
* Fix repetitive monitor updates. By design, MAME has an issue setting couriersud2015-04-205-14/+25
* fix a leak (nw) Miodrag Milanovic2015-04-201-0/+2
* Fix OSX build and get rid of an astring while at it Vas Crabb2015-04-201-12/+10
* Fix debug build. (nw) couriersud2015-04-191-1/+1
* SDL fix (nw) Miodrag Milanovic2015-04-191-1/+1
* removed bool conversion and implicit empty check (nw) Miodrag Milanovic2015-04-192-3/+3
* more conversions to std::string (nw) Miodrag Milanovic2015-04-192-3/+3
* fixed alloca define to standard one (nw) Miodrag Milanovic2015-04-181-1/+1
* Fix build Vas Crabb2015-04-171-1/+4
* Fix compiling tools on OSX 10.10 (nw) Miodrag Milanovic2015-04-161-2/+2
* Attempt fix of Windows inability to compile (from Vas Crabb) (nw) Scott Stone2015-04-141-7/+7
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-143-16/+16
* updated astring constructors to have just one string param, to be more like s... Miodrag Milanovic2015-04-134-5/+5