Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-04 | Windows lists: | George Hazan | |
- fix for a 64-bit issue that could cause a crash; - code cleaning | |||
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 | |
2017-12-11 | IsTerminalDisconnected() moved to core | George Hazan | |
2017-11-23 | update for mir_core import libs | George Hazan | |
2017-10-25 | new method that emulates button click | 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-05-03 | CCtrlRichEdit::GetRichTextUtf considered useless | George Hazan | |
2017-05-01 | Utils_IsRtl - core function to detect RTL direcction | 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 | 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 | fix for export libs | George Hazan | |
2017-03-21 | less useless crap exported from mir_core | George Hazan | |
2017-03-17 | fix for libraries | George Hazan | |
2017-03-17 | CCtrlPages::SwapPages - a new method to swap two pages in a tab cobtrol | George Hazan | |
2017-03-03 | missing CSplitter initializer added | George Hazan | |
2017-03-03 | CSplitter class | George Hazan | |
2017-03-03 | updated libraries for mir_core | George Hazan | |
2017-02-28 | CCtrlBase::SendMsg: missing const qualifier | George Hazan | |
2017-02-16 | duplicated lib folders no needed anymore | George Hazan | |