summaryrefslogtreecommitdiff
path: root/src/preferences.ui
AgeCommit message (Collapse)AuthorFilesLines
2020-03-08Port to GNU MPFR/MPC Librarymbkma1-1/+1
For further information please visit: https://www.mpfr.org/ http://www.multiprecision.org/mpc
2019-05-04Use gresources for UI filesrbuj1-0/+306
.ui files are combined into a binary resource bundle, and they are marked as compressed, so they will be automatically uncompressed when the resource is used. REF https://developer.gnome.org/gio/stable/GResource.html