Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-16 | + also new import libraries for mir_app | George Hazan | |
2019-09-16 | SRMM: | George Hazan | |
- fixes #2066 (tabSRMM: chat menu remains wide after closing); - no need to export Chat_CreateGCMenu anymore; - useless function Chat_DestroyGCMenu removed | |||
2019-09-16 | missing tab auto complete code handler restored | George Hazan | |
2019-09-16 | fixes #2064 (Jabber: some MUC dialogs are displayed behind the chat window) | George Hazan | |
2019-09-16 | tabSRMM: duplicate code removed | George Hazan | |
2019-09-16 | fixes #2063 (TabSRMM offers to search only for last word) | George Hazan | |
2019-09-16 | fixes #2062 (Jabber: chinese chars in MUC ban/admin/moder/members list) | George Hazan | |
2019-09-16 | fixes #2065 (Jabber: race condition in status changing) | George Hazan | |
2019-09-16 | Jabber: more effective list destruction procedure | George Hazan | |
2019-09-15 | code cleaning | George Hazan | |
2019-09-15 | PluginUpdater: | George Hazan | |
- fixes #2057 (PluginUpdater: add search box); - missing components dialog moved to UI classes; - version bump | |||
2019-09-15 | fixes #2051 (TabSRMM: group chats icon) | George Hazan | |
2019-09-14 | unused junk removed (structure RECENTINFO, constant DM_QUERYRECENT & its ↵ | George Hazan | |
handler) | |||
2019-09-14 | tabSRMM: | George Hazan | |
- fixes #2055 (crash on opening template editor); - TContainerData got a constructor & destructor; - more methods moved to TContainerData class; - unused include file "templates.h" removed; - code cleaning | |||
2019-09-14 | new_gpg: improoved error handling on public keys array import from | Gluzskiy Alexandr | |
main menu | |||
2019-09-13 | tabSRMM: some DM_* messages removed | George Hazan | |
2019-09-13 | SM_BroadcastMessage removed from CHAT_MANAGER, we don't need it anymore | George Hazan | |
2019-09-13 | tabSRMM: no more chat_window.cpp | George Hazan | |
2019-09-13 | tabSRMM: minor code reordering | George Hazan | |
2019-09-13 | compilation fix | George Hazan | |
2019-09-13 | tabSRMM: | George Hazan | |
- two constructors for CMsgDialog introduced - fixes for minor glitches | |||
2019-09-12 | tabSRMM: single window | George Hazan | |
2019-09-12 | Scriver: small crutch to disable IEView in group chats | George Hazan | |
2019-09-11 | minor fix for IEView window size calculation | George Hazan | |
2019-09-11 | no chat window in Scriver anymore | George Hazan | |
2019-09-11 | Scriver: all useless messages converted into methods | George Hazan | |
2019-09-10 | Scriver: rollback of malicious changes, original order of things restored | George Hazan | |
2019-09-10 | Scriver: fix for window resizer | George Hazan | |
2019-09-09 | Scriver: further code unification | George Hazan | |
2019-09-09 | unused declaration removed | George Hazan | |
2019-09-09 | Scriver: container-related code moved to the class | George Hazan | |
2019-09-09 | Srmm_FindDialog moved from StdMsg to the core | George Hazan | |
2019-09-09 | CSrmmBaseDialog::RefreshButtonStatus() is called now from the base class ↵ | George Hazan | |
directly | |||
2019-09-08 | . | George Hazan | |
2019-09-06 | PluginUpdater: copy of CRC32 calculation code isn't needed | George Hazan | |
2019-09-05 | more correct fix for #2046 | George Hazan | |
2019-09-05 | code cleaning | George Hazan | |
2019-09-05 | fixes #2046 (StdMsg: toolbar is broken after update) | George Hazan | |
2019-09-04 | StdMsg: unneeded options removed | George Hazan | |
2019-09-04 | fixes #2044 (strange Select all behaviour in StdMsg private chats) | George Hazan | |
2019-09-04 | CrashDumper: | George Hazan | |
- fixes #2043 (CrashDumper: add option to disable VI popup); - massive cleaning of options-related code; - version bump | |||
2019-09-04 | wrong... Ctrl+W shall be enabled only in the tabbed mode | George Hazan | |
2019-09-04 | more correct way of working with Ctrl+Up/Down | George Hazan | |
2019-09-04 | fixes #2042 (StdMsg: window icon remains gray after entering a groupchat) | George Hazan | |
2019-09-04 | Ctrl+W added as a hotkey | George Hazan | |
2019-09-04 | StdMsg: | George Hazan | |
- separate "Show button for sending messages" setting for group chats removed; - Send button behaviour rewritten using UI classes instead of a crutch in a window procedure; - code optimization & unification | |||
2019-09-04 | history manager built into CHAT_MANAGER isn't needed anymore | George Hazan | |
2019-09-04 | StdMsg: entered strings are stored for group chats as well as for private chats | George Hazan | |
2019-09-04 | fixes #2041 (StdMsg: right-click is broken) | George Hazan | |
2019-09-04 | code cleaning | dartraiden | |