summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* bgfx: Ported xBR shaders from libretro. [Ryan Holtz, Hyllian] therealmogminer@gmail.com2016-04-25118-613/+7295
* Added "selection" parameter to chain input sampler ImJezze2016-04-2418-141/+367
* Fix Clang build (nw) Miodrag Milanovic2016-04-242-11/+11
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-24104-720/+734
* enabled internal debugger, but this would need to go in time, it is too coupl... Miodrag Milanovic2016-04-232-3/+3
* debugimgui: Optimised rendering by drawing text via the window draw list. mahlemiut2016-04-231-61/+116
* changes for UWP (nw) Miodrag Milanovic2016-04-232-3/+1
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-2316-26/+19
* Simplified min, max, default and step value handling for chain configuration ImJezze2016-04-226-44/+44
* Small fixes (nw) ImJezze2016-04-221-14/+14
* Merge pull request #826 from bradhugh/shared_ptr2 Miodrag Milanović2016-04-2136-459/+529
|\
| * Refactor OSD window. Brad Hughes2016-04-2136-459/+529
* | works for sub folders of CHAIN folder specified (nw) Miodrag Milanovic2016-04-211-3/+3
* | Checkpoint 1, nw therealmogminer@gmail.com2016-04-21110-122/+5209
|/
* compile just one chain with Miodrag Milanovic2016-04-211-1/+4
* debugimgui: added sending of mouse clicks to debugger views. Please note tha... mahlemiut2016-04-211-3/+95
* Fixed b1c06ac (nw) ImJezze2016-04-211-5/+2
* Implemented handling for u_screen_scale and u_screen_offset (nw) ImJezze2016-04-219-24/+83
* fix sdl build. (nw) dankan18902016-04-211-1/+1
* SDL cleanup (nw) Miodrag Milanovic2016-04-205-47/+5
* Isolate CLI part (nw) Miodrag Milanovic2016-04-203-4/+3
* Merge pull request #823 from ajrhacker/deviter Miodrag Milanović2016-04-205-48/+21
|\
| * Iterate over devices C++11 style AJR2016-04-185-48/+21
* | Refactored BGFX distortion pass (nw) ImJezze2016-04-193-45/+53