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
/
SpellChecker
/
src
/
utils.cpp
Age
Commit message (
Expand
)
Author
2016-05-13
missing window unsubclassing
George Hazan
2016-01-30
SpellChecker: linked with external hunspell
MikalaiR
2015-10-02
SpellChecker: coverity fixes
MikalaiR
2015-08-18
- naming conflict;
George Hazan
2015-08-09
fixed underline color in win10
Kirill Volinsky
2015-06-24
fixes for MENUITEMINFO declarations
George Hazan
2015-06-19
SIZEOF replaced with more secure analog - _countof
George Hazan
2015-06-14
- all icolib services removed;
George Hazan
2015-06-04
new mir_sntprintf templates without SIZEOF
George Hazan
2015-05-23
mir_tstrncpy <> _tcsncpy
George Hazan
2015-05-23
replace strncpy to mir_strncpy
Kirill Volinsky
2015-05-22
replace _tcscmp to mir_tstrcmp
Kirill Volinsky
2015-05-22
replace strcmp to mir_strcmp
Kirill Volinsky
2015-01-03
SpellCheker:
Kirill Volinsky
2014-12-18
warning fix
George Hazan
2014-12-12
SpellChecker: changed warning lavel to w4
Kirill Volinsky
2014-12-02
useless calls of mir_*strlen in DrawText replaced with -1
George Hazan
2014-12-01
ZeroMemory -> memset, few bugs fised
Rozhuk Ivan
2014-11-30
new sorting functions applied
George Hazan
2014-11-30
lstr* replacements
George Hazan
2014-11-19
fix for cleaning [u] in release version
George Hazan
2014-11-18
fix for red subscripts in Spell Checker
George Hazan
2014-11-18
fix for text underlining in SpellChecker
George Hazan
2014-05-22
- unused error message removed;
George Hazan
2014-02-27
- metacontacts are always present;
George Hazan
2014-02-27
MS_MC_GETMETACONTACT => db_mc_getMeta
George Hazan
2014-02-24
- added ME_FILEDLG_CANCELED & ME_FILEDLG_SUCCEEDED events to support async fi...
George Hazan
2014-02-12
another bunch of useless conversions died
George Hazan
2014-02-11
"we don't need these variables" (c) Pink Floyd
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
- HANDLE hContact => HCONTACT
George Hazan
2013-10-01
crash fix for closing edit window using a hotkey
George Hazan
2013-09-05
cosmetics: "tabSRMM" and "TABSRMM" => "TabSRMM"
Dart Raiden
2013-06-29
rest of unused databases services removed
George Hazan
2013-04-11
- Srmm_ModifyIcon helper applied instead of CallService(MS_MSG_MODIFYICON)
George Hazan
2013-04-05
- rest of menus cleared;
George Hazan
2013-03-19
- mir_unsubclassWindow introduced for the explicit window unsubclassing;
George Hazan
2013-03-04
new subclassing functions applied to all plugins
George Hazan
2013-02-08
- crash fix in hunspell
George Hazan
2012-12-01
- mir_icons.h removed from project;
George Hazan
2012-12-01
GUI stuff moved to the separate file
George Hazan