summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Collapse)Author
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
2018-06-04StdMsg: fix active window calculation for non-tabbed modeGeorge Hazan
2018-06-03fixes #1401 (fixes inactive session detection)George Hazan
2018-06-01StdMsg: inactive tabs blink in background if there's an unread messageGeorge Hazan
2018-06-01fix for flashing in StdMsg, also fixes #1400George Hazan
2018-06-01fixed #1369 (StdMsg: option "Use the contact's status icon as the window ↵George Hazan
icon" is restored back)
2018-06-01CPluginDlgBase: this class became useless because CMPlugin already has ↵George Hazan
module setting
2018-05-31fixes #1386 (duplicate sounds appear after StdMsg load/unload)George Hazan
2018-05-31fixes #1397 (StdMsg: dynamic loading breaks meta menu)George Hazan
2018-05-29common version resource extracted to the separate fileGeorge Hazan
own version resource remains only for miranda32.exe, mir_app.dll and pascal plugins
2018-05-29ancient perversion removed: function CListInitialise as the special entry ↵George Hazan
point for contact lists (not to mix them with usual plugins)
2018-05-28all plugins => CMPlugin virtual functionsGeorge Hazan
2018-05-27comparison of MIRANDA_VERSION_COREVERSION solves the problem of plugins who ↵George Hazan
differ only in a build number
2018-05-27PRODUCTVERSION of any version resource to contain the number of current buildGeorge Hazan