-
-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add support for wxWidgets built with GTK3 Specify -DWX_GTK3=ON when configuring cmake Seems to work fine for the most part, except for the splash window which doesn't want to show at all * Make GTK3 the default option * Improved cmake wxWidgets detection and ability to specify wx lib path Should properly detect installed wx libs now, default cmake findwxwidgets module seems to have broken at some point. This should also allow the path to a custom built wx to be specified via the WITH_WXPATH option (untested) wx detection cmake script taken from CodeLite * Ensure UI scale doesn't go below 1x For some reason gtk3 reports 75dpi * Use default spin control size in linux * Force inactive text colour in wxPropertyGrid * Ensure wx-config selects gtk3 when WX_GTK3 cmake option is enabled * Fix calltip border being cut off Not sure how this didn't affect Windows tbh * Use custom GL angle control for thing angle selection Since the one using radio buttons was broken on anything but windows. This one I had intended to use ages ago but it didn't work properly in linux for some reason. Seems ok now, need to test it in windows and macos * Ensure preferences page title text doesn't get cut off * Fix base resource dropdown size being too small for some gtk themes
- Loading branch information
1 parent
d23d61c
commit 66879ff
Showing
13 changed files
with
172 additions
and
121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.