Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-13 | merge with trunk | George Hazan | |
2019-03-27 | pascal code cleaning | George Hazan | |
2019-03-26 | ME_SKIN2_ICONSCHANGED is totally obsoleted, thus removed | George Hazan | |
2019-03-07 | Skin_GetProtoIcon - new function to retrieve status icon's handle | George Hazan | |
2019-03-06 | popups: pascal code cleaning | George Hazan | |
2019-02-11 | old xml api removed from pascal plugins | George Hazan | |
2019-02-07 | MSN was last plugin that used that crap with HTTP Gateways | George Hazan | |
2019-02-01 | four forgotten meta services removed | George Hazan | |
2019-01-31 | fixes #1806 (Delete /include/delphi/deprecated or move to deprecated) | George Hazan | |
2019-01-31 | fixes #1807 (Remove obsolete ICQ shit) | George Hazan | |
2019-01-30 | fixes #1776 (rest of url-related stuff) | George Hazan | |
2019-01-30 | obsolete ICQ trash removed from headers | George Hazan | |
2019-01-30 | fixes #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-28 | mir_urlDecode & mir_urlEncode to return CMStringA | George Hazan | |
2019-01-21 | synchronized constants | George Hazan | |
2019-01-20 | fixes #1776 (any traces of URL* related constants removed) | George Hazan | |
2019-01-18 | code cleaning | George Hazan | |
- ACKTYPE_URL removed; - PF1_URL removed; - IEED_EVENT_URL removed; - another URL-related code cleaning | |||
2019-01-18 | fixes #1776 (remove MS_URL_SENDURL "SRUrl/SendCommand") | George Hazan | |
2019-01-18 | we don't need PSR_URL as well | George Hazan | |
2019-01-04 | Update copyrights | dartraiden | |
2018-12-28 | User 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-08 | db_get_sa / db_get_wsa to receive the default value, massive code simplification | George Hazan | |
2018-12-07 | fixes #1653 (recursive removal of embedded groups) | George Hazan | |
2018-11-07 | some files contains LF and CRLF simultaneously | dartraiden | |
2018-09-20 | also removed from pascal headers | George Hazan | |
2018-08-30 | minor code cleaning | George Hazan | |
2018-07-25 | major code cleaning of all font-related structures | George Hazan | |
2018-07-20 | we don't need two name sets for the same array of functions | George Hazan | |
2018-07-11 | int hLangpack/m_hLang removed and replaced with HPLUGIN | George Hazan | |
2018-06-13 | System 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-28 | fix for delphi plugins | George Hazan | |
2018-05-23 | cosmetic fixes for testdll.dpr | George Hazan | |
2018-05-23 | one more | dartraiden | |
2018-05-23 | remove some more MirandaPluginInfoEx() | dartraiden | |
2018-05-22 | and also set plugin info | George Hazan | |
2018-05-22 | awful crutch for Pascal plugins to use pseudo-constructor a la CMPlugin | George Hazan | |
2018-05-18 | constructor of CMPlugin now registers it automatically in the module list, ↵ | George Hazan | |
no need to call RegisterModule manually | |||
2018-04-18 | core 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-10 | obsolete compatibility code removed from AVS | George Hazan | |
2018-04-07 | Proto_GetAccount() for pascal plugins | George Hazan | |
2018-04-07 | finally that perversion with double protocol caching in clist died | George Hazan | |
2018-04-06 | more unused stuff cleaned | George Hazan | |
2018-04-06 | all unused CLIST_INTERFACE members dropped (requires new history++) | George Hazan | |
2018-04-06 | CLIST_INTERFACE::pfnClcOptionsChanged => Clist_ClcOptionsChanged | George Hazan | |
CLIST_INTERFACE::pfnRegisterFileDropping & CLIST_INTERFACE::pfnUnregisterFileDropping => suspended | |||
2018-04-06 | CLIST_INTERFACE::pfnRemoveItemFromGroup => Clist_RemoveItemFromGroup | George Hazan | |
CLIST_INTERFACE::pfnFreeGroup => suspended | |||
2018-04-06 | CLIST_INTERFACE::pfnDeleteItemFromTree => Clist_DeleteItemFromTree | George Hazan | |
2018-04-06 | CLIST_INTERFACE::pfnSaveStateAndRebuildList => Clist_SaveStateAndRebuildList | George Hazan | |
2018-04-06 | CLIST_INTERFACE::pfnGetGroupCountsText => Clist_GetGroupCountsText | George Hazan | |
CLIST_INTERFACE::pfnEnsureVisible => Clist_EnsureVisible | |||
2018-04-06 | CLIST_INTERFACE::pfnDoSelectionDefaultAction => Clist_DoSelectionDefaultAction | George Hazan | |
2018-04-06 | CLIST_INTERFACE::pfnEndRename => Clist_EndRename | George Hazan | |