summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* build: remove obsolete macrosAlberts Muktupāvels2022-03-141-7/+5
|
* bump version to 3.43.1, update NEWS3.43.1Alberts Muktupāvels2022-03-121-2/+2
|
* bump version to 3.42.0, update NEWS3.42.0Alberts Muktupāvels2021-10-231-1/+1
|
* tooltip: request client side decorationsAlberts Muktupāvels2021-10-221-1/+5
| | | | https://gitlab.gnome.org/GNOME/metacity/-/issues/25
* fix build with --disable-dependency-trackingZoltán Böszörményi2021-08-291-0/+1
| | | | | | | | | | | | | | | | | | | | With split build and source directories AND --disable-dependency-tracking (like the way Yocto builds are done) there's a reproducible make failure on my Fedora 33 build host: | Making all in src | make[2]: Entering directory '.../metacity/1_3.40.0-r0/build/src' | .../metacity/1_3.40.0-r0/recipe-sysroot-native/usr/bin/glib-mkenums --template ../../metacity-3.40.0/src/core/meta-enum-types.c.in ../../metacity-3.40.0/src/core/window-private.h ../../metacity-3.40.0/src/include/meta-compositor.h > \ | meta-enum-types.c.tmp && mv meta-enum-types.c.tmp core/meta-enum-types.c | .../metacity/1_3.40.0-r0/recipe-sysroot-native/usr/bin/glib-mkenums --template ../../metacity-3.40.0/src/core/meta-enum-types.h.in ../../metacity-3.40.0/src/core/window-private.h ../../metacity-3.40.0/src/include/meta-compositor.h > \ | meta-enum-types.h.tmp && mv meta-enum-types.h.tmp core/meta-enum-types.h | mv: cannot move 'meta-enum-types.c.tmp' to 'core/meta-enum-types.c'mv: cannot move 'meta-enum-types.h.tmp' to 'core/meta-enum-types.h': No such file or directory | : No such file or directory | make[2]: *** [Makefile:2240: core/meta-enum-types.c] Error 1 https://gitlab.gnome.org/GNOME/metacity/-/merge_requests/24 Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
* Replace Bugzilla link with link to GitLabAndre Klapper2021-08-241-1/+1
|
* bump version to 3.40.0, update NEWS3.40.0Alberts Muktupāvels2021-03-251-1/+1
|
* core: use g_memdup2Alberts Muktupāvels2021-03-141-1/+1
|
* bump version to 3.38.0, update NEWS3.38.0Alberts Muktupāvels2020-10-101-2/+2
|
* compositor: add MetaCompositorXPresentAlberts Muktupāvels2020-09-121-1/+1
| | | | https://gitlab.gnome.org/GNOME/metacity/-/issues/13
* build: document library version change processAlberts Muktupāvels2020-05-041-0/+11
|
* build: disable static library by defaultAlberts Muktupāvels2020-05-041-1/+1
|
* bump version to 3.37.1, update NEWS3.37.1Alberts Muktupāvels2020-05-011-3/+3
|
* window-props: use XResQueryClientIds to get pidAlberts Muktupāvels2020-05-011-1/+1
| | | | | | | | _NET_WM_PID is unreliable! It can be faked or pid might be from different namespace. Ignore _NET_WM_PID and use XResQueryClientIds to get pid. https://gitlab.gnome.org/GNOME/metacity/-/issues/9
* build: use AM_GNU_GETTEXT_REQUIRE_VERSIONAlberts Muktupāvels2020-04-091-1/+2
|
* bump version to 3.37.0Alberts Muktupāvels2020-03-281-2/+2
|
* build: remove unused METACITY_PROPS_LIBSAlberts Muktupāvels2020-03-261-1/+0
|
* tools: remove window demoAlberts Muktupāvels2020-03-261-2/+0
|
* bump version to 3.36.1, update NEWS3.36.1Alberts Muktupāvels2020-03-261-1/+1
|
* bump version to 3.36.0, update NEWS3.36.0Alberts Muktupāvels2020-03-051-2/+2
|
* ci: add coverity jobAlberts Muktupāvels2020-03-031-1/+1
|
* bump version to 3.35.92, update NEWS3.35.92Alberts Muktupāvels2020-02-291-1/+1
|
* bump version to 3.35.1, update NEWS3.35.1Alberts Muktupāvels2020-02-011-1/+1
|
* build: remove check for pangoxftAlberts Muktupāvels2019-09-131-6/+0
| | | | Metacity does not use pangoxft.
* build: don't build Vulkan compositor if not enabledAlberts Muktupāvels2019-09-131-0/+2
|
* bump version to 3.35.0Alberts Muktupāvels2019-09-111-1/+1
|
* bump version to 3.34.0, update NEWS3.34.0Alberts Muktupāvels2019-09-101-2/+2
|
* bump version to 3.33.92, update NEWS3.33.92Alberts Muktupāvels2019-09-041-2/+2
|
* bump version to 3.32.0, update NEWS3.32.0Alberts Muktupāvels2019-05-051-2/+2
|
* bump version to 3.30.1, update NEWS3.30.1Alberts Muktupāvels2018-09-091-1/+1
|
* bump version to 3.30.0, update NEWS3.30.0Alberts Muktupāvels2018-09-021-1/+1
|
* remove Solaris Xinerama supportAlberts Muktupāvels2018-06-161-43/+16
| | | | | | Solaris should work with Xfree Xinerama according to these bugs: - https://bugzilla.gnome.org/show_bug.cgi?id=674727 - https://bugzilla.gnome.org/show_bug.cgi?id=580079
* bump version to 3.28.0, update NEWS3.28.0Alberts Muktupāvels2018-03-111-1/+1
|
* require gtk+ 3.22.0Alberts Muktupāvels2018-03-111-1/+1
|
* build: enable subdir-objectsAlberts Muktupāvels2018-03-111-1/+1
|
* bump version to 3.26.0, update NEWS3.26.0Alberts Muktupāvels2017-10-021-2/+2
|
* bump version to 3.25.2, update NEWS3.25.2Alberts Muktupāvels2017-07-021-1/+1
|
* configure: add missing square bracketsAlberts Muktupāvels2017-06-281-3/+3
|
* bump version to 3.25.1, update NEWS3.25.1Alberts Muktupāvels2017-04-241-3/+3
|
* bump GTK+ required version to 3.20.0Alberts Muktupāvels2017-04-201-1/+1
|
* bump version to 3.25.0Alberts Muktupāvels2017-03-191-2/+2
|
* build: remove unused CPPFLAGSAlberts Muktupāvels2017-03-161-3/+0
|
* vulkan: create instanceAlberts Muktupāvels2017-03-101-0/+8
|
* build: remove --disable-verbose-modeAlberts Muktupāvels2017-03-101-9/+0
|
* build: add --enable-vulkanAlberts Muktupāvels2017-03-101-0/+24
| | | | | The long term goal is to create a Vulkan compositor as an alternative to existing XRender compositor. Start by adding Vulkan detection code.
* bump version to 3.23.90, update NEWS3.23.90Alberts Muktupāvels2017-02-161-1/+1
|
* bump version to development versionAlberts Muktupāvels2016-12-021-1/+1
|
* bump version to 3.22.0, update NEWS3.22.0Alberts Muktupāvels2016-09-211-2/+2
|
* build: don't use itstoolAlberts Muktupāvels2016-09-071-1/+0
|
* bump version to development versionAlberts Muktupāvels2016-06-251-1/+1
|