summaryrefslogtreecommitdiff
path: root/plugins/SeenPlugin/src/history.cpp
AgeCommit message (Expand)Author
2015-08-28mir_sntprintf / mir_snprintf: obsoleted second parameter removed wherever pos...George Hazan
2015-08-11'unreferenced formal parameter' warnings fixedGeorge Hazan
2015-07-26common projectsKirill Volinsky
2015-06-30MS_CLIST_GETSTATUSMODEDESCRIPTION & MS_CLIST_GETCONTACTDISPLAYNAME replaced w...George Hazan
2015-06-27- clist menus went to functionsGeorge Hazan
2015-06-25rest of genmenu api diedGeorge Hazan
2015-06-19SIZEOF replaced with more secure analog - _countofGeorge 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-05-23replace strcat to mir_strcatKirill Volinsky
2015-03-24* multiple WINE bug fixes over DeferWindowPos(), bug rep: https://bugs.winehq...Rozhuk Ivan
2015-03-02- much more effective protocol filter;George Hazan
2014-12-14SendMessage(.... WM_SETTEXT...) -> SetWindowText(...)Rozhuk Ivan
2014-12-14SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...)Rozhuk Ivan
2014-12-13SendDlgItemMessage(..., ..., BM_GETCHECK,0,0) -> IsDlgButtonChecked(..., ...)Rozhuk Ivan
2014-12-13CopyMemory -> memcpyRozhuk Ivan
2014-02-24more useless conversions removedGeorge Hazan
2014-02-12another bunch of useless conversions diedGeorge Hazan
2014-02-10HCONTACT is not needed anymoreGeorge Hazan
2014-02-10- HANDLE hContact => HCONTACTGeorge Hazan
2014-01-21- new typed helper, WindowList_Create, to create a window listGeorge Hazan
2013-04-18- removed obsolete codeTobias Weimer
2013-04-05- rest of menus cleared;George Hazan
2013-03-09removed not used headersKirill Volinsky
2013-01-23- GDI resource leak fix;George Hazan
2013-01-19- Another portion of _T replacement (patch from person)Vadim Dashevskiy
2013-01-16git-svn-id: http://svn.miranda-ng.org/main/trunk@3122 1316c22d-e87f-b044-9b9b...George Hazan
2013-01-16GDI leak fixGeorge Hazan
2012-10-12fix for UnicodeGeorge Hazan
2012-10-12SeenPlugin converted to UnicodeGeorge Hazan
2012-07-23SeenPlugin:Kirill Volinsky
2012-07-23SecureIM, SeenPlugin, SendSS, Sessions: changed folder structure Vadim Dashevskiy