aboutsummaryrefslogtreecommitdiff
path: root/c/common.h
AgeCommit message (Expand)Author
2022-08-03Split common.h to util.h, wcharptr.h and win.h.John Ankarström
2022-08-03Minor improvements.John Ankarström
2022-08-03Load uxtheme dynamically.John Ankarström
2022-08-02Improve wstring_owner, rename to wchar_ptr.John Ankarström
2022-08-02Replace maybe_make.John Ankarström
2022-08-02Implement draggable split.John Ankarström
2022-07-31Make WsoFromSz and WsoCopy static member functions of wstring_owner.John Ankarström
2022-07-31Limit use of Hungarian notation.John Ankarström
2022-07-31Simplify exception handling.John Ankarström
2022-07-31Use _snwprintf_s instead of swprintf_s for wszf.John Ankarström
2022-07-30Add wstring_owner, replacing std::wstring.John Ankarström
2022-07-29Use swprintf_s instead of string streams.John Ankarström
2022-07-26Use 's' instead of 'str' for as prefix for managed strings.John Ankarström
2022-07-26Remove ANSI compatibility.John Ankarström
2022-07-26Improve Win32Error, library handling code.John Ankarström
2022-07-24Improve window layout.John Ankarström
2022-07-23Fix display of Unicode text.John Ankarström
2022-07-23Improve UpdateLayout and ResizeColumns.John Ankarström
2022-07-22Cache GetSystemMetrics values with variable template.John Ankarström
2022-07-22Simplify AWTEXT, AWFUN.John Ankarström
2022-07-21Simplify OnTerminate.John Ankarström
2022-07-20Simplify UpdateLayout.John Ankarström
2022-07-20Simplify require, prefer.John Ankarström
2022-07-20Use GetLastError() as default for Win32Error.John Ankarström
2022-07-20Use template instead of Win32Error::twhat.John Ankarström
2022-07-20Fix bug in and rename throw_nil, warn_nil.John Ankarström
2022-07-20Simplify templates.John Ankarström
2022-07-19Use std::declval.John Ankarström
2022-07-19Formatting.John Ankarström
2022-07-19Check Windows API calls for errors more consistently.John Ankarström
2022-07-19Remove EBMessageBoxA.John Ankarström
2022-07-19Implement centered message box.John Ankarström
2022-07-18Improve Library::GetProcAddress.John Ankarström
2022-07-18Solve compiler warnings.John Ankarström
2022-07-18Add Unicode support to Win32Error.John Ankarström
2022-07-17Prefer f() over f(void).John Ankarström
2022-07-17Name function arguments in headers.John Ankarström
2022-07-17Add const to pointers, update spacing.John Ankarström
2022-07-17Add const to places.John Ankarström
2022-07-17Remove TsmFromSz.John Ankarström
2022-07-16Formatting.John Ankarström
2022-07-16Rewrite TszFromSz as TsmFromSz.John Ankarström
2022-07-15Split defs.h into separate header files.John Ankarström
2022-02-15Combine header files.John Ankarström
2022-02-15Rework list view code.John Ankarström