XakerTwo

Results 8 issues of XakerTwo

Can you please publish extension(on Releases page under Assets) in native format not only for Firefox(`xpi`) but also for chromium-based browser(`crx`), signed with same key (`pem`) as for web store?...

When background color is disabled system default should be used, but for some reason this not true for the hash edit control - it's white While in default system the...

All settings that require any UI update not applied until necessary update happened. For list of hashes whole window window should be re-opened, so listview will be repopulated For colors...

This is very annoying when parent(app) non-topmost window, overlapped by another window, but its child stay on top due to forcing topmost state of this children So this is an...

As noted in #229, when transparent background is enabled, text become jagged (aliased) and this happens due to 1bit mask. However, since WinXP ([docs; 2nd approach; comments](https://learn.microsoft.com/windows/win32/menurc/using-cursors)) tray icons supports...

When settings resets, items in all listviews(and probably any other container-like controls, used to change actual settings) are duped. Here is a simple fix - listview reset. Note that this...

In codehere is check for NULL(0) of COLORREF, but it CAN be 0 since it's an A,R,G,B components, packed into Int32 So to fix issue, this check was simply removed...

in general, it's a simple removal of components from list in Components Storage(CS) rest of data stay untouched, which allow easily revert changes deleted keys are backuped to the `CSBkp`...