index
:
mame
aaron-nl3
aaron-pci-cleanup
arm3_copro
asmjit
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
docs_wavwrite
draggable-layout
dribbling-nl
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
m57_troangel-bluesea
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
qt6_position-fix
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
sound
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
osd
/
windows
/
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
-6
/
+2
*
-util/corefile.cpp: Fixed core_file failing to propagate write errors.
Vas Crabb
2024-06-21
1
-7
/
+10
*
ui/selmenu.cpp: Fixed issue with focus rotation when filter matches no items.
Vas Crabb
2024-05-11
1
-2
/
+2
*
-merit/mtouchxl.cpp: Added touch-enabled layout.
Vas Crabb
2024-05-09
1
-9
/
+9
*
-osd: Update slider list on demand rather than on frame updated (fixes MT08857).
Vas Crabb
2024-04-27
1
-27
/
+1
*
input/input_sdl.cpp: Added an SDL lightgun provider.
Vas Crabb
2024-04-26
1
-27
/
+38
*
Initial touch input support:
Vas Crabb
2024-04-12
1
-49
/
+516
*
osd/modules/input: Various cleanup and minor enhancements.
Vas Crabb
2024-03-04
1
-3
/
+3
*
osd: Moved some windows-specific stuff into osd/windows/window.{h,cpp}.
Vas Crabb
2023-02-26
1
-0
/
+2
*
osd: Cleaner way of dealing with input updates.
Vas Crabb
2023-02-23
1
-5
/
+0
*
osd/windows/window.cpp: Allow BGFX to bounce cleanly when toggling fullscreen...
Vas Crabb
2023-02-02
1
-0
/
+4
*
osd: Turned video modules into actual modules, fixed various issues.
Vas Crabb
2023-02-01
1
-154
/
+72
*
Various input and OSD refactoring:
Vas Crabb
2023-01-29
1
-47
/
+55
*
bgfx: Save values of most sliders per-system.
Vas Crabb
2023-01-08
1
-1
/
+2
*
osd/windows/window.cpp: Fixed a crash when toggling fullscreen. [Ryan Holtz] ...
MooglyGuy
2022-12-16
1
-1
/
+4
*
sdl/window: add error retval check for bgfx on fallback
hap
2022-03-25
1
-1
/
+1
*
Updated BGFX fixes; verified as working on Linux and Windows. (#9420)
MooglyGuy
2022-03-15
1
-1
/
+2
*
Revert "More BGFX stability improvements (missing files + multi-window) (#9410)"
Vas Crabb
2022-03-16
1
-2
/
+1
*
More BGFX stability improvements (missing files + multi-window) (#9410)
MooglyGuy
2022-03-14
1
-1
/
+2
*
osd/modules/input/input_rawinput.cpp: Allow re-plugging mouse/keyboard.
Vas Crabb
2022-03-11
1
-3
/
+15
*
Correctly adjust window size based on the computed visible area for different...
antonioginer
2022-01-21
1
-1
/
+19
*
emu/render.cpp: Improved scale factor selection. (#8961)
antonioginer
2022-01-06
1
-1
/
+4
*
-frontend: Don't inappropriately truncate text in menu text boxes.
Vas Crabb
2021-11-08
1
-2
/
+30
*
Remove OSD_UWP from rest of code
Miodrag Milanovic
2021-10-26
1
-36
/
+0
*
Fix various typos in comments
AJR
2021-10-05
1
-1
/
+1
*
Correctly apply -keepaspect with -unevenstretchx/y. (#8209)
antonioginer
2021-07-02
1
-7
/
+3
*
-A few incremental UI code improvements:
Vas Crabb
2021-03-12
1
-12
/
+21
*
-osd/windows: Minimise full-screen windows on losing focus (#2997).
Vas Crabb
2021-01-21
1
-8
/
+17
*
Attempt at fixing Windows build
AJR
2021-01-05
1
-1
/
+1
*
osdwindow.cpp: Centralize basic functions; de-virtualize various getters
AJR
2021-01-04
1
-109
/
+42
*
Fixed the build.
Robbbert
2020-12-18
1
-1
/
+1
*
Remove keepaspect and fullstretch members of osd_video_config
AJR
2020-12-16
1
-6
/
+8
*
-Lua cleanup and documentation migration checkpoint.
Vas Crabb
2020-12-16
1
-2
/
+2
*
-Switch to building MAME as C++17.
Vas Crabb
2020-11-15
1
-0
/
+2
*
Miscellaneous cleanup:
Vas Crabb
2020-10-10
1
-143
/
+144
*
osd/windows: Don't restrict borderless full-screen windows to monitor work ar...
Vas Crabb
2020-09-12
1
-20
/
+20
*
-util/xmlfile: Escape attribute and element content.
Vas Crabb
2020-09-06
1
-7
/
+8
*
windows: reduce minimum window height (nw)
hap
2020-06-26
1
-10
/
+11
*
windows: more lenient with resizing very large views in windowed mode (nw)
hap
2020-06-25
1
-9
/
+13
*
document some error (nw)
MetalliC
2020-02-15
1
-0
/
+1
*
fixed some modernize-use-auto clang-tidy warnings (nw) (#6238)
Oliver Stöneberg
2020-01-30
1
-3
/
+3
*
fixed some clang-tidy warnings (nw) (#6236)
Oliver Stöneberg
2020-01-30
1
-7
/
+7
*
fixed some clang-tidy warnings (nw) (#6197)
Oliver Stöneberg
2020-01-22
1
-11
/
+11
*
Removed some dead static variables (nw) (#5458)
npwoods
2019-08-11
1
-9
/
+1
*
Creating an -attach_window command line parameter on Windows to attach to an ...
npwoods
2019-08-04
1
-10
/
+105
*
Merge pull request #5380 from npwoods/winwindow_has_focus_return_bool
R. Belmont
2019-07-22
1
-3
/
+3
|
\
|
*
Changed winwindow_has_focus() to return bool
npwoods
2019-07-22
1
-3
/
+3
*
|
Merge pull request #5379 from npwoods/draw_video_contents_take_bool
R. Belmont
2019-07-22
1
-3
/
+3
|
\
\
|
*
|
Changing win_window_info::draw_video_contents()'s update parameter to be
npwoods
2019-07-22
1
-3
/
+3
|
|
/
*
/
Removing a stray (likely vestigial) variable from window.cpp (nw)
npwoods
2019-07-22
1
-8
/
+0
|
/
[next]