Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵ | Kirill Volinsky | |
62202ed10617927d5429bc59898e12a366abe744) | |||
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM | Kirill Volinsky | |
2017-11-29 | replace russian с to latin c | Kirill Volinsky | |
2017-11-28 | Source files converted to utf-8 | Kirill Volinsky | |
2017-11-01 | bad anti-flicker code removed | George Hazan | |
2017-10-25 | new method that emulates button click | George Hazan | |
2017-06-02 | fixes crash in StdMsg on opening SRMM window | George Hazan | |
2017-05-03 | CCtrlRichEdit::GetRichTextUtf considered useless | 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 | 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-03-27 | fix for a return type | George Hazan | |
2017-03-26 | long needed function CCtrlBase::Show(bool) | George Hazan | |
2017-03-24 | CCtrlBase::GetParent - missing const qualifier added | 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 | less useless crap exported from mir_core | George Hazan | |
2017-03-17 | CCtrlPages::SwapPages - a new method to swap two pages in a tab cobtrol | George Hazan | |
2017-03-03 | no need to post WM_SIZE so often | George Hazan | |
2017-03-03 | missing CSplitter initializer added | George Hazan | |
2017-03-03 | CSplitter class | George Hazan | |
2017-03-03 | fix for the shitty idea of all pre-created button objects' manual initialization | George Hazan | |
2017-03-02 | more optimal tab control resizer | George Hazan | |
2017-02-28 | CCtrlBase::SendMsg: missing const qualifier | George Hazan | |
2017-02-21 | CSrmmBaseDialog - basic class for SRMM windows & chats | George Hazan | |
2017-01-06 | unneeded warning suppressed | George Hazan | |
2017-01-01 | bump copyright year | dartraiden | |
2016-12-18 | fix for strange post-effects of dnd in CCtrlTreeView | George Hazan | |
2016-12-16 | CCtrlPages::m_pages is not used anymore, all page data are bound to tabs only | George Hazan | |
2016-12-15 | new methods of CCtrlPages | George Hazan | |
2016-12-14 | new method - CCtrlPages::GetCount() | George Hazan | |
2016-12-02 | if nothing else helps, finally read the manual | George Hazan | |
- CCtrlSpin::SetRange had mixed up max & min values; - changing data in a spin control didn't send a change notification | |||
2016-12-02 | CCtrlSpin::GetPosition() - new method of spin control | George Hazan | |
2016-12-01 | CCtrlSpin::SetPosition - method for a spin control initialization | George Hazan | |
2016-11-25 | WM_CTLCOLORSTATIC handler moved to mir_core.dll | George Hazan | |
2016-11-22 | missing method: CCtrlListBox::SetItemHeight | George Hazan | |
2016-11-22 | missing UI method: CCtrlListBox::GetItemRect | George Hazan | |
2016-11-22 | OnBuildMenu - new callback for handling rclicks | George Hazan | |
2016-10-12 | CDlgBase::m_bExiting - new flag | George Hazan | |
2016-10-02 | CDlgBase::AddTimer added | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17342 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-09-22 | UI 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-14 | patch 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-11 | CDlgBase::EndModal(INT_PTR nResult) - new method to close modal dialog | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17176 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-07-29 | removing TCHAR + WCHAR from headers | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17146 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-07-29 | no more TCHARs | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17143 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-07-27 | less TCHARs | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17138 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-07-25 | hello, 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-21 | m_gui: added CPluginDlgBase class | MikalaiR | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@16736 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-04-17 | ui 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-15 | contact 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 |