--- CV/Changes 2020/01/08 19:58:44 1.231 +++ CV/Changes 2020/01/09 06:05:36 1.232 @@ -14,6 +14,9 @@ TODO: "j" and "#" keys for movies - INCOMPATIBLE CHANGE: .cvrc is now sourced much earlier, before loading modules. cvrc_boot and cvrc_start functions are called later. + - the Schnauzer now autoscales everything according to the first monitor's + DPI when the dpi is > 100. This can be disabled by adding this to your .cvrc: + $Gtk2::CV::Schnauzer::DISPLAYSCALE = 1; - rather brutally remove LC_ALL and override LC_NUMERIC, as perl and gtk2 sometimes fail to format numbers correctly and fall back to the locale-specific format (which perl should never do).