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_modern
/
src
/
modern_tbbutton.cpp
Age
Commit message (
Expand
)
Author
2019-03-26
ME_SKIN2_ICONSCHANGED is totally obsoleted, thus removed
George Hazan
2018-05-27
global variable name standardization
George Hazan
2018-05-23
no need to initialize pcli variable in each plugin (only in Clist_*)
George Hazan
2018-04-04
Windows lists:
George Hazan
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-09-04
Clist_Modern:
George Hazan
2016-07-27
less TCHARs
George Hazan
2016-07-26
less TCHARs:
George Hazan
2016-05-28
minor code cleaning
George Hazan
2016-04-28
code cleaning
George Hazan
2015-08-28
mir_sntprintf / mir_snprintf: obsoleted second parameter removed wherever pos...
George Hazan
2015-07-02
unified project for clist_modern
George Hazan
2015-06-19
SIZEOF replaced with more secure analog - _countof
George Hazan
2015-06-14
WindowList_* functions are not services anymore; unneeded helpers removed
George Hazan
2015-06-14
- all icolib services removed;
George Hazan
2015-05-16
cleanup
Kirill Volinsky
2015-04-30
minus critical section
Kirill Volinsky
2015-04-29
m_* headers moved to ExternalAPI folder
Kirill Volinsky
2014-12-14
Clist_modern: changed warning lavel to w4
Kirill Volinsky
2014-07-17
- manual critical section control replaced with mir_cslock;
George Hazan
2014-07-16
in _tcsncpy_s / _tcsncat_s / strncpy_s / strncat_s the second parameter to be...
George Hazan
2014-05-12
fix for clist_modern toptoolbar toggle buttons
slotwin
2014-03-12
Some fixes for x64: SetWindowLong -> SetWindowLongPtr, GetWindowLong -> GetWi...
Rozhuk Ivan
2014-01-23
fixes bug #188 completely
George Hazan
2014-01-23
partially fixes #188 (When state of 2-state button is changed from diferent p...
George Hazan
2014-01-21
- new typed helper, WindowList_Create, to create a window list
George Hazan
2013-07-21
- BUTTONSETSENDONDOWN functionality moved to the core;
George Hazan
2013-07-15
same clutch removed for MButtonCtrl, mir_subclassWindow won again
George Hazan
2013-03-22
code cleaning
George Hazan
2013-03-17
- all file paths inside clist_modern became Unicode;
George Hazan
2013-03-10
- ME_TTB_INITBUTTONS event considered useless;
George Hazan
2013-01-27
code cleaning
George Hazan
2012-11-15
clist_modern: code cleaning
George Hazan
2012-07-30
code cleaning
George Hazan
2012-07-23
fix for the TTB OnIcoLibChange hook
George Hazan
2012-07-13
Clist_modern: changed folder structure
Vadim Dashevskiy