summaryrefslogtreecommitdiff
path: root/protocols/Tlen
AgeCommit message (Expand)Author
2015-05-31- CreateProtoServiceFunction() moved into mir_core.dll instead of inliningGeorge Hazan
2015-05-31- additional operator LPARAM() for _A2T & _T2A;George Hazan
2015-05-31another bunch of crutches buried in a trash can: PROTOCHAR & PROTOFILEEVENTGeorge Hazan
2015-05-31- PROTOCOLDESCRIPTOR_V3_SIZE to identify an ANSI plugin;George Hazan
2015-05-31- MAllStrings: a handy union to hold an incoming string parameter of any type;George Hazan
2015-05-28- MS_UTILS_GETBITMAPFILTERSTRINGS - end of story, replaced with BmpFilterGetS...George Hazan
2015-05-23mir_tstrncpy <> _tcsncpyGeorge Hazan
2015-05-23replace _tcsncpy to mir_tstrncpyKirill Volinsky
2015-05-23replace strncpy to mir_strncpyKirill Volinsky
2015-05-23replace strcat to mir_strcatKirill Volinsky
2015-05-22replace strcpy to mir_strcpyKirill Volinsky
2015-05-22replace stricmp to mir_strcmpiKirill Volinsky
2015-05-22replace strcmp to mir_strcmpKirill Volinsky
2015-05-22replace strlen to mir_strlenKirill Volinsky
2015-05-21war against atavisms continuesGeorge Hazan
2015-05-11minus CreateThreadKirill Volinsky
2015-05-11minus critical sectionKirill Volinsky
2015-05-04correct version of rev. [13418]Vadim Dashevskiy
2015-05-04revert of 131418Vadim Dashevskiy
2015-05-04compilation fixes (ghazan, please check this)Vadim Dashevskiy
2015-05-03fix for the option's page style pt. 10Vadim Dashevskiy
2015-05-02Proto_Tlen - unified projectVadim Dashevskiy
2015-04-24end of zoo with various _WIN32_WINNT versionsGeorge Hazan
2015-04-15after commit #12797 field OPTIONSDIALOGPAGE::cbSize became an atavism, and th...George Hazan
2015-03-14Tlen:Tobias Weimer
2015-02-20Tlen: memory leaks fixed.Tobias Weimer
2015-02-15code cleaningGeorge Hazan
2015-01-16MEVENT - the strict type for events, they are not HANDLE anymoreGeorge Hazan
2014-12-21- MS_PROTO_ISPROTOCOLLOADED now switched back to protocols instead of accounts;George Hazan
2014-12-14SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...)Rozhuk Ivan
2014-12-13MoveMemory -> memmoveRozhuk Ivan
2014-12-13CopyMemory -> memcpyRozhuk Ivan
2014-12-13arg fixes for MS_UTILS_OPENURL serviceRozhuk Ivan
2014-12-08code cleanup around mir_snprintfRozhuk Ivan
2014-12-02mir_snprintf(..., "%s", ...) -> strncpy_s(...)Rozhuk Ivan
2014-12-01Tlen: fixed handling of status message for offline contactsslotwin
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-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-28Massive code cleanup and fixes for a lot of warnings reported in #837Tobias Weimer
2014-11-27Tlen: code cleanupRozhuk Ivan
2014-10-04no need to call the same code twiceGeorge Hazan
2014-09-16MS_CLIST_REMOVEMAINMENUITEM also removedGeorge Hazan
2014-09-16useless service MS_CLIST_REMOVECONTACTMENUITEM deletedGeorge Hazan
2014-07-01these strings do not need to be translatedDart Raiden
2014-06-28typosDart Raiden
2014-06-14git-svn-id: http://svn.miranda-ng.org/main/trunk@9476 1316c22d-e87f-b044-9b9b...Kirill Volinsky
2014-06-14unicode popupKirill Volinsky