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
/
NewsAggregator
/
Src
/
NewsAggregator.cpp
Age
Commit message (
Expand
)
Author
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-22
Hotkey_Register => CMPlugin::addHotkey
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
hLangpack variable began migration inside CMPluginBase
George Hazan
2018-05-15
cmstub.lib statically linked to any plugin that uses CMPlugin template
George Hazan
2018-04-18
g_hInstance incapulated into PLUGIN<>, no need in the separate variable
George Hazan
2018-04-18
PLUGIN<> to half-automatically calculate the dll's g_hInstance and pass it in...
George Hazan
2018-03-28
PFLAG_UNIQUEIDSETTING removed, its functionality transferred to Proto_SetUniq...
George Hazan
2018-03-28
all protocols rewritten to CMPluginBase
George Hazan
2018-03-26
fixes #1212 (virtual protocols contacts)
George Hazan
2018-03-09
fix for broken service
George Hazan
2018-03-09
NewsAggregator: use m_gui (mostly working)
Kirill Volinsky
2018-01-31
fix for the broken message reading in NewsAggregator
George Hazan
2018-01-31
useless wrappers removed & replaced with PROTO_INTERFACE method calls
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
2017-07-30
Hotkeys: code cleaning
George Hazan
2016-07-29
no more TCHARs
George Hazan
2016-07-26
less TCHARs:
George Hazan
2015-07-26
NewsAggregator: common project
Kirill Volinsky
2015-06-20
xml api became a set of functions
George Hazan
2015-06-19
- all static protocol services replaced with functions;
George Hazan
2015-06-14
WindowList_* functions are not services anymore; unneeded helpers removed
George Hazan
2015-06-01
another bunch of dead crutches: non-unicode avatar services
George Hazan
2015-05-31
- PROTOCOLDESCRIPTOR_V3_SIZE to identify an ANSI plugin;
George Hazan
2014-12-12
NewsAggregator: changed warning lavel to w4
Kirill Volinsky
2014-11-14
minor fixes
Kirill Volinsky
2014-08-13
icons registration moved to Load()
Kirill Volinsky
2014-05-07
Added hotkey support for checking all feeds
Kirill Volinsky
2014-01-21
- new typed helper, WindowList_Create, to create a window list
George Hazan
2013-03-30
code cleaning
George Hazan
2013-02-02
added hook for ME_FOLDERS_PATH_CHANGED
Kirill Volinsky
2013-01-08
added toptoolbar support
Kirill Volinsky
2013-01-06
added main menu item for disabling auto update (needs to add icons)
Kirill Volinsky
2013-01-05
short name replaced on long plugin name
Kirill Volinsky
2012-11-28
ex-protos moved to the Plugins folder
George Hazan
2012-06-06
protocols plugins moved to protocols
Kirill Volinsky
2012-06-05
mirVersion cleaning
Vadim Dashevskiy
2012-06-04
typo fix
Kirill Volinsky