summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Collapse)Author
2021-06-07fixes #2912 (Drop WinCrypto API support)George Hazan
2021-06-06fixes #2905 (Issues while searching in user history)George Hazan
2021-06-05major code cleaning in regard to db_event_getBlobSize & event memory allocationGeorge Hazan
2021-06-04StdUIHist:George Hazan
- fixes #2907 (StdHistory: add Del hotkey); - fixes #2906 (User history dialog GUI)
2021-05-29compilation fixGeorge Hazan
2021-05-29fixes #2893 (Сейчас, чтобы запустить поиск по ↵George Hazan
истории, нужно нажать мышкой кнопку "Find". Но рука сама тянется к Ctrl+F)
2021-05-15SetDraw(bool bEnable) - a wrapper for WM_SETREDRAW commandGeorge Hazan
2021-05-11CCtrlCombo::GetCurData = suitable helper for combo boxesGeorge Hazan
2021-04-13fixes #2836 (Miranda keeps profile password in memory after checking it)George Hazan
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-03-13Group chats API:George Hazan
- for #2574: fixes icons problem after unloading tabSRMM; - status icons extracted to the separate array; - another group chat icons are hidden completely to restrict access to them
2021-02-27fixes #2753 (by default only checkboxes should be notified about OnChange ↵George Hazan
before OnInitDialog)
2021-02-27fixes #2754 (StdMsg: не сохраняется размер области ↵George Hazan
ввода)
2021-02-20fixes #2749 (StdUIHist: add auth requests support)George Hazan
2021-02-20StdUHist: code cleaningGeorge Hazan
2021-02-15fixes #2738 (Не сбрасываются в дефолт ↵George Hazan
некоторые настройки шрифтов и цветов)
2021-02-14fixes problem with StdMsg, described in #1738George Hazan
2021-02-03SetAwayMsg: code cleaningGeorge Hazan
2021-01-24more effective way to use OnChange callbacks automaticallyGeorge Hazan
2021-01-22further clist options optimizationGeorge Hazan
2021-01-22fixes #2710 (StdClist: Option: "Don't move offline user to bottom" does not ↵George Hazan
save setting properly)
2021-01-19fixes #2705 (StdMsg: падение при заходе в ↵George Hazan
настройки плагина)
2021-01-18fixes #2700 (Scriver: при открытии окна через попап ↵George Hazan
отображается лишь одно сообщение)
2021-01-18fixes #2697 (Scriver: падение при попытке зайти в ↵George Hazan
настройки)
2021-01-17Update copyrightsdartraiden
2021-01-16glory, glory, halleluya: perversive manual call of OnChange() event inside ↵George Hazan
OnInitDialog isn't needed anymore
2021-01-11SRMM windows: timer classes instead of perversions with WM_TIMERGeorge Hazan
2021-01-11Fix for #2651dartraiden
2021-01-08another bunch of duplicate code moved to the coreGeorge Hazan
2021-01-07we don't have to restore unread events from blocked accountsGeorge Hazan
2021-01-06CCtrlColor applied in dialogs when possibleGeorge Hazan
2020-12-27fixes #2659 (Не сохраняются изменения ↵George Hazan
радиобатонов в настройках файлтрансферов)
2020-12-14fixes #2650 (Option for reverse sorting in StdFile filetransfer window) + ↵George Hazan
massive options rework
2020-12-11fixes #2643 (TabSRMM: internal log disappears after any color change for ↵George Hazan
group chats)
2020-11-19fixes #2610 (Message plugins: add abitity to Ctrl+V file)George Hazan
2020-11-19fixes #2617 (nicklist & filter buttons to display current state in group chats)George Hazan
2020-11-13StdPopup:George Hazan
- fixes #2611 (StdPopup is called YAPP in the icons' list); - massive icon code cleaning; - project file fixed
2020-10-11fixes #2591 (TabSRMM: "Show buttons blablabla right click" option does not ↵George Hazan
work by default)
2020-10-11fixes #2590 (TabSRMM: Cannot setup event filter)George Hazan
2020-08-05fixes #2512 (StdMsg: broken group chat colors in the embedded log window)George Hazan
2020-07-26fixes #2501 (Ability to disable incoming sounds in chats is lost)George Hazan
2020-07-15fixes #2486 completelyGeorge Hazan
2020-07-14more accurate version of the previous commitGeorge Hazan
2020-07-14more logs for #2486George Hazan
2020-07-13fixes crash of NetlibSslUnique under Windows7George Hazan
2020-07-13fixes #2479 (Изменение размера текста в логе и ↵George Hazan
области ввода колесом мыши)
2020-07-12minor code cleaningGeorge Hazan
2020-07-08StdSSL: fixes occasional crash under XPGeorge Hazan
2020-07-01TLS 1.3 support:George Hazan
Netlib_GetTlsUnique - new function to retrieve TLS binding data for an opened socket
2020-06-18StdAway:George Hazan
- all remaining dialogs -> UI classes; - options extracted to the separate module; - code reordering;