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
/
KeyboardNotify
/
src
/
ignore.cpp
Age
Commit message (
Expand
)
Author
2021-12-26
DWORD -> uint32_t
George Hazan
2021-12-26
WORD -> uint16_t
George Hazan
2019-12-04
GetContactProto: useless duplicate function replaced with standard Proto_GetB...
George Hazan
2019-09-27
end of manual experiments with CList/NotOnList
George Hazan
2019-09-27
fix for a function name:
George Hazan
2019-09-26
Clist_IsHidden / Clist_HideContact - two helpers to hide CList/Hidden variabl...
George Hazan
2019-04-13
CMPluginBase::addImgListIcon: new helper to safely add an icolib icon to HIMA...
George Hazan
2019-01-20
fixes #1776 (any traces of URL* related constants removed)
George Hazan
2019-01-18
code cleaning
George Hazan
2018-11-13
ClientChangeNotify, KeyboardNotify, RecentContacts -> g_plugin
George Hazan
2018-11-12
db_* functions replaced with g_plugin calls
George Hazan
2018-05-20
CMPlugin to receive a reference to PLUGININFOEX
George Hazan
2018-03-16
class renaming, part II
George Hazan
2018-03-16
always hated these long expressions: contact_iter makes them much shorter
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-11-13
Code modernize ...
Goraf
2015-10-26
KeyboardNotify:
Tobias Weimer
2015-08-25
KeyboardNotify:
Tobias Weimer
2015-07-26
more warning fixes
George Hazan
2015-07-24
KeyboardNotify: common project
Kirill Volinsky
2015-06-19
SIZEOF replaced with more secure analog - _countof
George Hazan
2015-06-15
MS_SKIN_LOADICON & MS_SKIN_LOADPROTOICON replaced with direct function calls
George Hazan
2014-07-26
stupid duplicated code of embedded clists removed
George Hazan
2014-02-12
another bunch of useless conversions died
George Hazan
2014-02-10
HCONTACT is not needed anymore
George Hazan
2014-02-10
- HANDLE hContact => HCONTACT
George Hazan
2013-09-25
- custom screen saver detection code removed
George Hazan
2013-09-22
plugins cleanup
Kirill Volinsky
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
2012-11-25
typed stub for MS_PROTO_GETCONTACTBASEPROTO
George Hazan
2012-11-07
EMPTY_EXTRA_ICON applied to all another plugins
George Hazan
2012-11-02
final switch to the typed icolib api
George Hazan
2012-10-10
service call replaced with the direct function call
George Hazan
2012-07-23
KeyboardNotify:
Kirill Volinsky
2012-07-20
Import, KeyboardNotify: changed folder structure
Vadim Dashevskiy