summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-09-11ExtraIcons: Disable gender, account, homepage, phone/sms and e-mail icons by ...Robert Pösel
2016-09-11code cleaningGeorge Hazan
2016-09-11flag added to the extra icon creation functionsGeorge Hazan
2016-09-11MS_CLIST_EXTRA_ADD_ICON - forgotten EI serviceGeorge Hazan
2016-09-08Srmm_* wrappers for services converted into regular functionsGeorge Hazan
2016-09-07attempt to fix rclick on popups in NewXstatusNotifyGeorge Hazan
2016-09-07unused module stub removedGeorge Hazan
2016-09-06MS_CLIST_SYSTRAY_NOTIFY - more useless code removedGeorge Hazan
2016-09-06minus MS_CLIST_RETRIEVE_INTERFACEGeorge Hazan
2016-09-06Clist_GetImageList()George Hazan
2016-09-06clist services' extermination continuedGeorge Hazan
2016-09-05Make initial width of clist reasonably biggerRobert Pösel
2016-09-05various minor fixesGeorge Hazan
2016-09-05warning fixGeorge Hazan
2016-09-05Menu_DrawItem & Menu_MeasureItem now simply receive LPARAMGeorge Hazan
2016-09-02- three remaining clist services converted into functions (Clist_MenuProcessC...George Hazan
2016-09-01MS_CLIST_TOGGLEHIDEOFFLINE must return the real valueGeorge Hazan
2016-09-01- MS_CLIST_SETHIDEOFFLINE replaced with pcli->pfnSetHideOffline();George Hazan
2016-09-01duplicate code removedGeorge Hazan
2016-08-31minor code cleaningGeorge Hazan
2016-08-25delay CloseHandle() to the thread finishGeorge Hazan
2016-08-25fix for a major handle leak introduced in rev #15740George Hazan
2016-08-20contact deletion must be processed modallyGeorge Hazan
2016-08-16fix for a misprintGeorge Hazan
2016-08-11CDlgBase::EndModal(INT_PTR nResult) - new method to close modal dialogGeorge Hazan
2016-08-10small fixGeorge Hazan
2016-08-10- unused variable logIconBmpSize removed;George Hazan
2016-08-09mir_app: import from ini dialogs moved to new guiAlexander Lantsev
2016-08-05additional fix for the case of parallel destructionGeorge Hazan
2016-07-29no more TCHARsGeorge Hazan
2016-07-27less TCHARsGeorge Hazan
2016-07-27<tchar.h> removed from <m_system.h>George Hazan
2016-07-26less TCHARs:George Hazan
2016-07-25hello, Unix.George Hazan
2016-07-22Standardize use of slashes in includes to "/" (thanks ybznek for idea)Robert Pösel
2016-07-21mir_core: added wine detectionMikalaiR
2016-07-21improperly named helper renamedGeorge Hazan
2016-07-20non-redefined function pfnClcBroadcast made static -> Clist_BroadcastGeorge Hazan
2016-07-13mir_core:Alexander Gluzsky
2016-07-05stdmsg: fix(?) heap corruptionMikalaiR
2016-06-29forgotten to export a functionGeorge Hazan
2016-06-24we don't need these checks anymore, because they are moved to Plugin UpdaterGeorge Hazan
2016-06-22minor code cleaningGeorge Hazan
2016-06-15minor core reorderingGeorge Hazan
2016-06-15fixes #1253 (ModernOpt: crash after plugin enable)George Hazan
2016-06-14fix for a rare crash inside netlib George Hazan
2016-06-12more foolproof variant of NetlibBinBufferGeorge Hazan
2016-06-12code cleaningGeorge Hazan
2016-06-08fixes #1019 (infinite loop in NetlibHttpRecvChunkHeader() parser)George Hazan
2016-06-08code cleaning MikalaiR