Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-08 | HookTemporaryEvent - new function that executes an event handler immediately ↵ | George Hazan | |
if the event is missing usable to hook events that disappear after being used | |||
2017-08-06 | Update all other files in repository to use https links for Miranda NG website | Robert Pösel | |
2017-08-05 | Change rest of Miranda NG links to https:// | Robert Pösel | |
2017-07-30 | Hotkeys: code cleaning | George Hazan | |
2017-05-15 | zlib: merge Miranda-specific fixes | dartraiden | |
2017-05-15 | zlib: update to 1.2.11 | dartraiden | |
2017-05-15 | libsignal-c: few more missed exports | Gluzskiy Alexandr | |
2017-05-14 | Revert "zlib: updated to version 1.2.11" | George Hazan | |
This reverts commit cd6513f3037456f6c7c3a8d051be51d62cb9bd88. | |||
2017-05-13 | missing export function | George Hazan | |
2017-05-13 | zlib: returned files removed by mistake | aunsane | |
2017-05-13 | zlib: updated to version 1.2.11 | aunsane | |
2017-05-08 | libs: libsignal-c: few more missed exports | Gluzskiy Alexandr | |
2017-05-04 | libs: libsignal-c: one more missed export | Gluzskiy Alexandr | |
2017-05-03 | CCtrlRichEdit::GetRichTextUtf considered useless | George Hazan | |
2017-05-01 | Utils_IsRtl - core function to detect RTL direcction | George Hazan | |
2017-04-29 | libs: libsignal-c: few more missed exports | Gluzskiy Alexandr | |
2017-04-27 | libs: libsignal-c: added more missed exports | Gluzskiy Alexandr | |
2017-04-23 | libs: libsignal-c: sync with upstream | Gluzskiy Alexandr | |
2017-04-17 | more common code incapsulated into mir_app.dll | George Hazan | |
2017-04-13 | fixed mir_core libraries | George Hazan | |
2017-04-13 | two new functions: CDlgBase::Resize & Hide | George Hazan | |
2017-04-08 | libsignal: few more missed exports | Gluzskiy Alexandr | |
2017-04-07 | Windows-specific code moved to mir_core | George Hazan | |
2017-04-06 | libsignal: few more missed exports | Gluzskiy Alexandr | |
2017-04-06 | libsignal: few more missed exports | Gluzskiy Alexandr | |
2017-04-05 | Srmm_MessageStreamCallback isolated inside mir_core and therefore removed; | George Hazan | |
2017-04-05 | more methods for CCtrlRichEdit: GetRichTextRtf, GetRichTextUtf, GetRichText, ↵ | George Hazan | |
SetRichText, SetRichTextRtf | |||
2017-04-05 | mir_core: | George Hazan | |
- UI utils spread to separate modules, one module for one class; - class CCtrlRichEdit added | |||
2017-04-04 | SRMM window list completely incapsulated into mir_app to avoid corrupting it ↵ | George Hazan | |
by someone's dirty hands | |||
2017-03-28 | some more fixes for 64-bit version | George Hazan | |
2017-03-28 | and finally MS_MSG_GETWINDOWDATA has gone, zihrono levraha | George Hazan | |
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 |