summaryrefslogtreecommitdiff
path: root/plugins/CrashDumper
AgeCommit message (Collapse)Author
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
2018-12-28CrashDumper: cleanupKirill Volinsky
MyDetails: moved to m_gui
2018-12-27CrashDumper: code cleanningKirill Volinsky
2018-12-27more code cleaningGeorge Hazan
2018-12-27code cleaningGeorge Hazan
2018-12-24CrashDumper: moved to m_guiKirill Volinsky
2018-11-12db_* functions replaced with g_plugin callsGeorge Hazan
2018-07-11int hLangpack/m_hLang removed and replaced with HPLUGINGeorge Hazan
2018-07-05fix for random crash fix on startGeorge Hazan
2018-05-29common version resource extracted to the separate fileGeorge Hazan
own version resource remains only for miranda32.exe, mir_app.dll and pascal plugins
2018-05-28all plugins => CMPlugin virtual functionsGeorge Hazan