Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove uwp specific sources | 2021-10-26 | 1 | -207/+0 | |
| | |||||
* | Bug fixes and usablility enhancements: | 2021-01-29 | 1 | -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 | 2021-01-06 | 1 | -34/+51 | |
| | |||||
* | use C++ library includes (nw) | 2020-01-22 | 1 | -1/+1 | |
| | |||||
* | Changed osd_get_clipboard_text() to return std::string (#5615) | 2019-09-11 | 1 | -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) | 2018-06-09 | 1 | -1/+1 | |
| | |||||
* | Discord plugin try 2 (#3640) | 2018-06-08 | 1 | -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) | 2016-12-28 | 1 | -1/+0 | |
| | |||||
* | Remove LoadLibrary hack from UWP (nw) | 2016-11-20 | 1 | -212/+0 | |
| | |||||
* | Add basic keyboard input to UWP (nw) | 2016-11-11 | 1 | -5/+5 | |
| | |||||
* | removed not used macros (nw) | 2016-11-11 | 1 | -20/+0 | |
| | |||||
* | let osd_process_kill just kill, rest is on osd users, watchdog only in this ↵ | 2016-11-11 | 1 | -2/+0 | |
| | | | | case (nw) | ||||
* | No need for osd_malloc, osd_malloc_array and osd_free (nw) | 2016-11-11 | 1 | -30/+0 | |
| | | | | MALLOC_DEBUG not applicable anymore since we use new to allocate in 99.9% of cases | ||||
* | clipboard handling for uwp (nw) | 2016-11-11 | 1 | -3/+2 | |
| | |||||
* | MALLOC_DEBUG part is not able to compile on UWP (nw) | 2016-11-11 | 1 | -86/+2 | |
| | |||||
* | More UWP work - the UI actually renders (nw) | 2016-11-10 | 1 | -1/+145 | |
| | |||||
* | Some more work on UWP (nw) | 2016-11-10 | 1 | -0/+383 | |