summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2018-03-16entities' names to be started with capital lettersGeorge Hazan
2018-03-16always hated these long expressions: contact_iter makes them much shorterGeorge Hazan
2018-03-16warning fixGeorge Hazan
2018-03-16LIST<>::indexOf(T**) - fast index calculation for direct iteratorsGeorge Hazan
2018-03-15LIST<> iterators:George Hazan
- new method LIST::removeItem added to save a pointer to removed record; - code cleaning related to the fact that LIST::remove() shall be the last operation inside an iterator, because otherwise the reference to it will point to a record next to deleted one; - a few remaining cycles converted to iterators
2018-03-15MUCH more effective way of removing records from iteratorsGeorge Hazan
2018-03-15fix for ranged loop boundsGeorge Hazan
2018-03-14reverse iterators for LIST<>George Hazan
2018-03-14fix for clist events sorting order, manual sorting disabledGeorge Hazan
2018-03-13chat engine:George Hazan
- fixes #1174 (Group chat icons became "blank exe" icons if role cound exceeds 10); - unused chat api members removed;
2018-03-10GetDatabasePlugin(pszDriverName) - new function to retrieve a database link ↵George Hazan
by its short name
2018-03-10service for the custom import procedureGeorge Hazan
2018-03-10fix buildaunsane
2018-03-09Remove CMStringA from PLUGINaunsane
2018-03-09PLUGIN should use Logger instead of HNETLIBUSERaunsane
2018-03-08IMGL_WCHAR removed, all paths are in Unicode nowGeorge Hazan
2018-03-07old AdvaImg services converted into Image_* functionsGeorge Hazan
2018-03-07old C-style code is obsolete now because of MDatabaseCommon existenceGeorge Hazan
2018-03-07some fixesKirill Volinsky
2018-03-06PSN_WIZFINISH: new WM_NOTIFY event to be called when one of the options tabs ↵George Hazan
is changed
2018-02-27SmileyAdd: attempt to fix code insertionGeorge Hazan
2018-02-25Fixes related with 7fc01c9aunsane
2018-02-25core: added CCtrlLabel for static textaunsane
2018-02-25core: null by default value for url param for CCtrlHyperlinkaunsane
2018-02-25core: added OnClick event to CCtrlListViewaunsane
2018-02-24general lists: avoid unqualified lookup into dependent bases of class ↵Goraf
templates (it's a Microsoft extension)
2018-02-24Jabber: remove extra qualification on membersGoraf
2018-02-24more nullptrGoraf
2018-02-24guard headersGoraf
2018-02-23core: guiaunsane
- new method IsChecked for CCtrlCheck - new methods GetUrl and SetUrl for CCtrlHypelink - new event OnClick for CCtrlHypelink - CCtrlSpin inherits from CCtrlData
2018-02-20optimizing LIST<> & OBJLIST<> loopsGeorge Hazan
2018-02-13CDlgBase::FindControl made publicGeorge Hazan
2018-02-12fixes #1147 (TabSRMM: numerical options cannot be changed)George Hazan
2018-02-09all duplicate "Request auth", "Grant auth" & "Revoke auth" menu items eliminatedGeorge Hazan
2018-02-09unused header removed from pascal sourcesGeorge Hazan
2018-01-31useless wrappers removed & replaced with PROTO_INTERFACE method callsGeorge Hazan
2018-01-31mir_app:George Hazan
- structure renamed: PROTORECVFILET -> PROTORECVFILE; - useless service MS_PROTO_AUTHRECV removed; - Proto_AuthRecv() helper converted into a function.
2018-01-26unused service removedGeorge Hazan
2018-01-26AdvaImg:George Hazan
- freeimage extracted to the separate library; - FI_INTERFACE removed, all references to it are replaced with direct calls of FreeImage_* functions; - unified project for AdvaImg
2018-01-22code cleaningGeorge Hazan
2018-01-18fix for CCtrlTreeView::OnItemChanged prototypeGeorge Hazan
2018-01-17no need to copy that stuff each timeGeorge Hazan
2018-01-02include: vld headers updateKirill Volinsky
2018-01-01replace cyrillic (c) by latindartraiden
2018-01-01massive copyright updatedartraiden
2017-12-29removing obsolete C-style helpersGeorge Hazan
2017-12-29PROTO_INTERFACE::setAllContactStatuses - common code moved to the coreGeorge Hazan
2017-12-28two missing operators added to json wrapperGeorge Hazan
2017-12-27obsolete structure ADDCONTACTSTRUCT, service MS_ADDCONTACT_SHOW and whole ↵George Hazan
m_addcontact.h removed and replaced with Contact_Add* functions
2017-12-26standard color table exported from coreGeorge Hazan