| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-05-03 | mir_forkThread<typename> - stronger typizatioin for thread function parameter | George Hazan | |
| 2018-04-07 | duplicate ME_PROTO_ACK handlers merged together | George Hazan | |
| 2018-04-06 | CLIST_INTERFACE::pfnClcOptionsChanged => Clist_ClcOptionsChanged | George Hazan | |
| CLIST_INTERFACE::pfnRegisterFileDropping & CLIST_INTERFACE::pfnUnregisterFileDropping => suspended | |||
| 2018-04-06 | CLIST_INTERFACE::pfnRemoveItemFromGroup => Clist_RemoveItemFromGroup | George Hazan | |
| CLIST_INTERFACE::pfnFreeGroup => suspended | |||
| 2018-04-06 | CLIST_INTERFACE::pfnDeleteItemFromTree => Clist_DeleteItemFromTree | George Hazan | |
| 2018-04-06 | CLIST_INTERFACE::pfnSaveStateAndRebuildList => Clist_SaveStateAndRebuildList | George Hazan | |
| 2018-04-06 | CLIST_INTERFACE::pfnGetGroupCountsText => Clist_GetGroupCountsText | George Hazan | |
| CLIST_INTERFACE::pfnEnsureVisible => Clist_EnsureVisible | |||
| 2018-04-06 | CLIST_INTERFACE::pfnDoSelectionDefaultAction => Clist_DoSelectionDefaultAction | George Hazan | |
| 2018-04-06 | CLIST_INTERFACE::pfnEndRename => Clist_EndRename | George Hazan | |
| 2018-04-06 | CLIST_INTERFACE::pfnDeleteFromContactList => Clist_DeleteFromContactList | George Hazan | |
| 2018-04-06 | CLIST_INTERFACE::pfnIsHiddenMode => Clist_IsHiddenMode | George Hazan | |
| 2018-04-06 | CLIST_INTERFACE::pfnHideInfoTip => Clist_HideInfoTip | George Hazan | |
| 2018-04-06 | CLIST_INTERFACE::pfnNotifyNewContact => Clist_NotifyNewContact | George Hazan | |
| 2018-04-06 | CLIST_INTERFACE::pfnRecalculateGroupCheckboxes => ↵ | George Hazan | |
| Clist_RecalculateGroupCheckboxes | |||
| 2018-04-06 | CLIST_INTERFACE::pfnSetGroupChildCheckboxes => Clist_SetGroupChildCheckboxes | George Hazan | |
| 2018-04-06 | CLIST_INTERFACE::pfnInvalidateItem => Clist_InvalidateItem | George Hazan | |
| 2018-04-06 | CLIST_INTERFACE::pfnGetCacheEntry => Clist_GetCacheEntry | George Hazan | |
| 2018-04-05 | bunch of obsoleted CLIST_INTERFACE::Tray* methods removed or moved to ↵ | George Hazan | |
| Clist_Tray* | |||
| 2018-04-04 | static function CLIST_INTERFACE::pfnGetContactIcon exported as ↵ | George Hazan | |
| Clist_GetContactIcon (history++ to be recompiled) | |||
| 2018-04-04 | static function CLIST_INTERFACE::pfnInitAutoRebuild replaced with ↵ | George Hazan | |
| Clist_InitAutoRebuild | |||
| 2018-03-27 | there's no need to load contacts from unloaded protocols | George Hazan | |
| 2018-03-23 | fix for loading menus | George Hazan | |
| 2018-03-10 | ClistModern: fix for a very old bug when selection jumps to the first line ↵ | George Hazan | |
| during group's expansion/contraction | |||
| 2018-01-26 | code optimization | 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-13 | Code modernize ... | Goraf | |
| * replace 0/NULL with nullptr [using clang-tidy] | |||
| 2017-09-05 | Clist Modern: more code cleaning | George Hazan | |
| 2017-09-04 | Clist_Modern: | George Hazan | |
| - useless error message removed; - code cleaning; - version bump; | |||
| 2017-08-20 | minus ModernOpt | George Hazan | |
| 2017-08-06 | Update rest of links to https | Robert Pösel | |
| 2017-08-05 | Change rest of Miranda NG links to https:// | Robert Pösel | |
| 2017-03-22 | - Clist_ClearSearch considered useless; | George Hazan | |
| - pfnDoSelectionDefaultAction rewritten to handle search correctly | |||
| 2017-03-17 | no need to rebuild the whole clist if the search window is empty | George Hazan | |
| 2017-01-17 | useless field DBEVENTINFO::cbSize removed | George Hazan | |
| 2017-01-01 | bump copyright year | dartraiden | |
| 2016-09-26 | - duplicated code removed from cliFindItem; | George Hazan | |
| - FindItem function removed completely; - CLIST_INTERFACE::pfnFindItem now only compare one item; - static function Clist_FindItem now serves as pcli->pfnFindItem git-svn-id: http://svn.miranda-ng.org/main/trunk@17335 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2016-09-14 | second major wipeout of database services & structures: | George Hazan | |
| - DBCONTACTENUMSETTINGS removed; - all helpers moved to mir_core.dll git-svn-id: http://svn.miranda-ng.org/main/trunk@17296 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2016-09-06 | Clist_GetImageList() | George Hazan | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@17266 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2016-09-02 | - three remaining clist services converted into functions ↵ | George Hazan | |
| (Clist_MenuProcessCommand, Clist_IsDocked, Clist_MenuProcessHotkey); - old unused junk removed from CLIST_INTERFACE with its stubs; - all unused clist services also removed with bunch of another crap like unused params git-svn-id: http://svn.miranda-ng.org/main/trunk@17243 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2016-07-29 | no more TCHARs | George Hazan | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@17143 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 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-27 | <tchar.h> removed from <m_system.h> | George Hazan | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@17136 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-07-25 | hello, Unix. | George Hazan | |
| phase 1: removing _T() git-svn-id: http://svn.miranda-ng.org/main/trunk@17127 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2016-07-20 | non-redefined function pfnClcBroadcast made static -> Clist_Broadcast | George Hazan | |
| also its async variant created and published as Clist_BroadcastAsync git-svn-id: http://svn.miranda-ng.org/main/trunk@17108 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2016-06-01 | - finally clist_modern's own rebuild all function got wiped out; | George Hazan | |
| - massive removal of duplicate code; - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@16894 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2016-05-28 | fixes #1246 (Stripped height of rows in clist_modern) | George Hazan | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@16882 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2016-05-28 | 2 static functions removed from CLIST_INTERFACE. | George Hazan | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@16881 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
