Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-14 | tabSRMM: chat options -> UI Classes | George Hazan | |
2018-06-14 | WA_INACTIVE to be also passed to the current child | George Hazan | |
2018-06-14 | chat 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-14 | fix for a typo | George Hazan | |
2018-06-13 | fixes #1398 (Cannot disable OpenSSL plugin between starts) | George Hazan | |
2018-06-13 | fixes #1413 (Miranda 0.95.8.1 Scriver Log doesn't work anymore) | George Hazan | |
2018-06-13 | StdIdle should be removed by PU | dartraiden | |
2018-06-13 | System 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-13 | Dbx_mdbx: duplicate code removed | George Hazan | |
2018-06-13 | profile lock detection unbound from contact list services | George Hazan | |
2018-06-10 | AAA: | George Hazan | |
- added ability to react to terminal session disconnection; - options dialog rework; - version bump | |||
2018-06-09 | Scriver: make keyboard shortcuts translatable | dartraiden | |
2018-06-09 | fixes #1406 (Scriver: sending by Shift+Enter) | George Hazan | |
2018-06-09 | SmileyAdd: 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-08 | obsolete message removed | George Hazan | |
2018-06-08 | SmileyAdd: obsolete option "Enable built-in message dialog support" removed | George Hazan | |
2018-06-08 | SmileyAdd: removed old perversion with catching window messages from SRMM ↵ | George Hazan | |
windows | |||
2018-06-08 | Import: | George Hazan | |
- first working version of mcontacts import; - code cleaning | |||
2018-06-07 | fix for mcontacts import | George Hazan | |
2018-06-07 | fixes #1411 (Dev version crashes under XP) | George Hazan | |
2018-06-06 | StdMsg: option "Restore previously open tabs when showing the window" ↵ | George Hazan | |
removed because it does nothing anyway. use plugin Sessions instead | |||
2018-06-06 | Fingerprint: added VK Messenger detect | Mataes | |
2018-06-06 | MirLua: | aunsane | |
- add new helper function luaM_isarray - fix print of decimal point m_json module - add __pairs metamethod support - simplify code m_http module - send function should create copy of request object to prevent side effects in async calls - fix lua functions call - fix memory leaks | |||
2018-06-05 | Fingerprint: fixed Conversations detect | Mataes | |
2018-06-05 | Dbx_mdbx: | George Hazan | |
- fixes problem with false database corruption reporting when database file shrinks; - code merge with libmsbx master; - obsoleted DllMain function expunged; - manual SRW locks replaced with those provided from Windows when possible - version bump | |||
2018-06-05 | quick dirty hack for avoiding string duplication | dartraiden | |
2018-06-04 | Import: first version of Mcontacts import | George Hazan | |
2018-06-04 | code cleaning | George Hazan | |
2018-06-04 | Scriver: | George Hazan | |
- fixes #1404 (Scriver: cannot change "Send message on" settings) - fixes #1405 (Scriver: add "Send message on Ctrl+Enter") | |||
2018-06-04 | HwHotKeys: remove second description | dartraiden | |
2018-06-03 | fixes #1401 (fixes inactive session detection) | George Hazan | |
2018-06-03 | CloudFile: fix rare crash in dropbox | aunsane | |
2018-06-03 | MirLua: reworked http module | aunsane | |
- removed Send method - added Request method to create request without sending - added async callbacks - version bump | |||
2018-06-02 | db_autobackups: resource cosmetic | dartraiden | |
2018-06-01 | code cleaning | George Hazan | |
2018-06-01 | these binaries should be compiled with static runtime | George Hazan | |
2018-06-01 | rest of Scriver option dialogs moved to UI classes | George Hazan | |
2018-06-01 | CPluginDlgBase: this class became useless because CMPlugin already has ↵ | George Hazan | |
module setting | |||
2018-06-01 | fixes #1370 (Scriver: titlebar setting bug) | George Hazan | |
2018-06-01 | plugins: stopspammod: options fixes | Gluzskiy Alexandr | |
- activate apply button on any change in account lists (OK button still does not handled properly, i need more info about UI api) | |||
2018-05-31 | fixes #1397 (StdMsg: dynamic loading breaks meta menu) | George Hazan | |
2018-05-30 | Fingerprint: fixed Conversations detect | Kirill Volinsky | |
2018-05-29 | grrm | George Hazan | |
2018-05-29 | rollback of version.rc for Watrack (pascal plugin) | George Hazan | |
2018-05-29 | common version resource extracted to the separate file | George Hazan | |
own version resource remains only for miranda32.exe, mir_app.dll and pascal plugins | |||
2018-05-29 | LotusNotify: another missing version resource | George Hazan | |
2018-05-29 | ConnectionNotify: fixes a problem with version resource | George Hazan | |
2018-05-29 | ancient perversion removed: function CListInitialise as the special entry ↵ | George Hazan | |
point for contact lists (not to mix them with usual plugins) | |||
2018-05-28 | all plugins => CMPlugin virtual functions | George Hazan | |
2018-05-28 | Notification plugins - convert to Load/Unload methods of CMPlugin | Goraf | |