Age | Commit message (Expand) | Author |
2016-09-14 | second major wipeout of database services & structures: | George Hazan |
2016-09-13 | mode old database junk to die | George Hazan |
2016-09-01 | - MS_CLIST_SETHIDEOFFLINE replaced with pcli->pfnSetHideOffline(); | George Hazan |
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-07-22 | Standardize use of slashes in includes to "/" (thanks ybznek for idea) | Robert Pösel |
2016-07-20 | non-redefined function pfnClcBroadcast made static -> Clist_Broadcast | George Hazan |
2016-05-18 | these tons of code aren't needed anymore... | George Hazan |
2016-05-18 | unused proprietary services removed from UserInfoEx | George Hazan |
2016-04-15 | contact list groups: | George Hazan |
2015-08-28 | mir_sntprintf / mir_snprintf: obsoleted second parameter removed wherever pos... | George Hazan |
2015-08-18 | - naming conflict; | George Hazan |
2015-08-16 | fix for conversion from HBRUSH to BOOL | George Hazan |
2015-08-11 | no more warnings in UInfoEx at all | George Hazan |
2015-08-11 | adaptation of UInfoEx for new functions | George Hazan |
2015-08-11 | 'unreferenced formal parameter' warnings fixed | George Hazan |
2015-08-08 | UserInfoEx: | Tobias Weimer |
2015-08-01 | UInfoEx: common project | Kirill Volinsky |
2015-08-01 | fix for ansi | George Hazan |
2015-07-21 | UserInfoEx: vc2015 compilation fix | Kirill Volinsky |
2015-07-10 | UserInfoEx: | Tobias Weimer |
2015-06-30 | MS_CLIST_GETSTATUSMODEDESCRIPTION & MS_CLIST_GETCONTACTDISPLAYNAME replaced w... | George Hazan |
2015-06-25 | MS_CLUI_GETHWND & MS_CLUI_GETHWNDTREE replaced with pcli->hwndContactList & p... | George Hazan |
2015-06-25 | rest of genmenu api died | George Hazan |
2015-06-25 | - warning fix | George Hazan |
2015-06-21 | fix for a dll name | 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-14 | - all icolib services removed; | George Hazan |
2015-06-13 | - miranda32.exe now does nothing bug extends PATH to %miranda_root%\libs and ... | George Hazan |
2015-06-08 | UserInfoEx: | Tobias Weimer |
2015-06-04 | new mir_snprintf templates without SIZEOF | George Hazan |
2015-05-22 | replace strcpy to mir_strcpy | Kirill Volinsky |
2015-05-22 | replace strcmp to mir_strcmp | Kirill Volinsky |
2015-05-22 | replace _tcslen to mir_tstrlen | Kirill Volinsky |
2015-05-22 | replace strlen to mir_strlen | Kirill Volinsky |
2015-03-24 | * multiple WINE bug fixes over IsDialogMessage(), bug rep: https://bugs.wineh... | Rozhuk Ivan |
2015-01-16 | MEVENT - the strict type for events, they are not HANDLE anymore | George Hazan |
2015-01-01 | \0 removed | George Hazan |
2014-12-09 | code cleanup over mir_sntprintf + small bug fix | Rozhuk Ivan |
2014-12-02 | mir_snprintf(..., "%s", ...) -> strncpy_s(...) | Rozhuk Ivan |
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 | mir_strcmp, mir_strcmpi, mir_wstrcmp, mir_wstrcmpi | George Hazan |
2014-11-30 | Fix buf size for Get/Set text, open/save file name | Rozhuk Ivan |
2014-11-30 | safe lstr* replacements: mir_strlen, mir_wstrlen, mir_strcpy, mir_wstrcpy, | George Hazan |
2014-11-30 | Multiple fixes buff size for GetText and SetText. | Rozhuk Ivan |