summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/windows/window.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add UWP implementation for cursor methods Brad Hughes2016-04-181-0/+36
* fix compile (nw) David Haywood2016-04-181-2/+2
* Check that we have a window before updating cursor state Brad Hughes2016-04-181-2/+6
* Standardize platform window pointer storage in osd_window. Brad Hughes2016-04-181-72/+97
* Fix crash with -video none, nw therealmogminer@gmail.com2016-04-181-1/+4
* Add AVI writing to bgfx, nw therealmogminer@gmail.com2016-04-171-0/+6
* Use std::chrono instead of GetTickCount in window.cpp/h for Windows OSD Brad Hughes2016-04-151-8/+12
* ui: Re-enabled configuration menu for single-machine and added some options. dankan18902016-04-151-0/+8
* Make OSDs return ui_menu_item lists, not slider_state lists therealmogminer@gmail.com2016-04-101-1/+1
* Make sliders use an std::vector instead of a linked list, nw therealmogminer@gmail.com2016-04-101-23/+4
* Cleanups and version bump Miodrag Milanovic2016-03-301-28/+28
* Merge bgfx_shader into master, nw therealmogminer@gmail.com2016-03-231-93/+40
|\
| * Per-screen sliders and some bugfixing, nw therealmogminer@gmail.com2016-03-231-4/+23
| * Merge with master therealmogminer@gmail.com2016-03-211-20/+7
| |\
| * | Fix scrolling in slider list, nw therealmogminer@gmail.com2016-03-171-3/+2
| * | Remove -mt, nw therealmogminer@gmail.com2016-03-151-91/+7
| * | Add most of the rest of the D3D HLSL chain, nw therealmogminer@gmail.com2016-03-151-1/+15