summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/windows/window.cpp
Commit message (Expand)AuthorAgeFilesLines
* document some error (nw) MetalliC2020-02-151-0/+1
* fixed some modernize-use-auto clang-tidy warnings (nw) (#6238) Oliver Stöneberg2020-01-301-3/+3
* fixed some clang-tidy warnings (nw) (#6236) Oliver Stöneberg2020-01-301-7/+7
* fixed some clang-tidy warnings (nw) (#6197) Oliver Stöneberg2020-01-221-11/+11
* Removed some dead static variables (nw) (#5458) npwoods2019-08-111-9/+1
* Creating an -attach_window command line parameter on Windows to attach to an ... npwoods2019-08-041-10/+105
* Merge pull request #5380 from npwoods/winwindow_has_focus_return_bool R. Belmont2019-07-221-3/+3
|\
| * Changed winwindow_has_focus() to return bool npwoods2019-07-221-3/+3
* | Merge pull request #5379 from npwoods/draw_video_contents_take_bool R. Belmont2019-07-221-3/+3
|\ \
| * | Changing win_window_info::draw_video_contents()'s update parameter to be npwoods2019-07-221-3/+3
| |/
* / Removing a stray (likely vestigial) variable from window.cpp (nw) npwoods2019-07-221-8/+0
|/
* Changed a number of comment declarations to read *.cpp instead of *.c npwoods2019-06-161-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-5/+24
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-24/+5
* misc fixes Vas Crabb2019-02-181-5/+24
* srcclean and cleanup (nw) Vas Crabb2018-10-281-1/+1
* osdwindows: Fixed the BGFX not rendering across multiple windows. Internal UI... mooglyguy2018-10-061-0/+1
* fix building for windows with qt debugger. [smf] smf-2017-12-261-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-2/+2
* Cleanup, we already have NOMINMAX now in scripts (nw) Miodrag Milanovic2017-02-111-3/+0
* Change window handle storage to template instead of void* (nw) (#1725) Brad Hughes2016-11-171-42/+42
* Revert "using of IS_ENABLED in files used in tiny build (nw)" Miodrag Milanovic2016-11-121-1/+1
* using of IS_ENABLED in files used in tiny build (nw) Miodrag Milanovic2016-11-111-1/+1
* Small cleanup (nw) Miodrag Milanovic2016-11-111-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-10/+10
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-1/+1
* srcclean (nw) Vas Crabb2016-09-261-1/+1
* Convert OSD monitor info to modules plus add DXGI implementation Brad Hughes2016-09-141-46/+40
* for bool type use true and false (nw) Miodrag Milanovic2016-07-311-4/+4
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-9/+9
* BGFX: fix crash when bgfx effect folder is not present or incomplete Giuseppe Gorgoglione2016-07-181-1/+1
* Make monitor list a list of shared_ptr like window_list (nw) Brad Hughes2016-07-011-7/+7
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-1/+1
* fix handling VIDEO_NONE on windows (nw) Miodrag Milanovic2016-06-121-1/+5
* Move window_list to osd_common_t Brad Hughes2016-06-111-26/+26
* Unify window_list in Windows and SDL OSD Brad Hughes2016-06-101-49/+43
* Fix -resolution and -switchres Brad Hughes2016-05-261-3/+1
* ui refactoring [Vas Crabb] Vas Crabb2016-05-271-1/+1
* remove some dead threading code (nw) smf-2016-05-231-131/+6
* window.cpp - Remove dead WM_USER_* events for which handling was causing cras... Paul Priest2016-05-221-26/+0
* Move slider_state and ui_menu_item into src/frontend/mame, nw therealmogminer@gmail.com2016-05-161-0/+1
* no deps between osd and frontend, internal debugger removed (nw) Miodrag Milanovic2016-05-061-2/+1
* leftovers from mt (nw) Miodrag Milanovic2016-05-061-64/+1
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-3/+3
* Reset menu on toggle fullscreen [barlog] Miodrag Milanovic2016-04-261-1/+5
* Fix for Alt-Enter on Brad code (nw) Miodrag Milanovic2016-04-251-2/+2
* Revert "Temp revert of Brad changes (nw)" Miodrag Milanovic2016-04-251-100/+70
* Temp revert of Brad changes (nw) Miodrag Milanovic2016-04-251-70/+100
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-2/+2
* Refactor OSD window. Brad Hughes2016-04-211-100/+70