Matt Frost
Matt Frost
From the description of date.h: >>> `"date.h"` is a header-only library which builds upon ``. It adds some new `duration` types, and new `time_point` types. It also adds "field" types...
Thanks for the example of full time construction - I was missing that I had to wrap it in a sys_days{} to get it work. That helps a lot! ------...
In case this is helpful to anyone else ```c /// Decompose system time_point to millisecond resolution fields struct sys_ms_fields { date::year_month_day ymd; date::hh_mm_ss hms; sys_ms_fields(std::chrono::system_clock::time_point tp) { auto td =...
If I remember right, all the coordinates need to be in the same scale (DPI) as the primary monitor. [GetScaleFactorForMonitor](https://docs.microsoft.com/en-us/windows/win32/api/shellscalingapi/nf-shellscalingapi-getscalefactorformonitor) is what I use to convert dimensions
I just checked my code to see why I'm not seeing any similar issues. I use GetWindowPlacement and SetWindowPlacement w/o any coordinate translation and it appears to work fine even...
The ability to change the font color and log background would be a big improvement if a true dark theme is not feasible. This is the only development app I...
For sure, theme persistence would be nice. On that note, persisting the screen location/dimensions would be a nice-to-have as well. ------ Original Message ------ From: "Jan Wilmans" ***@***.***> To: "CobaltFusion/DebugViewPP"...
Sometimes the size is persisted but never the location. Tested just now, and no persistence at all in 5 close/open cycles. I'm running Win10 on an external 4K monitor. The...
This is not that case. I'm just opening and closing on a single monitor. Send me a debug version and I'd be happy to post the log. On Thu, Apr...
I came here looking for a way to just install FancyZones. Having to install 18 tools I don't use just to get FancyZones is creeping past reasonable.