summaryrefslogtreecommitdiff
path: root/bin10/lib
AgeCommit message (Collapse)Author
2015-06-21KillModuleMenus exported from mir_app.dllGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14300 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-21MS_UTILS_GETRANDOM -> mir_core::Utils_GetRandomGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14299 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-21- resizer moved to mir_core, because it uses hard-coded windows structures;George Hazan
- MS_UTILS_RESIZEDIALOG replaced with a short call of Utils_ResizeDialog; - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@14295 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-20xml api became a set of functionsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14288 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-19missing librariesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14277 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-19Miranda libs to have the .mir extension, to prevent conflictsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14272 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-19timezone api migrated to mir_coreGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14266 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-19crutch to return fake langpack ids for scriptingGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14264 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-19- all static protocol services replaced with functions;George Hazan
- m_protomod.h removed as useless git-svn-id: http://svn.miranda-ng.org/main/trunk@14260 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-18langpack services module destroyed from mir_appGeorge Hazan
the only survived service moved to mir_core git-svn-id: http://svn.miranda-ng.org/main/trunk@14250 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-18protocol platform-independent code moved back to mir_appGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14247 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-17minus MS_UTILS_SAVEWINDOWPOSITION & MS_UTILS_RESTOREWINDOWPOSITIONGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14238 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-16libson separated from mir_core and moved to libs\George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14187 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-15MS_SKIN_LOADICON & MS_SKIN_LOADPROTOICON replaced with direct function callsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14176 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-14WindowList_* functions are not services anymore; unneeded helpers removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14168 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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