Age | Commit message (Expand) | Author |
2015-05-23 | replace _tcscat to mir_tstrcat | Kirill Volinsky |
2015-05-23 | replace strcat to mir_strcat | Kirill Volinsky |
2015-05-22 | metacontact options -> CDlgBase | George Hazan |
2015-05-22 | replace _tcscpy to mir_tstrcpy | Kirill Volinsky |
2015-05-22 | replace strcpy to mir_strcpy | Kirill Volinsky |
2015-05-22 | replace _tcsicmp to mir_tstrcmpi | Kirill Volinsky |
2015-05-22 | replace stricmp to mir_strcmpi | Kirill Volinsky |
2015-05-22 | T2Utf - handy replacement for ptrA<mir_utf8decodeT()> | George Hazan |
2015-05-22 | fix for a crash inside http request destruction | George Hazan |
2015-05-22 | replace _tcscmp to mir_tstrcmp | Kirill Volinsky |
2015-05-22 | replace strcmp to mir_strcmp | Kirill Volinsky |
2015-05-22 | replace _tcslen to mir_tstrlen | Kirill Volinsky |
2015-05-22 | replace strlen to mir_strlen | Kirill Volinsky |
2015-05-21 | war against atavisms continues | George Hazan |
2015-05-20 | CDlgBase::m_first && CCtrlBase::m_next removed | George Hazan |
2015-05-20 | tabbed control validator | George Hazan |
2015-05-20 | Profile Manager -> CCtrlPages | George Hazan |
2015-05-20 | adaptation of CCtrlPages for the real life | George Hazan |
2015-05-20 | commonheaders.cpp excluded from projects | George Hazan |
2015-05-20 | grrrrrrrrrm | George Hazan |
2015-05-20 | other not used files removed too | Kirill Volinsky |
2015-05-20 | not used file removed | Kirill Volinsky |
2015-05-20 | memory.cpp synced with mir_core memory.cpp | Kirill Volinsky |
2015-05-19 | control comparator function removed from the class definition | George Hazan |
2015-05-19 | end of zoo with WM_CONTEXTMENU's lParam | George Hazan |
2015-05-19 | one another minor interface glitch fixed | George Hazan |
2015-05-18 | minor cleaning | George Hazan |
2015-05-18 | valid flag mask for moving tree items | George Hazan |
2015-05-18 | After selecting an object into a DC, it has to be set back to the original va... | Piotr Piastucki |
2015-05-18 | Neither brushes returned by WM_CTLCOLORDLG nor stock brushes need to be delet... | Piotr Piastucki |
2015-05-18 | RichEdit Control doesn't support WM_GETFONT: https://msdn.microsoft.com/en-us... | Piotr Piastucki |
2015-05-18 | Fixed severe memleak in msgdialog | Piotr Piastucki |
2015-05-17 | code of MTREE_MULTISELECT + MTREE_DND merged and adapted to the core | George Hazan |
2015-05-17 | Changed "Disable icons" to "Enable icons" | Tobias Weimer |
2015-05-17 | automatic unsubclassing transferred from WM_DESTROY to WM_NCDESTROY | George Hazan |
2015-05-17 | fix for genmenu options - left tree replaced with a listbox | George Hazan |
2015-05-14 | fix for correct behaviour of checkboxes in EI options | George Hazan |
2015-05-14 | extra icons options -> UI Utils | George Hazan |
2015-05-14 | multiselect mode for CCtrlTreeView | George Hazan |
2015-05-13 | CCtrlListView::GetItem() - missing return type | George Hazan |
2015-05-13 | sorting procedure restored to prevent data from arithmetic overflow | George Hazan |
2015-05-13 | - MTREE_DND implemented, all drag-n-drop operations in trees went into the core; | George Hazan |
2015-05-13 | fix for a cursor that follows mouse | George Hazan |
2015-05-12 | - CCtrlData::OnChange moved to CCtrlBase, because almost all controls can sen... | George Hazan |
2015-05-11 | minus CreateThread | Kirill Volinsky |
2015-05-11 | minus critical section | Kirill Volinsky |
2015-05-11 | cleanup | Kirill Volinsky |
2015-05-10 | - two option pages (Customize/Menus, Contact list/Accounts) -> CDialogBase; | George Hazan |
2015-05-10 | CDlgBase::NotifyChange() - method for child dialogs to notify parents | George Hazan |
2015-05-10 | crash fix for wrongly defined option pages | George Hazan |