summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/sdl/window.cpp
Commit message (Expand)AuthorAgeFilesLines
* osd: Cleaner way of dealing with input updates. Vas Crabb2023-02-231-2/+0
* osd: Removed support for SDL < 2.0.6; apple/apple2video.cpp: Code style clean... Vas Crabb2023-02-211-22/+0
* osd: Turned video modules into actual modules, fixed various issues. Vas Crabb2023-02-011-118/+24
* Various input and OSD refactoring: Vas Crabb2023-01-291-26/+17
* srcclean and manual tidying up in preparation for 0.242 release Vas Crabb2022-03-271-6/+6
* sdl/window: add error retval check for bgfx on fallback hap2022-03-251-3/+3
* sdl/window: fix possible compile problem with init fallbacks hap2022-03-171-3/+5
* Updated BGFX fixes; verified as working on Linux and Windows. (#9420) MooglyGuy2022-03-151-13/+41
* Revert "More BGFX stability improvements (missing files + multi-window) (#9410)" Vas Crabb2022-03-161-41/+13
* More BGFX stability improvements (missing files + multi-window) (#9410) MooglyGuy2022-03-141-13/+41
* Correctly adjust window size based on the computed visible area for different... antonioginer2022-01-211-0/+10
* Render-related cleanup AJR2021-12-301-0/+1
* Correctly apply -keepaspect with -unevenstretchx/y. (#8209) antonioginer2021-07-021-6/+2
* -attach_window support for SDLMAME (#8070) npwoods2021-05-201-2/+60
* -A few incremental UI code improvements: Vas Crabb2021-03-121-11/+8
* -osd/windows: Minimise full-screen windows on losing focus (#2997). Vas Crabb2021-01-211-7/+1
* osdwindow.cpp: Centralize basic functions; de-virtualize various getters AJR2021-01-041-84/+30
* Remove keepaspect and fullstretch members of osd_video_config AJR2020-12-161-3/+7
* Fairly significant overhaul of Lua engine and some cleanup. Vas Crabb2020-11-251-1/+1
* Got rid of global_alloc/global_free. Vas Crabb2020-10-031-2/+1
* use C++ library includes (nw) firewave2020-01-221-1/+1
* osd/sdl/window.cpp: Remove misleading comments. (nw) couriersud2019-11-271-14/+0
* netlist: Revert development code committed by accident. (nw) couriersud2019-11-261-3/+0
* netlist: move nl_examples to src/lib/netlist/examples. (nw) couriersud2019-11-251-0/+3
* Remove up to one frame of input latency. (#5901) antonioginer2019-11-161-3/+0
* Make osd_printf_* use util/strformat semantics. Vas Crabb2019-09-261-1/+4
* Creating an -attach_window command line parameter on Windows to attach to an ... npwoods2019-08-041-0/+10
* Disable WII Lightgun hack by default (#5056) Kiall Mac Innes2019-05-141-1/+1
* Disable setting the SDL_WINDOW_OPENGL extra flag if -video none is set. This... Dustin Stahlback2018-10-091-1/+1
* Fix debug assert failure when using SDL fullscreen toggle (nw) AJR2018-08-061-1/+1
* 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