summaryrefslogtreecommitdiff
path: root/plugins/CrashDumper
AgeCommit message (Collapse)Author
2024-10-16fixes #4736 (VersionInfo: в Windows XP вместо дат ↵George Hazan
выводятся кракозябры)
2024-09-15VI: added database encryption modeGeorge Hazan
2024-05-01code cleaningGeorge Hazan
2024-04-08fixes #4327 (CrashDumper: плагин не может корректно ↵George Hazan
показать дату в Windows XP)
2024-02-29fixes #4254 (CrashDumper to use Windows local date & time format)George Hazan
2024-02-23clipboard copy function is able now to copy in multiple formats at a timeGeorge Hazan
2024-01-08Update copyrightsdartraiden
2023-10-15fixes #3738 (CrashDumper: ошибочный показ активного ↵George Hazan
журнала)
2023-10-15fixes #3328 (CrashDumper: предупреждение об ↵George Hazan
отсутствии отладочных символов)
2023-10-11fixes #3328 (CrashDumper: предупреждение об ↵George Hazan
отсутствии отладочных символов)
2023-01-15fixes #3301 (CrashDumper: add info about the log used to the Version Info ↵George Hazan
report)
2023-01-02Update copyrightsdartraiden
2022-12-17Mediawiki considers URLs with and without a trailing slash as different ↵dartraiden
pages, see https://phabricator.wikimedia.org/T14703
2022-09-26more clipboard shit removedGeorge Hazan
2022-05-07Netlib_OpenConnection - finally old stupid structure NETLIBOPENCONNECTION ↵George Hazan
died and converted into a set of parameters + code cleaning
2022-01-12this menu item is also uselessGeorge Hazan
2022-01-12fixes #2993 (CrashDumper: drop vi.miranda-ng.org support)George Hazan
2022-01-01Happy new year, Mirandadartraiden
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-12-26BYTE -> uint8_tGeorge Hazan
2021-12-26PBYTE -> uint8_t*George Hazan
2021-12-26WCHAR -> wchar_tGeorge Hazan
2021-04-11custom references to "PluginDisable" module removedGeorge Hazan
2021-02-06fixes #2716 + code cleaningGeorge Hazan
2021-01-18minor code cleaningGeorge Hazan
2021-01-18fixes #2698 (Add current db format (mdbx, sqlite) to version info report)George Hazan
2021-01-17Update copyrightsdartraiden
2020-06-04all improper calls of OnClose replaced with OnDestroy / OnApplyGeorge Hazan
2020-06-04UI classes:George Hazan
- CDlgBase::m_bSucceeded variable introduced to check whether IDOK was pressed or not; - unused/useless buttons with id=IDOK or IDCANCEL removed; - brnOk.OnClick replaced with OnApply calls; - unused/useless calls of EndDialog/EndModal removed; - minor code cleaning
2020-05-22fix for broken project file compatibility in VS2019 16.6.0George Hazan
2020-01-13Netlib_GetHeader() - handful utility to avoid writing cyclesGeorge Hazan
2020-01-09if smth cannot be incuded, it shall be inlinedGeorge Hazan
2020-01-01Happy new year, Miranda, part 2dartraiden
2020-01-01Happy new year, MirandaGeorge Hazan
2019-12-16fixes #2147 (missing database link in CrashDumper's options)George Hazan
2019-09-04CrashDumper:George Hazan
- fixes #2043 (CrashDumper: add option to disable VI popup); - massive cleaning of options-related code; - version bump
2019-08-26obsolete services removed from core & replaced with functionsGeorge Hazan
2019-07-24NLHR_PTR - smart pointers make better codeGeorge Hazan
2019-06-03Folders: old TCHAR helpers removedGeorge Hazan
2019-05-13CDlgBase::SetMinSize - a way to get rid of WM_GETMINMAXINFO in DlgProcGeorge Hazan
2019-04-12wiping custom icolib functions: CrashDumperGeorge Hazan
2019-03-08life is too short to remember whether this structure is zeroed or notGeorge Hazan
2019-03-05Popup:George Hazan
- wiping out checks for service presence; - code cleaning
2019-02-27popup code cleaning (cause we have no tchar.h)George Hazan
2019-02-09CrashDumper: fix for displaying dll versionsGeorge Hazan
2019-01-28mir_urlDecode & mir_urlEncode to return CMStringAGeorge Hazan
2019-01-09CrashDumper: 2nd attempt fixes #1736 (CrashDumper: "Use classic dates" ↵Mataes
options should not depend on "Generate crash reports")
2019-01-08fixes #1736 (CrashDumper: "Use classic dates" options should not depend on ↵George Hazan
"Generate crash reports")
2019-01-04Update copyrightsdartraiden
2018-12-29CrashDumper: fixed window resizeMataes