summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2016-03-18git-svn-id: http://svn.miranda-ng.org/main/trunk@16502 ↵George Hazan
1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-03-18openssl headers updateGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16500 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-02-05ContextHelp: initial commit (adopted)Goraf
* working * 32/64-bit compilable git-svn-id: http://svn.miranda-ng.org/main/trunk@16225 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-02-02another perversion (called EventList) diedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16210 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-01-28another atavism removed: old stub services for clist eventsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16181 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-01-28atavism removed: CLISTEVENT::cbSizeGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16180 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-01-28unused functions removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16179 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-01-28- local structure declarations moved to the global header;George Hazan
- structure definition optimization git-svn-id: http://svn.miranda-ng.org/main/trunk@16178 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
2016-01-20typo MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16130 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-01-06git-svn-id: http://svn.miranda-ng.org/main/trunk@16040 ↵MikalaiR
1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-01-02Copyrights update part 2Dart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@15985 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-12-21- more effective binary search of MUUIDs;George Hazan
- fix to prevent a loop creation if one forgets about UNSET_UID; git-svn-id: http://svn.miranda-ng.org/main/trunk@15926 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-12-08first version of custom submenu button that doesn't crash (doesn't work either)George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@15832 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-12-07fix to apply the unique identifiers to all menu rootsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@15826 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-12-06Fix for r15788Tobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@15824 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-12-02crutch for setting menu ids in PascalGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@15802 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-29Core: SkinAddNewSound removed and replaced by SkinAddNewSoundExTobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@15788 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-12fix for a function definitionGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@15714 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-11shitty pascal may burn in the hellGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@15711 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-30old unused code that belongs to StdClist moved from the core to pluginGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@15652 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-10-22TCHAR cleansing in CLIST_INTERFACEGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@15591 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-02part2 MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@15499 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-04UNSET_UID macroAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@15202 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-02terrible crutch to fix VS2010 stupidityGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@15151 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-02TMenuItem::uid added to hold the unique menu item idGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@15149 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-27another forgotten va_endTobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@15048 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-27fix for 64-bit issues & warningsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@15043 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-25added forgotten va_end()Tobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@15031 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-12more naming conflicts resolvedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14924 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-11fix for strange SSL API structure nameGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14905 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-08-08finally removing of stdurlKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@14879 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-03pass_ptrA, pass_ptrW and pass_ptrT moved to m_system_cpp.h [по ↵MikalaiR
просьбам трудящихся] git-svn-id: http://svn.miranda-ng.org/main/trunk@14832 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-26- warning fixes;George Hazan
- code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@14719 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-25- obsolete menu processing code removed;George Hazan
- common menu commands processing code moved to the core; - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@14698 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-22typo fixGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14637 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-22duplicate definition removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14636 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-22- extra icons services converted into functions;George Hazan
- more Kill* functions exported; git-svn-id: http://svn.miranda-ng.org/main/trunk@14635 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-21vc2015 compilation fixKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@14600 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-15KillModuleIcons exportedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14572 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-09missing headerGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14522 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-09buggy function removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14515 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c