summaryrefslogtreecommitdiff
path: root/protocols
AgeCommit message (Expand)Author
2014-12-22VKontakte: fix? rare crash on OnSendMessage Sergey Bolhovskoy
2014-12-22VKontakte: Sergey Bolhovskoy
2014-12-21warning fixesGeorge Hazan
2014-12-21- MS_PROTO_ISPROTOCOLLOADED now switched back to protocols instead of accounts;George Hazan
2014-12-21Facebook: Use correct (= server) timestamp for sent messagesRobert Pösel
2014-12-20Facebook: Various code improvements (as reported by Coverity analyser); versi...Robert Pösel
2014-12-20Omegle: Various code improvements (as reported by Coverity analyser); version...Robert Pösel
2014-12-20Steam: Various code improvements (as reported by Coverity analyser); version ...Robert Pösel
2014-12-20misprint, nWidth -> nHeightGoraf
2014-12-20Omegle: Various fixes and code cleaningRobert Pösel
2014-12-19VKontakte: change unneeded TranslateT to _TSergey Bolhovskoy
2014-12-19typosVadim Dashevskiy
2014-12-19VKontakte: fix for formatting out notificationSergey Bolhovskoy
2014-12-19VKontakte: Sergey Bolhovskoy
2014-12-18unneeded assignment removedGeorge Hazan
2014-12-18various calls of setlocale removedGeorge Hazan
2014-12-18warning fixesGeorge Hazan
2014-12-18VK: code cleanupSergey Bolhovskoy
2014-12-18git-svn-id: http://svn.miranda-ng.org/main/trunk@11501 1316c22d-e87f-b044-9b9...Sergey Bolhovskoy
2014-12-18VKontakte: fix for translationSergey Bolhovskoy
2014-12-18VKontakte: Sergey Bolhovskoy
2014-12-16VKontakte: minor fix for translate Sergey Bolhovskoy
2014-12-16VKontakte: add link attachments type support Sergey Bolhovskoy
2014-12-16VKontakte: fix for local m_bBBCOnNews Sergey Bolhovskoy
2014-12-16VKontakte: typoSergey Bolhovskoy
2014-12-16VKontakte: Sergey Bolhovskoy
2014-12-15GTalkExt: changed warning lavel to w4Kirill Volinsky
2014-12-15ICQCorp and Tox added to mir_dev solutionVadim Dashevskiy
2014-12-15VKontakte: fix for freeze MirVer for offline contacts Sergey Bolhovskoy
2014-12-15mir_dev.sln for MSVS 2013, containing all the projects, including iconsVadim Dashevskiy
2014-12-15VKontakte: Sergey Bolhovskoy
2014-12-14VK: warning level 4George Hazan
2014-12-14IRC: warning level 4George Hazan
2014-12-14MSN: warning level 4George Hazan
2014-12-14ICQ: warning level 4George Hazan
2014-12-14FacebookRM: changed warning lavel to w4Kirill Volinsky
2014-12-14let's operator new() clean the memoryGeorge Hazan
2014-12-14mergeGeorge Hazan
2014-12-14mir_calloc replaced with new()George Hazan
2014-12-14mra: w4 fixsRozhuk Ivan
2014-12-14warning fixesGeorge Hazan
2014-12-14most evident warnings in MRA fixedGeorge Hazan
2014-12-14Jabber: warning level 4George Hazan
2014-12-14MRA: some warning fixesRozhuk Ivan
2014-12-14MRA: warning level 4Rozhuk Ivan
2014-12-14SendMessage(.... WM_SETTEXT...) -> SetWindowText(...)Rozhuk Ivan
2014-12-14SetWindowText(GetDlgItem(...)) -> SetDlgItemText(...)Rozhuk Ivan
2014-12-14GetWindowText(GetDlgItem(...)) -> GetDlgItemText(...)Rozhuk Ivan
2014-12-14SendMessage(... WM_GETTEXT ...) -> GetWindowText(...)Rozhuk Ivan
2014-12-14SendDlgItemMessage(...., WM_SETTEXT...) -> SetDlgItemText(...)Rozhuk Ivan