summaryrefslogtreecommitdiff
path: root/bin10/lib
AgeCommit message (Collapse)Author
2015-06-14- all icolib services removed;George Hazan
- IcoLib_* functions are bound directly to the code git-svn-id: http://svn.miranda-ng.org/main/trunk@14161 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-13- miranda32.exe now does nothing bug extends PATH to %miranda_root%\libs and ↵George Hazan
loads mir_app.dll; - everything that was in miranda32.exe (including resources) moved to mir_app.dll; - exports from mir_app.dll now available for using directly, without perversions; - src/stdplug.h deleted; git-svn-id: http://svn.miranda-ng.org/main/trunk@14143 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-13CCtrlBase::m_bSilent - a flag not to send change notificationsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14142 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-11- more transparent ProtoServiceExists implementation;George Hazan
- ProtoServiceExists moved from mir_core into miranda32.exe; - miranda32.def is used again to define the order of functions precisely; - libraries updated git-svn-id: http://svn.miranda-ng.org/main/trunk@14118 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-02missing libraries for VS2010Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@13968 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-01- atavism named MS_UTILS_LOADBITMAP removed;George Hazan
- bmpfilter.cpp also removed; - Bitmap_Load() function added instead; - various bitmap related crap fixed; git-svn-id: http://svn.miranda-ng.org/main/trunk@13966 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-01- ProtoCallService() function considered too dangerous and therefore isn't ↵George Hazan
exported anymore, it's closed in the core, CallProtoService() is used instead everywhere; - fixes for some quirks with PS_* calls. git-svn-id: http://svn.miranda-ng.org/main/trunk@13959 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-31- CreateProtoServiceFunction() moved into mir_core.dll instead of inliningGeorge Hazan
- all old protocols moved on it; - code cleaning; git-svn-id: http://svn.miranda-ng.org/main/trunk@13953 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-28- MS_UTILS_GETBITMAPFILTERSTRINGS - end of story, replaced with ↵George Hazan
BmpFilterGetStrings(); - parasite mir_strncat's removed from bitmap filter creation; - CMString::AllocSysString/SetSysString removed due to complete uselessness; - CMString::Detouch - typo fixed. git-svn-id: http://svn.miranda-ng.org/main/trunk@13881 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-26JSONNode::as_mstring() -> a safe way to read strings in Unicode directly ↵George Hazan
from json git-svn-id: http://svn.miranda-ng.org/main/trunk@13845 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-25oops... correct version of operatorGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13834 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-25JSONNode::isnull() - correct way of checking for missing / erroneous nodesGeorge Hazan
also can be written as !node git-svn-id: http://svn.miranda-ng.org/main/trunk@13833 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-25JSONNode class exported directly from mir_core, all its functions became ↵George Hazan
available old json_* functions work as well git-svn-id: http://svn.miranda-ng.org/main/trunk@13831 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-20tabbed control validatorGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13722 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-20adaptation of CCtrlPages for the real lifeGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13719 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-19control comparator function removed from the class definitionGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13694 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-17code of MTREE_MULTISELECT + MTREE_DND merged and adapted to the coreGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13669 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-14multiselect mode for CCtrlTreeViewGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13586 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-13update for 2010 libsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13581 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-13CCtrlListView::GetItem() - missing return typeGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13580 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-13- MTREE_DND implemented, all drag-n-drop operations in trees went into the core;George Hazan
- fixed chaos inside CCtrlBase::Subclass(); - two app dialogs switched to MTREE_DND; git-svn-id: http://svn.miranda-ng.org/main/trunk@13566 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-12- CCtrlData::OnChange moved to CCtrlBase, because almost all controls can ↵George Hazan
send change notifications; - checkbox manager for CCtrlTreeView moved into the core, to remove Windows-dependent code from plugins; - MTREE_CHECKBOX & MTREE_DND flags introduced to turn on predefined behaviors of a tree control - typo fixed git-svn-id: http://svn.miranda-ng.org/main/trunk@13564 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-10CDlgBase::NotifyChange() - method for child dialogs to notify parentsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13518 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-10crash fix for wrongly defined option pagesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13511 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-10CCtrlTreeView::GetItem must return boolGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13509 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-07missing method CDlgBase::SetCaption() for setting window's titleGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13476 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-24CDlgBase::Find() - useful helper for searching window classesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13086 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-22- UI Utils not to use GWLP_USERDATA;George Hazan
- minor improvements git-svn-id: http://svn.miranda-ng.org/main/trunk@13044 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-13added CDlgBase::GetInst() method to detect dialog's module automaticallyGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12797 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-13- nasty crutch removed from Options_AddPage;George Hazan
- HWND hwndParent removed from the CDlgBase constructor; - method CDlgBase::SetParent() added for the rare occasions where it's needed; git-svn-id: http://svn.miranda-ng.org/main/trunk@12785 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-10another unused field removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12757 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-29CMString::Detouch() - handy way to obtain a buffer compatible with mir_free()George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12541 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-24UI Utils classes & templates moved to the core, thus allowing any plugin to ↵George Hazan
use them git-svn-id: http://svn.miranda-ng.org/main/trunk@12492 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-22- PROTO_INTERFACE got the default implementation;George Hazan
- all unneeded stubs removed from all protocols git-svn-id: http://svn.miranda-ng.org/main/trunk@12481 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-22CMString*: explicit templates instantiatingGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12475 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-01-16mir_core.lib updateVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@11867 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-01-16MEVENT - the strict type for events, they are not HANDLE anymoreGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11866 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-30mir_strcmp, mir_strcmpi, mir_wstrcmp, mir_wstrcmpiGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11179 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-30safe lstr* replacements: mir_strlen, mir_wstrlen, mir_strcpy, mir_wstrcpy, George Hazan
mir_strncpy, mir_wstrncpy, mir_strcat, mir_wstrcat, mir_strncat, mir_wstrncat git-svn-id: http://svn.miranda-ng.org/main/trunk@11171 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-19db_mc_tryMeta applied George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9860 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-19db_mc_tryMeta - returns parent hContact for a subcontact or hContact itself ↵George Hazan
if it's not a sub git-svn-id: http://svn.miranda-ng.org/main/trunk@9859 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-04mir_core:George Hazan
- third parameter pBase added to PathToRelative/PathToRelativeW; - missing export 'db_mc_notifyDefChange' added to the .def file; - path utils moved to _tcsncpy_s function; - useless variables removed; - libraries regenerated; git-svn-id: http://svn.miranda-ng.org/main/trunk@9676 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-05-04new hidden function to access ME_MC_DEFAULTTCHANGEDGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9127 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-04-22db_mc_setDefault/db_mc_setDefaultNum got a flag to update database or notGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9047 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-03-25PathIsAbsolute/PathIsAbsoluteW published from the coreGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8737 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-03-23ability to select & store the langpack chosenGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8702 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-03-22feeding awk's aesthetic worldviewGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8684 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-03-20db_mc_enable, db_mc_isEnabled - new functions to detect whether MC are usedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8666 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-03-12db_event_next/db_event_prev: first parameter hContact added George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8576 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-03-10mir_closeLog - function to close a loggerGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8543 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c