Age | Commit message (Expand) | Author |
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 |
2014-12-01 | copyright update | George Hazan |
2014-12-01 | mir_snprintf(..., sizeof() -> SIZEOF(), ...) | Rozhuk Ivan |
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-30 | Multiple fixes buff size for GetText and SetText. | Rozhuk Ivan |
2014-11-30 | code cleanup, x64 fix | Rozhuk Ivan |
2014-11-28 | Massive code cleanup and fixes for a lot of warnings reported in #837 | Tobias Weimer |
2014-11-25 | cleanup | Kirill Volinsky |
2014-11-25 | TabSRMM null ptr fixes and code cleanup | Rozhuk Ivan |
2014-08-12 | more correct check for avatars | George Hazan |
2014-08-02 | git-svn-id: http://svn.miranda-ng.org/main/trunk@10026 1316c22d-e87f-b044-9b9... | George Hazan |
2014-07-29 | - m_flash.h & m_flash.inc moved to deprecated; | George Hazan |
2014-07-04 | missing argument | George Hazan |
2014-07-04 | tabSRMM: | George Hazan |
2014-05-30 | db_mc_getMostOnline - a handy helper for MS_MC_GETMOSTONLINECONTACT | George Hazan |
2014-03-15 | huge clutch sawed out of the MC engine | George Hazan |
2014-03-11 | fix for tabSRMM send queue | George Hazan |
2014-03-09 | end of the old MC API | George Hazan |
2014-03-09 | - unused variables wiped out of tabSRMM | George Hazan |
2014-02-27 | - metacontacts are always present; | George Hazan |
2014-02-26 | MCONTACT-related code cleaning | George Hazan |
2014-02-24 | more useless conversions removed | George Hazan |
2014-02-12 | another bunch of useless conversions died | 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 | HCONTACT, part 3 | George Hazan |
2014-02-10 | - HANDLE hContact => HCONTACT | George Hazan |
2014-01-19 | fix for deadlock on messages in tabSRMM | George Hazan |
2014-01-12 | fix for tabs creation in tabSRMM without Jabber.dll | George Hazan |
2014-01-05 | end of database trash in tabSRMM container module | George Hazan |
2014-01-04 | - major memory leak in tabSRMM; | George Hazan |
2014-01-02 | Separate writing of "infobar", "titlebar", "statusbar", etc. | Dart Raiden |
2014-01-01 | copyright update for year 2014 | George Hazan |
2013-12-20 | - mathMod support removed; | George Hazan |
2013-10-10 | MS_CLIST_GETSTATUSMODEDESCRIPTION replaced with the direct call | George Hazan |
2013-09-22 | pre-XP headers cleaned | George Hazan |
2013-09-21 | using Uxtheme in tabsrmm | Kirill Volinsky |
2013-09-18 | double ;; removed | Kirill Volinsky |
2013-08-21 | tabSRMM: thy shall not create a container after shutdown | George Hazan |
2013-08-12 | custom buttons in TabSRMM removed and based on the standard MButtonClass | George Hazan |
2013-08-12 | mir_alloc/calloc/free instead of simple malloc/calloc/free | George Hazan |
2013-08-12 | - fix for a rare crash on tabsrmm tooltips; | George Hazan |
2013-08-04 | - code formatting; | George Hazan |
2013-08-03 | - old junk removed from tabSRMM & replaced with the modern calls | George Hazan |
2013-08-03 | minor code cleaning | George Hazan |
2013-07-23 | code cleaning | George Hazan |
2013-07-22 | replace sprintf to mir_snprintf (part 1) | Kirill Volinsky |