summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2018-05-08code cleaning (using new MS coding style)George Hazan
2018-05-08fixes #1325 (StdMsg plugin doesn't change input focus on tabs switch)George Hazan
2018-05-08fixes #1329 (StdMsg: bug with "Use the contact's status icon as the window ↵George Hazan
icon")
2018-05-08decapitalizationdartraiden
2018-05-08fixes #1331 (StdMsg: rework "Send message on" settings)George Hazan
2018-05-08fixes #1332 (Artifact when "Show toolbar buttons on top wor" is disabled and ↵George Hazan
you open private from conference room)
2018-05-08fixes #1333 (StdMsg: convert "Chat module" and "Message log" groups (in ↵George Hazan
Customize -> Fonts and colors) to subgroups)
2018-05-08fixes #1334 (after unloading tabSRMM its fonts & colors are still visible in ↵George Hazan
the Options)
2018-05-07fixes #1323George Hazan
(cherry picked from commit 40d3905a2c7a87bc48ce1624aa6409df08b4fbde)
2018-05-07PROTOACCOUNT::bIsLocked: lock status to be stored in memoryGeorge Hazan
PROTOACCOUNT became a normal class with constructor & destructor
2018-05-05fixes #1320 (Ordinal 116 not found in mir_app.mir)George Hazan
(cherry picked from commit 9db2e1eb71e2428191fe0cda4d372391d6046ee0)
2018-05-03disable account first, free its object thenGeorge Hazan
2018-05-03code cleaningGeorge Hazan
2018-05-03StdMsg to update status line when focus moves to a windowGeorge Hazan
2018-05-03mir_forkThread<typename> - stronger typizatioin for thread function parameterGeorge Hazan
2018-04-30fix for argument typesGeorge Hazan
2018-04-30fixes #1285 (current tab is not updated on end resize)George Hazan
2018-04-29fixes #1270 (separate message area font color for chats & groupchats)George Hazan
2018-04-27fixes #1310 (Wrong language after profile conversion)George Hazan
2018-04-27fixes #1311 (Wrong langpack listed in VersionInfo)George Hazan
2018-04-27fixes #1309 (black-listed plugins got loaded somehow)George Hazan
2018-04-27implementation of #1308George Hazan
2018-04-27if there's no need to rebuild icons - don't rebuild them, do that only if neededGeorge Hazan
fixes usage of the global status icons for the reenabled accounts
2018-04-27stub for StdClist & Clist_NicerGeorge Hazan
2018-04-26completely fixes #1294 even if offline contacts are shownGeorge Hazan
2018-04-26fixes #1304 (Clist_nicer: statuses bug)George Hazan
2018-04-25unused WM_GETMINMAXINFO handlers moved to the containerGeorge Hazan
2018-04-25fixes #1302 (multiple problems with StdMsg window resizer)George Hazan
2018-04-25the less flicker the betterGeorge Hazan
2018-04-25fixes #1301George Hazan
2018-04-25fixes #1294 (Contacts from disabled accounts are displayed in certain ↵George Hazan
conditions)
2018-04-25fix for wrong processing of No button in Account ManagerGeorge Hazan
2018-04-24fix: willful protocol disabling in Accounts Manager makes a red icon instead ↵George Hazan
of simple empty checkbox
2018-04-23fix for occasional crashes on exitGeorge Hazan
2018-04-23Miranda hangs on exitGeorge Hazan
2018-04-23account's icon remains red after dynamic protocol loadingGeorge Hazan
2018-04-23pack of fixes for complete dynamic reload of protocolsGeorge Hazan
fixes #1295
2018-04-22let's allow protocols to be loaded / unloaded on the flyGeorge Hazan
2018-04-22no more PROTO_INTERFACE::OnEventGeorge Hazan
2018-04-22EV_PROTO_ONMENU removedGeorge Hazan
2018-04-22unused constant removedGeorge Hazan
2018-04-22OnEvent(EV_PROTO_ONCONTACTDELETED) => PROTO_INTERFACE::OnContactDeletedGeorge Hazan
2018-04-22forgotten x64 libaunsane
2018-04-21core: add Contact_GetStatus functionaunsane
2018-04-21EV_PROTO_DBSETTINGSCHANGED - old useless stub removedGeorge Hazan
2018-04-21code cleaning:George Hazan
- in conformance to C++'11 rules, we don't declare a method as virtual if it's declared as override; - cause this code isn't visible in Pascal anymore, there's no need to use __cdecl calling convention for virtual methods; - since PROTO_INTERFACE is a regular C++ class, there's no need to use old style service declarations for virtual methods like OnModulesLoaded / OnShutdown
2018-04-20fix for setting container's nameGeorge Hazan
2018-04-20fix for closing all another tabs but the current oneGeorge Hazan
2018-04-20grrm... more fixes for #1288George Hazan
2018-04-20this code causes endless recursion via OnChangeGeorge Hazan