Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
62202ed10617927d5429bc59898e12a366abe744)
|
|
|
|
|
|
|
|
* replace 0/NULL with nullptr [using clang-tidy]
|
|
|
|
This reverts commit e09448dd03e3647717166e92ee818e395041993a, reversing
changes made to b0f44b16bd1138de85a5d17bb42151742f9c8298.
|
|
|
|
value
|
|
|
|
|
|
|
|
|
|
plugin unload
|
|
|
|
by someone's dirty hands
|
|
- fixes #791
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- history button handler also moved to mir_app;
|
|
|
|
|
|
|
|
|
|
- the bForce parameter of CSrmmBaseDialog::CloseTab considered useless
|
|
|
|
- GC_CONTROL_MSG left us forever;
- tons of old/unused/useless slack simply wiped out;
- new function: CSrmmBaseDialog::ClearLog
|
|
|
|
|
|
|
|
- no more WM_COMMAND handlers in windows procedures;
- full complect of UI buttons;
- merged header files
|
|
also:
- structure of Scriver SRMM classes redesigned to avoid problems with MS compilers;
- unused cursors removed;
- now splitter position is being saved & restored;
|
|
- code cleaning
|
|
|