summaryrefslogtreecommitdiff
path: root/src/mir_core
AgeCommit message (Collapse)Author
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-12-19header files fix to eliminate Windows types for mir_appghazan
2021-11-14codelite workspace & mir_core projectghazan
2021-11-14trash removedghazan
2021-11-08fix for cmake compilationghazan
2021-11-07minor fixes for compilationghazan
2021-11-07update for system includes & import librariesGeorge Hazan
2021-11-07first version of mir_core that builds under Linuxghazan
2021-11-07let's separate modules for Windows from common onesGeorge Hazan
2021-06-07fixes #2912 (Drop WinCrypto API support)George Hazan
2021-05-22fixes #2888 (Update TinyXML2 to 8.10)George Hazan
2021-05-20mir_wstrstri - case-insensitive search of substring, Unicode versionGeorge Hazan
2021-05-15SetDraw(bool bEnable) - a wrapper for WM_SETREDRAW commandGeorge Hazan
2021-05-13UI classes & core code cleaning:George Hazan
- MS_CLIST_DELETECONTACT introduced to avoid the usage of string constants directly; - start menu item id parameter added to Clist_GroupBuildMenu(); - CNF_MAX macro added to simplify cycles over CNF_* array; - custom draw support for CCtrlListView & CCtrlTreeView; - Miranda's specific WM_MEASUREITEM & WM_DRAWITEM processing in CDlgBase
2021-05-11CCtrlCombo::GetCurData = suitable helper for combo boxesGeorge Hazan
2021-05-10CCtrlListView::MoveItem, CCtrlListView::SetCurSel, CCtrlCombo::SelectData - ↵George Hazan
new useful methods (cherry picked from commit 9661e86b4d2e1280b6e5e562ffafb46d1b6c0817)
2021-05-02fixes #2869 (DbEditor: в некоторых областях экрана ↵George Hazan
вызывается неправильное контекстное меню)
2021-04-29if error returned, CCtrlListView::GetItem shall also return errorGeorge Hazan
2021-04-29fix for menu position calculationGeorge Hazan
2021-04-29more const qualifiersGeorge Hazan
2021-04-29UI classes:George Hazan
- added method CCtrlBase::GetCaretPos() to calculate context menu position; - added missing const qualifiers for Get* methods
2021-04-23fix for function prototypesGeorge Hazan
2021-03-31fixes #2797 (Windows XP: cannot disable any menu item)George Hazan
2021-03-29UI classes: splitter doesn't reset edit field after ApplyGeorge Hazan
- fixes #2818 (TabSRMM: не хватает ограничителей) - fixes #2817 (StdMsg: не хватает ограничителей)
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-25fixes #2804 (CCtrlEdit changes do not affect CCtrlSpin position)George Hazan
2021-03-20code cleaningGeorge Hazan
2021-03-17fixes #2777 (Notes and Reminders: убрать настройку ↵George Hazan
"Добавлять пункты в меню контакта")
2021-03-15fixes #2766 (Spin control suddenly returns previous position when called ↵George Hazan
from inside WM_NOTIFY)
2021-03-15no, m_bSilent shall be enabled for read-only controls, not disabledGeorge Hazan
2021-03-15and also for dynamically disabled controlsGeorge Hazan
2021-03-15fixes #2763 (we don't care about changes in disabled controls)George Hazan
2021-03-01CCtrlSlider - new GUI componentGeorge Hazan
2021-02-27fixes #2753 (by default only checkboxes should be notified about OnChange ↵George Hazan
before OnInitDialog)
2021-01-24more effective way to use OnChange callbacks automaticallyGeorge 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-16fix for BS_AUTOCHECKBOX flag processingGeorge Hazan
2021-01-11CTimer::Stop to return true if timer was activeGeorge Hazan
2021-01-06fixes #2655 (Перемещённые подменю теряют своё ↵George Hazan
содержимое до применения изменений)
2021-01-05CCtrlColor class - the wrapper for Windows Color PickerGeorge Hazan
2020-12-29more correct variant of the previous fixGeorge Hazan
2020-12-29fix for radio buttons processingGeorge Hazan
2020-10-24CCtrlTreeOpts class moved to mir_core, to be reused laterGeorge Hazan
2020-10-24fixes #2604 (Jabber: add ability to disable MAM)George Hazan
2020-09-08DeleteDirectoryTreeW - new function that deletes a folder with all ↵George Hazan
subfolders (recursively)
2020-08-07fix for rare crash on exitGeorge Hazan