summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Collapse)Author
2019-01-28mir_urlDecode & mir_urlEncode to return CMStringAGeorge Hazan
2019-01-18code cleaningGeorge Hazan
- ACKTYPE_URL removed; - PF1_URL removed; - IEED_EVENT_URL removed; - another URL-related code cleaning
2019-01-04Update copyrightsdartraiden
2018-12-28obsolte perversion with PF4_INFOSETTINGSVC removedGeorge Hazan
2018-12-19StdAutoAway: more logsGeorge Hazan
2018-12-18C++ exceptions are disabled in all cases where they just prevent warningsGeorge Hazan
2018-12-08chats:George Hazan
- Chat_GetGroup & Chat_SetGroup functions added to stop the zoo with chat default group name; - fixes #1655 (custom chat group name doesn't work in Discord)
2018-11-26more diagnostics for StdAutoAwayGeorge Hazan
2018-11-26fix for chat structures declarationGeorge Hazan
2018-11-21StdMsg: fix for setting message idsGeorge Hazan
2018-11-14unused MODULENAME macros removedGeorge Hazan
2018-11-14code cleaningGeorge Hazan
2018-11-13Std* modules -> g_pluginGeorge Hazan
2018-11-12db_* functions replaced with g_plugin callsGeorge Hazan
2018-11-12end of ME_OPT_INITIALISE related zoo in another pluginsGeorge Hazan
2018-11-07some files contains LF and CRLF simultaneouslydartraiden
2018-10-13chat api:George Hazan
- GC_SHAREDUSERS flag added to share the same array of users for all group chats; - USERINFO.next removed; - MODULEINFO.arUsers & SESSION_INFO.arUsers introduced to maintain user lists; - MM_AddModule removed; - memory allocation model changed for MODULEINFO & SESSION_INFO - MM_CreateModule & SM_CreateSession members are added to g_chatApi
2018-10-03fixes #1607 (Scriver silently cuts long messages)George Hazan
2018-09-27StdMsg and Scriver: ME_DB_EVENT_EDITED supportElzorFox
2018-09-21old crutch removed: error messages to go in UnicodeGeorge Hazan
2018-09-21if a protocol receives a message delivery confirmation, it can pass the ↵George Hazan
server id for an event as LPCSTR into lParam of ProtoBroadcastAck
2018-08-08warning fixGeorge Hazan
2018-07-25major code cleaning of all font-related structuresGeorge Hazan
2018-07-24database:George Hazan
- senseless fiels ptszVal removed from DBVARIANT, pwszVal is used instead; - if you want db_get to return a string, you need to use db_get_s.
2018-07-23StdFile: make field a bit widerdartraiden
2018-07-20we don't need two name sets for the same array of functionsGeorge Hazan
2018-07-16Unify special keys namesdartraiden
2018-07-14unused constant removedGeorge Hazan
2018-07-13Contacts lists:George Hazan
- duplicate IDR_CLISTMENU resources removed, the only copy remains in mir_app.dll; - local variable g_hMenuMain removed from Clist_Modern and replaced with g_clistApi.hMenuMain; - duplicate code removed from Clist_Modern (CLUI::CreateCluiFrames()) - fixes #1465 (StdClist: "Status" menu cannot change language on the fly); - fixes #1467 (Clist_blind: menu cannot change language on the fly); - fixes menu-related part in #1471
2018-07-13fixes #1488 (Idle: crash on settings open)George Hazan
2018-07-11int hLangpack/m_hLang removed and replaced with HPLUGINGeorge Hazan
2018-07-11GUI change:George Hazan
- methods OnInitDialog, OnApply & OnClose of CDlgBase now return true if successful. return of false prevents a dialog from being loaded or left respectively; - massive code cleaning considering the 'virtual' attribute of overridden methods; - also fixes #1476 (Don't close "Create new account" window if user not set account name)
2018-07-11Russian related fixesdartraiden
2018-06-28another fix for #1442 - the same button for StdUserInfoGeorge Hazan
2018-06-27fixes #1440 (StdMsg: contact window continues flashing after activating it)George Hazan
2018-06-25duplicate cache item removed to avoid rare crashesGeorge Hazan
2018-06-18fixes #1427 (Miranda doesn't set status back when returning from idle)George Hazan
2018-06-14chat behaviour unification: if a window isn't closed, but only minimized, ↵George Hazan
clist extra icon gets enabled again when a new message comes (till window gets focused)
2018-06-13StdMsg: ScrollToBottom should be called after applying smileysGeorge Hazan
2018-06-13fix for StdAutoAway optionsGeorge Hazan
2018-06-13remove StdIdle from CMake and installersdartraiden
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-06-10code cleaningGeorge Hazan
2018-06-08StdMsg: a chat should update a window title only if it's activeGeorge Hazan
2018-06-08SmileyAdd: removed old perversion with catching window messages from SRMM ↵George Hazan
windows
2018-06-08StdMsg: flashing of containers divided from flashing of tabsGeorge Hazan
2018-06-06fixes #1408 (StdMsg: window caption bug)George Hazan
2018-06-06fixes #1409 (tab icon disappears after blinking)George Hazan
2018-06-06CCtrlPages::CheckRowCount() - new function to force tab resize when the ↵George Hazan
number of rows is changed
2018-06-06StdMsg: option "Restore previously open tabs when showing the window" ↵George Hazan
removed because it does nothing anyway. use plugin Sessions instead