summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/sdl (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix clang build (nw) R. Belmont2016-06-111-1/+1
* Move window_list to osd_common_t Brad Hughes2016-06-112-10/+10
* Unify window_list in Windows and SDL OSD Brad Hughes2016-06-103-27/+14
* Major refactoring of debugger core [Ryan Holtz] therealmogminer@gmail.com2016-06-082-15/+18
* Fixed video mode opengl duplicated in SDL build. (nw) dankan18902016-06-071-0/+2
* Fix -resolution and -switchres Brad Hughes2016-05-261-2/+1
* ui refactoring [Vas Crabb] Vas Crabb2016-05-271-1/+1
* Ioport refactoring and cleanups (nw) AJR2016-05-182-0/+3
* Added ability to create standalone emulators, added zexall as example (nw) Miodrag Milanovic2016-05-081-1/+1
* no deps between osd and frontend, internal debugger removed (nw) Miodrag Milanovic2016-05-061-3/+1
* No SDL 1.2 support anymore (nw) Miodrag Milanovic2016-05-061-8/+0
* fix windows SDL build (nw) Miodrag Milanovic2016-05-061-1/+1
* RIP sdlinc.h couriersud2016-05-064-15/+3
* Remove dead code left over from "-mt". [Couriersud] couriersud2016-05-062-341/+107
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-273-6/+6
* Reset menu on toggle fullscreen [barlog] Miodrag Milanovic2016-04-261-0/+4
* Fixed Alt-Enter on SDL (nw) Miodrag Milanovic2016-04-261-1/+3
* Revert "Temp revert of Brad changes (nw)" Miodrag Milanovic2016-04-253-122/+85
* Temp revert of Brad changes (nw) Miodrag Milanovic2016-04-253-85/+122
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-246-45/+45
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-233-6/+4
* Refactor OSD window. Brad Hughes2016-04-213-122/+85
* SDL cleanup (nw) Miodrag Milanovic2016-04-204-46/+5
* Merge pull request #823 from ajrhacker/deviter Miodrag Milanović2016-04-201-16/+2
|\
| * Iterate over devices C++11 style AJR2016-04-181-16/+2
* | These init calls all returned false. No need for a return value in this couriersud2016-04-181-28/+14
* | soft is hard and hard is soft. Two is one and one is two. No wonder couriersud2016-04-181-2/+1
* | Fix *nix compile. couriersud2016-04-181-1/+1
* | Standardize platform window pointer storage in osd_window. Brad Hughes2016-04-182-30/+55
|/
* Fixed missing diagnostic module include. Brad Hughes2016-04-171-0/+1
* Create diagnostic module for profiling and crash diagnostics Brad Hughes2016-04-171-0/+3
* Add AVI writing to bgfx, nw therealmogminer@gmail.com2016-04-171-0/+3
* this is no issue anymore (nw) Miodrag Milanovic2016-04-151-3/+0
* Update windows to use platform independent watchdog implementation (nw) Miodrag Milanovic2016-04-155-121/+3
* moved osdsync to root of OSD, removed osdmini (nw) Miodrag Milanovic2016-04-151-1/+1
* lower deps on clifront.h (nw) Miodrag Milanovic2016-04-151-1/+0
* fix SDL compile (nw) arbee2016-04-101-1/+1
* Make OSDs return ui_menu_item lists, not slider_state lists therealmogminer@gmail.com2016-04-101-3/+0
* Fixed linux compile. couriersud2016-04-102-2/+2
* convert osd_event into a class. Since all is std:: now, reduce to couriersud2016-04-104-19/+12
* Make sliders use an std::vector instead of a linked list, nw therealmogminer@gmail.com2016-04-103-36/+5
* Fix SDL build on linux: couriersud2016-04-095-43/+68
* Remove os dependant output handling (nw) Miodrag Milanovic2016-04-093-237/+0
* Fix keepaspect & unevenstretch toggles in SDL OSD Antonio Giner2016-04-071-0/+10
* move common struct to common place (nw) Miodrag Milanovic2016-04-041-77/+0
* Not needed anymore after move to C++11 features (nw) Miodrag Milanovic2016-04-032-55/+0
* moved aueffectutil to tools (nw) Miodrag Milanovic2016-04-032-1098/+0
* move clipboard handling on proper place (nw) Miodrag Milanovic2016-04-033-238/+0
* sync (nw) Miodrag Milanovic2016-04-031-19/+4
* merge main.cpp for windows platform (unicode) (nw) Miodrag Milanovic2016-04-031-61/+0