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
/
plugins
/
Clist_nicer
/
src
/
extBackg.cpp
Age
Commit message (
Expand
)
Author
2014-12-31
Year 2015 version update
George Hazan
2014-12-14
SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...)
Rozhuk Ivan
2014-12-11
garbage collection: dead params, unused variables etc
George Hazan
2014-12-08
code cleanup around mir_snprintf
Rozhuk Ivan
2014-12-02
mir_snprintf(..., "%s", ...) -> strncpy_s(...)
Rozhuk Ivan
2014-12-01
mir_snprintf(..., sizeof() -> SIZEOF(), ...)
Rozhuk Ivan
2014-12-01
ZeroMemory -> memset, few bugs fised
Rozhuk Ivan
2014-11-30
lstr* replacements
George Hazan
2014-11-30
Fix buf size for Get/Set text, open/save file name
Rozhuk Ivan
2014-11-29
-Fixed a bug in Ping and other small things reported in #837
Tobias Weimer
2014-05-27
clist_nicer:
Tobias Weimer
2014-05-03
- Fixed drawing flat/themed toolbar buttons in clist_nicer (patch by slotwin)...
Tobias Weimer
2014-04-08
- fixes #596 (Clist nicer skin doesn't show buttons)
George Hazan
2014-02-10
HCONTACT is not needed anymore
George Hazan
2014-02-10
- HANDLE hContact => HCONTACT
George Hazan
2014-01-01
copyright update for year 2014
George Hazan
2013-10-24
more warning fixes
George Hazan
2013-09-21
using Uxtheme in nicer
Kirill Volinsky
2013-07-25
replace sprintf to mir_snprintf (part 6)
Kirill Volinsky
2013-04-18
fix for Clist_nicer+ skin editor
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-04-05
- rest of menus cleared;
George Hazan
2013-02-20
nicer+ status items list made dynamic
George Hazan
2012-11-25
typed stub for MS_PROTO_GETCONTACTBASEPROTO
George Hazan
2012-11-09
nicer+ own extra icons spacing settings removed
George Hazan
2012-11-09
clist nicer+, part III, final:
George Hazan
2012-11-04
massive extinction of clutches:
George Hazan
2012-10-10
service call replaced with the direct function call
George Hazan
2012-08-10
- fix for Clist Nicer status button
George Hazan
2012-08-01
git-svn-id: http://svn.miranda-ng.org/main/trunk@1295 1316c22d-e87f-b044-9b9b...
Kirill Volinsky