index
:
miranda-ng.git
0_95_10_2
jabber_test
master
miranda-ng main repo mirror (manuall sync only)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
IgnoreState
/
src
/
main.cpp
Age
Commit message (
Expand
)
Author
2019-09-27
obsolete services from m_ignore.h converted into functions
George Hazan
2019-01-18
code cleaning
George Hazan
2018-11-12
db_* functions replaced with g_plugin calls
George Hazan
2018-11-12
end of ME_OPT_INITIALISE related zoo in another plugins
George Hazan
2018-05-28
all plugins => CMPlugin virtual functions
George Hazan
2018-05-23
we don't need MirandaPluginInfoEx() anymore. farewell, my lovely
George Hazan
2018-05-22
no more need in hLangpack variable *YAHOO*
George Hazan
2018-05-20
mir_getLP() call went into CMPluginBase::CMPluginBase, thus it's not needed i...
George Hazan
2018-05-20
CMPlugin to receive a reference to PLUGININFOEX
George Hazan
2018-05-18
Icon_Register(g_plugin.getInst() => g_plugin.registerIcon
George Hazan
2018-05-18
hLangpack variable began migration inside CMPluginBase
George Hazan
2018-05-17
IEView, IgnoreState, Import: cmplugin adaptation
Kirill Volinsky
2018-03-16
class renaming, part II
George Hazan
2018-03-16
always hated these long expressions: contact_iter makes them much shorter
George Hazan
2017-12-10
- remove emails (if author retired - it's useless to write to him; if author ...
dartraiden
2017-12-06
convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit 6...
Kirill Volinsky
2017-12-06
convert all files exept curl and new_gpg to utf-8 BOM
Kirill Volinsky
2017-11-13
Code modernize ...
Goraf
2016-07-26
less TCHARs:
George Hazan
2015-10-28
Optimize ME_DB_CONTACT_SETTINGCHANGED functions to not use mir_strcmp() but j...
Robert Pösel
2015-07-24
ignore: common project
Kirill Volinsky
2015-07-22
- extra icons services converted into functions;
George Hazan
2015-06-19
SIZEOF replaced with more secure analog - _countof
George Hazan
2014-12-16
IgnoreState: changed warning lavel to w4
Kirill Volinsky
2014-11-30
new sorting functions applied
George Hazan
2014-08-12
icons registration moved to Load()
Kirill Volinsky
2014-08-12
extraicons registration moved to Load()
Kirill Volinsky
2014-02-12
another bunch of useless conversions died
George Hazan
2014-02-11
"we don't need these variables" (c) Pink Floyd
George Hazan
2014-02-10
these conversions aren't needed either
George Hazan
2014-02-10
HCONTACT is not needed anymore
George Hazan
2014-02-10
- HANDLE hContact => HCONTACT
George Hazan
2013-04-09
- short function names allows to write database loops in one string;
George Hazan
2013-04-05
- rest of menus cleared;
George Hazan
2013-02-27
removed not used headers
Kirill Volinsky
2013-02-22
- translation fixes (patch from Basil)
Vadim Dashevskiy
2013-02-09
removed not needed interfaces
Kirill Volinsky
2012-12-22
removed notice about extraicons plugin
Kirill Volinsky
2012-12-02
new easy standard way of registering icons: Icon_Register
George Hazan
2012-11-19
- added another helper, ExtraIcon_Clear, to remove an icon from slot;
George Hazan
2012-11-03
removing built-in Clist Modern extra icons part I
George Hazan
2012-11-02
final switch to the typed icolib api
George Hazan
2012-10-10
service call replaced with the direct function call
George Hazan
2012-07-20
IEView, IgnoreState: changed folder structure
Vadim Dashevskiy