summaryrefslogtreecommitdiff
path: root/plugins/SeenPlugin/src/history.cpp
AgeCommit message (Expand)Author
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