Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-08 | Update copyrights | dartraiden | |
2023-11-21 | Clist_Modern: fix for a translation issue in Options - Skins | George Hazan | |
2023-01-31 | fixes #3316 (Метаконтакты: добавить пункт ↵ | George Hazan | |
контекстного меню для разворачивания/сворачивания) | |||
2023-01-02 | Update copyrights | dartraiden | |
2022-01-01 | Happy new year, Miranda | dartraiden | |
2021-12-26 | BYTE -> uint8_t | George Hazan | |
2021-05-10 | suddenly: tipper services were used as string constants | George Hazan | |
(cherry picked from commit 15fcbbc128178ea5a4cdb1a58927a43ea740be88) | |||
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-01-01 | Happy new year, Miranda | George Hazan | |
2019-02-27 | fixes #1701 (Clist modern: add contact sorting by last online time) | George Hazan | |
2019-02-06 | fixes #1786 (Clist Modern constantly checks if the status message has been ↵ | George Hazan | |
updated even if there's no need to do that) | |||
2019-01-18 | Clist_modern: | ElzorFox | |
add 'Last Seen' support to status text version bump | |||
2019-01-04 | Update copyrights | dartraiden | |
2018-06-23 | unused shit removed | George Hazan | |
2018-05-28 | all plugins => CMPlugin virtual functions | George Hazan | |
2018-05-20 | CMPlugin to receive a reference to PLUGININFOEX | George Hazan | |
2018-05-16 | clist_nicer => CMPlugin | George Hazan | |
2018-05-16 | Clist_modern => CMPlugin | George Hazan | |
2018-05-15 | __NO_CMPLUGIN_NEEDED added to plugin headers to allow them be compiled | George Hazan | |
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-09-04 | Clist_Modern: | George Hazan | |
- useless error message removed; - code cleaning; - version bump; | |||
2017-08-20 | minus ModernOpt | George Hazan | |
2017-08-15 | anonymous SRMM services got names | George Hazan | |
2017-08-05 | Change rest of Miranda NG links to https:// | Robert Pösel | |
2017-02-14 | fix for include duplicates & recursions | George Hazan | |
2017-01-01 | bump copyright year | dartraiden | |
2016-07-27 | less TCHARs | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17138 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
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-06-29 | clist_modern: removed crazy code | MikalaiR | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17044 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-05-19 | - unused functions removed; | George Hazan | |
- cliFreeCacheItem & cliCheckCacheItem functions are teached to call basic core functions git-svn-id: http://svn.miranda-ng.org/main/trunk@16852 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-04-28 | code cleaning | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@16787 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-04-28 | - 2nd & 3rd lines handling unification; | George Hazan | |
- no need to copy data to make async calls; - no need to launch a thread to save a couple of msecs on a very large roster; - unused code & params cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@16785 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-04-22 | - major atavism removed: clist_modern own cache; | George Hazan | |
- cache items are never deleted; - MS_CLIST_INVALIDATEDISPLAYNAME service removed and replaced with pcli->pfnInvalidateDisplayNameCacheEntry() call git-svn-id: http://svn.miranda-ng.org/main/trunk@16744 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-03-24 | - db_get_ts -> db_get_tsa; | George Hazan | |
- code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@16533 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-03-23 | code cleaning | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@16530 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-09-29 | runtime allocation functions replaced with mir_* | George Hazan | |
function strdupn() removed git-svn-id: http://svn.miranda-ng.org/main/trunk@15475 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-07-02 | unified project for clist_modern | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@14473 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c |