summaryrefslogtreecommitdiff
path: root/plugins/CrashDumper/src
AgeCommit message (Collapse)Author
2014-06-30More forum friendly BB-codes for CrashDumper and VersionInfo plugins (thx ↵Vadim Dashevskiy
Robyer) git-svn-id: http://svn.miranda-ng.org/main/trunk@9628 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-06-30revert of previous commitVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@9626 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-06-30More forum friendly BB-codesVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@9625 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-05-22spelling correctionDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@9275 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-04-24-fixes #652 (VersionInfo don't see langpacks)Tobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@9072 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-02-02m_database.h is not needed in many casesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8017 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-25end of version zooGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7880 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-01copyright update for year 2014George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7438 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-12-19- added special detection for Windows 8.1Tobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@7287 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-19preparing to the transparent cyphering: end of ↵George Hazan
MS_DB_CRYPT_ENCODESTRING/MS_DB_CRYPT_DECODESTRING git-svn-id: http://svn.miranda-ng.org/main/trunk@6938 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-16Ability to disable MessageBox on crash (create BYTE value ↵Tobias Weimer
"ShowCrashMessageBox" = 0) git-svn-id: http://svn.miranda-ng.org/main/trunk@6923 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-10bkstring removed from CrashDumperGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@6857 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-10-24more warning fixesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@6608 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-10-11crash dumper detached from C Runtime errors, cause Miranda disables them in ↵George Hazan
the very beginning git-svn-id: http://svn.miranda-ng.org/main/trunk@6439 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-09-29no need load dll when lib linkedKirill Volinsky
old code about chat.dll removed from tabsrmm git-svn-id: http://svn.miranda-ng.org/main/trunk@6266 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-09-25valid options initializationGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@6225 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-09-23fix for XP compatibilityGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@6200 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-09-22plugins cleanupKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@6185 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-09-16removed not needed _MSC_VER checksKirill Volinsky
removed double comstant from modern warning fix git-svn-id: http://svn.miranda-ng.org/main/trunk@6087 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-09-11fix for broken VS2012 headersGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@6049 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-08-19- CrashDumper - correct version of previous commitVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@5741 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-08-19- VersionInfo - fix for IE detectVadim Dashevskiy
- CrashDumper - Correct SIZEOF (patch from person) git-svn-id: http://svn.miranda-ng.org/main/trunk@5740 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-08-18cpuname fix (patch from person)Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@5736 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-08-16mir_md5_byte_t => BYTE;George Hazan
macros mir_base64_encode_bufsize for calculating buffer size macros mir_base64_encodebuf for in-place base64 encoding git-svn-id: http://svn.miranda-ng.org/main/trunk@5716 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-07-26replace sprintf to mir_snprintf (part 7)Kirill Volinsky
removed not used files git-svn-id: http://svn.miranda-ng.org/main/trunk@5490 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-07-25replace sprintf to mir_snprintf (part 6)Kirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@5485 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-07-08Correct url for all plugins.Robert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@5279 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-06-04end of base64* zoo George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4879 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-19"PopUp" everywhere was replaced to "Popup"Robert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@4730 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-16words of wisdom were well receivedGeorge Hazan
now the shortened types are called ptrA, ptrT & ptrW respectively git-svn-id: http://svn.miranda-ng.org/main/trunk@4682 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-16shortened typedefs for string buffers:George Hazan
MCBuf -> mir_ptr<char> MTBuf -> mir_ptr<TCHAR> MWBuf -> mir_ptr<WCHAR> git-svn-id: http://svn.miranda-ng.org/main/trunk@4680 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-16we don't need VS2003/2005 support as wellGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4673 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-04-06menu item flag CMIF_ICONFROMICOLIB is ignored by the core from now onGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4354 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-04-06small cleanupKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@4336 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-04-05- rest of menus cleared;George Hazan
- old database macroses wiped out from all plugins (left in m_database.h for compatibility) git-svn-id: http://svn.miranda-ng.org/main/trunk@4324 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-24MS_NETLIB_URLENCODE removed from all plugins, but still exists in the coreGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4181 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-14- translation fixes (patch from Basil)Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@4016 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-11rest of minor TopToolbar_AddButton issuesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3981 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-11- translation fixes (patch from Basil)Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@3972 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-01useless Folders support checks removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3824 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-23added precompiled headerKirill Volinsky
added version info git-svn-id: http://svn.miranda-ng.org/main/trunk@3720 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-13- boost updated to 1.53, and should be placed into ..\..\boost folderGeorge Hazan
- various compilation fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@3591 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-08removed not needed interfacesKirill Volinsky
added filter git-svn-id: http://svn.miranda-ng.org/main/trunk@3495 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-12-02new easy standard way of registering icons: Icon_RegisterGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@2601 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-12-01SKINICONDESC initialization - end of storyGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@2598 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-28various menu initialization quirksGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@2552 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-02final switch to the typed icolib apiGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@2152 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-10-19fix for the protocols listGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@1986 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-10-07death of old nasty clutch with MS_PROTO_ENUMPROTOCOLS & PROTOACCOUNT::typeGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@1799 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-09-24fix for catching wrong crashes George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@1645 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c