0tkl
0tkl
fix https://github.com/TypesettingTools/Aegisub/issues/390
Same as https://github.com/arch1t3cht/Aegisub/pull/145, just rephrase the commit message. Stop hard-coding the font face and size of the crosshair coordinates (currently Verdana 12pt). Expose the options to the user and move...
The same problem to https://github.com/arch1t3cht/Aegisub/issues/99 resurrected in build [r9503](https://github.com/TypesettingTools/Aegisub/actions/runs/13102381579).  
https://github.com/TypesettingTools/Aegisub/blob/3a07376ef9b09fb93a84f289865784f8175a6a5e/src/aegisublocale.cpp#L96-L102 Install Aegisub on a ko-KR locale Windows computer, and open Aegisub for the first time. The Korean language does not appear at the top of the list. I'm not...
https://github.com/TypesettingTools/Aegisub/blob/b0fc741099f610ee9486bfaf0186d39f74b8d756/src/help_button.cpp#L80-L87 Once [aegisite](https://github.com/Aegisub/aegisite/tree/master/content/en/docs) provides a dedicated `/3.4/` route (instead of the `/latest/` route at the moment), the link in Aegisub could be updated consequently.
Most mainstream programming languages define logical operator precedence such that `AND` binds more tightly than `OR` (i.e., `AND` has higher precedence). An expression `A AND B OR C` is typically...
Implements https://github.com/OpenWaterAnalytics/EPANET/issues/844. Due to the lack of response to the question raised in the issue, I've temporarily placed this flag in the top-level struct `Project`. The `evalpremises` function has been...
too lazy to write a separate bug report and submit to issues, so I'm just pasting a screenshot of the bug here:
Before: After:
https://github.com/TypesettingTools/Aegisub/blob/39f691273e9f47ffcccf8eaf213c457d1c85bcab/src/preferences.cpp#L461-L466 https://github.com/TypesettingTools/Aegisub/blob/39f691273e9f47ffcccf8eaf213c457d1c85bcab/src/ffmpegsource_common.cpp#L141-L161 Could this result in “no matter which option is set, the final effect is always quiet”?