summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/sdl/window.cpp
Commit message (Expand)AuthorAgeFilesLines
* sdl: Add SDL_WINDOW_BORDERLESS for fullscreen, required by some window manage... Olivier Galibert2017-06-251-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-2/+2
* Move special windows.h include directives to build defines (nw) Brad Hughes2016-12-281-1/+0
* Change window handle storage to template instead of void* (nw) (#1725) Brad Hughes2016-11-171-19/+19
* final srccleanmame0179 Vas Crabb2016-10-261-1/+1
* SDL: fixed alt-tab from locking up the window system on Linux and Mac. [Hans ... Olivier Galibert2016-10-241-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-10/+10
* Convert OSD monitor info to modules plus add DXGI implementation Brad Hughes2016-09-141-2/+3
* Warp mode for relative mouse on OSX SDL 2.0.4 Brad Hughes2016-08-271-0/+20
* Attempt to fix mouse state on startup in SDL builds by initialising members Vas Crabb2016-08-141-6/+17
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-10/+10
* Make monitor list a list of shared_ptr like window_list (nw) Brad Hughes2016-07-011-2/+2
* Fix mouse behavior on OSX Brad Hughes2016-06-251-7/+25
* Move window_list to osd_common_t Brad Hughes2016-06-111-7/+7
* Unify window_list in Windows and SDL OSD Brad Hughes2016-06-101-13/+7
* 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-181-0/+1
* no deps between osd and frontend, internal debugger removed (nw) Miodrag Milanovic2016-05-061-3/+1
* fix windows SDL build (nw) Miodrag Milanovic2016-05-061-1/+1
* RIP sdlinc.h couriersud2016-05-061-3/+1
* Remove dead code left over from "-mt". [Couriersud] couriersud2016-05-061-331/+104
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-4/+4
* 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-251-104/+78
* Temp revert of Brad changes (nw) Miodrag Milanovic2016-04-251-78/+104
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-4/+4
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-1/+1
* Refactor OSD window. Brad Hughes2016-04-211-104/+78
* SDL cleanup (nw) Miodrag Milanovic2016-04-201-15/+0
* 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-181-27/+50
|/
* fix SDL compile (nw) arbee2016-04-101-1/+1
* convert osd_event into a class. Since all is std:: now, reduce to couriersud2016-04-101-9/+3
* Make sliders use an std::vector instead of a linked list, nw therealmogminer@gmail.com2016-04-101-24/+4
* Fix SDL build on linux: couriersud2016-04-091-3/+55
* Fixed joystick on Android preventing application to crash, cleanup init for S... Miodrag Milanovic2016-04-021-1/+1
* Cleanups and version bump Miodrag Milanovic2016-03-301-22/+22
* Copy/paste some code from Windows OSD to get SDL going again - sorry if this ... Vas Crabb2016-03-241-0/+44
* Merge bgfx_shader into master, nw therealmogminer@gmail.com2016-03-231-63/+6
|\
| * Merge with master therealmogminer@gmail.com2016-03-211-15/+1
| |\
| * | Add bgfx_backend and bgfx_debug options, fix compile error on mac, nw therealmogminer@gmail.com2016-03-181-2/+0
| * | Remove -mt, nw therealmogminer@gmail.com2016-03-151-61/+6
* | | Merge remote-tracking branch 'refs/remotes/mamedev/master' into integer_scali... Antonio Giner2016-03-201-15/+1
|\ \ \ | | |/ | |/|
| * | Fix SDL input focus tracking bug plus remove references to USE_OLD_SDL_INPUT ... Brad Hughes2016-03-191-15/+1
| |/