summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2018-04-12speeding up compilationGeorge Hazan
2018-04-12MIDatabase became pure interfaceGeorge Hazan
2018-04-12fix for .bat deletiondartraiden
2018-04-12Quotes: added tool for chartsKirill Volinsky
added some strings for russian langpack
2018-04-12Quotes: more correct urlKirill Volinsky
2018-04-12Quotes: workaround for google financeKirill Volinsky
2018-04-11CloudFile: Add "grant acess" link to CloudFile accounts (fixed #1260)aunsane
2018-04-11TabSRMM: fix for the correct default value of TaskbarSmallIconsGeorge Hazan
2018-04-11compilation fixGeorge Hazan
2018-04-11TabSRMM:George Hazan
- one shall not mix width & height; - CSkin::ResizeBitmap became completely useless after linking FreeImage in
2018-04-11if a user's avatar was changed, redraw it and all related objects (including ↵George Hazan
thumb window in a taskbar) fixes #1249
2018-04-11AVS: if an avatar is already loaded, don't put it into a queue, just load & ↵George Hazan
return
2018-04-11Import: fix for lost modules during importGeorge Hazan
2018-04-11512M is the maximum size that a 32-bit program can mmapGeorge Hazan
2018-04-10fixes #1118 ([HistoryStats] Pressing "Apply" after modifying any settings ↵George Hazan
causes a miranda crash)
2018-04-10fixes #1244 (Deleting subcontact history event leads to metacontact empty ↵George Hazan
history event)
2018-04-10these temporary variables aren't needed as wellGeorge Hazan
2018-04-10obsolete compatibility code removed from AVSGeorge Hazan
2018-04-10Variables: warning fix + minor code cleaningGeorge Hazan
2018-04-10illustration moved to wikidartraiden
2018-04-09fixes #1256 completelyGeorge Hazan
2018-04-09grrrm...George Hazan
2018-04-09fixes #1257 (database migration process must not filter out 'duplicate' events)George Hazan
2018-04-09frankly speaking, there's no need to lock the database profile since we ↵George Hazan
check the semaphore _before_ opening database also fixes #1253
2018-04-09fixes #1254 (no place to enter the second digit from keyboard)George Hazan
2018-04-08stupid option removed from group chats according to results of votingGeorge Hazan
2018-04-08missed breakGeorge Hazan
2018-04-08Clist_nicer: unused code removedGeorge Hazan
2018-04-07MirLua: Removed last obsolete methods FindFirstContact & FindNextContactaunsane
2018-04-07Proto_GetAccount() for pascal pluginsGeorge Hazan
2018-04-07Proto_GetStatus is used everywhere instead of PS_GETSTATUSGeorge Hazan
2018-04-07status caching moved from MenuItem to PROTOACCOUNT - this is very effectiveGeorge Hazan
2018-04-07finally that perversion with double protocol caching in clist diedGeorge Hazan
2018-04-07duplicate ME_PROTO_ACK handlers merged togetherGeorge Hazan
2018-04-07Clist_GetRealStatus & Clist_GetGeneralizedStatus: common code moved to mir_appGeorge Hazan
2018-04-07AVS & AuthState: move docs to wikidartraiden
2018-04-06more unused stuff cleanedGeorge Hazan
2018-04-06MS_CLIST_SHOWHIDE returned back to serve various menu itemsGeorge 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-06MirLua: ffi module removed because it seems to be not workingaunsane
Possible working version here https://github.com/dibyendumajumdar/ravi-ffi
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