summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/sdl
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* removed deprecated doc (nw) Miodrag Milanovic2016-04-031-130/+0
* removed testkeys (nw) Miodrag Milanovic2016-04-031-117/+0
* moved emscripten resources (nw) Miodrag Milanovic2016-04-031-10/+0
* moved man files to proper location (nw) Miodrag Milanovic2016-04-0314-3240/+0
* osx x86 invalid intptr_t conversion (nw) Jeffrey Clark2016-04-031-9/+4
* Fixed joystick on Android preventing application to crash, cleanup init for S... Miodrag Milanovic2016-04-022-8/+8
* Cleanups and version bump Miodrag Milanovic2016-03-304-25/+24
* Change INIPATH default to cover new HLSL presets (ini/presets) (nw) Scott Stone2016-03-301-1/+1
* Initial work to make MAME work on Android [Miodrag Milanovic] Miodrag Milanovic2016-03-274-4/+16
* Copy/paste some code from Windows OSD to get SDL going again - sorry if this ... Vas Crabb2016-03-243-2/+54
* Merge bgfx_shader into master, nw therealmogminer@gmail.com2016-03-234-69/+20
|\
| * Merge with master therealmogminer@gmail.com2016-03-219-1075/+80
| |\
| * | Add bgfx_backend and bgfx_debug options, fix compile error on mac, nw therealmogminer@gmail.com2016-03-181-2/+0
| * | Some bugfixes for BGFX on SDL, nw therealmogminer@gmail.com2016-03-183-5/+68
| * | Remove -mt, nw therealmogminer@gmail.com2016-03-151-61/+6
* | | Merge remote-tracking branch 'refs/remotes/mamedev/master' into integer_scali... Antonio Giner2016-03-203-28/+1
|\ \ \ | | |/ | |/|