Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-19 | fixes #3166 (VoiceService: настройки автоматических ↵ | George Hazan | |
действий) | |||
2022-06-20 | time to get rid of some DlgProc defined just to handle WM_SIZE issues | George Hazan | |
2022-06-15 | DpiAware option moved to Windows-specific code in mir_core.dll | George Hazan | |
2022-06-15 | CDlgBase::m_bFixedSize - flag added not to apply hidpi patch to dialogs | George Hazan | |
2022-06-09 | UserInfo -> UI classes | George Hazan | |
2022-05-19 | oops | George Hazan | |
2022-05-17 | MWindow - further window unification code for Linux | George Hazan | |
2022-05-10 | mir_core: added header files for Enlightenment | George Hazan | |
2022-04-20 | more fixes for #3066 | George Hazan | |
2022-03-09 | CDlgBase::GetInst() is not inlined anymore | George Hazan | |
2022-03-01 | CCtrlSpin: correct processing of negative values | George Hazan | |
2022-02-10 | two extensions for CCtrlTreeOpts for memory variables | George Hazan | |
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 | |
- MS_CLIST_DELETECONTACT introduced to avoid the usage of string constants directly; - start menu item id parameter added to Clist_GroupBuildMenu(); - CNF_MAX macro added to simplify cycles over CNF_* array; - custom draw support for CCtrlListView & CCtrlTreeView; - Miranda's specific WM_MEASUREITEM & WM_DRAWITEM processing in CDlgBase | |||
2021-05-11 | CCtrlCombo::GetCurData = suitable helper for combo boxes | George Hazan | |
2021-05-10 | CCtrlListView::MoveItem, CCtrlListView::SetCurSel, CCtrlCombo::SelectData - ↵ | George Hazan | |
new useful methods (cherry picked from commit 9661e86b4d2e1280b6e5e562ffafb46d1b6c0817) | |||
2021-04-29 | more const qualifiers | George Hazan | |
2021-04-29 | UI classes: | George Hazan | |
- added method CCtrlBase::GetCaretPos() to calculate context menu position; - added missing const qualifiers for Get* methods | |||
2021-03-20 | code cleaning | George Hazan | |
2021-03-15 | fixes #2766 (Spin control suddenly returns previous position when called ↵ | George Hazan | |
from inside WM_NOTIFY) | |||
2021-03-01 | CCtrlSlider - new GUI component | George Hazan | |
2021-02-27 | fixes #2753 (by default only checkboxes should be notified about OnChange ↵ | George Hazan | |
before OnInitDialog) | |||
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 / ↵ | 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 | |