summaryrefslogtreecommitdiff
path: root/src/mir_core
AgeCommit message (Collapse)Author
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
2020-06-15simpler way of applying server ids to messagesGeorge Hazan
2020-06-10surprise... IDCANCEL == 2, while we need to return zeroGeorge Hazan
2020-06-09fix for running the same dialog multiple timesGeorge Hazan
2020-06-04UI classes:George Hazan
- CDlgBase::m_bSucceeded variable introduced to check whether IDOK was pressed or not; - unused/useless buttons with id=IDOK or IDCANCEL removed; - brnOk.OnClick replaced with OnApply calls; - unused/useless calls of EndDialog/EndModal removed; - minor code cleaning
2020-05-29def files removed from Source Files folderGeorge Hazan
2020-05-22fix for broken project file compatibility in VS2019 16.6.0George Hazan
2020-05-14simple database event cycles moved to cursorsGeorge Hazan
2020-05-13kinda first working version of database event cursorsGeorge Hazan
2020-05-12fix for import librariesGeorge Hazan
2020-05-12event cursors for mdbx driverGeorge Hazan
2020-04-28fixes #2365 (NewStory: date/times are displayed according to the OS locale ↵George Hazan
settings)
2020-04-28oops, virtual destructor forgottenGeorge Hazan
2020-04-28database:George Hazan
- namespace DB declared for commonly used database classes; - stubs for database event cursors; - code cleaning
2020-04-25db_event_add / db_event_edit to receive const pointer to DBEVENTINFOGeorge Hazan
2020-04-06useless commands removedGeorge Hazan
2020-04-01fixes #2243 (Jabber: buggy OpenFire stanzas drive Miranda crazy)George Hazan
more information here: https://issues.igniterealtime.org/browse/OF-870
2020-03-30CProgress => CCtrlProgress: fix for a class nameGeorge Hazan
2020-03-17CCtrlListView::OnNotify: we ignore item change until OnInitDialog is finishedGeorge Hazan
2020-03-15db_get_sm / getStringA / getWStringA / getUStringA/ getMStringA / ↵George Hazan
getMStringW - missing szValue parameter added
2020-03-12fix for rare crashGeorge Hazan
2020-03-08fixes #2252 (Update tinyxml2 to 8.0.0)George Hazan
2020-02-16useless checks removedGeorge Hazan
2020-02-01let's make a couple of things simplerGeorge Hazan
2020-02-01fix for TryEnterCriticalSectionGeorge Hazan