summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/windows/window.h
Commit message (Expand)AuthorAgeFilesLines
* -merit/mtouchxl.cpp: Added touch-enabled layout. Vas Crabb2024-05-091-1/+1
* Initial touch input support: Vas Crabb2024-04-121-1/+45
* osd: Moved some windows-specific stuff into osd/windows/window.{h,cpp}. Vas Crabb2023-02-261-3/+10
* osd: Turned video modules into actual modules, fixed various issues. Vas Crabb2023-02-011-9/+12
* Various input and OSD refactoring: Vas Crabb2023-01-291-12/+0
* Clean up #includes in src/osd (#10029) ajrhacker2022-07-041-0/+1
* Correctly adjust window size based on the computed visible area for different... antonioginer2022-01-211-0/+1
* emu/render.cpp: Improved scale factor selection. (#8961) antonioginer2022-01-061-0/+1
* -frontend: Don't inappropriately truncate text in menu text boxes. Vas Crabb2021-11-081-4/+5
* Remove OSD_UWP from rest of code Miodrag Milanovic2021-10-261-12/+0
* -osd/windows: Minimise full-screen windows on losing focus (#2997). Vas Crabb2021-01-211-1/+0
* Second attempt at fixing Windows build (function is now defined in base class) AJR2021-01-051-1/+0
* osdwindow.cpp: Centralize basic functions; de-virtualize various getters AJR2021-01-041-13/+1
* Miscellaneous cleanup: Vas Crabb2020-10-101-17/+17
* -util/xmlfile: Escape attribute and element content. Vas Crabb2020-09-061-1/+2
* srcclean (nw) Vas Crabb2019-08-251-4/+4
* Creating an -attach_window command line parameter on Windows to attach to an ... npwoods2019-08-041-0/+11
* Merge pull request #5380 from npwoods/winwindow_has_focus_return_bool R. Belmont2019-07-221-1/+1
|\
| * Changed winwindow_has_focus() to return bool npwoods2019-07-221-1/+1
* | Changing win_window_info::draw_video_contents()'s update parameter to be npwoods2019-07-221-1/+1
|/
* Move special windows.h include directives to build defines (nw) Brad Hughes2016-12-281-1/+0
* Change window handle storage to template instead of void* (nw) (#1725) Brad Hughes2016-11-171-3/+3
* Small cleanup (nw) Miodrag Milanovic2016-11-111-1/+1
* Convert OSD monitor info to modules plus add DXGI implementation Brad Hughes2016-09-141-3/+1
* Make monitor list a list of shared_ptr like window_list (nw) Brad Hughes2016-07-011-8/+8
* Unify window_list in Windows and SDL OSD Brad Hughes2016-06-101-14/+2
* remove some dead threading code (nw) smf-2016-05-231-4/+1
* 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-5/+8
* Temp revert of Brad changes (nw) Miodrag Milanovic2016-04-251-8/+5
* Refactor OSD window. Brad Hughes2016-04-211-5/+8
* Add UWP implementation for cursor methods Brad Hughes2016-04-181-0/+5
* Standardize platform window pointer storage in osd_window. Brad Hughes2016-04-181-2/+8
* Use std::chrono instead of GetTickCount in window.cpp/h for Windows OSD Brad Hughes2016-04-151-3/+4
* winmain compile for UWP Brad Hughes2016-04-031-0/+8
* First take on render API reorg, nw therealmogminer@gmail.com2016-02-211-0/+6
* replace osd_lock with std::mutex [Miodrag Milanovic] Miodrag Milanovic2016-01-301-1/+2
* macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-121-2/+2
* fixing some more override (nw) Miodrag Milanovic2015-12-061-7/+7
* Aligned monitor handling between sdl and baseline. [Couriersud] couriersud2015-03-011-4/+4
* Fixed windows baseline build. couriersud2015-02-271-4/+3
* Introduced osd_rect and osd_dim to allow for more code alignment. (nw) couriersud2015-02-271-5/+5
* C++'d more of window.c (nw) couriersud2015-02-261-3/+19
* Moved opengl related stuff to modules/opengl couriersud2015-02-261-117/+1
* Cleanups and version bumpmame0159 Miodrag Milanovic2015-02-251-15/+15
* More alignment of code: couriersud2015-02-221-9/+13
* Make OpenGL renderer available in mainline build as well. This needs to couriersud2015-02-221-1/+10
* More code alignment for windows and renderer. (nw) couriersud2015-02-121-4/+8
* Remove start_viewscreen, fix sdl.mak. (nw) couriersud2015-02-121-3/+0
* More osd_window migration. (nw) couriersud2015-02-111-8/+19