summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/monitor
Commit message (Collapse)AuthorAgeFilesLines
* fix windows compile (nw) Miodrag Milanovic2017-02-112-0/+2
|
* Remove emu.h from headers (nw) Olivier Galibert2017-02-112-0/+2
| | | | | | | | | | | | Per Vas' request. If the compile fails for you (i'm thinking osx and windows native debuggers here in particular), add '#include "emu.h"' as first include of the cpp files that fail. Due to our use of precompilation and forced inclusion, emu.h must be included as the very first non-comment thing we do if we want to be sure msvc compiles are identical to gcc/clang ones. Doing it directly instead of through an include increases the correctness probability by a magnitude.
* Move special windows.h include directives to build defines (nw) Brad Hughes2016-12-282-6/+0
|
* Merge pull request #1749 from bradhugh/dynamic_api Vas Crabb2016-12-021-10/+5
|\ | | | | Created DYNAMIC_API macros for dynamic bind helper classes
| * Update name of DYNAMIC_API macros (nw) Brad Hughes2016-12-011-4/+4
| |
| * Simpler low-cost implementation making modules and function pointers class ↵ Brad Hughes2016-11-211-6/+5
| | | | | | | | members instead (nw)
| * Changing singleton to be thread safe (nw) Brad Hughes2016-11-201-1/+1
| |
| * Created DYNAMIC_API macros for cleaner definition of dynamically linked ↵ Brad Hughes2016-11-201-11/+7
| | | | | | | | functions
* | Small 32 bit windows monitor module fix (nw) Brad Hughes2016-11-281-1/+1
|/
* Change window handle storage to template instead of void* (nw) (#1725) Brad Hughes2016-11-173-3/+4
| | | | * Change window handle storage to template instead of void* (nw)
* Small cleanup (nw) Miodrag Milanovic2016-11-111-0/+4
|
* More UWP work - the UI actually renders (nw) Brad Hughes2016-11-101-1/+17
|
* Cleanup linux OSD (nw) Miodrag Milanovic2016-10-221-1/+1
|
* Bulk renaming of Windows string conversion functions Nathan Woods2016-10-032-4/+4
| | | | | utf8_from_[a|w|t]string ==> osd::text::from_[a|w|t]string [a|w|t]string_from_utf8 ==> osd::text::to_[a|w|t]string
* srcclean (nw) Vas Crabb2016-09-264-6/+6
|
* Convert OSD monitor info to modules plus add DXGI implementation Brad Hughes2016-09-146-0/+731