summaryrefslogtreecommitdiff
path: root/libs/win32
AgeCommit message (Collapse)Author
2018-02-13CDlgBase::FindControl made publicGeorge Hazan
2018-01-31mir_app:George Hazan
- structure renamed: PROTORECVFILET -> PROTORECVFILE; - useless service MS_PROTO_AUTHRECV removed; - Proto_AuthRecv() helper converted into a function.
2017-12-29removing obsolete C-style helpersGeorge Hazan
2017-12-29PROTO_INTERFACE::setAllContactStatuses - common code moved to the coreGeorge Hazan
2017-12-28two missing operators added to json wrapperGeorge Hazan
2017-12-27obsolete structure ADDCONTACTSTRUCT, service MS_ADDCONTACT_SHOW and whole ↵George Hazan
m_addcontact.h removed and replaced with Contact_Add* functions
2017-12-26standard color table exported from coreGeorge Hazan
2017-12-11IsTerminalDisconnected() moved to coreGeorge Hazan
2017-12-11parameters unification between JSON & HTTPGeorge Hazan
2017-12-06KillModuleOptions - more handly helper than an event hookGeorge Hazan
2017-11-24EnumResidentSettings moved to MDatabaseCommonGeorge Hazan
2017-11-24sudden refreshment of libjson librariesGeorge Hazan
2017-11-24more common database code moved to MDatabaseCommonGeorge Hazan
2017-11-23update for mir_core import libsGeorge Hazan
2017-11-23common database code to be concentrated in mir_appGeorge Hazan
2017-11-23moving libs to appropriate folderGeorge Hazan
2017-10-25new method that emulates button clickGeorge Hazan
2017-10-09more compilation fixesGeorge Hazan
2017-10-09MS_CLIST_SETSTATUSMODE => Clist_SetStatusMode()George Hazan
dunno how I could miss it
2017-09-22fixed import libraries for mir_appGeorge Hazan
2017-09-12old good sound services became finally functionsGeorge Hazan
2017-09-12Revert "Merge branch 'master' of https://github.com/miranda-ng/miranda-ng"George Hazan
This reverts commit e09448dd03e3647717166e92ee818e395041993a, reversing changes made to b0f44b16bd1138de85a5d17bb42151742f9c8298.
2017-09-11old good sound services became finally functionsGeorge Hazan
2017-08-15fixes #799 (Crash on receiving msg in FB group chat)George Hazan
2017-08-08HookTemporaryEvent - 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-30Hotkeys: code cleaningGeorge Hazan
2017-05-03CCtrlRichEdit::GetRichTextUtf considered uselessGeorge Hazan
2017-05-01Utils_IsRtl - core function to detect RTL direcctionGeorge Hazan
2017-04-17more common code incapsulated into mir_app.dllGeorge Hazan
2017-04-13fixed mir_core librariesGeorge Hazan
2017-04-13two new functions: CDlgBase::Resize & HideGeorge Hazan
2017-04-07Windows-specific code moved to mir_coreGeorge Hazan
2017-04-05Srmm_MessageStreamCallback isolated inside mir_core and therefore removed;George Hazan
2017-04-05more methods for CCtrlRichEdit: GetRichTextRtf, GetRichTextUtf, GetRichText, ↵George Hazan
SetRichText, SetRichTextRtf
2017-04-05mir_core:George Hazan
- UI utils spread to separate modules, one module for one class; - class CCtrlRichEdit added
2017-04-04SRMM window list completely incapsulated into mir_app to avoid corrupting it ↵George Hazan
by someone's dirty hands
2017-03-28and finally MS_MSG_GETWINDOWDATA has gone, zihrono levrahaGeorge Hazan
2017-03-28SRMM notifications went to the core with ME_MSG_WINDOWEVENTGeorge Hazan
2017-03-27common code moved to mir_appGeorge Hazan
2017-03-27fix for a return typeGeorge Hazan
2017-03-27fixes #777 (scrollbars disappeared from tabSRMM)George Hazan
2017-03-26long needed function CCtrlBase::Show(bool)George Hazan
2017-03-26duplicate code removedGeorge Hazan
2017-03-26context menu moved to mir_app, part II :)George Hazan
2017-03-24warning fixGeorge Hazan
2017-03-24revolution in chat menusGeorge 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-24CCtrlBase::GetParent - missing const qualifier addedGeorge Hazan
2017-03-23usual crutches sometimes don't work, we need the stronger onesGeorge Hazan
2017-03-23these windows should be manually unsubclassed before exitGeorge Hazan