Age | Commit message (Expand) | Author |
2018-04-30 | fix for argument types | George Hazan |
2018-04-23 | m_gui: remove redundant 'virtual' (C++11) | Goraf |
2018-04-18 | this feature was never used and only causes problems | George Hazan |
2018-04-06 | CDlgBase::OnChange - message processing slightly changed | George Hazan |
2018-03-06 | PSN_WIZFINISH: new WM_NOTIFY event to be called when one of the options tabs ... | George Hazan |
2018-02-25 | Fixes related with 7fc01c9 | aunsane |
2018-02-25 | core: added CCtrlLabel for static text | aunsane |
2018-02-25 | core: null by default value for url param for CCtrlHyperlink | aunsane |
2018-02-25 | core: added OnClick event to CCtrlListView | aunsane |
2018-02-24 | more nullptr | Goraf |
2018-02-23 | core: gui | aunsane |
2018-02-13 | CDlgBase::FindControl made public | George Hazan |
2018-02-12 | fixes #1147 (TabSRMM: numerical options cannot be changed) | George Hazan |
2018-01-18 | fix for CCtrlTreeView::OnItemChanged prototype | George Hazan |
2018-01-17 | no need to copy that stuff each time | George Hazan |
2018-01-01 | massive copyright update | dartraiden |
2017-12-10 | CMOption::Default() - returns the default option's value | George Hazan |
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit 6... | Kirill Volinsky |
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 |
2017-04-05 | mir_core: | George Hazan |
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 |
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 |
2016-12-02 | CCtrlSpin::GetPosition() - new method of spin control | George Hazan |