Don't return success the first time if the search handle is invalid.
Fix the UTF16-LE encoding when setting a buffer.
Get rid of compiler warnings.
fix build for broken CTraceToOutputDebugString.
extend the DebugOutput helper with the ability to write the output to a logfile.
Also parse color values with alpha channel.
Use FindFileEx and only request the basic info.
use GetTickCount64 instead of GetTickCount
specify STDMETHODCALLTYPE for the COM-functions...
Set the global default delay to 0s.
new method to abandon all active storyboards ma...
Add method that returns whether the file has a ...
Check for invalid hover part.
set the CS_DBLCLKS style so we get the WM_LBUTT...
remove debug code.
allow 1.0 as valid
Add method to interpolate two colors.
Add static method to shut down the animation ma...
Call Shutdown() before destructing the object.
AddRef() the CTimerEventHandler object: we keep...
animate the status bar active items.
Add helper for the Windows Animation Manager.
NULL -> nullptr
fix compiler warnings
Add method to convert a COLORREF hex string to ...
Move color parsing and converting functions to ...
remove unused variable.
RichStatusBar:
RichStatusBar:
RichStatusBar:
RichStatusBar:
RichStatusBar:
use soft, mono lines.
RichStatusBar:
RichStatusBar:
RichStatusBar:
RichStatusBar:
RichStatusBar:
RichStatusBar:
RichStatusBar:
RichStatusBar:
RichStatusBar:
RichStatusBar:
RichStatusBar:
RichStatusBar:
RichStatusBar:
RichStatusBar:
Only collapse a part if it has a collapsed icon.
Add a custom status bar.
Don't use a unique_ptr with custom deleter just...
use smart pointers.
Fix scale X/Y mismatch.
Ensure the window is shown when restoring it.
Fix the hook script path.
Add the checkyear.js script, it's executed in a...
Set the checkyear check-commit hook.
update year.
Use different scale factors for X and Y.
* deprecate the to_lower functions since those ...
use a lambda to get around compiler warnings.
add method emplace_to_lower() for narrow string...
add missing include.
Remove unused parameters.
use the system values to calculate the checkbox...
Add helper class for tracking tooltips.
Don't re-load the same language: it would rever...
don't use strlen() to check if a string is empty.
cast to unsigned char.
Catch the memory exception instead of checking ...
When the file is very big, still check the cont...
Assume the file is binary if it's too big to scan.
use 'delete' to prevent using the copy operator.
Add missing #include.
Fix sizeof.
initialize member in constructor.
fix compiler warning.
use make_unique.
Use real BSTR objects.
pass by const ref.
To check for a successful 'new' with 0, (std::n...
Don't pass the std::wstring but the string poin...
Remove unused variable and assignment.
Remove unused function AdjustEOLs.
Add methods to convert between RGB and HSB/HSL.
constify.
remove unused members and includes.
Remove todo comment.
use constexpr instead of just const to get comp...
Add method to create a directory recursively, w...
use iswspace for the utf8 string.
constify.
Too short buffers are also inconclusive.
Check first for the utf32 encoding, and then fo...
Extend the GetCodepageFromBuf() method with a f...
use std::make_unique instead of creating the un...
Allow escaping quote chars for command line key...
use std::wstring::npos for wide strings.
Open files in share_write and share_delete mode...
Add helper functions for GDI drawing.
Extend the CreateEx method with the HMENU param...