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
/
ChangeKeyboardLayout
/
src
/
hook_events.cpp
Age
Commit message (
Expand
)
Author
2018-03-11
ChangeLayout: mir_strcpy and mir_strcat replaced on strncpy_s and strncat_s
Mataes
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-28
Source files converted to utf-8
Kirill Volinsky
2017-11-13
Code modernize ...
Goraf
2017-09-18
unneeded calls of DestroyServiceFunction() removed
George Hazan
2017-09-12
old good sound services became finally functions
George Hazan
2017-09-12
Revert "Merge branch 'master' of https://github.com/miranda-ng/miranda-ng"
George Hazan
2017-09-11
old good sound services became finally functions
George Hazan
2016-10-28
- old useless helpers removed from the Options module;
George Hazan
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
2015-06-14
- all icolib services removed;
George Hazan
2015-06-11
- typo fix;
George Hazan
2015-05-23
replace strcat to mir_strcat
Kirill Volinsky
2015-05-22
replace strcpy to mir_strcpy
Kirill Volinsky
2015-05-22
replace _tcscmp to mir_tstrcmp
Kirill Volinsky
2015-04-25
ChangeKeyboardLayout - common project
Vadim Dashevskiy
2015-04-15
after commit #12797 field OPTIONSDIALOGPAGE::cbSize became an atavism, and th...
George Hazan
2015-04-06
options section name as in other plugins
Dart Raiden
2014-12-02
mir_sntprintf(..., _T("%s"), ...) -> _tcsncpy_s(..., ..., _TRUNCATE)
Rozhuk Ivan
2014-08-12
icons registration moved to Load()
Kirill Volinsky
2014-06-11
correct ServiceExists call for popups
George Hazan
2014-01-05
memory leak fix in ChangeKeyboardLayout
George Hazan
2013-05-19
"PopUp" everywhere was replaced to "Popup"
Robert Pösel
2013-04-05
- rest of menus cleared;
George Hazan
2013-03-14
old ansi popups removed, noone used them anyway
George Hazan
2012-12-07
- Options tree items change
Vadim Dashevskiy
2012-12-02
new easy standard way of registering icons: Icon_Register
George Hazan
2012-12-01
SKINICONDESC initialization - end-II :)
George Hazan
2012-11-02
final switch to the typed icolib api
George Hazan
2012-10-20
version info standartization
Kirill Volinsky
2012-07-09
changekeyboardlayout: changed folder structure
Vadim Dashevskiy