summaryrefslogtreecommitdiff
path: root/src/core/stdpopup
AgeCommit message (Collapse)Author
2024-02-23clipboard copy function is able now to copy in multiple formats at a timeGeorge Hazan
2024-02-19fixes #4213 completelyGeorge Hazan
2024-02-18fixes #4211 (StdPopup: перенести опцию ↵George Hazan
включения/отключения всплывающих окон в настройки плагина)
2024-01-08Update copyrightsdartraiden
2023-11-21fix for double letter capitalizationGeorge Hazan
2023-10-08oops...George Hazan
2023-10-08fixes #3716 (YAMN: удалить настройку "кнопка в ↵George Hazan
панели кнопок")
2023-09-24fixes #3686 )StdPopup: в статусбаре tabSRMM ↵George Hazan
отсутствует иконка "вкл-выкл всплывающие окна")
2023-04-22code cleaningGeorge Hazan
2023-01-02Update copyrightsdartraiden
2022-12-17Mediawiki considers URLs with and without a trailing slash as different ↵dartraiden
pages, see https://phabricator.wikimedia.org/T14703
2022-09-26Utils_ClipboardCopy - system-wide helper for writing text to clipboardGeorge Hazan
2022-06-13Popup+: fix for a madness with default popup class valuesGeorge Hazan
2022-05-24fixes #3076 (Toaster: crash when loading "on the fly")George Hazan
2022-02-15fix for Preview button in StdPopup's optionsGeorge Hazan
2022-02-08fixes #3023 (IEView: не отображаются подписи к ↵George Hazan
файлтрансферам)
2022-02-07Fix pangramdartraiden
2022-02-07fxes #3024 (Сделать переводимыми различные ↵George Hazan
тестовые окна )
2022-01-01Happy new year, Mirandadartraiden
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-12-26WORD -> uint16_tGeorge Hazan
2021-12-26BYTE -> uint8_tGeorge Hazan
2021-11-16more shit removedGeorge Hazan
2021-11-07first version of mir_core that builds under Linuxghazan
2021-03-2821 years after Win2k release we don't need win2k.h - everything we need is ↵George Hazan
included into minimum Windows SDK 7.1
2021-02-15fixes #2738 (Не сбрасываются в дефолт ↵George Hazan
некоторые настройки шрифтов и цветов)
2021-01-17Update copyrightsdartraiden
2020-11-13StdPopup:George Hazan
- fixes #2611 (StdPopup is called YAPP in the icons' list); - massive icon code cleaning; - project file fixed
2020-05-22fix for broken project file compatibility in VS2019 16.6.0George Hazan
2020-02-07fixes #2204 (empty strings in StdPopup options)George Hazan
2020-01-09if smth cannot be incuded, it shall be inlinedGeorge Hazan
2020-01-01Happy new year, Miranda, part 2dartraiden
2020-01-01Happy new year, MirandaGeorge Hazan
2019-09-18- more shit cleared from C++ code;George Hazan
- Pascal code partially restored till the full container log implementation
2019-09-18m_ieview.h: code cleaningGeorge Hazan
2019-07-25bunch of unused junk removed from StdPopupGeorge Hazan
2019-07-24code cleaningGeorge Hazan
2019-07-12CMake: build file for StdPopup.protomors
2019-06-27StdPopup:George Hazan
- obsolete ANSI code cleaning; - code formatting
2019-06-27fixes #1997 (Strange code in StdPopup)George Hazan
2019-05-27fixes #1963 (Remove Free for Chat, On the Phone and Out to Lunch statuses ↵George Hazan
completely)
2019-04-24fix for a common version resourceGeorge Hazan
2019-03-28Menu_ModifyItem to receive icolib handle, not HICONGeorge Hazan
2019-03-26StdPopup and Popup decapitalizationdartraiden
2019-03-08life is too short to remember whether this structure is zeroed or notGeorge Hazan
2019-03-06fix for the popup window class nameGeorge Hazan
2019-03-06be simplerGeorge Hazan
2019-03-06Scott Ellis is an author of YAPPdartraiden
2019-03-06popups:George Hazan
- internal implementation details & all service declarations moved to m_popup_int.h; - all service calls removed and replaced with function calls; - direct access to popup serttings replaced with Popup_Enable / Popup_Enabled;
2019-03-05Popup:George Hazan
- wiping out checks for service presence; - code cleaning