summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
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-18warning fixGeorge Hazan
2018-04-18g_hInstance incapulated into PLUGIN<>, no need in the separate variableGeorge Hazan
2018-04-18PLUGIN<> to half-automatically calculate the dll's g_hInstance and pass it ↵George Hazan
inside
2018-04-18this feature was never used and only causes problemsGeorge Hazan
2018-04-18fixes #1276 (CloudFile: strange control)George Hazan
2018-04-17code cleaningGeorge Hazan
2018-04-17SensSS: fix capitalizationdartraiden
2018-04-17fix for strange & rare crash while drawing smileysGeorge Hazan
2018-04-17MNonCopyable - the common class to avoid declaring fake private constructorsGeorge Hazan
2018-04-17Quick Search: added tooltip for a toolbar buttonGeorge Hazan
2018-04-16Import:George Hazan
- fix for import virtual accounts; - function AddContact() inlined; - function ImportContactSettings() removed; - minor code cleaning; - version bump
2018-04-16fixes #1271 (Warning if FloatingContacts is installed and "Disable drag and ↵George Hazan
drop of items" in clist settings is enabled)
2018-04-15fixes #1269 (Cannot reopen Import)George Hazan
2018-04-15fixes #1230 (Database encryption mode)George Hazan
2018-04-15CCtrlButton + OnClick => CCtrlHyperlinkGeorge Hazan
2018-04-14cosmeticdartraiden
2018-04-13Db_autobackups: fix period type savingaunsane
2018-04-13fixes #1176 (Autobackup to CloudFile doesn't work)George Hazan
2018-04-13fix for deadlock in AVSGeorge Hazan
2018-04-13by default the upper limit is 100, so if we work with higher values, we need ↵George Hazan
to set a value manually
2018-04-13we need only one set of combobox lines, not twoGeorge Hazan
2018-04-1364-bit Miranda to use 16 GB mmapGeorge Hazan
2018-04-13MDBX_COALESCE helps to free trailing database pagesGeorge Hazan
2018-04-13fixes #1259 (Crash when trying import profile to itself)George Hazan
2018-04-12DbxMdbx: menu item added for compactingGeorge Hazan
2018-04-12initial version of profile compactor for MDBXGeorge Hazan
2018-04-12db_get_current() also returns MDatabaseCommon*George Hazan
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