summaryrefslogtreecommitdiff
path: root/include/m_gui.h
AgeCommit message (Collapse)Author
2017-12-06convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵Kirill Volinsky
62202ed10617927d5429bc59898e12a366abe744)
2017-12-06convert all files exept curl and new_gpg to utf-8 BOMKirill Volinsky
2017-11-29replace russian с to latin cKirill Volinsky
2017-11-28Source files converted to utf-8Kirill Volinsky
2017-11-01bad anti-flicker code removedGeorge Hazan
2017-10-25new method that emulates button clickGeorge Hazan
2017-06-02fixes crash in StdMsg on opening SRMM windowGeorge Hazan
2017-05-03CCtrlRichEdit::GetRichTextUtf considered uselessGeorge Hazan
2017-04-13two new functions: CDlgBase::Resize & HideGeorge Hazan
2017-04-07Windows-specific code moved to mir_coreGeorge 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-03-27fix for a return typeGeorge Hazan
2017-03-26long needed function CCtrlBase::Show(bool)George Hazan
2017-03-24CCtrlBase::GetParent - missing const qualifier addedGeorge Hazan
2017-03-21CCtrlButton:George Hazan
bool IsPushed() returns a status for a PUSHBUTTON; void Push(bool) sets a new pushed status
2017-03-21less useless crap exported from mir_coreGeorge Hazan
2017-03-17CCtrlPages::SwapPages - a new method to swap two pages in a tab cobtrolGeorge Hazan
2017-03-03no need to post WM_SIZE so oftenGeorge Hazan
2017-03-03missing CSplitter initializer addedGeorge Hazan
2017-03-03CSplitter classGeorge Hazan
2017-03-03fix for the shitty idea of all pre-created button objects' manual initializationGeorge Hazan
2017-03-02more optimal tab control resizerGeorge Hazan
2017-02-28CCtrlBase::SendMsg: missing const qualifierGeorge Hazan
2017-02-21CSrmmBaseDialog - basic class for SRMM windows & chatsGeorge Hazan
2017-01-06unneeded warning suppressedGeorge Hazan
2017-01-01bump copyright yeardartraiden
2016-12-18fix for strange post-effects of dnd in CCtrlTreeViewGeorge Hazan
2016-12-16CCtrlPages::m_pages is not used anymore, all page data are bound to tabs onlyGeorge Hazan
2016-12-15new methods of CCtrlPagesGeorge Hazan
2016-12-14new method - CCtrlPages::GetCount()George Hazan
2016-12-02if nothing else helps, finally read the manualGeorge Hazan
- CCtrlSpin::SetRange had mixed up max & min values; - changing data in a spin control didn't send a change notification
2016-12-02CCtrlSpin::GetPosition() - new method of spin controlGeorge Hazan
2016-12-01CCtrlSpin::SetPosition - method for a spin control initializationGeorge Hazan
2016-11-25WM_CTLCOLORSTATIC handler moved to mir_core.dllGeorge Hazan
2016-11-22missing method: CCtrlListBox::SetItemHeightGeorge Hazan
2016-11-22missing UI method: CCtrlListBox::GetItemRectGeorge Hazan
2016-11-22OnBuildMenu - new callback for handling rclicksGeorge Hazan
2016-10-12CDlgBase::m_bExiting - new flagGeorge Hazan
2016-10-02CDlgBase::AddTimer addedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17342 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-09-22UI utils:George Hazan
- added class CProgress; - added class CTimer; git-svn-id: http://svn.miranda-ng.org/main/trunk@17331 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-09-14patch for UI Utils:George Hazan
- wrapper for a spin control; - CCtrlEdit::SetMaxLength git-svn-id: http://svn.miranda-ng.org/main/trunk@17298 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-08-11CDlgBase::EndModal(INT_PTR nResult) - new method to close modal dialogGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17176 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-29removing TCHAR + WCHAR from headersGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17146 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-29no more TCHARsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17143 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-27less TCHARsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17138 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-25hello, Unix.George Hazan
phase 1: removing _T() git-svn-id: http://svn.miranda-ng.org/main/trunk@17127 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-21m_gui: added CPluginDlgBase class MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16736 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-17ui utils: suuport CMOption for non-protocol plugins MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16705 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-15contact list groups:George Hazan
- finally database is not used anymore (only as a settings' storage); - MGROUP type introduced to replace HANDLE for group ids; - MS_CLIST_GROUP* services became Clist_Group* functions; - CLIST_INTERFACE members pfnGetGroupName & pfnRenameGroup also transformed into static Clist_Group* functions git-svn-id: http://svn.miranda-ng.org/main/trunk@16659 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c