Age | Commit message (Collapse) | Author |
|
|
|
thumb window in a taskbar)
fixes #1249
|
|
|
|
buttons visibility removed
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- custom color chooser removed;
- unused menu items removed;
- version bump
|
|
|
|
62202ed10617927d5429bc59898e12a366abe744)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* replace 0/NULL with nullptr [using clang-tidy]
|
|
|
|
|
|
This reverts commit e09448dd03e3647717166e92ee818e395041993a, reversing
changes made to b0f44b16bd1138de85a5d17bb42151742f9c8298.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
dialog)
|
|
|
|
|
|
|
|
by someone's dirty hands
|
|
|
|
|
|
|
|
- CSrmmBaseDialog::ProcessHotkeys to receives control keys statuses as well
|
|
|
|
|
|
- fixes #735 (crazy dark magic of Windows);
- common code of window creation moved to CTabBaseDlg::OnInitDialog();
- DM_REFRESHTABINDEX replaced with the call of TContainerData::UpdateTabs();
|
|
- massive extinction of all remaining GC_* messages;
- color chooser completely moved to mir_app;
- color buttons' subclass function also moved to mir_app;
- all code management transferred to a bunch of virtual functions, members of CChatRoomDlg;
- numerous small fixes, like fix for a broken highlight in StdMsg
|
|
|
|
|
|
|
|
|
|
|
|
|