index
:
miranda-ng.git
0_95_10_2
jabber_test
master
xmpp_message_handling_refactoring
miranda-ng main repo mirror (manuall sync only)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
clist
/
clistmod.cpp
Age
Commit message (
Expand
)
Author
2015-04-16
IsStatusConnecting() - useful macro
George Hazan
2015-04-11
unsafe string operations replaced with safe wherever possible
George Hazan
2015-04-10
more fixes
George Hazan
2015-02-16
translation fix
Kirill Volinsky
2014-12-31
Year 2015 version update
George Hazan
2014-12-02
mir_sntprintf(..., _T("%s"), ...) -> _tcsncpy_s(..., ..., _TRUNCATE)
Rozhuk Ivan
2014-03-11
old nasty perversion with dynamically created lists removed
George Hazan
2014-02-27
minor code cleaning
George Hazan
2014-02-24
- added ME_FILEDLG_CANCELED & ME_FILEDLG_SUCCEEDED events to support async fi...
George Hazan
2014-02-12
another bunch of useless conversions died
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
2014-01-21
minor code cleaning
George Hazan
2014-01-02
added destructor LIST::~LIST, that calls destroy() automatically.
George Hazan
2014-01-01
copyright update for year 2014
George Hazan
2013-10-10
- MS_CLIST_GETSTATUSMODEDESCRIPTION replaced with the direct clist call
George Hazan
2013-09-21
small cleanup
Kirill Volinsky
2013-09-21
using Uxtheme in core
Kirill Volinsky
2013-06-29
rest of unused databases services removed
George Hazan
2013-06-14
Improved and iconized some MessageBoxes.
Robert Pösel
2013-06-07
duplicated and unused services removed
George Hazan
2013-06-07
- clist_modern: we don't redeclare code services anymore;
George Hazan
2013-05-17
some more fixes for MS_DB_CONTACT_DELETE & loops
George Hazan
2013-04-09
- the kernel filters out contacts by proto names much faster than a plugin;
George Hazan
2013-04-09
- short function names allows to write database loops in one string;
George Hazan
2013-03-06
cleanup of the unnecessary UnhookEvent() calls
George Hazan
2013-02-11
core: copyright update to year 2013
George Hazan
2012-11-25
typed stub for MS_PROTO_GETCONTACTBASEPROTO
George Hazan
2012-11-19
- added another helper, ExtraIcon_Clear, to remove an icon from slot;
George Hazan
2012-11-15
- fix for the Online/Offline button in clist_mw
George Hazan
2012-11-15
core: tabs over spaces
George Hazan
2012-11-10
- fixed crazy drawing bug in nicer;
George Hazan
2012-10-10
service call replaced with the direct function call
George Hazan
2012-10-07
old database macros removed from m_database.h
George Hazan
2012-09-25
- fix for the clist services creation order
George Hazan
2012-07-05
- first of the /Core standard plugins;
George Hazan
2012-06-28
database stubs moved to mir_core
George Hazan
2012-06-26
- microkernel addded;
George Hazan
2012-06-18
- PLUGININFO structure removed at all;
George Hazan
2012-06-15
another portion of "#ifsef Unicode" removal
Vadim Dashevskiy
2012-06-14
- all MS_CLIST_ADD*ITEM services replaced with Menu_Add*Item stubs.
George Hazan
2012-06-03
let VS2010 be damnned
George Hazan
2012-05-15
initial commit
Vadim Dashevskiy