| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-01-08 | Update copyrights | dartraiden | |
| 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-02-18 | fixes #2744 + code cleaning | George Hazan | |
| 2021-01-22 | further clist options optimization | George Hazan | |
| 2021-01-17 | Update copyrights | dartraiden | |
| 2020-01-01 | Happy new year, Miranda | George Hazan | |
| 2019-07-21 | Restore "Free for chat" status support (fixes #1963) | dartraiden | |
| 2019-05-27 | fixes #1963 (Remove Free for Chat, On the Phone and Out to Lunch statuses ↵ | George Hazan | |
| completely) | |||
| 2019-01-04 | Update copyrights | dartraiden | |
| 2018-11-13 | clist_modern -> g_plugin | George Hazan | |
| 2018-08-30 | minor code cleaning | George Hazan | |
| 2018-07-27 | Clist_Modern: | George Hazan | |
| - fixes #1518 (clist_modern account panel filter logic); - code cleaning | |||
| 2018-05-27 | global variable name standardization | George Hazan | |
| 2018-05-23 | no need to initialize pcli variable in each plugin (only in Clist_*) | George Hazan | |
| 2018-04-07 | Proto_GetStatus is used everywhere instead of PS_GETSTATUS | George Hazan | |
| 2018-04-07 | status caching moved from MenuItem to PROTOACCOUNT - this is very effective | George Hazan | |
| 2018-04-07 | finally that perversion with double protocol caching in clist died | George Hazan | |
| 2018-04-07 | duplicate ME_PROTO_ACK handlers merged together | George Hazan | |
| 2018-04-05 | bunch of obsoleted CLIST_INTERFACE::Tray* methods removed or moved to ↵ | George Hazan | |
| Clist_Tray* | |||
| 2018-04-03 | Accounts() : iterator for accounts | George Hazan | |
| 2018-04-03 | CLIST_INTERFACE: | George Hazan | |
| - unused members removed (requires new History++ for people who compile Miranda themselves); - useless helpers Proto_IsAccountEnabled & Proto_IsProtocolLocked replaced with direct calls of PROTOACCOUNT members IsEnabled & IsLocked respectively; - static interface member pfnGetProtocolVisibility replaced with static function Clist_GetProtocolVisibility or PROTOACCOUNT::IsVisible when possible | |||
| 2018-04-03 | Clist_modern: fix for calculating common protocol status even for old protocols | George Hazan | |
| 2018-02-20 | second instance of the same account status checker removed | George Hazan | |
| 2018-02-20 | Clist_Modern: very strange manual icon's visibility checker replaced with ↵ | George Hazan | |
| the core one | |||
| 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-11-13 | Code modernize ... | Goraf | |
| * replace 0/NULL with nullptr [using clang-tidy] | |||
| 2017-09-04 | Clist_Modern: | George Hazan | |
| - useless error message removed; - code cleaning; - version bump; | |||
| 2017-08-05 | Change rest of Miranda NG links to https:// | Robert Pösel | |
| 2017-03-31 | couple of memleak fixes | 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-04-28 | code cleaning | George Hazan | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@16787 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2016-04-26 | R.I.P m_clui.h, you helped us alot | George Hazan | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@16767 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-07-03 | - IDR_CONTEXT resource removed from all clists; | George Hazan | |
| - all menu control rewritten using Menu_* functions, thus making group & tray menu customizable in StdClist & Clist_Nicer; - major gdi resource leak fixed git-svn-id: http://svn.miranda-ng.org/main/trunk@14483 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2015-07-02 | tray menu functions also moved to the core. | George Hazan | |
| now all menu items are gathered there git-svn-id: http://svn.miranda-ng.org/main/trunk@14476 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 | |||
| 2015-06-29 | ownerData isolated inside TMO_IntMenuItem not to allow external structures ↵ | George Hazan | |
| to play with it git-svn-id: http://svn.miranda-ng.org/main/trunk@14443 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2015-06-29 | - unified menu creation using wrapper class CMenuItem; | George Hazan | |
| - duplicated hLangpack field removed from TMO_IntMenuItem; - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@14440 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2015-06-28 | finally CLISTEVENT removed completely | George Hazan | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@14430 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2015-06-27 | - clist menus went to functions | George Hazan | |
| - m_clist.h cleaning & reordering git-svn-id: http://svn.miranda-ng.org/main/trunk@14422 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2015-06-27 | - CLISTMENUITEM::pszContactOwner removed, because it's supported only by ↵ | George Hazan | |
| contact's menu; - Menu_AddContactMenuItem now receives parameter szProto; - Menu_Add* helpers are converted into real functions; git-svn-id: http://svn.miranda-ng.org/main/trunk@14409 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
