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
/
Variables
/
src
/
help.cpp
Age
Commit message (
Expand
)
Author
2017-12-06
convert all files exept curl and new_gpg to utf-8 BOM
Kirill Volinsky
2017-11-13
Code modernize ...
Goraf
2016-07-29
no more TCHARs
George Hazan
2016-07-27
less TCHARs
George Hazan
2016-07-26
less TCHARs:
George Hazan
2016-07-25
hello, Unix.
George Hazan
2016-04-26
absolutely useless service MS_CLUI_GETCAPS removed as pre-kernel clist atavism
George Hazan
2016-04-08
Variables:
George Hazan
2015-08-10
Variables:
Tobias Weimer
2015-08-01
Variables: common project
Kirill Volinsky
2015-06-21
- resizer moved to mir_core, because it uses hard-coded windows structures;
George Hazan
2015-06-14
- all icolib services removed;
George Hazan
2015-06-04
new mir_snprintf templates without SIZEOF
George Hazan
2015-05-22
replace _tcsicmp to mir_tstrcmpi
Kirill Volinsky
2015-05-22
replace _tcscmp to mir_tstrcmp
Kirill Volinsky
2015-05-22
replace _tcslen to mir_tstrlen
Kirill Volinsky
2015-05-22
replace strlen to mir_strlen
Kirill Volinsky
2015-02-28
Variables:
Tobias Weimer
2015-01-10
Variables:
Tobias Weimer
2014-12-14
SetWindowText(GetDlgItem(...)) -> SetDlgItemText(...)
Rozhuk Ivan
2014-12-14
SendMessage(... WM_GETTEXT ...) -> GetWindowText(...)
Rozhuk Ivan
2014-12-13
SendMessage(GetDlgItem -> SendDlgItemMessage
Rozhuk Ivan
2014-12-01
ZeroMemory -> memset, few bugs fised
Rozhuk Ivan
2014-11-26
Variables: code cleanup
Rozhuk Ivan
2014-07-26
stupid duplicated code of embedded clists removed
George Hazan
2014-03-12
Some fixes for x64: SetWindowLong -> SetWindowLongPtr, GetWindowLong -> GetWi...
Rozhuk Ivan
2014-03-12
SetWindowLongPtr() and GetWindowLongPtr() multiple fixes for x64
Rozhuk Ivan
2014-02-24
old/unused types removed from Pascal sources
George Hazan
2014-02-24
more useless conversions removed
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
HCONTACT, part 3
George Hazan
2014-02-10
- HANDLE hContact => HCONTACT
George Hazan
2014-01-14
typos
Tobias Weimer
2014-01-14
minor cleanup
Tobias Weimer
2014-01-03
- memory leak fixes
George Hazan
2013-10-30
git-svn-id: http://svn.miranda-ng.org/main/trunk@6708 1316c22d-e87f-b044-9b9b...
Dart Raiden
2013-09-20
using Uxtheme
Kirill Volinsky
2013-09-13
code cleaning
George Hazan
2013-07-25
replace sprintf to mir_snprintf (part 5)
Kirill Volinsky
2013-04-05
- rest of menus cleared;
George Hazan
2013-03-17
removed not used headers
Kirill Volinsky
2013-03-04
new subclassing functions applied to all plugins
George Hazan
2013-02-14
minor cleanup and typos (by Basil)
Tobias Weimer
2013-02-14
- fixed compiler warning
Tobias Weimer
2012-11-02
final switch to the typed icolib api
George Hazan
2012-07-24
UserInfoEx, Variables: changed folder structure
Vadim Dashevskiy