-
-
Notifications
You must be signed in to change notification settings - Fork 534
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make text more readable by using scrolling strings for bounded strings #8232
Commits on Sep 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bbb9bf7 - Browse repository at this point
Copy the full SHA bbb9bf7View commit details
Commits on Sep 22, 2024
-
Continued work on unifying all our gui string rendering to supporting…
… scrolling if it ends up going out of bounds
Configuration menu - View commit details
-
Copy full SHA for 05aad4d - Browse repository at this point
Copy the full SHA 05aad4dView commit details -
Remove unnecessary tooltip rendering from seismic vibrator as we alre…
…ady display the information in the neighboring screen and the tooltip feels clunky
Configuration menu - View commit details
-
Copy full SHA for 1548616 - Browse repository at this point
Copy the full SHA 1548616View commit details
Commits on Sep 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 91a46c5 - Browse repository at this point
Copy the full SHA 91a46c5View commit details -
Reduce duplicate code between crystallizer gui and recipe categories …
…so that we only have to define the max text bounds in one place
Configuration menu - View commit details
-
Copy full SHA for 284c313 - Browse repository at this point
Copy the full SHA 284c313View commit details -
Work on adjusting various GUIs so that they don't have to make use of…
… scrolling text for default configs when set to english
Configuration menu - View commit details
-
Copy full SHA for cb1a182 - Browse repository at this point
Copy the full SHA cb1a182View commit details -
Slightly resize a handful of multiblock guis so that they don't have …
…to make use of scrolling text for default configs when set to english
Configuration menu - View commit details
-
Copy full SHA for 070f293 - Browse repository at this point
Copy the full SHA 070f293View commit details -
Fix dropdowns not respecting icons for max text width, and make it so…
… that the dictionary's dropdown doesn't have to have scrolling text in english (currently still does for BE Types)
Configuration menu - View commit details
-
Copy full SHA for cfcba1f - Browse repository at this point
Copy the full SHA cfcba1fView commit details -
Continued work on making it so our GUIs don't have to use scrolling t…
…ext for default configs in english
Configuration menu - View commit details
-
Copy full SHA for dad6311 - Browse repository at this point
Copy the full SHA dad6311View commit details
Commits on Sep 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d500167 - Browse repository at this point
Copy the full SHA d500167View commit details
Commits on Sep 26, 2024
-
Deduplicate a bit of code for scrolling strings, and fix scaled text …
…not quite translating to the correct spot (seems to make it slightly more readable)
Configuration menu - View commit details
-
Copy full SHA for 0d1d299 - Browse repository at this point
Copy the full SHA 0d1d299View commit details
Commits on Sep 28, 2024
-
Make it so that installed stone generator upgrades and remaining dict…
…ionary dropdowns fit within the gui in english without resorting to having to scroll
Configuration menu - View commit details
-
Copy full SHA for 50a38e8 - Browse repository at this point
Copy the full SHA 50a38e8View commit details
Commits on Oct 6, 2024
-
Don't draw the shadow behind text for digital buttons, and fix button…
… text y value being slightly off
Configuration menu - View commit details
-
Copy full SHA for 0896283 - Browse repository at this point
Copy the full SHA 0896283View commit details
Commits on Oct 12, 2024
-
Make use of vanilla's line splitter to ensure we properly maintain an…
…y styles the component might have
Configuration menu - View commit details
-
Copy full SHA for 69de805 - Browse repository at this point
Copy the full SHA 69de805View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecb7368 - Browse repository at this point
Copy the full SHA ecb7368View commit details
Commits on Oct 16, 2024
-
Improve scrolling text so that it starts at the left or right of the …
…string depending on LTR or RTL language instead of starting at a random position
Configuration menu - View commit details
-
Copy full SHA for 5e507ac - Browse repository at this point
Copy the full SHA 5e507acView commit details
Commits on Oct 24, 2024
-
Persist how long dropdown menus have been opened for when resizing MC…
…, and further improve when scrolling text gets reset in relation to switching to recipe viewers and resizing MC
Configuration menu - View commit details
-
Copy full SHA for abce9e9 - Browse repository at this point
Copy the full SHA abce9e9View commit details