summaryrefslogtreecommitdiff
path: root/include/delphi
AgeCommit message (Collapse)Author
2013-03-19- mir_unsubclassWindow introduced for the explicit window unsubclassing;George Hazan
- fix for subclassing in SRMM event handlers git-svn-id: http://svn.miranda-ng.org/main/trunk@4117 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-17fix for popup-related memory leaksGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4077 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-17mir_wstrndup added, the Unicode version of mir_strndupGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4066 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-15POPUPDATAEX_V2: ansi version removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4059 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-14old ansi popups removed, noone used them anywayGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4034 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-10- m_core.inc almost returned back to int_ptrGeorge Hazan
- another pascal headers merged git-svn-id: http://svn.miranda-ng.org/main/trunk@3964 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-09fix for XE2George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3940 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-09- added helper for Icon_RegisterGeorge Hazan
- hLangpack made Integer, as it should be - minor changes git-svn-id: http://svn.miranda-ng.org/main/trunk@3934 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-04new subclassing functions applied to all pluginsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3880 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-03forgotten another function: mir_callNextSubclassGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3870 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-03added mechanism of windows subclassing, proof to dynamic plugin unloadingGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3869 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-23useless variable m_szProtoName removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3740 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-23- PROTO_INTERFACE::GetIcon removed and replaced with the standard ↵George Hazan
implementation; - PS_LOADICON also replaced with the standard function; - ProtoConstructor() & ProtoDestructor() macroses are introduced to simplify protocols' code; - GetIcon() method implementation removed from all protocols git-svn-id: http://svn.miranda-ng.org/main/trunk@3739 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-10STATIC_PLUGIN : 0x0002 flag added to PLUGININFOEX.flags to mark plugins ↵George Hazan
loaded by the core git-svn-id: http://svn.miranda-ng.org/main/trunk@3547 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-08removed not needed interfacesKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@3488 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-08removed not needed interfacesKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@3486 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-08removed not needed interfacesKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@3481 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-29added ability to restart with current profileKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@3328 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-27- new way of removing icolib icons by handleGeorge Hazan
- icon leak fix for Jabber git-svn-id: http://svn.miranda-ng.org/main/trunk@3303 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-12-07fix for Delphi headersGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@2691 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-28some cosmetic changes to the Delphi headersGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@2548 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-28headers' port to DelphiGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@2538 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-21xstatus api fixesAlexey Kulakov
mradio frame button fix api updates git-svn-id: http://svn.miranda-ng.org/main/trunk@2420 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-06muuid fix for pascalVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@2222 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-10-21patch for eliminating expert mode in options (to replace the simple mode ↵George Hazan
with ModernOpts) git-svn-id: http://svn.miranda-ng.org/main/trunk@2025 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-10-10two new db stubs: db_find_first & db_find_nextGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@1855 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-10-09code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@1852 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-10-09missing fileGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@1845 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-10-09fix for zlib1 import in pascal modulesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@1844 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-10-09moved\removed headers from h++Kirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@1835 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-10-09Test commit:Kirill Volinsky
delphi headers structure as c headers structure git-svn-id: http://svn.miranda-ng.org/main/trunk@1829 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-10-08compilation fixVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@1826 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-10-07merge of C++ API changesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@1805 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-10-03includes updatesAlexey Kulakov
history++ compilation fix git-svn-id: http://svn.miranda-ng.org/main/trunk@1771 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-08-07SmileyAdd NMHDR structure part fixAlexey Kulakov
History++ 64 bit smileys animation fixes Delphi API updates git-svn-id: http://svn.miranda-ng.org/main/trunk@1393 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-28Delphi API updatesAlexey Kulakov
git-svn-id: http://svn.miranda-ng.org/main/trunk@1229 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-18API updateAlexey Kulakov
git-svn-id: http://svn.miranda-ng.org/main/trunk@1017 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-15Delphi7 adaptationAlexey Kulakov
git-svn-id: http://svn.miranda-ng.org/main/trunk@976 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-14API updateAlexey Kulakov
Updater support removed History++ toolbar button fix git-svn-id: http://svn.miranda-ng.org/main/trunk@974 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-05m_api: hide hLangpack from interface partAlexey Kulakov
History++ small cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@770 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-04Pascal headers moved to include\delphi directory (with small updates)Alexey Kulakov
removed deprecated m_mwclc.h file and link on it in AutoShutdown plugin git-svn-id: http://svn.miranda-ng.org/main/trunk@763 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-05-15initial commitVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@2 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c