Age | Commit message (Expand) | Author |
2022-01-01 | Happy new year, Miranda | dartraiden |
2021-12-26 | DWORD -> uint32_t | George Hazan |
2021-12-26 | WORD -> uint16_t | George Hazan |
2021-12-26 | BYTE -> uint8_t | George Hazan |
2021-11-07 | update for system includes & import libraries | George Hazan |
2021-11-07 | first version of mir_core that builds under Linux | ghazan |
2021-05-15 | SetDraw(bool bEnable) - a wrapper for WM_SETREDRAW command | George Hazan |
2021-05-15 | unused UI template removed | George Hazan |
2021-05-13 | UI classes & core code cleaning: | George Hazan |
2021-05-11 | CCtrlCombo::GetCurData = suitable helper for combo boxes | George Hazan |
2021-05-10 | CCtrlListView::MoveItem, CCtrlListView::SetCurSel, CCtrlCombo::SelectData - n... | George Hazan |
2021-04-29 | more const qualifiers | George Hazan |
2021-04-29 | UI classes: | George Hazan |
2021-03-20 | code cleaning | George Hazan |
2021-03-15 | fixes #2766 (Spin control suddenly returns previous position when called from... | George Hazan |
2021-03-01 | CCtrlSlider - new GUI component | George Hazan |
2021-02-27 | fixes #2753 (by default only checkboxes should be notified about OnChange bef... | George Hazan |
2021-01-17 | Code cleaning | dartraiden |
2021-01-17 | Update copyrights | dartraiden |
2021-01-11 | CTimer::Stop to return true if timer was active | George Hazan |
2021-01-05 | CCtrlColor class - the wrapper for Windows Color Picker | George Hazan |
2020-10-24 | CCtrlTreeOpts class moved to mir_core, to be reused later | George Hazan |
2020-06-26 | Jabber: rest of CJabberDlgGcJoin moved to UI classes | George Hazan |
2020-06-14 | Proto_GetInstance: handy helper to obtain PROTO_INTERFACE for a hContact / sz... | George Hazan |
2020-06-04 | UI classes: | George Hazan |
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 |
2019-03-12 | CCtrlBase: | George Hazan |
2019-02-19 | utf8 wrappers for CCtrlBase::GetText | George Hazan |
2019-02-05 | fixes #1825 (spin control initialization should be done in the constructor, n... | George Hazan |
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 |
2018-06-06 | CCtrlPages::CheckRowCount() - new function to force tab resize when the numbe... | George Hazan |