Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* replace 0/NULL with nullptr [using clang-tidy]
|
|
* Generate version information before build.
* Removed /EHsc from compile options.
* CMake files for the rest of protocols.
* CMake 64 bit build.
* CMake: precompiled headers.
|
|
|
|
* CMake files for building application and core library.
* CMake files for core plugins. Now it runs!
* CMake files for some plugins.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if the event is missing
usable to hook events that disappear after being used
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SetRichText, SetRichTextRtf
|
|
- UI utils spread to separate modules, one module for one class;
- class CCtrlRichEdit added
|
|
|
|
|
|
|
|
|
|
bool IsPushed() returns a status for a PUSHBUTTON;
void Push(bool) sets a new pushed status
|
|
|
|
|
|
- added reaction to TCN_SELCHANGE;
- more effective way of controlling tab switch
- useless field removed from TPageInfo;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|