summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2016-07-29removing TCHAR + WCHAR from headersGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17146 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-29no more TCHARsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17143 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-27less TCHARsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17138 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-27<tchar.h> removed from <m_system.h>George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17136 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-26less TCHARs:George Hazan
- TCHAR is replaced with wchar_t everywhere; - LPGENT replaced with either LPGENW or LPGEN; - fixes for ANSI plugins that improperly used _t functions; - TCHAR *t removed from MAllStrings; - ptszGroup, ptszTitle & ptszTab in OPTIONSDIALOGPAGE replaced with pwsz* git-svn-id: http://svn.miranda-ng.org/main/trunk@17133 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-25hello, Unix.George Hazan
phase 1: removing _T() git-svn-id: http://svn.miranda-ng.org/main/trunk@17127 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-22unix slashesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17120 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-21missing 'const' qualifierGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17114 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-21improperly named helper renamedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17110 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-20non-redefined function pfnClcBroadcast made static -> Clist_BroadcastGeorge Hazan
also its async variant created and published as Clist_BroadcastAsync git-svn-id: http://svn.miranda-ng.org/main/trunk@17108 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-06-16git-svn-id: http://svn.miranda-ng.org/main/trunk@16989 ↵MikalaiR
1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-06-16vc2010 compilation fixKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@16988 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-06-08fix typedefs MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16944 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-06-06parameter added to MS_SYSTEM_RESTART: a path to Miranda's binaryGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16927 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-06-05- fix for #1059;George Hazan
- direct unsafe work with icons replaces with Window_SetIcon_IcoLib / Window_SetSkinIcon_IcoLib; - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@16917 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-06-04C++ classes moved to m_system_cpp.hMikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16915 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-06-04code optimization MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16912 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-06-01extended visibility control for contactsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16899 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-06-01- view modes support incorporated into the CLIST_INTERFACE;George Hazan
- fix for the broken search by protocols in clist_nicer; - numerous Unicode fixes in clist_nicer; git-svn-id: http://svn.miranda-ng.org/main/trunk@16893 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-282 static functions removed from CLIST_INTERFACE.George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16881 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-28code simplificationGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16880 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-28SortedList emulation expungedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16878 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-23- optimization in cli_SaveStateAndRebuildList applied to all clists ↵George Hazan
(bLockScrollbar); - boolean variables were made bool; git-svn-id: http://svn.miranda-ng.org/main/trunk@16863 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-20fixes #1242 (Clist_modern's cache changes related bugs)George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16857 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-18these tons of code aren't needed anymore...George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16850 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-13libs to be placed into correct foldersGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16832 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-13if you want to debug memory leaks, include msapi/vld.h into m_core.hGeorge Hazan
then install Visual Leak Detector (https://vld.codeplex.com/) and enjoy. 64-bit programs are supported git-svn-id: http://svn.miranda-ng.org/main/trunk@16831 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-27persistent cache, no need to call pfnGetCacheEntry each timeGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16774 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-27pfnSetHideOffline -> strict prototypeGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16770 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-26R.I.P m_clui.h, you helped us alotGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16767 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-26absolutely useless service MS_CLUI_GETCAPS removed as pre-kernel clist atavismGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16766 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-22- major atavism removed: clist_modern own cache;George Hazan
- cache items are never deleted; - MS_CLIST_INVALIDATEDISPLAYNAME service removed and replaced with pcli->pfnInvalidateDisplayNameCacheEntry() call git-svn-id: http://svn.miranda-ng.org/main/trunk@16744 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-21m_gui: added CPluginDlgBase class MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16736 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-19further junk cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16717 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-18empty services removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16714 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-17ui utils: suuport CMOption for non-protocol plugins MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16705 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-17- unused netlib flags removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16689 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-15functions to be deleted finally became deletedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16662 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-15contact list groups:George Hazan
- finally database is not used anymore (only as a settings' storage); - MGROUP type introduced to replace HANDLE for group ids; - MS_CLIST_GROUP* services became Clist_Group* functions; - CLIST_INTERFACE members pfnGetGroupName & pfnRenameGroup also transformed into static Clist_Group* functions git-svn-id: http://svn.miranda-ng.org/main/trunk@16659 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-13simple but effective clist group cacheGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16649 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-13CMOptionLink for strings MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16639 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-13nasty crutch to compile 64-bit versionGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16636 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-12jabber: shit wiping beganGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16633 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-12m_gui: CMOption for strings MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16632 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-10Utf8toUcs2 exportedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16619 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-08AIM adaptation for mir_hmac256George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16610 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-08mir_hmac_sha256 addedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16609 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-07m_netlib.h: NLHR_PTR construct. from INT_PTR MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16604 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-07compilation fixGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16601 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-06MS_CLUI_CONTACTRENAMED - totally unused service removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16595 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c