summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Do not add this for other then windows (nw) Miodrag Milanovic2015-12-271-2/+7
* Fix for windows Qt5 compile (nw) Miodrag Milanovic2015-12-271-3/+11
* qt5 debugger port [O. Galibert] Olivier Galibert2015-12-2719-180/+110
* Merge pull request #522 from ImJezze/pull Miodrag Milanović2015-12-264-72/+192
|\
| * Cleanup (nw) ImJezze2015-12-264-27/+27
| * Extended Shadow Mask and Bloom functionality ImJezze2015-12-254-12/+111
| * Fixed HLSL for LCD screen type ImJezze2015-12-241-26/+23
| * Made defocus strength equal for x/y and independent from screen size ImJezze2015-12-202-36/+60
* | debugint.cpp: fix uninitialized variable error (nw) yz70s2015-12-251-1/+1
* | Support 64 and 80-bit floats in OS X debugger (nw) arbee2015-12-191-1/+15
* | Stop internal debugger windows from drawing space characters, speeds renderin... mahlemiut2015-12-191-13/+11
* | Make new internal debugger windows appear in a cascade-like position, and giv... mahlemiut2015-12-171-14/+65
* | Stop internal debugger window title and editors from drawing text outside the... mahlemiut2015-12-151-3/+12
* | Made internal debugger window editors appear over the window to which it is r... mahlemiut2015-12-141-30/+25
* | Base the size of internal debugger window title bars on the font size. mahlemiut2015-12-131-1/+1
|/
* Internal debugger now honours the -debugger_font and -debugger_font_size opti... mahlemiut2015-12-131-37/+30
* Add memory window to internal debugger. mahlemiut2015-12-121-1/+106
* macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-1219-140/+140
* Make internal debugger windows just a bit more pleasing to the eye. mahlemiut2015-12-121-7/+39
* Giving the internal debugger a bit of love. Make closed windows actually dis... mahlemiut2015-12-111-17/+37
* tagmap_t to std::unordered_map or std::unordered_set where applicable (nw) Miodrag Milanovic2015-12-091-1/+0
* cleanup of osdcomm.h (nw) Miodrag Milanovic2015-12-091-44/+15
* Revert "Cleanup of osdcomm.h (nw)" Miodrag Milanovic2015-12-091-13/+49
* Cleanup of osdcomm.h (nw) Miodrag Milanovic2015-12-091-49/+13
* VS2012 is not supported anymore (nw) Miodrag Milanovic2015-12-071-11/+0
* Show 64 and 80 bit floats in windows and qt debugger (issue #476) yz70s2015-12-063-1/+36
* missed two (nw) Cowering2015-12-062-8/+8
* fix SDL on Windows compile Cowering2015-12-066-37/+37
* implementation must be removed too (nw) Miodrag Milanovic2015-12-061-2/+2
* Fix clang build on OSX/Linux Miodrag Milanovic2015-12-061-1/+1
* Fix clang build on OSX/Linux Miodrag Milanovic2015-12-061-1/+3
* fix for non-windows os (nw) Miodrag Milanovic2015-12-061-0/+2
* fixing some more override (nw) Miodrag Milanovic2015-12-0630-186/+187
* some core c++11 narrowing fixes (nw) Miodrag Milanovic2015-12-041-2/+2
* Fix narrowing (nw) Miodrag Milanovic2015-12-041-1/+1
* clang-modernize part 5 Miodrag Milanovic2015-12-0424-178/+178
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-2/+2
* Initial conversion of core to C++14. Note that compilers are now limited to G... Miodrag Milanovic2015-12-037-47/+47
* Support float view in OS X debugger (nw) arbee2015-11-301-0/+7
* Show 32 bit floating point values in qt debugger memory view (issue #476) yz70s2015-11-302-42/+67
* First commit for issue #476 yz70s2015-11-306-20/+31
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-258-18/+17
* Warning fix (nw) Justin Kerk2015-11-241-1/+1
* Compile with Emscripten out of the box. [Justin Kerk] Justin Kerk2015-11-241-0/+10
* Updated OS/2 support [KO Myung-Hun] arbee2015-11-231-1/+1
* Fixed missing shadow mask ImJezze2015-11-202-32/+45
* Cleanup (nw) ImJezze2015-11-181-3/+3
* Cleanup ImJezze2015-11-183-115/+122
* Fixed dynamic beam width for invariabel vector intensity ImJezze2015-11-181-2/+1
* Fixed changed screen adjustment for multi screens ImJezze2015-11-171-4/+14