Age | Commit message (Expand) | Author |
2016-09-14 | patch for UI Utils: | George Hazan |
2016-09-14 | second major wipeout of database services & structures: | George Hazan |
2016-08-11 | CDlgBase::EndModal(INT_PTR nResult) - new method to close modal dialog | George Hazan |
2016-04-15 | contact list groups: | George Hazan |
2016-04-10 | Utf8toUcs2 exported | George Hazan |
2016-04-08 | mir_hmac_sha256 added | George Hazan |
2016-01-21 | fix for moving menu item to the first position in a submenu | George Hazan |
2015-12-21 | hex2bin / hex2bin -> fast hex decoder from char / WCHAR to binary data | George Hazan |
2015-11-11 | thread library: | George Hazan |
2015-09-01 | sha256 functions moved to the core | George Hazan |
2015-09-01 | - strdel()/strdelw() moved to the core; | George Hazan |
2015-08-11 | missing string comparison functions | George Hazan |
2015-08-09 | three new functions for checking Windows version | George Hazan |
2015-07-31 | - Windows 10 version detection; | George Hazan |
2015-07-22 | libs update | Vadim Dashevskiy |
2015-06-21 | MS_UTIL_OPENURL -> mir_core::Utils_OpenUrl | George Hazan |
2015-06-21 | MS_UTILS_GETRANDOM -> mir_core::Utils_GetRandom | George Hazan |
2015-06-21 | - resizer moved to mir_core, because it uses hard-coded windows structures; | George Hazan |
2015-06-19 | Miranda libs to have the .mir extension, to prevent conflicts | George Hazan |
2015-06-19 | timezone api migrated to mir_core | George Hazan |
2015-06-18 | langpack services module destroyed from mir_app | George Hazan |
2015-06-18 | protocol platform-independent code moved back to mir_app | George Hazan |
2015-06-17 | minus MS_UTILS_SAVEWINDOWPOSITION & MS_UTILS_RESTOREWINDOWPOSITION | George Hazan |
2015-06-16 | libson separated from mir_core and moved to libs\ | George Hazan |
2015-06-14 | WindowList_* functions are not services anymore; unneeded helpers removed | George Hazan |
2015-06-13 | - miranda32.exe now does nothing bug extends PATH to %miranda_root%\libs and ... | George Hazan |
2015-06-13 | CCtrlBase::m_bSilent - a flag not to send change notifications | George Hazan |
2015-06-11 | - more transparent ProtoServiceExists implementation; | George Hazan |
2015-06-02 | missing libraries for VS2010 | Vadim Dashevskiy |
2015-06-01 | - atavism named MS_UTILS_LOADBITMAP removed; | George Hazan |
2015-06-01 | - ProtoCallService() function considered too dangerous and therefore isn't ex... | George Hazan |
2015-05-31 | - CreateProtoServiceFunction() moved into mir_core.dll instead of inlining | George Hazan |
2015-05-28 | - MS_UTILS_GETBITMAPFILTERSTRINGS - end of story, replaced with BmpFilterGetS... | George Hazan |
2015-05-26 | JSONNode::as_mstring() -> a safe way to read strings in Unicode directly from... | George Hazan |
2015-05-25 | oops... correct version of operator | George Hazan |
2015-05-25 | JSONNode::isnull() - correct way of checking for missing / erroneous nodes | George Hazan |
2015-05-25 | JSONNode class exported directly from mir_core, all its functions became avai... | George Hazan |
2015-05-20 | tabbed control validator | George Hazan |
2015-05-20 | adaptation of CCtrlPages for the real life | George Hazan |
2015-05-19 | control comparator function removed from the class definition | George Hazan |
2015-05-17 | code of MTREE_MULTISELECT + MTREE_DND merged and adapted to the core | George Hazan |
2015-05-14 | multiselect mode for CCtrlTreeView | George Hazan |
2015-05-13 | update for 2010 libs | George Hazan |
2015-05-13 | CCtrlListView::GetItem() - missing return type | George Hazan |
2015-05-13 | - MTREE_DND implemented, all drag-n-drop operations in trees went into the core; | George Hazan |
2015-05-12 | - CCtrlData::OnChange moved to CCtrlBase, because almost all controls can sen... | 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 |
2015-05-10 | CCtrlTreeView::GetItem must return bool | George Hazan |
2015-05-07 | missing method CDlgBase::SetCaption() for setting window's title | George Hazan |