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