summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0166 Miodrag Milanovic2015-09-302-3/+3
* Fix build with Xcode 7 (nw) balr0g2015-09-182-3/+3
* Update scripts for compile with latest BGFX (nw) Miodrag Milanovic2015-09-121-1/+1
* netdev: fix pcap crashes on OS X [Rob Braun] arbee2015-09-101-1/+8
* opengl: fix overly-strict requirement on SCREEN shaders to match docs [cgwg] arbee2015-09-061-1/+2
* Fixed register_window_class Vladimir Kryvian2015-08-271-0/+2
* Fixed register_window_class Vladimir Kryvian2015-08-271-0/+2
* Fixed GetModuleHandle to be universal. Vladimir Kryvian2015-08-253-8/+14
* Added seconds() and attoseconds() to attotime and prefixed members with couriersud2015-08-151-1/+1
* debugviewinfo.c: destroy window before destroying view (nw) Peter Ferrie2015-08-101-5/+5
* Revert "debugqt: Port to Qt5 [O. Galibert]" Olivier Galibert2015-08-0119-110/+180
* Debugger fix from Judge (nw) Vas Crabb2015-07-311-0/+1
* Doesn't fix the crash, but it doesn't hurt either nw Vas Crabb2015-07-301-0/+3
* debugqt: Port to Qt5 [O. Galibert] Olivier Galibert2015-07-2919-180/+110
* fix linux compile with -Wodr in GCC 5.2 Cowering2015-07-171-35/+35
* fix compile (possibly only GCC5.1) (nw) Cowering2015-07-141-0/+2
* blame balrog for this :) (NW) Cowering2015-07-083-5/+5
* some extremely low hanging pedantic fruit Cowering2015-07-088-8/+8
* Align memory with MALLOC_DEBUG (nw) Vas Crabb2015-07-041-18/+39
* Don't make malloc replacement incompatible with malloc (nw) Vas Crabb2015-07-031-3/+3
* Move UI mode key out of SDL options into generic options Vas Crabb2015-06-152-14/+21
* Fix off-by-one Vas Crabb2015-06-151-19/+10
* GLSL: unlimit shader file size. [R. Belmont] arbee2015-06-131-1/+6
* 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
* fix bgfx on windows sdl build (nw) Miodrag Milanovic2015-05-281-0/+7
* Cleanups and version bumpmame0162 Miodrag Milanovic2015-05-272-21/+21
* Discrete audio license update. Put my name on quite a number of discrete couriersud2015-05-253-3/+7
* 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
* Fixed a number of "-Wextra -Wdouble-promotion" warnings. (nw) couriersud2015-05-183-8/+8
* 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-114-215/+285
|\
| * Fixed automatic Shadow Mask rotation ImJezze2015-05-091-1/+5
| * HLSL shader improvements ImJezze2015-05-034-215/+281
* | did license settings for OG and Andrew, cleared up OSD part for licenses (nw) Miodrag Milanovic2015-05-0966-214/+136
* | removed restriction link for BSD3 licensed files (nw) Miodrag Milanovic2015-05-0738-114/+0
* | Added license headers to the rest of files (nw) Miodrag Milanovic2015-05-0766-0/+132
|/
* Cleanups and version bumpmame0161 Miodrag Milanovic2015-04-291-15/+15
* fix linux build (nw) Miodrag Milanovic2015-04-221-6/+6
* bugix and sdl fix (nw) Miodrag Milanovic2015-04-221-6/+6
* moved all to std::string (nw) Miodrag Milanovic2015-04-2218-188/+189
* Fix OSX build and get rid of an astring while at it Vas Crabb2015-04-201-12/+10
* SDL fix (nw) Miodrag Milanovic2015-04-191-1/+1
* removed bool conversion and implicit empty check (nw) Miodrag Milanovic2015-04-191-1/+1
* more conversions to std::string (nw) Miodrag Milanovic2015-04-192-3/+3
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-142-15/+15
* updated astring constructors to have just one string param, to be more like s... Miodrag Milanovic2015-04-134-5/+5
* string -> str part 1 (nw) Miodrag Milanovic2015-04-121-136/+136