summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
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
2016-04-02git-svn-id: http://svn.miranda-ng.org/main/trunk@16577 ↵MikalaiR
1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-03-18import libs for opensslGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16505 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-03-18git-svn-id: http://svn.miranda-ng.org/main/trunk@16502 ↵George Hazan
1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-03-18openssl headers updateGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16500 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-02-05ContextHelp: initial commit (adopted)Goraf
* working * 32/64-bit compilable git-svn-id: http://svn.miranda-ng.org/main/trunk@16225 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-02-02another perversion (called EventList) diedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16210 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-01-28another atavism removed: old stub services for clist eventsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16181 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-01-28atavism removed: CLISTEVENT::cbSizeGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16180 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-01-28unused functions removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16179 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-01-28- local structure declarations moved to the global header;George Hazan
- structure definition optimization git-svn-id: http://svn.miranda-ng.org/main/trunk@16178 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c