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
/
windows
/
window.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
|
/
*
Changed a number of comment declarations to read *.cpp instead of *.c
npwoods
2019-06-16
1
-1
/
+1
*
(nw) Clean up the mess on master
Vas Crabb
2019-03-26
1
-5
/
+24
*
Revert "conflict resolution (nw)"
andreasnaive
2019-03-25
1
-24
/
+5
*
misc fixes
Vas Crabb
2019-02-18
1
-5
/
+24
*
srcclean and cleanup (nw)
Vas Crabb
2018-10-28
1
-1
/
+1
*
osdwindows: Fixed the BGFX not rendering across multiple windows. Internal UI...
mooglyguy
2018-10-06
1
-0
/
+1
*
fix building for windows with qt debugger. [smf]
smf-
2017-12-26
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
*
Cleanup, we already have NOMINMAX now in scripts (nw)
Miodrag Milanovic
2017-02-11
1
-3
/
+0
*
Change window handle storage to template instead of void* (nw) (#1725)
Brad Hughes
2016-11-17
1
-42
/
+42
*
Revert "using of IS_ENABLED in files used in tiny build (nw)"
Miodrag Milanovic
2016-11-12
1
-1
/
+1
*
using of IS_ENABLED in files used in tiny build (nw)
Miodrag Milanovic
2016-11-11
1
-1
/
+1
*
Small cleanup (nw)
Miodrag Milanovic
2016-11-11
1
-2
/
+2
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-10
/
+10
*
use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c...
Miodrag Milanovic
2016-10-22
1
-1
/
+1
*
srcclean (nw)
Vas Crabb
2016-09-26
1
-1
/
+1
*
Convert OSD monitor info to modules plus add DXGI implementation
Brad Hughes
2016-09-14
1
-46
/
+40
*
for bool type use true and false (nw)
Miodrag Milanovic
2016-07-31
1
-4
/
+4
*
std::min and std:max instead of MIN and MAX, also some more macros converted ...
Miodrag Milanovic
2016-07-31
1
-9
/
+9
*
BGFX: fix crash when bgfx effect folder is not present or incomplete
Giuseppe Gorgoglione
2016-07-18
1
-1
/
+1
*
Make monitor list a list of shared_ptr like window_list (nw)
Brad Hughes
2016-07-01
1
-7
/
+7
*
Cleanup and version bump
mame0175
Miodrag Milanovic
2016-06-29
1
-1
/
+1
*
fix handling VIDEO_NONE on windows (nw)
Miodrag Milanovic
2016-06-12
1
-1
/
+5
*
Move window_list to osd_common_t
Brad Hughes
2016-06-11
1
-26
/
+26
*
Unify window_list in Windows and SDL OSD
Brad Hughes
2016-06-10
1
-49
/
+43
*
Fix -resolution and -switchres
Brad Hughes
2016-05-26
1
-3
/
+1
*
ui refactoring [Vas Crabb]
Vas Crabb
2016-05-27
1
-1
/
+1
*
remove some dead threading code (nw)
smf-
2016-05-23
1
-131
/
+6
*
window.cpp - Remove dead WM_USER_* events for which handling was causing cras...
Paul Priest
2016-05-22
1
-26
/
+0
*
Move slider_state and ui_menu_item into src/frontend/mame, nw
therealmogminer@gmail.com
2016-05-16
1
-0
/
+1
*
no deps between osd and frontend, internal debugger removed (nw)
Miodrag Milanovic
2016-05-06
1
-2
/
+1
*
leftovers from mt (nw)
Miodrag Milanovic
2016-05-06
1
-64
/
+1
*
Cleanups and version bump
mame0173
Miodrag Milanovic
2016-04-27
1
-3
/
+3
*
Reset menu on toggle fullscreen [barlog]
Miodrag Milanovic
2016-04-26
1
-1
/
+5
*
Fix for Alt-Enter on Brad code (nw)
Miodrag Milanovic
2016-04-25
1
-2
/
+2
*
Revert "Temp revert of Brad changes (nw)"
Miodrag Milanovic
2016-04-25
1
-100
/
+70
*
Temp revert of Brad changes (nw)
Miodrag Milanovic
2016-04-25
1
-70
/
+100
*
Various cleanups suggested by static analyzer (nw)
Miodrag Milanovic
2016-04-24
1
-2
/
+2
*
Refactor OSD window.
Brad Hughes
2016-04-21
1
-100
/
+70
[next]