summaryrefslogtreecommitdiff
path: root/src/modules/metacontacts
AgeCommit message (Collapse)Author
2014-12-14SetWindowText(GetDlgItem(...)) -> SetDlgItemText(...)Rozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11391 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-14SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...)Rozhuk Ivan
SendDlgItemMessage(...BM_GETCHECK ...) -> IsDlgButtonChecked(...) constants fix for CheckDlgButton() git-svn-id: http://svn.miranda-ng.org/main/trunk@11387 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-13SendMessage(GetDlgItem -> SendDlgItemMessageRozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11383 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-08code cleanup around mir_snprintfRozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11285 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-01mir_snprintf(..., sizeof() -> SIZEOF(), ...)Rozhuk Ivan
small fixs cleanups git-svn-id: http://svn.miranda-ng.org/main/trunk@11188 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-01ZeroMemory -> memset, few bugs fisedRozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11184 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-30new sorting functions appliedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11180 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-30Multiple fixes buff size for GetText and SetText.Rozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11165 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-28Massive code cleanup and fixes for a lot of warnings reported in #837Tobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@11136 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-10-12this variable should also be deletedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10772 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-10-12if last sub gets deleted, we need to remove a metaGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10771 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-03unused code cleanedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10045 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-02fix for converting a contact into a metaGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10039 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-02fix for the case when the default sub is offline, and SRMM looks for the ↵George Hazan
most online sub git-svn-id: http://svn.miranda-ng.org/main/trunk@10035 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-24mc menu items to be disabled for groupchatsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9935 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-22no, unique settings are not always strings... (ICQ suxx & must die)George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9921 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-21translation fixVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@9897 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-16in _tcsncpy_s / _tcsncat_s / strncpy_s / strncat_s the second parameter to ↵George Hazan
be omitted if the size of first one is fixed (not to contaminate sources with the excessive code) git-svn-id: http://svn.miranda-ng.org/main/trunk@9829 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-13fixes #736 (Converting a contact into metacontact sometimes renames it)George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9786 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-10typing notify handler in MetaContacts considered uselessGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9760 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-01fix for Subcontacts menu items sort orderGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9637 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-06-29sub status calculation untied from SRMMGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9622 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-06-28fixes #630 p.2 (user must have a choice to display either Nick or ↵George Hazan
DisplayName in SRMM menu) git-svn-id: http://svn.miranda-ng.org/main/trunk@9605 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-06-26fix for not setting the current sub from menuGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9584 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-06-25MetaContact -> metacontact; decapitalizationDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@9573 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-06-24typoDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@9571 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-06-24useless metacontact sub's priorities wiped outGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9562 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-06-23code cleaning George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9561 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-06-23more correct way of catching incoming messagesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9560 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-06-23srmm icon to follow the received messagesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9559 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-06-22fix for setting sub's status & nickGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9558 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-06-22fix for changing sub's iconGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9556 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-06-22message sending fixGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9554 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-06-22current sub in tabSRMM untied from the meta servicesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9553 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-06-14fix for MirVer in metasGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9469 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-06-13tabSRMM to open subs as subs, metas as metasGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9462 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-05-04useless handlers removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9129 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-05-04new hidden function to access ME_MC_DEFAULTTCHANGEDGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9127 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-05-04fix: fingerprint's icon isn't changed when default sub changesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9125 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-05-03fix for ignoring subsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9118 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-05-03crash fix for adding the first sub into a metaGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9116 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-05-03unneeded declaration removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9115 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-04-24fix for disabling SendOffline flag for a MCGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9071 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-04-24some MC edit dialog fixesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9069 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-04-22db_mc_setDefault/db_mc_setDefaultNum got a flag to update database or notGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9047 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-04-18metacontacts:Tobias Weimer
-fixed a rare crash -some ressource fixes -code cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@9000 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-04-14a hidden sub's visibility must be restored on removalGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8978 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-04-03array of window handles became unsortedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8838 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-04-02fix for hiding metas' SRMM windows on disabling metacontactsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8830 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-03-24experimental: a default sub would be used if it's not offlineGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8733 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c