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
/
StatusPlugins
/
StartupStatus
/
startupstatus.cpp
Age
Commit message (
Expand
)
Author
2016-09-17
StartupStatus: Cleanup
Tobias Weimer
2016-09-02
- three remaining clist services converted into functions (Clist_MenuProcessC...
George Hazan
2016-07-29
no more TCHARs
George Hazan
2016-07-26
less TCHARs:
George Hazan
2016-07-25
hello, Unix.
George Hazan
2016-02-01
code cleaning
George Hazan
2015-08-28
mir_sntprintf / mir_snprintf: obsoleted second parameter removed wherever pos...
George Hazan
2015-06-25
MS_CLUI_GETHWND & MS_CLUI_GETHWNDTREE replaced with pcli->hwndContactList & p...
George Hazan
2015-06-19
SIZEOF replaced with more secure analog - _countof
George Hazan
2015-06-19
- all static protocol services replaced with functions;
George Hazan
2015-06-04
new mir_snprintf templates without SIZEOF
George Hazan
2015-05-22
replace strcmp to mir_strcmp
Kirill Volinsky
2015-05-22
replace strlen to mir_strlen
Kirill Volinsky
2014-12-21
- MS_PROTO_ISPROTOCOLLOADED now switched back to protocols instead of accounts;
George Hazan
2014-12-01
mir_snprintf(..., sizeof() -> SIZEOF(), ...)
Rozhuk Ivan
2014-11-30
new sorting functions applied
George Hazan
2014-02-27
minor code cleaning
George Hazan
2014-02-24
minor code cleaning
George Hazan
2014-02-23
code cleaning
George Hazan
2014-02-22
NAS support returned back to status plugins
George Hazan
2013-08-04
fix for the last status saving in StartupStatus
George Hazan
2013-07-29
resource clearance moved to ME_SYSTEM_PRESHUTDOWN instead of ME_SYSTEM_OKTOEXIT
George Hazan
2013-07-25
replace sprintf to mir_snprintf (part 6)
Kirill Volinsky
2013-04-05
- rest of menus cleared;
George Hazan
2013-03-24
StartupStatus:
George Hazan
2013-01-29
- muuid standardization (patch from Basil)
Vadim Dashevskiy
2012-07-19
NAS support completely removed
George Hazan
2012-07-19
Unicode in status message plugins
George Hazan
2012-06-20
- direct call of MS_SKIN_ADDNEWSOUND replaced with Skin_AddSound() call;
George Hazan
2012-06-10
bitmap operations were removed from TopToolBar and replaced with IcoLib
George Hazan
2012-05-15
initial commit
Vadim Dashevskiy