summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-06-18fixes #1427 (Miranda doesn't set status back when returning from idle)George Hazan
2018-06-18add SilentUpgrade to mirandaboot.inidartraiden
2018-06-18ability of C++ to compile any shit provided is enormous...George Hazan
2018-06-18fixes #1429 (Ability to silently upgrade database) using new ↵George Hazan
Database/SilentUpgrade=1 setting in mirandaboot.ini
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-18more code cleaningGeorge Hazan
2018-06-18code cleaningGeorge Hazan
2018-06-17compilation fixGeorge Hazan
2018-06-17GetTabWindow applied to all another placesGeorge Hazan
2018-06-17no more uninitialized global variablesGeorge Hazan
2018-06-17final fix for #1425George Hazan
2018-06-15more thorough version of previous fixGeorge Hazan
2018-06-15fixes #1425 (TabSRMM crashes)George Hazan
2018-06-15MirLua:aunsane
- Lua engine moved to separate class - added ability to compile scripts - renamed script enable setting name - version bump
2018-06-15Update CONTRIBUTING.mdTobias Weimer
- Fixed formatting
2018-06-15Restructured guthub pages, added issue templatesTobias Weimer
2018-06-14tabSRMM: chat options -> UI ClassesGeorge Hazan
2018-06-14code cleaning for CCtrlBase::GetTextGeorge Hazan
2018-06-14WA_INACTIVE to be also passed to the current childGeorge 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-14fix for a typoGeorge Hazan
2018-06-13langpacks/russian: updatedartraiden
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-13fixes #1413 (Miranda 0.95.8.1 Scriver Log doesn't work anymore)George Hazan
2018-06-13fix for StdAutoAway optionsGeorge Hazan
2018-06-13remove StdIdle from CMake and installersdartraiden
2018-06-13StdIdle should be removed by PUdartraiden
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-13Dbx_mdbx: duplicate code removedGeorge Hazan
2018-06-13profile lock detection unbound from contact list servicesGeorge Hazan
2018-06-13MRA: more logsGeorge Hazan
2018-06-12Gadu-Gadu: conf options move to UI classesGoraf
2018-06-10AAA:George Hazan
- added ability to react to terminal session disconnection; - options dialog rework; - version bump
2018-06-10code cleaningGeorge Hazan
2018-06-09Scriver: make keyboard shortcuts translatabledartraiden
2018-06-09fixes #1406 (Scriver: sending by Shift+Enter)George Hazan
2018-06-09SmileyAdd: obsolete option "Enable smileys" removed, because now we can ↵George Hazan
control toolbar buttons for all plugins from the Options - Message sessions - toolbar
2018-06-08StdMsg: a chat should update a window title only if it's activeGeorge Hazan
2018-06-08obsolete message removedGeorge Hazan
2018-06-08SmileyAdd: obsolete option "Enable built-in message dialog support" removedGeorge 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-08Import:George Hazan
- first working version of mcontacts import; - code cleaning
2018-06-08fix for mir_app / mir_core version resourcesGeorge Hazan
2018-06-07fix for mcontacts importGeorge Hazan
2018-06-07fixes #1411 (Dev version crashes under XP)George Hazan
2018-06-07reset files first, only then pull updatesGeorge Hazan
2018-06-06fix for occasional crash in CCtrlPagesGeorge Hazan
2018-06-06fixes #1408 (StdMsg: window caption bug)George Hazan