Brad Hughes
b47ec24df6
Move special windows.h include directives to build defines (nw)
2016-12-28 15:07:28 -05:00
Nathan Woods
85ba2fde28
Bulk renaming of Windows string conversion functions
...
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
2016-10-03 23:20:25 -04:00
Nathan Woods
314a7e7906
Fixing const-ness on prototypes
2016-10-03 21:49:58 -04:00
Nathan Woods
c0ff37c30d
Adding new string conversion overloads
...
[a|w|t|utf8]_from_[a|w|t|utf8_]string(xyz.c_str()) seems to be common enough to justify overloads. Also, I'm explicitly assuming that it is legal to override the NUL pointer within a C++ basic_string (e.g. - s[s.size()] = '\0'). As far as I can tell, this seems to be legal - please don't shoot if I am wrong.
2016-10-01 14:53:32 -04:00
Nathan Woods
ab73291e47
Changed strconv.[cpp|h] functions to return their results as std::string and std::wstring
2016-07-24 22:55:00 -04:00
Brad Hughes
ad47988e79
Make monitor list a list of shared_ptr like window_list (nw)
2016-07-01 21:38:05 -04:00
Miodrag Milanovic
89c5e1f681
Various cleanups suggested by static analyzer (nw)
2016-04-24 12:58:31 +02:00
Brad Hughes
ea0a6844f7
Skeleton implementation for Universal windows main app classes.
2016-04-10 17:18:23 -04:00
Vas Crabb
a3b35f8bc6
Move font enumeration to OSD, separate font name from display name as needed for OSX
2016-03-17 00:04:52 +11:00
Miodrag Milanovic
f5ba2d39b3
removed restriction link for BSD3 licensed files (nw)
2015-05-07 11:25:01 +02:00
Miodrag Milanovic
9eafc36819
removed not needed declaration (nw)
2015-04-06 14:08:50 +02:00
Vas Crabb
3010be4c30
SDL and Windows strconv are the same thing.
2015-03-29 18:23:02 +11:00