Mark Roszko

Results 20 issues of Mark Roszko

Having an string arg ``` m_argParser.add_argument( "--user-origin") .default_value( std::string() ) .help( "User-specified output origin ex. 1x1in, 1x1inch, 25.4x25.4mm (default mm)" ); ``` where the cli use is `--user-origin="56.100000x27.000000mm"` normally works...

It would be nice if the wxWidgets cmake contained a locale target to run gettext to convert the po files to mo files and put them in the install path...

CMake
feature

Currently, if you click on a wxGrid cell that is read-only and then start typing. The IME will open in the far right corner of your display, in my case,...

Fixes https://github.com/gentoo90/winreg-rs/issues/66

I'm doing something somewhat simple as enumerating the list of installed apps let uninstall_key = root .open_subkey_with_flags(path, KEY_READ | KEY_WOW64_32KEY) .expect("key is missing"); // let apps: HashMap = uninstall_key.decode().unwrap_or_default(); let...

wxLogRecordInfo --- timestamp (removed) wxAuiToolBarArt --GetLabelSize --- wxDC -> wxReadOnlyDC --GetToolSize --- wxDC -> wxReadOnlyDC wxDataViewListCtrl --AppendItem, default value is nullptr, this is invalid as wxuintptr is not a pointer...

### Description wxTreeListCtrl used to have a plain border when inserted into a dialog by default. As of wx 3.3, it now has a "sunken" border. It looks fine in...

wxRendererNative::GetCollapseButtonSize second arg is now wxReadOnlyDC in the include but still wxDC in the interface

### Description Just got KiCad building with wx3.3 for nightly builds. wxNotebook has GetThemeBackgroundColour() which was used for one control to set its background to match the tab its on....

dark mode

The prebuilt Windows x64 installer seems to have an exact processor architecture match check, so it rejects running on ARM64. I imagine it's to reject someone trying to install it...