summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2016-06-15minor core reorderingGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16979 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-06-15fixes #1253 (ModernOpt: crash after plugin enable)George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16977 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-06-14fix for a rare crash inside netlib George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16972 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-06-12more foolproof variant of NetlibBinBufferGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16960 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-06-12code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16950 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-06-08fixes #1019 (infinite loop in NetlibHttpRecvChunkHeader() parser)George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16943 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-06-08code cleaning MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16942 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-06-07code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16939 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-06-07We do not always have to believe static analyzers :-DMikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16938 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-06-07mir_core: fix potential memleakMikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16937 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-06-06crash fix when one searches a contact using the disabled accountGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16930 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-05fix for nasty optimization problem in icolibGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16919 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-04core: clang compilation fixes MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16914 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-06-03StdMsg: Fixed message timeout window for metacontact (fixes #763)Tobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@16909 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- finally clist_modern's own rebuild all function got wiped out;George Hazan
- massive removal of duplicate code; - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@16894 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-30fix for a nasty bug with bitmap filtersGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16888 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-28duplicated code removed from clist_nicerGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16879 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-27- unneeded variable removed from clist_modern cache;George Hazan
- code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@16876 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-27- fixes #1242 (for subgroups)George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16874 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-26code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16872 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-24- fixes bug #1250 (Mess with timestamps in JABBER archive (XEP-0136));George Hazan
- code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@16870 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-24group processing code standardizationGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16869 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-23- we don't drop data cache upon the embedded clists rebuild;George Hazan
- code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@16862 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-20minus static bufferGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16858 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-19we don't try to cache NULL contactGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16854 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-19- unused functions removed;George Hazan
- cliFreeCacheItem & cliCheckCacheItem functions are teached to call basic core functions git-svn-id: http://svn.miranda-ng.org/main/trunk@16852 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-17StdUserInfo not to crash when a UserInfo dialog remains opened on exitGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16842 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-17resource cosmeticsDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@16836 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-05code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16804 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-30code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16795 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-30no need to change an extra icon if nothing is changeGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16794 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-29old crutch partially returned back to restore the normal work of proxiesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16793 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-28minor code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16789 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-28strange unused groups' cache. removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16786 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-28we don't redraw invisible contactsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16784 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