summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-05-23revert of path handlerGeorge Hazan
2015-05-23replace _tcsncpy to mir_tstrncpyKirill Volinsky
2015-05-23replace strncpy to mir_strncpyKirill Volinsky
2015-05-23replace _tcsncat to mir_tstrncatKirill Volinsky
2015-05-23replace strncat to mir_strncatKirill Volinsky
2015-05-23replace _tcscat to mir_tstrcatKirill Volinsky
2015-05-23replace strcat to mir_strcatKirill Volinsky
2015-05-22metacontact options -> CDlgBaseGeorge Hazan
2015-05-22replace _tcscpy to mir_tstrcpyKirill Volinsky
2015-05-22replace strcpy to mir_strcpyKirill Volinsky
2015-05-22replace _tcsicmp to mir_tstrcmpiKirill Volinsky
2015-05-22replace stricmp to mir_strcmpiKirill Volinsky
2015-05-22T2Utf - handy replacement for ptrA<mir_utf8decodeT()>George Hazan
2015-05-22fix for a crash inside http request destructionGeorge Hazan
2015-05-22replace _tcscmp to mir_tstrcmpKirill Volinsky
2015-05-22replace strcmp to mir_strcmpKirill Volinsky
2015-05-22replace _tcslen to mir_tstrlenKirill Volinsky
2015-05-22replace strlen to mir_strlenKirill Volinsky
2015-05-21war against atavisms continuesGeorge Hazan
2015-05-20CDlgBase::m_first && CCtrlBase::m_next removedGeorge Hazan
2015-05-20tabbed control validatorGeorge Hazan
2015-05-20Profile Manager -> CCtrlPagesGeorge Hazan
2015-05-20adaptation of CCtrlPages for the real lifeGeorge Hazan
2015-05-20commonheaders.cpp excluded from projects George Hazan
2015-05-20grrrrrrrrrmGeorge Hazan
2015-05-20other not used files removed tooKirill Volinsky
2015-05-20not used file removedKirill Volinsky
2015-05-20memory.cpp synced with mir_core memory.cppKirill Volinsky
2015-05-19control comparator function removed from the class definitionGeorge Hazan
2015-05-19end of zoo with WM_CONTEXTMENU's lParamGeorge Hazan
2015-05-19one another minor interface glitch fixedGeorge Hazan
2015-05-18minor cleaningGeorge Hazan
2015-05-18valid flag mask for moving tree itemsGeorge Hazan
2015-05-18After selecting an object into a DC, it has to be set back to the original va...Piotr Piastucki
2015-05-18Neither brushes returned by WM_CTLCOLORDLG nor stock brushes need to be delet...Piotr Piastucki
2015-05-18RichEdit Control doesn't support WM_GETFONT: https://msdn.microsoft.com/en-us...Piotr Piastucki
2015-05-18Fixed severe memleak in msgdialogPiotr Piastucki
2015-05-17code of MTREE_MULTISELECT + MTREE_DND merged and adapted to the coreGeorge Hazan
2015-05-17Changed "Disable icons" to "Enable icons"Tobias Weimer
2015-05-17automatic unsubclassing transferred from WM_DESTROY to WM_NCDESTROYGeorge Hazan
2015-05-17fix for genmenu options - left tree replaced with a listboxGeorge Hazan
2015-05-14fix for correct behaviour of checkboxes in EI optionsGeorge Hazan
2015-05-14extra icons options -> UI UtilsGeorge Hazan
2015-05-14multiselect mode for CCtrlTreeViewGeorge Hazan
2015-05-13CCtrlListView::GetItem() - missing return typeGeorge Hazan
2015-05-13sorting procedure restored to prevent data from arithmetic overflowGeorge Hazan
2015-05-13- MTREE_DND implemented, all drag-n-drop operations in trees went into the core;George Hazan
2015-05-13fix for a cursor that follows mouseGeorge Hazan
2015-05-12- CCtrlData::OnChange moved to CCtrlBase, because almost all controls can sen...George Hazan
2015-05-11minus CreateThreadKirill Volinsky