Age | Commit message (Collapse) | Author |
|
|
|
included into minimum Windows SDK 7.1
|
|
Unicode)
|
|
"Добавлять пункты в меню контакта")
|
|
|
|
- fixes #1660 (date change doesn't affect relative/absolute combo format);
- code cleaning;
- version bump
|
|
|
|
- resource id cleaning & reordering;
- one more fix related to #1660: stored reminders cannot be edited
|
|
|
|
- useless control id IDC_CLOSE removed & replaced with IDCANCEL;
- useless functions WriteSettingIntArray / ReadSettingIntArray / UpdateGeomFromWnd removed;
- arrays g_reminderListGeom & g_notesListGeom removed, these data are controlled now via standard call of Util_Save/RestoreWindowPosition;
- rest of UI code rewritten using UI classes;
- code cleaning
|
|
- options dialog rewritten using UI classes;
- GUI logic changed, now all Reminders dialogs carry have attached structures;
- fixes #1660 ([Sticky Notes and Reminders] Slight change in behaviour of plugin settings)
|
|
- Unicode fonts;
- minor gui fixes;
- custom Trim implementation removed;
|
|
- ANSI plugin became Unicode and therefore went under standard project templates;
- globals.h renamed to stdafx.h, stdafx.cxx added to a project;
- old pascal-style lists replaced with LIST<> templates;
- massive code cleaning;
- version bump
|