summaryrefslogtreecommitdiff
path: root/plugins/HTTPServer/src/GuiElements.cpp
AgeCommit message (Expand)Author
2024-02-23clipboard copy function is able now to copy in multiple formats at a timeGeorge Hazan
2024-01-09more strict constructor of MHttpRequest to avoid quirksGeorge Hazan
2024-01-05Netlib:George Hazan
2024-01-04NETLIBHTTPREQUEST::cbSize = old unused field removedGeorge Hazan
2023-11-07fixes #3837 (HTTPServer: не переводятся некоторые ст...George Hazan
2022-09-26code cleaningGeorge Hazan
2022-09-26more clipboard shit removedGeorge Hazan
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-12-26WORD -> uint16_tGeorge Hazan
2021-12-26BYTE -> uint8_tGeorge Hazan
2021-03-18fixes #2783 (HTTPServer: remove menu-related options)George Hazan
2019-07-24NLHR_PTR - smart pointers make better codeGeorge Hazan
2019-03-28Menu_ModifyItem to receive icolib handle, not HICONGeorge Hazan
2019-02-27popup code cleaning (cause we have no tchar.h)George Hazan
2018-11-14hContact, MODULENAME -> g_pluginGeorge Hazan
2018-11-12db_* functions replaced with g_plugin callsGeorge Hazan
2018-11-12end of ME_OPT_INITIALISE related zoo in another pluginsGeorge Hazan
2018-09-03fixes #1566 (HTTP Server shouldn't expose debug messages to user)George Hazan
2018-07-26fixes #1527 (Remove obsolete g_hMainThread and QueueUSerAPC from plugins)George Hazan
2018-07-24database:George Hazan
2018-07-11int hLangpack/m_hLang removed and replaced with HPLUGINGeorge Hazan
2018-05-27global variable name standardizationGeorge Hazan
2018-05-23no need to initialize pcli variable in each plugin (only in Clist_*)George Hazan
2018-05-22m_genmenu.h unbound from hLangpackGeorge 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-16HistoryLinkList, HistoryStats, historysweeperlight, httpserver, HwHotKeys: cm...Mataes
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-28fix after convertKirill Volinsky
2017-11-28Source files converted to utf-8Kirill Volinsky
2017-11-27slightly optimized way of getting menu item's module nameGeorge Hazan
2017-11-27add module name (part 1)Kirill Volinsky
2017-11-13Code modernize ...Goraf
2017-01-12Netlib_FreeHttpRequest() instead of MS_NETLIB_FREEHTTPREQUESTSTRUCTGeorge Hazan
2016-10-28- old useless helpers removed from the Options module;George Hazan
2016-08-28HTTPServer:Tobias Weimer
2016-07-29no more TCHARsGeorge Hazan
2016-07-26less TCHARs:George Hazan
2016-07-25hello, Unix.George Hazan
2015-09-04HTTPServer: menu uidAlexander Lantsev
2015-08-30code cleaningGeorge Hazan
2015-08-28mir_sntprintf / mir_snprintf: obsoleted second parameter removed wherever pos...George Hazan
2015-06-29- unified menu creation using wrapper class CMenuItem;George Hazan
2015-06-28finally CLISTEVENT removed completelyGeorge Hazan
2015-06-27- CLISTMENUITEM::pszContactOwner removed, because it's supported only by cont...George Hazan
2015-06-25MS_CLUI_GETHWND & MS_CLUI_GETHWNDTREE replaced with pcli->hwndContactList & p...George Hazan
2015-06-22- CLISTMENUITEM::cbSize - atavism removed;George Hazan
2015-06-21MS_UTIL_OPENURL -> mir_core::Utils_OpenUrlGeorge Hazan
2015-06-19SIZEOF replaced with more secure analog - _countofGeorge Hazan