Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-14 | Proto_GetInstance: handy helper to obtain PROTO_INTERFACE for a hContact / ↵ | George Hazan | |
szModule | |||
2020-06-04 | UI classes: | George Hazan | |
- CDlgBase::m_bSucceeded variable introduced to check whether IDOK was pressed or not; - unused/useless buttons with id=IDOK or IDCANCEL removed; - brnOk.OnClick replaced with OnApply calls; - unused/useless calls of EndDialog/EndModal removed; - minor code cleaning | |||
2020-04-06 | useless commands removed | George Hazan | |
2020-03-30 | CProgress => CCtrlProgress: fix for a class name | George Hazan | |
2020-02-01 | m_system_cpp.h removed, because there're no C files anymore (hurrah) | George Hazan | |
2020-02-01 | let's make a couple of things simpler | George Hazan | |
2020-01-29 | fix for a rare crash on exit | George Hazan | |
2020-01-03 | thread-safe implementation of CTimer::Start/Stop | George Hazan | |
2020-01-03 | CTimer::GetEventId() shall return UINT_PTR as well | George Hazan | |
2020-01-03 | CTimer::CTimer() : parameter type is changed to UINT_PTR, as presumed | George Hazan | |
2020-01-01 | Happy new year, Miranda | George Hazan | |
2019-10-31 | typo fix | George Hazan | |
2019-10-30 | fix for CMOption<> prototype | George Hazan | |
2019-10-02 | merge with SrmmLogContainer | George Hazan | |
2019-07-26 | warning fixes | George Hazan | |
2019-05-13 | CDlgBase::SetMinSize - a way to get rid of WM_GETMINMAXINFO in DlgProc | George Hazan | |
2019-03-19 | added CCtrlDate::SetTime | George Hazan | |
2019-03-19 | missing CBN_KILLFOCUS handler in CCtrlCombo | George Hazan | |
2019-03-19 | CCtrlDate - new UI class for date/time pickers | George Hazan | |
2019-03-12 | - unused member CDbLink::m_bSigned removed; | George Hazan | |
- obsolete CCtrlBase private members removed; | |||
2019-03-12 | CCtrlBase: | George Hazan | |
- obsolete private declarations removed; - initialized member CCtrlBase::m_bSilent inited; - warning fixes | |||
2019-02-19 | utf8 wrappers for CCtrlBase::GetText | George Hazan | |
2019-02-05 | fixes #1825 (spin control initialization should be done in the constructor, ↵ | George Hazan | |
not inside OnInitDialog) | |||
2019-01-06 | CCtrlCombo::OnSelChanged extracted to the separate handler | George Hazan | |
2019-01-04 | Update copyrights | dartraiden | |
2018-07-11 | GUI change: | George Hazan | |
- methods OnInitDialog, OnApply & OnClose of CDlgBase now return true if successful. return of false prevents a dialog from being loaded or left respectively; - massive code cleaning considering the 'virtual' attribute of overridden methods; - also fixes #1476 (Don't close "Create new account" window if user not set account name) | |||
2018-06-06 | CCtrlPages::CheckRowCount() - new function to force tab resize when the ↵ | George Hazan | |
number of rows is changed | |||
2018-06-01 | CPluginDlgBase: this class became useless because CMPlugin already has ↵ | George Hazan | |
module setting | |||
2018-05-30 | added handler for right click | George Hazan | |
2018-05-18 | CDlgBase::CDlgBase now receives a reference to CMPlugin instead of HINSTANCE | George Hazan | |
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 | |
is changed | |||
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 | |
- 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 | |
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 ↵ | 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 | |