Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-28 | SRMM notifications went to the core with ME_MSG_WINDOWEVENT | George Hazan | |
2017-03-27 | common code moved to mir_app | George Hazan | |
2017-03-27 | fix for a return type | George Hazan | |
2017-03-27 | fixes #777 (scrollbars disappeared from tabSRMM) | George Hazan | |
2017-03-26 | long needed function CCtrlBase::Show(bool) | George Hazan | |
2017-03-26 | duplicate code removed | George Hazan | |
2017-03-26 | context menu moved to mir_app, part II :) | George Hazan | |
2017-03-24 | warning fix | George Hazan | |
2017-03-24 | revolution in chat menus | George Hazan | |
- common code moved to the core (Chat_CreateGCMenu, Chat_DestroyGCMenu); - ability added to any plugin to add its own items into any GC menu, not only to the protocol plugins to do that a plugin calls Chat_AddMenuItems and returns 0 to allow any other plugin to process menu hook | |||
2017-03-24 | - merge of WndProc_Nicklist functions; | George Hazan | |
- Chat_HoverMouse became the internal function ans is not exported anymore | |||
2017-03-24 | CCtrlBase::GetParent - missing const qualifier added | George Hazan | |
2017-03-23 | usual crutches sometimes don't work, we need the stronger ones | George Hazan | |
2017-03-23 | these windows should be manually unsubclassed before exit | George Hazan | |
2017-03-23 | stubs for the message entry, log & nicklist window procedures | George Hazan | |
2017-03-22 | Channel Manager button went to core | George Hazan | |
2017-03-22 | - Clist_ClearSearch considered useless; | George Hazan | |
- pfnDoSelectionDefaultAction rewritten to handle search correctly | |||
2017-03-21 | - fix for button codes in tabSRMM; | George Hazan | |
- CSrmmBaseDialog::ProcessHotkeys to receives control keys statuses as well | |||
2017-03-21 | common chat hotkeys processing code moved to mir_app | George Hazan | |
2017-03-21 | CCtrlButton: | George Hazan | |
bool IsPushed() returns a status for a PUSHBUTTON; void Push(bool) sets a new pushed status | |||
2017-03-21 | also fix for mir_app libs | George Hazan | |
2017-03-21 | fix for export libs | George Hazan | |
2017-03-21 | no need to export Srmm_ButtonSubclassProc anymore | George Hazan | |
2017-03-21 | some common code moved into mir_app | George Hazan | |
2017-03-21 | less useless crap exported from mir_core | George Hazan | |
2017-03-17 | fix for libraries | George Hazan | |
2017-03-17 | CCtrlPages::SwapPages - a new method to swap two pages in a tab cobtrol | George Hazan | |
2017-03-17 | no need to rebuild the whole clist if the search window is empty | George Hazan | |
2017-03-12 | - fixes #742 (closing groupchat tab crashes Miranda); | George Hazan | |
- the bForce parameter of CSrmmBaseDialog::CloseTab considered useless | |||
2017-03-11 | group chats: | George Hazan | |
- massive extinction of all remaining GC_* messages; - color chooser completely moved to mir_app; - color buttons' subclass function also moved to mir_app; - all code management transferred to a bunch of virtual functions, members of CChatRoomDlg; - numerous small fixes, like fix for a broken highlight in StdMsg | |||
2017-03-10 | Group chats: | George Hazan | |
- GC_CONTROL_MSG left us forever; - tons of old/unused/useless slack simply wiped out; - new function: CSrmmBaseDialog::ClearLog | |||
2017-03-09 | - GCSessionInfoBase fields iWidth and iHeight moved to StdMSg; | George Hazan | |
- CHAT_MANAGER methods DoEventHook & DoEventHookAsync removed from CHAT_API; - CSrmmBaseDialog::DoEventHook introduced instead | |||
2017-03-09 | moving session data into dialog classes | George Hazan | |
2017-03-09 | common rtf management code moved to the core | George Hazan | |
2017-03-09 | any CSrmmBaseDialog descendant can refer to SESSION_INFO, not only CChatRoomDlg | George Hazan | |
2017-03-08 | project tools version reset | George Hazan | |
2017-03-04 | omemo: working on 4.3, libsignal-c: missed exports | Gluzskiy Alexandr | |
2017-03-03 | compilation fix | George Hazan | |
2017-03-03 | Microsoft, you stupid bastards | George Hazan | |
2017-03-03 | missing CSplitter initializer added | George Hazan | |
2017-03-03 | CSplitter class | George Hazan | |
2017-03-03 | omemo: working on 4.3, libsignal-c: missed exports | Gluzskiy Alexandr | |
2017-03-03 | updated libraries for mir_core | George Hazan | |
2017-02-28 | class CSrmmBaseDialog added to .def file | George Hazan | |
2017-02-28 | CCtrlBase::SendMsg: missing const qualifier | George Hazan | |
2017-02-23 | libs: | Gluzskiy Alexandr | |
libsignal-c: added few more missed exports protocol: jabber: omemo: implemented 4.1 (https://conversations.im/xeps/multi-end.html) | |||
2017-02-21 | CSrmmBaseDialog - basic class for SRMM windows & chats | George Hazan | |
2017-02-20 | libs: | Gluzskiy Alexandr | |
libsignal-c: added missing export (one of ...) | |||
2017-02-16 | duplicated lib folders no needed anymore | George Hazan | |
2017-02-16 | miranda got her own OpenSSL binaries | George Hazan | |
for those who compile Miranda himself, these binaries can be downloaded from http://www.miranda-ng.org/distr/build/ | |||
2017-02-14 | fix for include duplicates & recursions | George Hazan | |