summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Cleanups and version bumpmame0174 Miodrag Milanovic2016-05-252-6/+6
* Revert partial fix for border style issue (nw) ImJezze2016-05-241-2/+2
* remove some dead threading code (nw) smf-2016-05-232-135/+7
* Moved extension of vector lines to where it belongs (nw) ImJezze2016-05-222-3/+3
* Normalized vector attenuation settings ImJezze2016-05-222-22/+21
* window.cpp - Remove dead WM_USER_* events for which handling was causing cras... Paul Priest2016-05-221-26/+0
* Fixed init of XAudio2 when there is no window active (nw) Miodrag Milanovic2016-05-221-0/+3
* Fixed bloom target size for vector screens in full-screen mode ImJezze2016-05-221-17/+26
* 1. fixed title of fr2; 2. Fixed access violation after getting: Robbbert2016-05-211-4/+8
* debugimgui: made a start on rendering just the visible areas of a debugger vi... mahlemiut2016-05-201-55/+50
* Improve support for more Joysticks with DirectInput8. Also repair DirectInput... Quench02016-05-202-4/+28
* Cleanup of network output module Miodrag Milanovic2016-05-193-26/+26
* Ioport refactoring and cleanups (nw) AJR2016-05-183-0/+4
* Fixed half pixel offset of vectors in D3D ImJezze2016-05-171-0/+2
* Small changes to creation of render targest in HLSL (nw) ImJezze2016-05-163-74/+78
* Fixed several HLSL problems when running machines without screen (nw) ImJezze2016-05-163-17/+22
* Move slider_state and ui_menu_item into src/frontend/mame, nw therealmogminer@gmail.com2016-05-1613-12/+13
* Fixed MT 06209 (part 3) ImJezze2016-05-151-1/+1
* Fixed MT 06209 (part 2) ImJezze2016-05-151-2/+2
* Fixed MT 06209 ImJezze2016-05-141-1/+0
* debugimgui: move view drawing into a single function, few more minor colour f... mahlemiut2016-05-141-318/+89
* debugimgui: fix up title and menu bar colours. mahlemiut2016-05-121-8/+11
* Fix colors due to defaults change (nw) Miodrag Milanovic2016-05-121-3/+3
* Added ability to create standalone emulators, added zexall as example (nw) Miodrag Milanovic2016-05-082-2/+2
* no deps between osd and frontend, internal debugger removed (nw) Miodrag Milanovic2016-05-064-1875/+2
* No SDL 1.2 support anymore (nw) Miodrag Milanovic2016-05-061-8/+0
* leftovers from mt (nw) Miodrag Milanovic2016-05-062-72/+1
* fix windows SDL build (nw) Miodrag Milanovic2016-05-061-1/+1
* Fix OSX compile (nw) Miodrag Milanovic2016-05-061-4/+0
* RIP sdlinc.h couriersud2016-05-0615-25/+15
* Remove dead code left over from "-mt". [Couriersud] couriersud2016-05-062-341/+107
* Equalized options of HLSL and BGFX HLSL chain ImJezze2016-05-052-58/+54
* debugimgui: Use a getter function for combo boxes. Memory windows are now mu... mahlemiut2016-05-041-23/+11
* debugimgui: move building of source lists for disasm and memory windows so th... mahlemiut2016-05-021-23/+24
* INC -> HXX makes editors and code analyzers see it as C++ (nw) Miodrag Milanovic2016-05-012-2/+2
* Merge remote-tracking branch 'upstream/master' into mui AJR2016-04-2746-586/+592
|\
| * Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-2746-583/+581
| * Reset menu on toggle fullscreen [barlog] Miodrag Milanovic2016-04-262-1/+9
| * Clean up extended ASCII (nw) balr0g2016-04-261-2/+2
* | Relieve UI menus and such from having to constantly fetch UI object from glob... AJR2016-04-261-2/+3
|/
* Reapply balrog's fix therealmogminer@gmail.com2016-04-261-0/+1
* Fix preservation of settings when changing screen chain selection with multip... therealmogminer@gmail.com2016-04-264-1/+74
* Fixed Alt-Enter on SDL (nw) Miodrag Milanovic2016-04-262-1/+4
* fix windows compile (nw) Miodrag Milanovic2016-04-261-0/+1
* Revert "Fix crash when switching screen chains (nw)" upon request (nw) balr0g2016-04-251-1/+0
* Fix for Alt-Enter on Brad code (nw) Miodrag Milanovic2016-04-252-4/+4
* Revert "Temp revert of Brad changes (nw)" Miodrag Milanovic2016-04-2536-459/+529
* Temp revert of Brad changes (nw) Miodrag Milanovic2016-04-2536-529/+459
* Fix crash when switching screen chains (nw) balr0g2016-04-251-0/+1
* debugimgui: added keyboard input for the debug view with focus. mahlemiut2016-04-251-1/+59