summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/windows/winutf8.cpp
Commit message (Collapse)AuthorAgeFilesLines
* fixed some modernize-use-auto clang-tidy warnings (nw) (#6238) Oliver Stöneberg2020-01-301-1/+1
|
* use C++ library includes (nw) firewave2020-01-221-1/+1
|
* Changed a number of comment declarations to read *.cpp instead of *.c npwoods2019-06-161-1/+1
|
* (nw) Clean up the mess on master Vas Crabb2019-03-261-5/+5
| | | | | | | | | | | | | This effectively reverts b380514764cf857469bae61c11143a19f79a74c5 and c24473ddff715ecec2e258a6eb38960cf8c8e98e, restoring the state at 598cd5227223c3b04ca31f0dbc1981256d9ea3ff. Before pushing, please check that what you're about to push is sane. Check your local commit log and ensure there isn't anything out-of-place before pushing to mainline. When things like this happen, it wastes everyone's time. I really don't need this in a week when real work™ is busting my balls and I'm behind where I want to be with preparing for MAME release.
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-5/+5
| | | | | This reverts commit c24473ddff715ecec2e258a6eb38960cf8c8e98e, reversing changes made to 009cba4fb8102102168ef32870892438327f3705.
* osd/windows: Send logerror to stderr if no debugger is attached and -oslog ↵ Vas Crabb2019-01-131-5/+5
| | | | is on.
* Move special windows.h include directives to build defines (nw) Brad Hughes2016-12-281-1/+0
|
* UWP builds again but by no means working (nw) Brad Hughes2016-11-101-0/+6
|
* Bulk renaming of Windows string conversion functions Nathan Woods2016-10-031-8/+8
| | | | | 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
* Changed win_get_window_text_utf8() to return std::string Nathan Woods2016-09-251-16/+17
| | | | | | This eliminated an unnecessary conversion step. Also, I have no idea what this WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP) stuff is; it is hard to understand how it could possibly be correct because it ignores the 'window' parameter
* Changed strconv.[cpp|h] functions to return their results as std::string and ↵ Nathan Woods2016-07-241-60/+27
| | | | std::wstring
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-7/+7
|
* Removing unused functions from winutf8.cpp. Also adding UWP implementations ↵ Brad Hughes2016-03-231-103/+10
| | | | for Set/GetWindowText.
* more cleanups and fix (nw) Miodrag Milanovic2015-11-111-1/+1
|
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+262