Age | Commit message (Expand) | Author |
2015-06-15 | MS_SKIN_LOADICON & MS_SKIN_LOADPROTOICON replaced with direct function calls | George Hazan |
2015-06-14 | WindowList_* functions are not services anymore; unneeded helpers removed | George Hazan |
2015-06-14 | a few minor fixes | George Hazan |
2015-06-14 | - all icolib services removed; | George Hazan |
2015-06-13 | delay load removed from mir_core projects | 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-07 | SKINICONDESC -> MAllStrings | George Hazan |
2015-06-06 | fix for some warnings | George Hazan |
2015-06-04 | new mir_sntprintf templates without SIZEOF | George Hazan |
2015-06-04 | new mir_snprintf templates without SIZEOF | George Hazan |
2015-06-03 | fix for the forced unsubclassing | George Hazan |
2015-06-01 | - atavism named MS_UTILS_LOADBITMAP removed; | George Hazan |
2015-06-01 | another bunch of dead crutches: non-unicode avatar services | 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-31 | another bunch of crutches buried in a trash can: PROTOCHAR & PROTOFILEEVENT | George Hazan |
2015-05-28 | missing source file | George Hazan |
2015-05-28 | - MS_UTILS_GETBITMAPFILTERSTRINGS - end of story, replaced with BmpFilterGetS... | George Hazan |
2015-05-26 | - forgotten to include JSONNode.inl into a project; | George Hazan |
2015-05-26 | implementation details hidden in JSONNode.inl | George Hazan |
2015-05-26 | compilation fix | George Hazan |
2015-05-26 | JSONNode::as_mstring() -> a safe way to read strings in Unicode directly from... | George Hazan |
2015-05-25 | fix for the correct json node validation | 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-24 | minus critical section | George Hazan |
2015-05-23 | minus critical section | George Hazan |
2015-05-23 | some crazy list declarations fixed | 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 | adaptation of CCtrlPages for the real life | George Hazan |
2015-05-19 | control comparator function removed from the class definition | George Hazan |
2015-05-19 | one another minor interface glitch fixed | George Hazan |
2015-05-18 | valid flag mask for moving tree items | George Hazan |
2015-05-17 | code of MTREE_MULTISELECT + MTREE_DND merged and adapted to the core | George Hazan |
2015-05-17 | automatic unsubclassing transferred from WM_DESTROY to WM_NCDESTROY | George Hazan |
2015-05-14 | fix for correct behaviour of checkboxes in EI options | George Hazan |
2015-05-14 | multiselect mode for CCtrlTreeView | 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 | CCtrlTreeView::GetItem must return bool | George Hazan |
2015-05-07 | missing method CDlgBase::SetCaption() for setting window's title | George Hazan |
2015-04-26 | no need to call FreeVariant twice | George Hazan |
2015-04-24 | end of zoo with various _WIN32_WINNT versions | George Hazan |
2015-04-24 | CDlgBase::Find() - useful helper for searching window classes | George Hazan |