Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-25 | core: added CCtrlLabel for static text | aunsane | |
2018-02-23 | core: gui | aunsane | |
- new method IsChecked for CCtrlCheck - new methods GetUrl and SetUrl for CCtrlHypelink - new event OnClick for CCtrlHypelink - CCtrlSpin inherits from CCtrlData | |||
2018-02-13 | CDlgBase::FindControl made public | George Hazan | |
2018-01-31 | mir_app: | George Hazan | |
- structure renamed: PROTORECVFILET -> PROTORECVFILE; - useless service MS_PROTO_AUTHRECV removed; - Proto_AuthRecv() helper converted into a function. | |||
2017-12-29 | removing obsolete C-style helpers | George Hazan | |
2017-12-29 | PROTO_INTERFACE::setAllContactStatuses - common code moved to the core | George Hazan | |
2017-12-28 | two missing operators added to json wrapper | George Hazan | |
2017-12-27 | obsolete structure ADDCONTACTSTRUCT, service MS_ADDCONTACT_SHOW and whole ↵ | George Hazan | |
m_addcontact.h removed and replaced with Contact_Add* functions | |||
2017-12-26 | standard color table exported from core | George Hazan | |
2017-12-11 | IsTerminalDisconnected() moved to core | George Hazan | |
2017-12-11 | parameters unification between JSON & HTTP | George Hazan | |
2017-12-06 | KillModuleOptions - more handly helper than an event hook | George Hazan | |
2017-11-24 | EnumResidentSettings moved to MDatabaseCommon | George Hazan | |
2017-11-24 | sudden refreshment of libjson libraries | George Hazan | |
2017-11-24 | more common database code moved to MDatabaseCommon | George Hazan | |
2017-11-23 | update for mir_core import libs | George Hazan | |
2017-11-23 | common database code to be concentrated in mir_app | George Hazan | |
2017-11-23 | moving libs to appropriate folder | George Hazan | |
2017-10-25 | new method that emulates button click | George Hazan | |
2017-10-09 | MS_CLIST_SETSTATUSMODE => Clist_SetStatusMode() | George Hazan | |
dunno how I could miss it | |||
2017-09-22 | fixed import libraries for mir_app | George Hazan | |
2017-09-12 | old good sound services became finally functions | George Hazan | |
2017-09-12 | Revert "Merge branch 'master' of https://github.com/miranda-ng/miranda-ng" | George Hazan | |
This reverts commit e09448dd03e3647717166e92ee818e395041993a, reversing changes made to b0f44b16bd1138de85a5d17bb42151742f9c8298. | |||
2017-09-11 | old good sound services became finally functions | George Hazan | |
2017-08-15 | fixes #799 (Crash on receiving msg in FB group chat) | George Hazan | |
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-07-30 | Hotkeys: code cleaning | George Hazan | |
2017-05-03 | CCtrlRichEdit::GetRichTextUtf considered useless | George Hazan | |
2017-05-01 | Utils_IsRtl - core function to detect RTL direcction | George Hazan | |
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-07 | Windows-specific code moved to mir_core | George Hazan | |
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 | 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 | |