summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2018-06-23Netlib:George Hazan
- fix for function names - code cleaning
2018-06-23Netlib: patch for proxySwitchMataes
2018-06-19we shall not clear events that we don't ownGeorge Hazan
2018-06-18fixes #1427 (Miranda doesn't set status back when returning from idle)George Hazan
2018-06-18ability of C++ to compile any shit provided is enormous...George Hazan
2018-06-18new functions to access mirandaboot.ini from all plugins:George Hazan
Profile_GetSetting() - reads a string from mirandaboot.ini Profile_GetSettingInt() - reads an integer from mirandaboot.ini
2018-06-14code cleaning for CCtrlBase::GetTextGeorge 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-13fixes #1398 (Cannot disable OpenSSL plugin between starts)George Hazan
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-13profile lock detection unbound from contact list servicesGeorge Hazan
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-08fix for mir_app / mir_core version resourcesGeorge Hazan
2018-06-06fix for occasional crash in CCtrlPagesGeorge 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-01eternal recursion preventionGeorge 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-01fix for malfunctioning CDlgBase::OnChangeGeorge Hazan
2018-06-01CPluginDlgBase: this class became useless because CMPlugin already has ↵George Hazan
module setting
2018-06-01CMPluginBase::getModule: new helper for returning plugin's moduleGeorge Hazan
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-30EI options: code cleaningGeorge Hazan
2018-05-30added handler for right clickGeorge Hazan
2018-05-30Extra icons (mir_app):George Hazan
- old reference system that used EI ids totally removed; - now HANDLE that is returned outside is a real pointer to EI; - old perversion with groups removed; - fixes #1394 (EI change require restart)
2018-05-30extra icons: gettimg rid of IDsGeorge Hazan
2018-05-30fir for massive search-n-replace resultGeorge Hazan
2018-05-30senseless function removedGeorge 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-29core:George Hazan
- obsoleted flags bOk & bStopped removed from pluginEntry; - pluginEntry::bFailed is now set automatically;
2018-05-29BASIC_PLUGIN_INFO - useless structure removedGeorge Hazan
2018-05-28solves problems with XP compatibilityGeorge Hazan
2018-05-28all plugins => CMPlugin virtual functionsGeorge Hazan
2018-05-28useful wrappers for loading / unloading pluginsGeorge Hazan
2018-05-28fix for dll checker - Load & Unload are not mandatory now, also void export ↵George Hazan
table is not a problem
2018-05-28core changes:George Hazan
- added methods CMPluginBase::Load & CMPluginBase::Unload - duplicated data removed from BASIC_PLUGIN_INFO and replaced with data from CMPluginBase; - code cleaning