Age | Commit message (Expand) | Author |
2022-04-06 | remove executable attribute from affected files | georgehazan |
2022-03-15 | file iterators implementation for Windows API + major code cleaning in Profil... | George Hazan |
2022-03-15 | file iterators, first version | ghazan |
2022-03-09 | CDlgBase::GetInst() is not inlined anymore | George Hazan |
2022-03-01 | CCtrlSpin: correct processing of negative values | George Hazan |
2022-02-16 | fixes #3033 ("Gap between buttons" option is broken) | George Hazan |
2022-02-10 | two extensions for CCtrlTreeOpts for memory variables | George Hazan |
2022-02-09 | db_is_module_empty & db_copy_module - new database helpers | 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-12-19 | header files fix to eliminate Windows types for mir_app | ghazan |
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 |
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-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 |
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 |
2021-03-28 | 21 years after Win2k release we don't need win2k.h - everything we need is in... | George Hazan |
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 from... | George Hazan |
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 bef... | George Hazan |
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 On... | George Hazan |
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 |