summaryrefslogtreecommitdiff
path: root/plugins/Scriver/src/msgoptions.cpp
AgeCommit message (Expand)Author
2016-04-26absolutely useless service MS_CLUI_GETCAPS removed as pre-kernel clist atavismGeorge Hazan
2016-01-23DND → Do not disturbDart Raiden
2016-01-20"N/A" -> "Not available" (thx Wishmaster for idea)Dart Raiden
2016-01-04"NA" -> "N/A"Dart Raiden
2015-07-26common projectsKirill Volinsky
2015-06-19SIZEOF replaced with more secure analog - _countofGeorge Hazan
2015-06-04new mir_snprintf templates without SIZEOFGeorge Hazan
2015-05-23mir_tstrncpy <> _tcsncpyGeorge Hazan
2015-05-23replace _tcsncpy to mir_tstrncpyKirill Volinsky
2015-05-23replace strncpy to mir_strncpyKirill Volinsky
2015-04-15after commit #12797 field OPTIONSDIALOGPAGE::cbSize became an atavism, and th...George Hazan
2015-04-06Scriver: decapitalizationDart Raiden
2015-01-25- Unload Msftedit.dll after useTobias Weimer
2014-12-16damned magicGeorge Hazan
2014-12-16type conversion warnings fixedGeorge Hazan
2014-12-14SetWindowText(GetDlgItem(...)) -> SetDlgItemText(...)Rozhuk Ivan
2014-12-14SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...)Rozhuk Ivan
2014-12-13Scriver: warning level 4George Hazan
2014-12-02mir_sntprintf(..., _T("%s"), ...) -> _tcsncpy_s(..., ..., _TRUNCATE)Rozhuk Ivan
2014-12-01code cleaningGeorge Hazan
2014-12-01ZeroMemory -> memset, few bugs fisedRozhuk Ivan
2014-11-30lstr* replacementsGeorge Hazan
2014-07-26stupid duplicated code of embedded clists removedGeorge Hazan
2014-05-16Scriver/options: added spin controls to edit boxesslotwin
2014-05-16Scriver/options: move Line between messages color setting to Fonts and colors...slotwin
2014-05-15Scriver: highlight Apply button only if settings changedslotwin
2014-02-24more useless conversions removedGeorge Hazan
2014-02-12another bunch of useless conversions diedGeorge Hazan
2014-02-10HCONTACT is not needed anymoreGeorge Hazan
2014-02-10- HANDLE hContact => HCONTACTGeorge Hazan
2014-01-17- kernel chat module loads automatically, not on request;George Hazan
2014-01-16kernel chat engine, part 2 - scriverGeorge Hazan
2014-01-04Scriver suddenly has its own replaceStrA/replaceStrT functionsGeorge Hazan
2014-01-02Separate writing of "infobar", "titlebar", "statusbar", etc.Dart Raiden
2014-01-01copyright update for year 2014George Hazan
2013-12-27status displaying completely removed because it's impossible to log an event ...George Hazan
2013-12-01options page name fixes (thanks to Wishmaster)Dart Raiden
2013-11-25portion of decapitalizationDart Raiden
2013-09-25valid options initializationGeorge Hazan
2013-09-24plugins cleanupKirill Volinsky
2013-09-18double ;; removedKirill Volinsky
2013-07-25replace sprintf to mir_snprintf (part 5)Kirill Volinsky
2013-04-20Scriver: massive code cleaningGeorge Hazan
2013-04-13minor code cleaningGeorge Hazan
2013-04-09- short function names allows to write database loops in one string;George Hazan
2013-04-05- rest of menus cleared;George Hazan
2013-04-05various menu items quirks, simplifications & optimizationGeorge Hazan
2013-03-31HistoryEvents & HistoryKeeper support removedGeorge Hazan
2013-03-12clearing ScriverGeorge Hazan
2013-03-08added version infoKirill Volinsky