01-17-2026, 07:33 PM
Updated to new version with suggestions by grymmjack.
This adds a secondary font to fallback for Linux. Now we have Tony's suggested font and grymmjack's suggested secondary font.
If neither font is found, it'll give you a message box informing you that you can't resize fonts as it's falling back to the built-in static _FONT 16, and points out to change the source yourself with your desired font.
We also now have SHIFT-TAB support to move backwards in tabs. Personally, I like CTRL-TAB, but GLUT refuses to read those keystrokes for us. grymm suggested SHIFT-TAB, so as an alternative, that's what you have now. (Along with left/right arrow key support still in there for the same purpose.)
Search functionality will come later. I want to play around with some ideas and see what I think would be the best way to add such. If someone wants to share some search function of their own, feel free. I'm curious to see what others might come up with for us.
This adds a secondary font to fallback for Linux. Now we have Tony's suggested font and grymmjack's suggested secondary font.
If neither font is found, it'll give you a message box informing you that you can't resize fonts as it's falling back to the built-in static _FONT 16, and points out to change the source yourself with your desired font.
We also now have SHIFT-TAB support to move backwards in tabs. Personally, I like CTRL-TAB, but GLUT refuses to read those keystrokes for us. grymm suggested SHIFT-TAB, so as an alternative, that's what you have now. (Along with left/right arrow key support still in there for the same purpose.)
Search functionality will come later. I want to play around with some ideas and see what I think would be the best way to add such. If someone wants to share some search function of their own, feel free. I'm curious to see what others might come up with for us.

