Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-14 | codelite workspace & mir_core project | ghazan | |
2021-11-14 | trash removed | ghazan | |
2021-11-08 | fix for cmake compilation | ghazan | |
2021-11-07 | minor fixes for compilation | ghazan | |
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-11-07 | let's separate modules for Windows from common ones | George Hazan | |
2021-06-07 | fixes #2912 (Drop WinCrypto API support) | George Hazan | |
2021-05-22 | fixes #2888 (Update TinyXML2 to 8.10) | George Hazan | |
2021-05-20 | mir_wstrstri - case-insensitive search of substring, Unicode version | George Hazan | |
2021-05-15 | SetDraw(bool bEnable) - a wrapper for WM_SETREDRAW command | 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-05-02 | fixes #2869 (DbEditor: в некоторых областях экрана ↵ | George Hazan | |
вызывается неправильное контекстное меню) | |||
2021-04-29 | if error returned, CCtrlListView::GetItem shall also return error | George Hazan | |
2021-04-29 | fix for menu position calculation | George Hazan | |
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-04-23 | fix for function prototypes | George Hazan | |
2021-03-31 | fixes #2797 (Windows XP: cannot disable any menu item) | George Hazan | |
2021-03-29 | UI classes: splitter doesn't reset edit field after Apply | George Hazan | |
- fixes #2818 (TabSRMM: не хватает ограничителей) - fixes #2817 (StdMsg: не хватает ограничителей) | |||
2021-03-28 | 21 years after Win2k release we don't need win2k.h - everything we need is ↵ | George Hazan | |
included into minimum Windows SDK 7.1 | |||
2021-03-25 | fixes #2804 (CCtrlEdit changes do not affect CCtrlSpin position) | George Hazan | |
2021-03-20 | code cleaning | George Hazan | |
2021-03-17 | fixes #2777 (Notes and Reminders: убрать настройку ↵ | George Hazan | |
"Добавлять пункты в меню контакта") | |||
2021-03-15 | fixes #2766 (Spin control suddenly returns previous position when called ↵ | George Hazan | |
from inside WM_NOTIFY) | |||
2021-03-15 | no, m_bSilent shall be enabled for read-only controls, not disabled | George Hazan | |
2021-03-15 | and also for dynamically disabled controls | George Hazan | |
2021-03-15 | fixes #2763 (we don't care about changes in disabled controls) | 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 ↵ | George Hazan | |
before OnInitDialog) | |||
2021-01-24 | more effective way to use OnChange callbacks automatically | George Hazan | |
2021-01-17 | Update copyrights | dartraiden | |
2021-01-16 | glory, glory, halleluya: perversive manual call of OnChange() event inside ↵ | George Hazan | |
OnInitDialog isn't needed anymore | |||
2021-01-16 | fix for BS_AUTOCHECKBOX flag processing | George Hazan | |
2021-01-11 | CTimer::Stop to return true if timer was active | George Hazan | |
2021-01-06 | fixes #2655 (Перемещённые подменю теряют своё ↵ | George Hazan | |
содержимое до применения изменений) | |||
2021-01-05 | CCtrlColor class - the wrapper for Windows Color Picker | George Hazan | |
2020-12-29 | more correct variant of the previous fix | George Hazan | |
2020-12-29 | fix for radio buttons processing | George Hazan | |
2020-10-24 | CCtrlTreeOpts class moved to mir_core, to be reused later | George Hazan | |
2020-10-24 | fixes #2604 (Jabber: add ability to disable MAM) | George Hazan | |
2020-09-08 | DeleteDirectoryTreeW - new function that deletes a folder with all ↵ | George Hazan | |
subfolders (recursively) | |||
2020-08-07 | fix for rare crash on exit | George Hazan | |
2020-06-15 | simpler way of applying server ids to messages | George Hazan | |
2020-06-10 | surprise... IDCANCEL == 2, while we need to return zero | George Hazan | |
2020-06-09 | fix for running the same dialog multiple times | George Hazan | |
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-05-29 | def files removed from Source Files folder | George Hazan | |