| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Required for gtk_widget_set_margin_start(). Fixes bug #761946.
|
|
|
|
|
|
|
|
| |
- GNOME 3.32 redesign of app icons.
See https://gitlab.gnome.org/GNOME/Initiatives/issues/2
for more info.
/label ~"9. Initiative: AppIconRedesign"
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
FreeBSD libc assumes defining _POSIX_C_SOURCE without specifying a
version means a pre-C89 environment with the oldest version of POSIX
standard, IEEE Std 1003.1-1988. Defining _POSIX_C_SOURCE without
defining _XOPEN_SOURCE also causes XSI to be disabled. However, M_PI
constant is only available in XSI. Therefore, we have to define
_XOPEN_SOURCE if we want to define _POSIX_C_SOURCE.
https://bugzilla.gnome.org/show_bug.cgi?id=783442
|
|
|
|
| |
Keep in sync with the GNOME development cycle.
|
|
Meson is a meta-build system that has several advantages over the
existing Autotools build:
- it's faster
- it's easier to understand
- it's well maintained
- it's well integrated with the GNOME tooling
Various projects in the GNOME ecosystem are moving away from Autootols
and using Meson as a replacement.
|