Age | Commit message (Expand) | Author |
2014-12-31 | Year 2015 version update | George Hazan |
2014-12-14 | SendMessage(.... WM_SETTEXT...) -> SetWindowText(...) | Rozhuk Ivan |
2014-12-14 | SendMessage(... WM_GETTEXT ...) -> GetWindowText(...) | Rozhuk Ivan |
2014-12-14 | SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...) | Rozhuk Ivan |
2014-12-13 | SendDlgItemMessage(..., ..., BM_GETCHECK,0,0) -> IsDlgButtonChecked(..., ...) | Rozhuk Ivan |
2014-12-13 | SendMessage(GetDlgItem -> SendDlgItemMessage | Rozhuk Ivan |
2014-12-02 | useless calls of mir_*strlen in DrawText replaced with -1 | George Hazan |
2014-12-02 | mir_sntprintf(..., _T("%s"), ...) -> _tcsncpy_s(..., ..., _TRUNCATE) | Rozhuk Ivan |
2014-12-01 | mir_snprintf(..., sizeof() -> SIZEOF(), ...) | Rozhuk Ivan |
2014-12-01 | ZeroMemory -> memset, few bugs fised | Rozhuk Ivan |
2014-11-30 | warning fix | George Hazan |
2014-11-30 | Multiple fixes buff size for GetText and SetText. | Rozhuk Ivan |
2014-11-27 | NotesReminders: code cleanup | Rozhuk Ivan |
2014-11-18 | RichEd20.dll replaced with Msftedit.dll | George Hazan |
2014-09-15 | resources: comma in Conditional Clauses with "if": | RMN |
2014-08-05 | Windows 95 is not supported | Dart Raiden |
2014-04-27 | NotesReminders: addition to commit [9086] (thx RMN) | Dart Raiden |
2014-04-25 | translation improvements | Dart Raiden |
2014-03-22 | WIN32 macro isn't needed in projects | George Hazan |
2014-03-12 | Some fixes for x64: SetWindowLong -> SetWindowLongPtr, GetWindowLong -> GetWi... | Rozhuk Ivan |
2014-02-28 | farewell MSVS 2012 | Vadim Dashevskiy |
2014-02-24 | more useless conversions removed | George Hazan |
2014-02-10 | HCONTACT is not needed anymore | George Hazan |
2014-02-10 | - HANDLE hContact => HCONTACT | George Hazan |
2014-02-02 | m_database.h is not needed in many cases | George Hazan |
2014-01-25 | end of version zoo | George Hazan |
2014-01-01 | copyright update for year 2014 | George Hazan |
2013-11-19 | correction NotesAndReminders translate | Konstantin Nikulin |
2013-11-09 | added projects and solutions for vc2013 | Kirill Volinsky |
2013-10-27 | removed unneeded spaces, etc. | Dart Raiden |
2013-10-16 | contact menu items creating fix | Kirill Volinsky |
2013-09-25 | plugins cleanup | Kirill Volinsky |
2013-09-25 | valid options initialization | George Hazan |
2013-09-21 | Not needed version checks removed | Kirill Volinsky |
2013-09-16 | use ws2_32 as all plugins | Kirill Volinsky |
2013-07-22 | replace sprintf to mir_snprintf (part 2) | Kirill Volinsky |
2013-07-08 | Correct url for all plugins. | Robert Pösel |
2013-06-30 | - db_set_blob used everywhere for writing blobs | George Hazan |
2013-06-29 | rest of unused databases services removed | George Hazan |
2013-06-23 | same for some another plugins | George Hazan |
2013-05-29 | we don't declare WIN64 anymore in projects | George Hazan |
2013-04-07 | end of the old database macroses | George Hazan |
2013-04-06 | menu item flag CMIF_ICONFROMICOLIB is ignored by the core from now on | George Hazan |
2013-04-05 | - rest of menus cleared; | George Hazan |
2013-03-30 | /SAFESEH removed from MSVC 2012 WIN32/Debug | Vadim Dashevskiy |
2013-03-14 | - translation fixes (patch from Basil) | Vadim Dashevskiy |
2013-03-04 | new subclassing functions applied to all plugins | George Hazan |
2013-03-02 | removed not used headers | Kirill Volinsky |
2013-03-01 | service call replaced with helper: MS_UTILS_PATHTOABSOLUTEW | George Hazan |
2013-02-16 | - translation fixes (patch from person) | Vadim Dashevskiy |