index
:
mame
aaron-nl3
aaron-pci-cleanup
addrbus-64
arm3_copro
asmjit
cbm_joy_swap
cdimono2_wip
cdplay
cdtv_subcode
dc_pvr-thread
deprecated
draggable-layout
dribbling-nl
dsp563xx
floppysound
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
release0288
rendlay_vid
s23-firewire
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
script-eof-marker
shangha3_drop
taitoair_vco
taitotz-pixxiii
taitowlf_zoom
time-experiments
time-experiments2
voodoo_directx11
x86_std-exceptions
xbox_swlist
xtal
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
osd
/
sdl
/
window.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
osd/windows, osd/sdl: Only check for hold/drag conversion on losing pointer i...
Vas Crabb
2024-11-18
1
-1
/
+1
*
sdl/window.cpp: Remove assert(0 <= info->clickcnt) (#12951)
ajrhacker
2024-11-15
1
-3
/
+1
*
-osd: Update slider list on demand rather than on frame updated (fixes MT08857).
Vas Crabb
2024-04-27
1
-24
/
+0
*
Initial touch input support:
Vas Crabb
2024-04-12
1
-18
/
+354
*
-osd/mac, osd/sdl: Show prescale popup when it hasn't changed due to hitting ...
Vas Crabb
2024-02-18
1
-1
/
+1
*
sdl modify_prescale: don't indicate max value
hap
2024-02-17
1
-1
/
+1
*
osdsdl: move prescale keys from ctrl+f6/f7 to alt+f8/f9
hap
2024-02-17
1
-2
/
+2
*
osd/sdl: Don't specify SDL_WINDOW_BORDERLESS for full-screen windows. (#11546)
Davidian1024
2023-09-12
1
-1
/
+1
*
osd: Cleaner way of dealing with input updates.
Vas Crabb
2023-02-23
1
-2
/
+0
*
osd: Removed support for SDL < 2.0.6; apple/apple2video.cpp: Code style clean...
Vas Crabb
2023-02-21
1
-22
/
+0
*
osd: Turned video modules into actual modules, fixed various issues.
Vas Crabb
2023-02-01
1
-118
/
+24
*
Various input and OSD refactoring:
Vas Crabb
2023-01-29
1
-26
/
+17
*
srcclean and manual tidying up in preparation for 0.242 release
Vas Crabb
2022-03-27
1
-6
/
+6
*
sdl/window: add error retval check for bgfx on fallback
hap
2022-03-25
1
-3
/
+3
*
sdl/window: fix possible compile problem with init fallbacks
hap
2022-03-17
1
-3
/
+5
*
Updated BGFX fixes; verified as working on Linux and Windows. (#9420)
MooglyGuy
2022-03-15
1
-13
/
+41
*
Revert "More BGFX stability improvements (missing files + multi-window) (#9410)"
Vas Crabb
2022-03-16
1
-41
/
+13
*
More BGFX stability improvements (missing files + multi-window) (#9410)
MooglyGuy
2022-03-14
1
-13
/
+41
*
Correctly adjust window size based on the computed visible area for different...
antonioginer
2022-01-21
1
-0
/
+10
*
Render-related cleanup
AJR
2021-12-30
1
-0
/
+1
*
Correctly apply -keepaspect with -unevenstretchx/y. (#8209)
antonioginer
2021-07-02
1
-6
/
+2
*
-attach_window support for SDLMAME (#8070)
npwoods
2021-05-20
1
-2
/
+60
*
-A few incremental UI code improvements:
Vas Crabb
2021-03-12
1
-11
/
+8
*
-osd/windows: Minimise full-screen windows on losing focus (#2997).
Vas Crabb
2021-01-21
1
-7
/
+1
*
osdwindow.cpp: Centralize basic functions; de-virtualize various getters
AJR
2021-01-04
1
-84
/
+30
*
Remove keepaspect and fullstretch members of osd_video_config
AJR
2020-12-16
1
-3
/
+7
*
Fairly significant overhaul of Lua engine and some cleanup.
Vas Crabb
2020-11-25
1
-1
/
+1
*
Got rid of global_alloc/global_free.
Vas Crabb
2020-10-03
1
-2
/
+1
*
use C++ library includes (nw)
firewave
2020-01-22
1
-1
/
+1
*
osd/sdl/window.cpp: Remove misleading comments. (nw)
couriersud
2019-11-27
1
-14
/
+0
*
netlist: Revert development code committed by accident. (nw)
couriersud
2019-11-26
1
-3
/
+0
*
netlist: move nl_examples to src/lib/netlist/examples. (nw)
couriersud
2019-11-25
1
-0
/
+3
*
Remove up to one frame of input latency. (#5901)
antonioginer
2019-11-16
1
-3
/
+0
*
Make osd_printf_* use util/strformat semantics.
Vas Crabb
2019-09-26
1
-1
/
+4
*
Creating an -attach_window command line parameter on Windows to attach to an ...
npwoods
2019-08-04
1
-0
/
+10
*
Disable WII Lightgun hack by default (#5056)
Kiall Mac Innes
2019-05-14
1
-1
/
+1
*
Disable setting the SDL_WINDOW_OPENGL extra flag if -video none is set. This...
Dustin Stahlback
2018-10-09
1
-1
/
+1
*
Fix debug assert failure when using SDL fullscreen toggle (nw)
AJR
2018-08-06
1
-1
/
+1
*
sdl: Add SDL_WINDOW_BORDERLESS for fullscreen, required by some window manage...
Olivier Galibert
2017-06-25
1
-1
/
+1
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
1
-2
/
+2
*
Move special windows.h include directives to build defines (nw)
Brad Hughes
2016-12-28
1
-1
/
+0
*
Change window handle storage to template instead of void* (nw) (#1725)
Brad Hughes
2016-11-17
1
-19
/
+19
*
final srcclean
mame0179
Vas Crabb
2016-10-26
1
-1
/
+1
*
SDL: fixed alt-tab from locking up the window system on Linux and Mac. [Hans ...
Olivier Galibert
2016-10-24
1
-1
/
+1
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-10
/
+10
*
Convert OSD monitor info to modules plus add DXGI implementation
Brad Hughes
2016-09-14
1
-2
/
+3
*
Warp mode for relative mouse on OSX SDL 2.0.4
Brad Hughes
2016-08-27
1
-0
/
+20
*
Attempt to fix mouse state on startup in SDL builds by initialising members
Vas Crabb
2016-08-14
1
-6
/
+17
*
std::min and std:max instead of MIN and MAX, also some more macros converted ...
Miodrag Milanovic
2016-07-31
1
-10
/
+10
*
Make monitor list a list of shared_ptr like window_list (nw)
Brad Hughes
2016-07-01
1
-2
/
+2
[next]