summaryrefslogtreecommitdiff
path: root/include/m_gui.h
AgeCommit message (Expand)Author
2022-01-01Happy new year, Mirandadartraiden
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-12-26WORD -> uint16_tGeorge Hazan
2021-12-26BYTE -> uint8_tGeorge Hazan
2021-11-07update for system includes & import librariesGeorge Hazan
2021-11-07first version of mir_core that builds under Linuxghazan
2021-05-15SetDraw(bool bEnable) - a wrapper for WM_SETREDRAW commandGeorge Hazan
2021-05-15unused UI template removedGeorge Hazan
2021-05-13UI classes & core code cleaning:George Hazan
2021-05-11CCtrlCombo::GetCurData = suitable helper for combo boxesGeorge Hazan
2021-05-10CCtrlListView::MoveItem, CCtrlListView::SetCurSel, CCtrlCombo::SelectData - n...George Hazan
2021-04-29more const qualifiersGeorge Hazan
2021-04-29UI classes:George Hazan
2021-03-20code cleaningGeorge Hazan
2021-03-15fixes #2766 (Spin control suddenly returns previous position when called from...George Hazan
2021-03-01CCtrlSlider - new GUI componentGeorge Hazan
2021-02-27fixes #2753 (by default only checkboxes should be notified about OnChange bef...George Hazan
2021-01-17Code cleaningdartraiden
2021-01-17Update copyrightsdartraiden
2021-01-11CTimer::Stop to return true if timer was activeGeorge Hazan
2021-01-05CCtrlColor class - the wrapper for Windows Color PickerGeorge Hazan
2020-10-24CCtrlTreeOpts class moved to mir_core, to be reused laterGeorge Hazan
2020-06-26Jabber: rest of CJabberDlgGcJoin moved to UI classesGeorge Hazan
2020-06-14Proto_GetInstance: handy helper to obtain PROTO_INTERFACE for a hContact / sz...George Hazan
2020-06-04UI classes:George Hazan
2020-04-06useless commands removedGeorge Hazan
2020-03-30CProgress => CCtrlProgress: fix for a class nameGeorge Hazan
2020-02-01m_system_cpp.h removed, because there're no C files anymore (hurrah)George Hazan
2020-02-01let's make a couple of things simplerGeorge Hazan
2020-01-29fix for a rare crash on exitGeorge Hazan
2020-01-03thread-safe implementation of CTimer::Start/StopGeorge Hazan
2020-01-03CTimer::GetEventId() shall return UINT_PTR as wellGeorge Hazan
2020-01-03CTimer::CTimer() : parameter type is changed to UINT_PTR, as presumedGeorge Hazan
2020-01-01Happy new year, MirandaGeorge Hazan
2019-10-31typo fixGeorge Hazan
2019-10-30fix for CMOption<> prototypeGeorge Hazan
2019-10-02merge with SrmmLogContainerGeorge Hazan
2019-07-26warning fixesGeorge Hazan
2019-05-13CDlgBase::SetMinSize - a way to get rid of WM_GETMINMAXINFO in DlgProcGeorge Hazan
2019-03-19added CCtrlDate::SetTimeGeorge Hazan
2019-03-19missing CBN_KILLFOCUS handler in CCtrlComboGeorge Hazan
2019-03-19CCtrlDate - new UI class for date/time pickersGeorge Hazan
2019-03-12- unused member CDbLink::m_bSigned removed;George Hazan
2019-03-12CCtrlBase:George Hazan
2019-02-19utf8 wrappers for CCtrlBase::GetTextGeorge Hazan
2019-02-05fixes #1825 (spin control initialization should be done in the constructor, n...George Hazan
2019-01-06CCtrlCombo::OnSelChanged extracted to the separate handlerGeorge Hazan
2019-01-04Update copyrightsdartraiden
2018-07-11GUI change:George Hazan
2018-06-06CCtrlPages::CheckRowCount() - new function to force tab resize when the numbe...George Hazan