index
:
mame
aaron-nl3
aaron-pci-cleanup
aerofgtb_yoffs
arm3_copro
asmjit
atarist_floppy-sounds
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
draggable-layout
dribbling-nl
hlsl_aviplay
lindbergh_exp
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
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
sis_8042
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Skeleton driver for 600 Cellular Activation Tester (#11225)
MooglyGuy
2023-05-13
1
-1
/
+1
*
osd/windows: Create single-threaded COM apartment on main thread.
Vas Crabb
2023-04-08
2
-1
/
+6
*
Various optimisations to code generaton.
Vas Crabb
2023-03-26
1
-1
/
+1
*
osd: Moved some windows-specific stuff into osd/windows/window.{h,cpp}.
Vas Crabb
2023-02-26
2
-3
/
+12
*
Update accumulating relative inputs exactly once per frame.
Vas Crabb
2023-02-24
2
-3
/
+3
*
osd: Cleaner way of dealing with input updates.
Vas Crabb
2023-02-23
3
-8
/
+1
*
osd: Don't pump events when reading inputs.
Vas Crabb
2023-02-23
2
-2
/
+3
*
-osd/windows/winutil.cpp: Better way to get module handle.
Vas Crabb
2023-02-12
1
-3
/
+6
*
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
5
-273
/
+98
*
Various input and OSD refactoring:
Vas Crabb
2023-01-29
8
-479
/
+477
*
osd: Added option to accept SDL game controller/joystick input when losing UI...
Vas Crabb
2023-01-14
2
-3
/
+0
*
bgfx: Save values of most sliders per-system.
Vas Crabb
2023-01-08
1
-1
/
+2
*
util/options.cpp: Fixed overriden default option values from OSD.
Vas Crabb
2022-12-19
1
-4
/
+4
*
osd/modules/file: Don't magically substitute environment variables when openi...
npwoods
2022-12-17
1
-4
/
+4
*
osd/windows/window.cpp: Fixed a crash when toggling fullscreen. [Ryan Holtz] ...
MooglyGuy
2022-12-16
1
-1
/
+4
*
Patched up some gaps in functionality and fixed some bugs.
Vas Crabb
2022-09-02
2
-1
/
+68
*
Clean up #includes in src/osd (#10029)
ajrhacker
2022-07-04
2
-0
/
+2
*
osdcore.h: Changed osd_subst_env to accept a std::string_view and return a st...
npwoods
2022-06-15
1
-3
/
+4
*
util/options.h: Removed legacy OPTION_* option type constants. (#9851)
npwoods
2022-05-30
1
-100
/
+100
*
osd: Cleaned up Windows API usage a little.
Vas Crabb
2022-05-26
2
-14
/
+19
*
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
*
-bgfx: Added default LUT PNG, fixes LUT-effect crash. Fixed external texture ...
MooglyGuy
2022-03-12
1
-2
/
+2
*
osd/modules/input/input_rawinput.cpp: Allow re-plugging mouse/keyboard.
Vas Crabb
2022-03-11
2
-3
/
+17
*
Correctly adjust window size based on the computed visible area for different...
antonioginer
2022-01-21
2
-1
/
+20
*
emu/render.cpp: Improved scale factor selection. (#8961)
antonioginer
2022-01-06
2
-1
/
+5
*
clang fixes
smf-
2021-11-19
1
-4
/
+1
*
osd/windows: Don't set parent window for error message box - it doesn't appre...
Vas Crabb
2021-11-13
1
-2
/
+4
*
-osd/windows: Fixed stupid potential deadlock on exit.
Vas Crabb
2021-11-13
1
-1
/
+0
*
-osd/windows: Show error message box on a separate thread (see MT08118).
Vas Crabb
2021-11-12
1
-3
/
+64
*
-frontend: Don't inappropriately truncate text in menu text boxes.
Vas Crabb
2021-11-08
2
-6
/
+35
*
Remove OSD_UWP from rest of code
Miodrag Milanovic
2021-10-26
6
-300
/
+8
*
-ui: Put software description on the left and sort by description by default.
Vas Crabb
2021-10-06
1
-0
/
+2
*
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
*
Add -share_directory option. This sets a directory on the host system which ...
arbee
2021-05-08
1
-0
/
+1
*
Disable sleep when using -bench.
Aaron Giles
2021-03-31
1
-0
/
+1
*
-A few incremental UI code improvements:
Vas Crabb
2021-03-12
1
-12
/
+21
*
Eliminate ARRAY_LENGTH template in favor of C++17's std::size
AJR
2021-02-14
2
-4
/
+4
*
-osd/windows: Minimise full-screen windows on losing focus (#2997).
Vas Crabb
2021-01-21
2
-9
/
+17
*
Much more core std::string_view modernization
AJR
2021-01-20
1
-12
/
+12
*
Tidy up loose ends:
Vas Crabb
2021-01-06
1
-9
/
+13
*
Second attempt at fixing Windows build (function is now defined in base class)
AJR
2021-01-05
1
-1
/
+0
*
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
2
-122
/
+43
*
Low-level #include overhaul
AJR
2021-01-02
1
-1
/
+1
*
Fixed the build.
Robbbert
2020-12-18
1
-1
/
+1
[next]