summaryrefslogtreecommitdiff
path: root/plugins/QuickMessages/src/options.cpp
AgeCommit message (Expand)Author
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-12-26BYTE -> uint8_tGeorge Hazan
2018-11-12db_* functions replaced with g_plugin callsGeorge Hazan
2018-07-11int hLangpack/m_hLang removed and replaced with HPLUGINGeorge Hazan
2018-05-20options API unbound from hLangpack and switched to CMPluginGeorge Hazan
2018-05-20CMPlugin to receive a reference to PLUGININFOEXGeorge Hazan
2018-05-17OpenFolder, PackUpdater, PasteIt, Ping, QuickMessages, QuickReplies, Sessions...George Hazan
2017-12-06convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit 6...Kirill Volinsky
2017-12-06convert all files exept curl and new_gpg to utf-8 BOMKirill Volinsky
2017-11-13Code modernize ...Goraf
2017-08-03QuickMessages: code cleaningGeorge Hazan
2016-12-01more fixesGeorge Hazan
2016-11-29BBBF_ANSITOOLTIP - unused flag removedGeorge Hazan
2016-10-28- old useless helpers removed from the Options module;George Hazan
2016-07-29no more TCHARsGeorge Hazan
2016-07-27less TCHARsGeorge Hazan
2016-07-26less TCHARs:George Hazan
2016-07-25hello, Unix.George Hazan
2015-08-28mir_sntprintf / mir_snprintf: obsoleted second parameter removed wherever pos...George Hazan
2015-08-18- naming conflict;George Hazan
2015-08-11'unreferenced formal parameter' warnings fixedGeorge Hazan
2015-07-26common projectsKirill Volinsky
2015-06-19SIZEOF replaced with more secure analog - _countofGeorge Hazan
2015-05-22replace _tcscmp to mir_tstrcmpKirill Volinsky
2015-05-22replace _tcslen to mir_tstrlenKirill Volinsky
2015-05-05some another sudden Unicode appearancesGeorge Hazan
2015-04-15after commit #12797 field OPTIONSDIALOGPAGE::cbSize became an atavism, and th...George Hazan
2015-04-06options section name as in other pluginsDart Raiden
2014-12-14SetWindowText(GetDlgItem(...)) -> SetDlgItemText(...)Rozhuk Ivan
2014-12-14GetWindowText(GetDlgItem(...)) -> GetDlgItemText(...)Rozhuk Ivan
2014-12-14SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...)Rozhuk Ivan
2014-12-13SendMessage(GetDlgItem -> SendDlgItemMessageRozhuk Ivan
2014-12-08code cleanup around mir_snprintfRozhuk Ivan
2014-11-30Multiple fixes buff size for GetText and SetText.Rozhuk Ivan
2013-09-25valid options initializationGeorge Hazan
2013-04-05- rest of menus cleared;George Hazan
2013-03-04new subclassing functions applied to all pluginsGeorge Hazan
2013-01-19- Another portion of _T replacement (patch from person)Vadim Dashevskiy
2012-12-23- QuickMessages: typo fixVadim Dashevskiy
2012-12-22Changed position in Options for few more pluginsRobert Pösel
2012-07-23QuickMessages, QuickReplies: changed folder structure Vadim Dashevskiy