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
/
TabSRMM
/
src
/
chat
Age
Commit message (
Expand
)
Author
2015-05-23
replace _tcscat to mir_tstrcat
Kirill Volinsky
2015-05-22
replace _tcscpy to mir_tstrcpy
Kirill Volinsky
2015-05-22
replace _tcscmp to mir_tstrcmp
Kirill Volinsky
2015-05-22
replace strcmp to mir_strcmp
Kirill Volinsky
2015-05-22
replace _tcslen to mir_tstrlen
Kirill Volinsky
2015-05-19
end of zoo with WM_CONTEXTMENU's lParam
George Hazan
2015-04-27
TabSRMM: Wine fix for copy text from send area/message log
Rozhuk Ivan
2015-04-22
oops... one missed manual string buffer
George Hazan
2015-04-22
- one another manual buffer died;
George Hazan
2015-03-30
minor code cleaning
George Hazan
2015-03-30
button initialization should have been moved as well
George Hazan
2015-03-30
fix for the correct restoring of filter in tabSRMM
George Hazan
2015-03-24
* multiple WINE bug fixes over DeferWindowPos(), bug rep: https://bugs.winehq...
Rozhuk Ivan
2015-03-06
TabSRMM: code cleanup
Tobias Weimer
2015-03-05
TabSRMM: code cleanup
Tobias Weimer
2015-03-03
less parameters, less problems
George Hazan
2015-02-23
DoRtfToTags fixed & moved into the core
George Hazan
2015-02-21
code formatting
Kirill Volinsky
2015-02-21
tabSRMM chats to use the same rtf formatter both for chats & groupchats
George Hazan
2015-02-21
- fix for underlining processing;
George Hazan
2015-02-20
tautology
Dart Raiden
2015-02-20
TabSRMM: wine fixes for settings.
Rozhuk Ivan
2015-02-16
TabSRMM: fix font settings
Dart Raiden
2015-02-12
complex fix against NULL in nicks
George Hazan
2015-01-16
MEVENT - the strict type for events, they are not HANDLE anymore
George Hazan
2015-01-12
TabSRMM: fully de-capitalized
Dart Raiden
2015-01-11
code cleaning
George Hazan
2015-01-11
correct implementation of IRichEditOleCallback for tabSRMM
George Hazan
2015-01-04
Fix history handling in TabsRMM chats. It will no longer be discarded on Ctrl...
ForNeVeR
2014-12-31
Year 2015 version update
George Hazan
2014-12-19
variable names' normalization
George Hazan
2014-12-16
damned magic
George Hazan
2014-12-16
type conversion warnings fixed
George Hazan
2014-12-14
SetWindowText(GetDlgItem(...)) -> SetDlgItemText(...)
Rozhuk Ivan
2014-12-14
SendDlgItemMessage(...., WM_SETTEXT...) -> SetDlgItemText(...)
Rozhuk Ivan
2014-12-14
SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...)
Rozhuk Ivan
2014-12-13
SendMessage(GetDlgItem -> SendDlgItemMessage
Rozhuk Ivan
2014-12-13
tabSRMM warning level 4
George Hazan
2014-12-13
fix for the url extractor
George Hazan
2014-12-13
fix for info panel's tooltip
George Hazan
2014-12-13
- ansi messages removed;
George Hazan
2014-12-13
MoveMemory -> memmove
Rozhuk Ivan
2014-12-13
CopyMemory -> memcpy
Rozhuk Ivan
2014-12-11
chat's component COLORCHOOSER standardized in the core
George Hazan
2014-12-09
code cleanup over mir_sntprintf + small bug fix
Rozhuk Ivan
2014-12-08
code cleanup around mir_snprintf
Rozhuk Ivan
2014-12-04
- bin2hex() instead of manual loops;
George Hazan
2014-12-02
fix for tab locations in Scriver & StdChat
George Hazan
2014-12-02
mir_sntprintf(..., _T("%s"), ...) -> _tcsncpy_s(..., ..., _TRUNCATE)
Rozhuk Ivan
2014-12-01
static mir_tstrncpy replaced with direct _tcsncpy_s calls
George Hazan
[next]