summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM
AgeCommit message (Expand)Author
2015-07-23code cleaningGeorge Hazan
2015-07-22- extra icons services converted into functions;George Hazan
2015-07-22vc2015 compilation fixesKirill Volinsky
2015-07-21TabSRMM: vc2015 compilation fixKirill Volinsky
2015-07-21platform toolset updated for vc2015Kirill Volinsky
2015-07-21preparing for vc2015Kirill Volinsky
2015-07-09buggy function removedGeorge Hazan
2015-06-30MS_CLIST_GETSTATUSMODEDESCRIPTION & MS_CLIST_GETCONTACTDISPLAYNAME replaced w...George Hazan
2015-06-29- unified menu creation using wrapper class CMenuItem;George Hazan
2015-06-28finally CLISTEVENT removed completelyGeorge Hazan
2015-06-28code cleaningGeorge Hazan
2015-06-27- clist menus went to functionsGeorge Hazan
2015-06-27- CLISTMENUITEM::pszContactOwner removed, because it's supported only by cont...George Hazan
2015-06-26YEEHAW! CLISTMENUITEM::pszPopupName also diedGeorge Hazan
2015-06-25MS_CLUI_GETHWND & MS_CLUI_GETHWNDTREE replaced with pcli->hwndContactList & p...George Hazan
2015-06-25rest of genmenu api diedGeorge Hazan
2015-06-24fixes for MENUITEMINFO declarationsGeorge Hazan
2015-06-24TabSRMM: fix menu item duplicationMikalaiR
2015-06-22code cleaningGeorge Hazan
2015-06-22Menu_ModifyItem unbound from CLISTMENUITEM structureGeorge Hazan
2015-06-22Minor fixes for r14306Tobias Weimer
2015-06-22- CLISTMENUITEM::cbSize - atavism removed;George Hazan
2015-06-21MS_UTILS_REPLACEVARS -> Utils_ReplaceVarsGeorge Hazan
2015-06-21MS_UTIL_OPENURL -> mir_core::Utils_OpenUrlGeorge Hazan
2015-06-21- resizer moved to mir_core, because it uses hard-coded windows structures;George Hazan
2015-06-19SIZEOF replaced with more secure analog - _countofGeorge Hazan
2015-06-19timezone api migrated to mir_coreGeorge Hazan
2015-06-19- all static protocol services replaced with functions;George Hazan
2015-06-18langpack services module destroyed from mir_appGeorge Hazan
2015-06-15MS_SKIN_LOADICON & MS_SKIN_LOADPROTOICON replaced with direct function callsGeorge Hazan
2015-06-14WindowList_* functions are not services anymore; unneeded helpers removedGeorge Hazan
2015-06-14- all icolib services removed;George Hazan
2015-06-13- miranda32.exe now does nothing bug extends PATH to %miranda_root%\libs and ...George Hazan
2015-06-11- typo fix;George Hazan
2015-06-07SKINICONDESC -> MAllStringsGeorge Hazan
2015-06-05fixes #937 (Bug with CTRL+TAB)George Hazan
2015-06-04new mir_sntprintf templates without SIZEOFGeorge Hazan
2015-06-04new mir_snprintf templates without SIZEOFGeorge Hazan
2015-06-01- ProtoCallService() function considered too dangerous and therefore isn't ex...George Hazan
2015-05-31- additional operator LPARAM() for _A2T & _T2A;George Hazan
2015-05-28- MS_UTILS_GETBITMAPFILTERSTRINGS - end of story, replaced with BmpFilterGetS...George Hazan
2015-05-28fix for user's nicks in IEViewGeorge Hazan
2015-05-27TabSRMM:Tobias Weimer
2015-05-27unused code removedGeorge Hazan
2015-05-27ansi functionality removed from tabSRMMGeorge Hazan
2015-05-26- crazy hack for the srmm icons sort order fixed;George Hazan
2015-05-26also fix for h++George Hazan
2015-05-26- fix for the event's codepage;George Hazan
2015-05-26fix for sending status changes to IEView George Hazan
2015-05-24replace wcscpy to mir_wstrcpyKirill Volinsky