summaryrefslogtreecommitdiff
path: root/plugins/AVS/src/stdafx.h
AgeCommit message (Collapse)Author
2022-08-04custom icons for UserInfo (AVS, SeenPlugin)George Hazan
2022-02-21fixes #3025 (occasional crash in AVS)George Hazan
2022-01-01Happy new year, Mirandadartraiden
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-05-24AVS: fix for memory corruptionGeorge Hazan
2021-03-2821 years after Win2k release we don't need win2k.h - everything we need is ↵George Hazan
included into minimum Windows SDK 7.1
2021-01-17Update copyrightsdartraiden
2020-03-26AVS: code cleaningGeorge Hazan
2020-01-01Happy new year, MirandaGeorge Hazan
2019-09-27fix for a function name:George Hazan
Clist_IsHidden => Contact_IsHidden Clist_HideContact => Contact_Hide
2019-08-01fixes #2022 (shitty internal AVS flags finally removed from global include file)George Hazan
2019-07-26warning fixesGeorge Hazan
2019-07-24unused field removedGeorge Hazan
2019-01-28mir_urlDecode & mir_urlEncode to return CMStringAGeorge Hazan
2019-01-04Update copyrightsdartraiden
2018-12-23cleanupMataes
2018-11-14unused MODULENAME macros removedGeorge Hazan
2018-11-12db_* functions replaced with g_plugin callsGeorge Hazan
2018-05-28what should be done to each C++ plugin (missing Unload functions might not ↵George Hazan
be overridden)
2018-05-20CMPlugin to receive a reference to PLUGININFOEXGeorge Hazan
2018-05-15what has to be done with each plugin:George Hazan
- remove DllMain; - replace global variable that carries hInstance with g_plugin.getInst(); - create an instance of CMPlugin template that passes the name of data module into its parent; - create an instance of CMPlugin class named g_plugin; - remove __NO_CMPLUGIN_NEEDED from stdafx.h
2018-04-02related to #1241 - fix for AVS options' translationGeorge Hazan
2018-02-24more nullptrGoraf
2018-02-24guard headersGoraf
2018-02-21AVS: C++'11 iteratorsaunsane
2018-01-26AdvaImg:George Hazan
- freeimage extracted to the separate library; - FI_INTERFACE removed, all references to it are replaced with direct calls of FreeImage_* functions; - unified project for AdvaImg
2018-01-01massive copyright updatedartraiden
2017-12-06convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵Kirill Volinsky
62202ed10617927d5429bc59898e12a366abe744)
2017-12-06convert all files exept curl and new_gpg to utf-8 BOMKirill Volinsky
2017-11-29replace russian с to latin cKirill Volinsky
2017-11-28Source files converted to utf-8Kirill Volinsky
2017-08-05Change rest of Miranda NG links to https://Robert Pösel
2017-01-08code cleaningGeorge Hazan
2017-01-01bump copyright yeardartraiden
2016-07-26less TCHARs:George Hazan
- TCHAR is replaced with wchar_t everywhere; - LPGENT replaced with either LPGENW or LPGEN; - fixes for ANSI plugins that improperly used _t functions; - TCHAR *t removed from MAllStrings; - ptszGroup, ptszTitle & ptszTab in OPTIONSDIALOGPAGE replaced with pwsz* git-svn-id: http://svn.miranda-ng.org/main/trunk@17133 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-01-02Copyrights update part 3 (final)Dart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@15986 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-30MS_CLIST_GETSTATUSMODEDESCRIPTION & MS_CLIST_GETCONTACTDISPLAYNAME replaced ↵George Hazan
with pcli->* members git-svn-id: http://svn.miranda-ng.org/main/trunk@14459 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-01another bunch of dead crutches: non-unicode avatar servicesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13961 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-15correct notification when avatar is removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13609 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-24AVS - common projectVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@13122 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c