summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/lib/osdlib_uwp.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove uwp specific sources Miodrag Milanovic2021-10-261-207/+0
|
* Bug fixes and usablility enhancements: Vas Crabb2021-01-291-3/+3
| | | | | | * Declare intent when requesting virtual memory (for NetBSD, 7712) * Improve scrolling behaviour in Qt debugger (MT07795) * Added prompts to input mapping menu to make it less intimidating
* cpu: Allow recompilers to work with W^X policy Vas Crabb2021-01-061-34/+51
|
* use C++ library includes (nw) firewave2020-01-221-1/+1
|
* Changed osd_get_clipboard_text() to return std::string (#5615) npwoods2019-09-111-8/+11
| | | | | | | | | | * Changed osd_get_clipboard_text() to return std::string This change has only been tested on Windows. The Un*x/Mac versions were made blindly; they might not even build. This needs to be checked prior to merging. * Fixing Mac OS X build (hopefully)
* osdlib: GetCurrentProcessId is valid on uwp (nw) cracyc2018-06-091-1/+1
|
* Discord plugin try 2 (#3640) cracyc2018-06-081-0/+10
| | | | | | | | | | | * plugins/discord: discord presence plugin [Carl] * plugins/discord: use domain sockets and pipes [Carl] * winptty: fix connecting to existing socket (nw) plugins/discord: show pause state (nw) * plugins/discord: fix pause behavior (nw)
* Move special windows.h include directives to build defines (nw) Brad Hughes2016-12-281-1/+0
|
* Remove LoadLibrary hack from UWP (nw) Brad Hughes2016-11-201-212/+0
|
* Add basic keyboard input to UWP (nw) Brad Hughes2016-11-111-5/+5
|
* removed not used macros (nw) Miodrag Milanovic2016-11-111-20/+0
|
* let osd_process_kill just kill, rest is on osd users, watchdog only in this ↵ Miodrag Milanovic2016-11-111-2/+0
| | | | case (nw)
* No need for osd_malloc, osd_malloc_array and osd_free (nw) Miodrag Milanovic2016-11-111-30/+0
| | | | MALLOC_DEBUG not applicable anymore since we use new to allocate in 99.9% of cases
* clipboard handling for uwp (nw) Miodrag Milanovic2016-11-111-3/+2
|
* MALLOC_DEBUG part is not able to compile on UWP (nw) Miodrag Milanovic2016-11-111-86/+2
|
* More UWP work - the UI actually renders (nw) Brad Hughes2016-11-101-1/+145
|
* Some more work on UWP (nw) Miodrag Milanovic2016-11-101-0/+383