Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-04 | custom icons for UserInfo (AVS, SeenPlugin) | George Hazan | |
2022-02-21 | fixes #3025 (occasional crash in AVS) | George Hazan | |
2022-01-01 | Happy new year, Miranda | dartraiden | |
2021-12-26 | DWORD -> uint32_t | George Hazan | |
2021-05-24 | AVS: fix for memory corruption | George Hazan | |
2021-03-28 | 21 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-17 | Update copyrights | dartraiden | |
2020-03-26 | AVS: code cleaning | George Hazan | |
2020-01-01 | Happy new year, Miranda | George Hazan | |
2019-09-27 | fix for a function name: | George Hazan | |
Clist_IsHidden => Contact_IsHidden Clist_HideContact => Contact_Hide | |||
2019-08-01 | fixes #2022 (shitty internal AVS flags finally removed from global include file) | George Hazan | |
2019-07-26 | warning fixes | George Hazan | |
2019-07-24 | unused field removed | George Hazan | |
2019-01-28 | mir_urlDecode & mir_urlEncode to return CMStringA | George Hazan | |
2019-01-04 | Update copyrights | dartraiden | |
2018-12-23 | cleanup | Mataes | |
2018-11-14 | unused MODULENAME macros removed | George Hazan | |
2018-11-12 | db_* functions replaced with g_plugin calls | George Hazan | |
2018-05-28 | what should be done to each C++ plugin (missing Unload functions might not ↵ | George Hazan | |
be overridden) | |||
2018-05-20 | CMPlugin to receive a reference to PLUGININFOEX | George Hazan | |
2018-05-15 | what 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-02 | related to #1241 - fix for AVS options' translation | George Hazan | |
2018-02-24 | more nullptr | Goraf | |
2018-02-24 | guard headers | Goraf | |
2018-02-21 | AVS: C++'11 iterators | aunsane | |
2018-01-26 | AdvaImg: | 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-01 | massive copyright update | dartraiden | |
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵ | Kirill Volinsky | |
62202ed10617927d5429bc59898e12a366abe744) | |||
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM | Kirill Volinsky | |
2017-11-29 | replace russian с to latin c | Kirill Volinsky | |
2017-11-28 | Source files converted to utf-8 | Kirill Volinsky | |
2017-08-05 | Change rest of Miranda NG links to https:// | Robert Pösel | |
2017-01-08 | code cleaning | George Hazan | |
2017-01-01 | bump copyright year | dartraiden | |
2016-07-26 | less 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-02 | Copyrights update part 3 (final) | Dart Raiden | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@15986 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-06-30 | MS_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-01 | another bunch of dead crutches: non-unicode avatar services | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@13961 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-05-15 | correct notification when avatar is removed | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@13609 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-04-24 | AVS - common project | Vadim Dashevskiy | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@13122 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c |