summaryrefslogtreecommitdiff
path: root/bin14/lib
AgeCommit message (Collapse)Author
2016-08-11CDlgBase::EndModal(INT_PTR nResult) - new method to close modal dialogGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17176 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-21proper libs without CallContactServiceGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17113 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-20non-redefined function pfnClcBroadcast made static -> Clist_BroadcastGeorge Hazan
also its async variant created and published as Clist_BroadcastAsync git-svn-id: http://svn.miranda-ng.org/main/trunk@17108 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-06-29forgotten to export a functionGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17047 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-06-29code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17046 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-06-05- fix for #1059;George Hazan
- direct unsafe work with icons replaces with Window_SetIcon_IcoLib / Window_SetSkinIcon_IcoLib; - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@16917 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-282 static functions removed from CLIST_INTERFACE.George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16881 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-18these tons of code aren't needed anymore...George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16850 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-26R.I.P m_clui.h, you helped us alotGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16767 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-15correct import librariesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16661 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-15contact list groups:George Hazan
- finally database is not used anymore (only as a settings' storage); - MGROUP type introduced to replace HANDLE for group ids; - MS_CLIST_GROUP* services became Clist_Group* functions; - CLIST_INTERFACE members pfnGetGroupName & pfnRenameGroup also transformed into static Clist_Group* functions git-svn-id: http://svn.miranda-ng.org/main/trunk@16659 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-10Utf8toUcs2 exportedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16619 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-08mir_hmac_sha256 addedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16609 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-01-21fix for moving menu item to the first position in a submenuGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16132 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-12-21hex2bin / hex2bin -> fast hex decoder from char / WCHAR to binary dataGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@15925 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-11thread library:George Hazan
- _beginthread replaced with CreateThread(); - functions forkthread & forkthreadex removed; - macroses mir_forkthread, mir_forkthreadex & mir_forkthreadowner became real functions; git-svn-id: http://svn.miranda-ng.org/main/trunk@15710 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-26IsPluginLoaded - a function to detect if plugin is loadedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@15619 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-01sha256 functions moved to the coreGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@15137 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-01- strdel()/strdelw() moved to the core;George Hazan
- custom implementations removed git-svn-id: http://svn.miranda-ng.org/main/trunk@15135 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-11missing string comparison functionsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14918 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-09three new functions for checking Windows versionGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14882 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-31- Windows 10 version detection;George Hazan
- GetOSDisplayString() moved to mir_core.mir; - numerous warning fixes in mir_core git-svn-id: http://svn.miranda-ng.org/main/trunk@14765 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-29vs2015 not to be used to build common .def & .lib filesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14756 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-29parasite symbol removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14752 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-29missing libsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14751 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-22libs update 2Kirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@14644 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-22libs updateKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@14643 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-21vc2015 libs updateKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@14601 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-21preparing for vc2015Kirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@14593 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c