aboutsummaryrefslogtreecommitdiff
path: root/c
AgeCommit message (Expand)Author
2022-07-30Formatting.John Ankarström
2022-07-29Add ListView::FindNextItem.John Ankarström
2022-07-29Use swprintf_s instead of string streams.John Ankarström
2022-07-28Refactor thread/timer.John Ankarström
2022-07-27Fix typo.John Ankarström
2022-07-27Fix status bar help message.John Ankarström
2022-07-27Fix remaining memory bugs.John Ankarström
2022-07-27Change WM_MENUSELECT handling.John Ankarström
2022-07-27Fix memory bug.John Ankarström
2022-07-27Improve resource.h.John Ankarström
2022-07-27Fix About dialog text.John Ankarström
2022-07-26Rewrite WM_MENUSELECT handling.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-25Move menu command processing to separate functions.John Ankarström
2022-07-25Reorganize resource IDs, message handling.John Ankarström
2022-07-25Show menu item info in status bar.John Ankarström
2022-07-24Update layout on theme change.John Ankarström
2022-07-24Fix PL_get_tchars.John Ankarström
2022-07-24Use Query object in DataListView::ShowEpisode.John Ankarström
2022-07-24Reorganize EpisodeListView::Update.John Ankarström
2022-07-24Add const.John Ankarström
2022-07-24Use std::vector for tracking selected episodes.John Ankarström
2022-07-24Rename g_hFocus to g_hWndFocus.John Ankarström
2022-07-24Improve window layout.John Ankarström
2022-07-23Fix display of Unicode text.John Ankarström
2022-07-23Prevent scrollbar from flickering.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-22Set owner of termination message box.John Ankarström
2022-07-22Simplify AWTEXT, AWFUN.John Ankarström
2022-07-21Simplify OnTerminate.John Ankarström
2022-07-20Improve fatal error messages.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-20Improve ANSI compatibility.John Ankarström
2022-07-20Fix ANSI compatibility.John Ankarström
2022-07-20Use template instead of Win32Error::twhat.John Ankarström
2022-07-20Fix timer.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 old comment.John Ankarström
2022-07-19Formatting.John Ankarström
2022-07-19Remove CreateStatusBar function.John Ankarström
2022-07-19Use static member function instead of friend function.John Ankarström