summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/strconv.h
Commit message (Collapse)AuthorAgeFilesLines
* Move special windows.h include directives to build defines (nw) Brad Hughes2016-12-281-4/+0
|
* Bulk renaming of Windows string conversion functions Nathan Woods2016-10-031-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 Nathan Woods2016-10-031-2/+2
|
* Adding new string conversion overloads Nathan Woods2016-10-011-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 ↵ Nathan Woods2016-07-241-26/+9
| | | | std::wstring
* Make monitor list a list of shared_ptr like window_list (nw) Brad Hughes2016-07-011-0/+10
|
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-1/+1
|
* Skeleton implementation for Universal windows main app classes. Brad Hughes2016-04-101-0/+11
|
* Move font enumeration to OSD, separate font name from display name as needed ↵ Vas Crabb2016-03-171-7/+9
| | | | for OSX
* removed restriction link for BSD3 licensed files (nw) Miodrag Milanovic2015-05-071-3/+0
|
* removed not needed declaration (nw) Miodrag Milanovic2015-04-061-4/+0
|
* SDL and Windows strconv are the same thing. Vas Crabb2015-03-291-0/+52