aboutsummaryrefslogtreecommitdiff
path: root/c/main.cpp
AgeCommit message (Expand)Author
2022-08-15Add testing system.HEADmasterJohn Ankarström
2022-08-15Fix bug...John Ankarström
2022-08-13Minor changes.John Ankarström
2022-08-11Minor formatting.John Ankarström
2022-08-10Improve structure.John Ankarström
2022-08-09Add eb.el.John Ankarström
2022-08-09Add WithNextWindow function.John Ankarström
2022-08-07Add showtodo script.John Ankarström
2022-08-07Add Strcpy.John Ankarström
2022-08-07Simplify WaitFor.John Ankarström
2022-08-07Use mark.John Ankarström
2022-08-06Add const.John Ankarström
2022-08-06Update cached system metrics on DPI change.John Ankarström
2022-08-06Minor changes.John Ankarström
2022-08-06Use typedefs when interacting with Win32 API.John Ankarström
2022-08-05Rename Dragger functions.John Ankarström
2022-08-04Use C++ casts, nullptr.John Ankarström
2022-08-04Clean up.John Ankarström
2022-08-04Add comments.John Ankarström
2022-08-03Minor changes.John Ankarström
2022-08-03Use Pascal case for all functions.John Ankarström
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-03Clean up Dragger.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-02Remember data list view height across sessions.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-30Simplify EpisodeListView::UpdateItem, remove m_lviFocus.John Ankarström
2022-07-30Show dynamic status bar tips.John Ankarström
2022-07-30Add wstring_owner, replacing std::wstring.John Ankarström
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-27Change WM_MENUSELECT handling.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