summaryrefslogtreecommitdiff
path: root/protocols/SkypeClassic
AgeCommit message (Expand)Author
2014-12-14SendMessage(.... WM_SETTEXT...) -> SetWindowText(...)Rozhuk Ivan
2014-12-14SetWindowText(GetDlgItem(...)) -> SetDlgItemText(...)Rozhuk Ivan
2014-12-14GetWindowText(GetDlgItem(...)) -> GetDlgItemText(...)Rozhuk Ivan
2014-12-14SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...)Rozhuk Ivan
2014-12-13SendDlgItemMessage(..., ..., BM_GETCHECK,0,0) -> IsDlgButtonChecked(..., ...)Rozhuk Ivan
2014-12-13SendMessage(GetDlgItem -> SendDlgItemMessageRozhuk Ivan
2014-12-13MoveMemory -> memmoveRozhuk Ivan
2014-12-13multiple buf size fixesRozhuk Ivan
2014-12-01mir_snprintf(..., sizeof() -> SIZEOF(), ...)Rozhuk Ivan
2014-12-01ZeroMemory -> memset, few bugs fisedRozhuk Ivan
2014-11-30new sorting functions appliedGeorge Hazan
2014-11-30lstr* replacementsGeorge Hazan
2014-11-30Fix buf size for Get/Set text, open/save file nameRozhuk Ivan
2014-11-30icons in filters project files (by person)Vadim Dashevskiy
2014-11-30code cleanup, x64 fixRozhuk Ivan
2014-11-29SkypeClassic: code cleanupRozhuk Ivan
2014-11-28- compilation fix;George Hazan
2014-11-28Massive code cleanup and fixes for a lot of warnings reported in #837Tobias Weimer
2014-11-28crazy flag TTBST_RELEASED removedGeorge Hazan
2014-11-18SkypeClassicTobias Weimer
2014-11-18SkypeClassicTobias Weimer
2014-11-18SkypeClassicTobias Weimer
2014-10-08SkypeClassic: Sync from leecher's repo (r1963)Robert Pösel
2014-10-04warning fixesGeorge Hazan
2014-09-11SkypeClassic: Sync from leechers repoRobert Pösel
2014-08-22SkypeClassic: Merge leecher's repoRobert Pösel
2014-08-15SkypeClassic: Added handling of auth request (merged from leecher's repo)Robert Pösel
2014-08-14SkypeClassic: Complete revert to NG versionRobert Pösel
2014-08-13git-svn-id: http://svn.miranda-ng.org/main/trunk@10179 1316c22d-e87f-b044-9b9...George Hazan
2014-08-13working C++ version restoredGeorge Hazan
2014-08-13Made SkypeClassic plugin compatible with Miranda IM again so that plugins for...Piotr Piastucki
2014-08-11SkypeClassic: Revert previous commits as it doesn't work in realityRobert Pösel
2014-08-11SkypeClassic: Compatibility fixes to make it compilable againRobert Pösel
2014-08-11Updated SkypeClassic sources from leecher (compatible with IM, but broken wit...Robert Pösel
2014-06-25runglishDart Raiden
2014-06-13compilation fixVadim Dashevskiy
2014-06-12headers of not adopted plugins moved to !DeprecatedKirill Volinsky
2014-06-11correct ServiceExists call for popupsGeorge Hazan
2014-04-25decapitalization (these names are shown in VersionInfo reports)Dart Raiden
2014-04-22code cleanupKirill Volinsky
2014-03-22WIN32 macro isn't needed in projectsGeorge Hazan
2014-03-12More fix for x64Rozhuk Ivan
2014-03-12db_event_next/db_event_prev: first parameter hContact added George Hazan
2014-03-12Some fixes for x64: SetWindowLong -> SetWindowLongPtr, GetWindowLong -> GetWi...Rozhuk Ivan
2014-02-28farewell MSVS 2012Vadim Dashevskiy
2014-02-27MS_MC_GETMETACONTACT => db_mc_getMetaGeorge Hazan
2014-02-27direct access to MetaContacts/IsSubcontact removed everywhereGeorge Hazan
2014-02-24- added ME_FILEDLG_CANCELED & ME_FILEDLG_SUCCEEDED events to support async fi...George Hazan
2014-02-12another bunch of useless conversions diedGeorge Hazan
2014-02-10HCONTACT is not needed anymoreGeorge Hazan