Results 29 issues of Ryan Lucia

Opened the PR for feedback despite a few remaining things that need to be cleaned up. The biggest benefit of this over autotools is that it enables easy compilation with...

build

The performance impact is minor, and it can cause boundaries to be off by a pixel or so. Originally discussed on IRC, and I've opened the pull request to get...

In particular, there are a lot of new ODR warnings. Determine if these are a problem and whether they're Meson-specific, and ideally fix them.

Currently if you generate the installer, removing the build directory in powershell returns some errors. The workflow of `meson build`, `ninja -C build`, `ninja win-installer -C build`, and `rm -R...

This is most easily reproduced with aegi-mo's Apply dialog on Windows. Interestingly, it does not happen with every dialog, so there's some specific characteristic causing this.

Currently the .mo files are not generated on Windows and guarded behind an ifdef in the installer. This is true for both Aegisub and wx. They are presumably also broken...

Attempting the load the following file will error with invalid characters, despite that it appears to be proper UTF-8: https://sharex.thevacuumof.space/2019/03/test02.ass

Popular scripts are making use of this, and so it's worth having it stabilized and documented. Some other API functionality may also be missing from the docs and should be...

To repro, load a video, load the embedded subs, and then print `aegisub.project_properties().video_file`, which will be a zero-length string.