summaryrefslogtreecommitdiff
path: root/include/delphi
AgeCommit message (Collapse)Author
2019-02-11old xml api removed from pascal pluginsGeorge Hazan
2019-02-07MSN was last plugin that used that crap with HTTP GatewaysGeorge Hazan
2019-02-01four forgotten meta services removedGeorge Hazan
2019-01-31fixes #1806 (Delete /include/delphi/deprecated or move to deprecated)George Hazan
2019-01-31fixes #1807 (Remove obsolete ICQ shit)George Hazan
2019-01-30fixes #1776 (rest of url-related stuff)George Hazan
2019-01-30obsolete ICQ trash removed from headersGeorge Hazan
2019-01-30fixes #1785 (sub's events aren't marked as read, because of that SRMM could ↵George Hazan
read all events into a message log)
2019-01-28mir_urlDecode & mir_urlEncode to return CMStringAGeorge Hazan
2019-01-21synchronized constantsGeorge Hazan
2019-01-20fixes #1776 (any traces of URL* related constants removed)George Hazan
2019-01-18code cleaningGeorge Hazan
- ACKTYPE_URL removed; - PF1_URL removed; - IEED_EVENT_URL removed; - another URL-related code cleaning
2019-01-18fixes #1776 (remove MS_URL_SENDURL "SRUrl/SendCommand")George Hazan
2019-01-18we don't need PSR_URL as wellGeorge Hazan
2019-01-04Update copyrightsdartraiden
2018-12-28User added notifications:George Hazan
- old obsoleted ICQ-related junk like PF4_FORCEADDED & PF1_ADDED removed; - appropriate controls removed from auth dialogs and menus; - fixes #1680 (ICQ10: disable "Auth request" and "Send you are added" in "Add contact" dialog)
2018-12-08db_get_sa / db_get_wsa to receive the default value, massive code simplificationGeorge Hazan
2018-12-07fixes #1653 (recursive removal of embedded groups)George Hazan
2018-11-07some files contains LF and CRLF simultaneouslydartraiden
2018-09-20also removed from pascal headersGeorge Hazan
2018-08-30minor code cleaningGeorge Hazan
2018-07-25major code cleaning of all font-related structuresGeorge Hazan
2018-07-20we don't need two name sets for the same array of functionsGeorge Hazan
2018-07-11int hLangpack/m_hLang removed and replaced with HPLUGINGeorge Hazan
2018-06-13System idle:George Hazan
- plugin StdIdle that had been acting as an options dialog for StdAutoAway removed; - service MS_IDLE_GETIDLEINFO moved into the core and replaced with Idle_GetInfo(); - new function Idle_Enter() is available to tell the core that Miranda is idle; - StdAutoAway & StatusManager adapted for these changes;
2018-05-28fix for delphi pluginsGeorge Hazan
2018-05-23cosmetic fixes for testdll.dprGeorge Hazan
2018-05-23one moredartraiden
2018-05-23remove some more MirandaPluginInfoEx()dartraiden
2018-05-22and also set plugin infoGeorge Hazan
2018-05-22awful crutch for Pascal plugins to use pseudo-constructor a la CMPluginGeorge Hazan
2018-05-18constructor of CMPlugin now registers it automatically in the module list, ↵George Hazan
no need to call RegisterModule manually
2018-04-18core changes:George Hazan
- PROTOCOLDESCRIPTOR's implementation hidden inside mir_app; - Proto_RegisterModule now doesn't need a PROTOCOLDESCRIPTOR structure; - PROTOTYPE_PROTOWITHACCS type added for protos that work with accounts
2018-04-10obsolete compatibility code removed from AVSGeorge Hazan
2018-04-07Proto_GetAccount() for pascal pluginsGeorge Hazan
2018-04-07finally that perversion with double protocol caching in clist diedGeorge Hazan
2018-04-06more unused stuff cleanedGeorge Hazan
2018-04-06all unused CLIST_INTERFACE members dropped (requires new history++)George Hazan
2018-04-06CLIST_INTERFACE::pfnClcOptionsChanged => Clist_ClcOptionsChangedGeorge Hazan
CLIST_INTERFACE::pfnRegisterFileDropping & CLIST_INTERFACE::pfnUnregisterFileDropping => suspended
2018-04-06CLIST_INTERFACE::pfnRemoveItemFromGroup => Clist_RemoveItemFromGroupGeorge Hazan
CLIST_INTERFACE::pfnFreeGroup => suspended
2018-04-06CLIST_INTERFACE::pfnDeleteItemFromTree => Clist_DeleteItemFromTreeGeorge Hazan
2018-04-06CLIST_INTERFACE::pfnSaveStateAndRebuildList => Clist_SaveStateAndRebuildListGeorge Hazan
2018-04-06CLIST_INTERFACE::pfnGetGroupCountsText => Clist_GetGroupCountsTextGeorge Hazan
CLIST_INTERFACE::pfnEnsureVisible => Clist_EnsureVisible
2018-04-06CLIST_INTERFACE::pfnDoSelectionDefaultAction => Clist_DoSelectionDefaultActionGeorge Hazan
2018-04-06CLIST_INTERFACE::pfnEndRename => Clist_EndRenameGeorge Hazan
2018-04-06CLIST_INTERFACE::pfnDeleteFromContactList => Clist_DeleteFromContactListGeorge Hazan
2018-04-06CLIST_INTERFACE::pfnCalcEipPosition => Clist_CalcEipPositionGeorge Hazan
2018-04-06CLIST_INTERFACE::pfnClcStatusToPf2 => Clist_ClcStatusToPf2George Hazan
2018-04-06CLIST_INTERFACE::pfnIsHiddenMode => Clist_IsHiddenModeGeorge Hazan
2018-04-06CLIST_INTERFACE::pfnHideInfoTip => Clist_HideInfoTipGeorge Hazan