Age | Commit message (Expand) | Author |
2015-04-24 | end of zoo with various _WIN32_WINNT versions | George Hazan |
2015-04-15 | after commit #12797 field OPTIONSDIALOGPAGE::cbSize became an atavism, and th... | George Hazan |
2015-03-11 | all database functions moved to m_database.h | George Hazan |
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-12 | Some fixes for x64: SetWindowLong -> SetWindowLongPtr, GetWindowLong -> GetWi... | Rozhuk Ivan |
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-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-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-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-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 |
2013-02-11 | year fix for stdafx.cpp & Jabber | George Hazan |
2013-01-29 | - muuid standardization (patch from Basil) | Vadim Dashevskiy |
2013-01-19 | - Another portion of _T replacement (patch from person) | Vadim Dashevskiy |
2013-01-02 | crash fix when deleting notes (by $ergi0) (fixed #165) | Tobias Weimer |
2012-12-22 | translation fix | Kirill Volinsky |