Age | Commit message (Expand) | Author |
2020-03-30 | Contact lists: | George Hazan |
2019-03-12 | fixes for format specifiers | George Hazan |
2019-03-11 | code cleaning for old shitty helper | George Hazan |
2018-11-12 | db_* functions replaced with g_plugin calls | George Hazan |
2018-08-13 | Variables: | George Hazan |
2018-07-09 | massive Variables-related code cleaning (removed TCHAR, manually created unio... | George Hazan |
2018-05-17 | Toaster, TooltipNotify, TrafficCounter, UInfoEx, UserGuide, Variables -> CMPl... | George Hazan |
2018-05-08 | code cleaning (using new MS coding style) | George Hazan |
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit 6... | Kirill Volinsky |
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM | Kirill Volinsky |
2017-11-13 | Code modernize ... | Goraf |
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-04-26 | absolutely useless service MS_CLUI_GETCAPS removed as pre-kernel clist atavism | George Hazan |
2016-04-08 | Variables: | George Hazan |
2015-08-10 | Variables: | Tobias Weimer |
2015-08-01 | Variables: common project | Kirill Volinsky |
2015-06-21 | - resizer moved to mir_core, because it uses hard-coded windows structures; | George Hazan |
2015-06-14 | - all icolib services removed; | George Hazan |
2015-06-04 | new mir_snprintf templates without SIZEOF | George Hazan |
2015-05-22 | replace _tcsicmp to mir_tstrcmpi | Kirill Volinsky |
2015-05-22 | replace _tcscmp to mir_tstrcmp | Kirill Volinsky |
2015-05-22 | replace _tcslen to mir_tstrlen | Kirill Volinsky |
2015-05-22 | replace strlen to mir_strlen | Kirill Volinsky |
2015-02-28 | Variables: | Tobias Weimer |
2015-01-10 | Variables: | Tobias Weimer |
2014-12-14 | SetWindowText(GetDlgItem(...)) -> SetDlgItemText(...) | Rozhuk Ivan |
2014-12-14 | SendMessage(... WM_GETTEXT ...) -> GetWindowText(...) | Rozhuk Ivan |
2014-12-13 | SendMessage(GetDlgItem -> SendDlgItemMessage | Rozhuk Ivan |
2014-12-01 | ZeroMemory -> memset, few bugs fised | Rozhuk Ivan |
2014-11-26 | Variables: code cleanup | Rozhuk Ivan |
2014-07-26 | stupid duplicated code of embedded clists removed | George Hazan |
2014-03-12 | Some fixes for x64: SetWindowLong -> SetWindowLongPtr, GetWindowLong -> GetWi... | Rozhuk Ivan |
2014-03-12 | SetWindowLongPtr() and GetWindowLongPtr() multiple fixes for x64 | Rozhuk Ivan |
2014-02-24 | old/unused types removed from Pascal sources | 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-14 | typos | Tobias Weimer |
2014-01-14 | minor cleanup | Tobias Weimer |
2014-01-03 | - memory leak fixes | George Hazan |
2013-10-30 | git-svn-id: http://svn.miranda-ng.org/main/trunk@6708 1316c22d-e87f-b044-9b9b... | Dart Raiden |
2013-09-20 | using Uxtheme | Kirill Volinsky |
2013-09-13 | code cleaning | George Hazan |
2013-07-25 | replace sprintf to mir_snprintf (part 5) | Kirill Volinsky |