| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move special windows.h include directives to build defines (nw) | 2016-12-28 | 1 | -4/+0 | |
| | | |||||
| * | Bulk renaming of Windows string conversion functions | 2016-10-03 | 1 | -21/+28 | |
| | | | | | | 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 | ||||
| * | Fixing const-ness on prototypes | 2016-10-03 | 1 | -2/+2 | |
| | | |||||
| * | Adding new string conversion overloads | 2016-10-01 | 1 | -2/+10 | |
| | | | | | [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. | ||||
| * | Changed strconv.[cpp|h] functions to return their results as std::string and ↵ | 2016-07-24 | 1 | -26/+9 | |
| | | | | | std::wstring | ||||
| * | Make monitor list a list of shared_ptr like window_list (nw) | 2016-07-01 | 1 | -0/+10 | |
| | | |||||
| * | Various cleanups suggested by static analyzer (nw) | 2016-04-24 | 1 | -1/+1 | |
| | | |||||
| * | Skeleton implementation for Universal windows main app classes. | 2016-04-10 | 1 | -0/+11 | |
| | | |||||
| * | Move font enumeration to OSD, separate font name from display name as needed ↵ | 2016-03-17 | 1 | -7/+9 | |
| | | | | | for OSX | ||||
| * | removed restriction link for BSD3 licensed files (nw) | 2015-05-07 | 1 | -3/+0 | |
| | | |||||
| * | removed not needed declaration (nw) | 2015-04-06 | 1 | -4/+0 | |
| | | |||||
| * | SDL and Windows strconv are the same thing. | 2015-03-29 | 1 | -0/+52 | |
