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
/
StatusPlugins
/
StartupStatus
/
profiles.cpp
Age
Commit message (
Expand
)
Author
2016-10-22
Status Plugins are merged as StatusManager
watcher
2016-10-04
wanwarning fixes
George Hazan
2016-09-17
StartupStatus: Cleanup
Tobias Weimer
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-12-07
fix to apply the unique identifiers to all menu roots
George Hazan
2015-08-28
mir_sntprintf / mir_snprintf: obsoleted second parameter removed wherever pos...
George Hazan
2015-06-29
- unified menu creation using wrapper class CMenuItem;
George Hazan
2015-06-29
various minor fixes
George Hazan
2015-06-28
finally CLISTEVENT removed completely
George Hazan
2015-06-27
- CLISTMENUITEM::pszContactOwner removed, because it's supported only by cont...
George Hazan
2015-06-26
YEEHAW! CLISTMENUITEM::pszPopupName also died
George Hazan
2015-06-26
next slice of cutting out unused menu features - popupPosition
George Hazan
2015-06-22
- CLISTMENUITEM::cbSize - atavism removed;
George Hazan
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_snprintf templates without SIZEOF
George Hazan
2015-05-23
mir_tstrncpy <> _tcsncpy
George Hazan
2015-05-23
replace _tcsncpy to mir_tstrncpy
Kirill Volinsky
2015-05-22
replace _tcscpy to mir_tstrcpy
Kirill Volinsky
2015-05-22
replace strcmp to mir_strcmp
Kirill Volinsky
2015-05-22
replace _tcslen to mir_tstrlen
Kirill Volinsky
2014-12-03
StartupStatus:
Tobias Weimer
2014-12-01
mir_snprintf(..., sizeof() -> SIZEOF(), ...)
Rozhuk Ivan
2014-11-28
crazy flag TTBST_RELEASED removed
George Hazan
2014-11-26
StartupStatus code cleanup
Rozhuk Ivan
2013-07-25
replace sprintf to mir_snprintf (part 6)
Kirill Volinsky
2013-04-05
- rest of menus cleared;
George Hazan
2013-03-26
fix for chinese in StartupStatus
George Hazan
2013-03-24
StartupStatus:
George Hazan
2013-03-10
various TTB initialization issues
George Hazan
2012-11-28
various menu initialization quirks
George Hazan
2012-11-04
fix not to create buttons if a plugin isn't present
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
compilation fix
George Hazan
2012-07-08
TopToolbar usage fixed everywhere
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-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