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
/
StatusPlugins
/
StartupStatus
/
options.cpp
Age
Commit message (
Expand
)
Author
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-02-01
code cleaning
George Hazan
2015-08-28
mir_sntprintf / mir_snprintf: obsoleted second parameter removed wherever pos...
George Hazan
2015-08-15
StatusPlugins:
Tobias Weimer
2015-06-19
SIZEOF replaced with more secure analog - _countof
George Hazan
2015-06-19
- all static protocol services replaced with functions;
George Hazan
2015-06-04
new mir_sntprintf templates without SIZEOF
George Hazan
2015-06-04
new mir_snprintf templates without SIZEOF
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 strlen to mir_strlen
Kirill Volinsky
2015-05-16
fix for strncat use
Kirill Volinsky
2015-04-15
after commit #12797 field OPTIONSDIALOGPAGE::cbSize became an atavism, and th...
George Hazan
2014-12-14
SendMessage(... WM_GETTEXT ...) -> GetWindowText(...)
Rozhuk Ivan
2014-12-14
SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...)
Rozhuk Ivan
2014-12-13
SendMessage(GetDlgItem -> SendDlgItemMessage
Rozhuk Ivan
2014-12-03
correct usage of _tcsncat
Tobias Weimer
2014-12-03
StartupStatus:
Tobias Weimer
2014-12-01
mir_snprintf(..., sizeof() -> SIZEOF(), ...)
Rozhuk Ivan
2014-11-30
Fix buf size for Get/Set text, open/save file name
Rozhuk Ivan
2013-11-04
unneeded capitalization
Dart Raiden
2013-10-10
- MS_CLIST_GETSTATUSMODEDESCRIPTION replaced with the direct clist call
George Hazan
2013-09-26
plugins cleanup
Kirill Volinsky
2013-09-25
valid options initialization
George Hazan
2013-07-25
replace sprintf to mir_snprintf (part 6)
Kirill Volinsky
2013-04-05
- rest of menus cleared;
George Hazan
2013-03-25
- StartupStatus: unicode fix (patch from person)
Vadim Dashevskiy
2013-03-24
StartupStatus:
George Hazan
2013-03-08
chinese in StartyoStatus options
George Hazan
2012-11-28
ex-protos moved to the Plugins folder
George Hazan
2012-11-04
replacement for the old clist interface code
George Hazan
2012-11-02
final switch to the typed icolib api
George Hazan
2012-07-19
Unicode in status message plugins
George Hazan
2012-07-13
fix for TTB button in StartupStatus options
George Hazan
2012-07-08
TopToolbar usage fixed everywhere
George Hazan
2012-07-02
fix for the StartupStatus options
George Hazan
2012-07-01
db_helpers.cpp deleted
George Hazan
2012-06-20
- direct call of MS_SKIN_ADDNEWSOUND replaced with Skin_AddSound() call;
George Hazan
2012-06-18
- PLUGININFO structure removed at all;
George Hazan
2012-06-15
another portion of "#ifsef Unicode" removal
Vadim Dashevskiy
2012-06-14
- all MS_CLIST_ADD*ITEM services replaced with Menu_Add*Item stubs.
George Hazan
2012-06-10
bitmap operations were removed from TopToolBar and replaced with IcoLib
George Hazan
2012-05-15
initial commit
Vadim Dashevskiy