summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Remove gtk-docJasper St. Pierre2015-07-061-2/+0
| | | | | | | The gtk-doc reference is woefully maintained, and trying to actually generate it resulted in some extremely outdated and poor documentation. If somebody wants to actually renew the docs, just revert this commit, otherwise, I'm not going to bother.
* build: Move data files to their dedicated subfolderRico Tzschichholz2014-06-051-2/+7
|
* build: Fix some warnings and clean up a bitRico Tzschichholz2014-06-041-2/+0
|
* build: Create m4 directorySeán de Búrca2014-04-091-0/+2
| | | | | | | | Due to changes in gnome-common git, an implicit m4 directory is no longer created during autogen. The attached patch explicitly and correctly specifies a macro directory. https://bugzilla.gnome.org/show_bug.cgi?id=706787
* build: Don't try to distribute removed filesFlorian Müllner2014-03-191-2/+0
| | | | Fixes some left-overs from commit ff635bad3b72c701.
* Move Wayland protocols into src/waylandJasper St. Pierre2014-03-181-1/+1
|
* Mutter-Wayland: fix build failureMagdalen Berns2013-10-291-0/+2
| | | | Bug https://bugzilla.gnome.org/show_bug.cgi?id=710565
* MetaCursorTracker: add support for loading cursors from the themeGiovanni Campagna2013-09-161-1/+1
| | | | | | | | | Not only this way we get the right Adwaita cursor as the default (instead of shipping our own in png format), but we also add support for all MetaCursors as root cursor (which most important should allow us to have I-beams in shell entries) https://bugzilla.gnome.org/show_bug.cgi?id=707573
* wayland: Add an actor for the cursorNeil Roberts2013-08-101-1/+1
| | | | | | | | | | | | | | | | | | | | | When running Mutter under Cogl's KMS backend no cursor will be provided so instead this makes it so the cursor will be painted as a CoglTexture that gets moved in response to mouse motion events. The painting is done in a subclass of ClutterStage so that we can guarantee that the cursor will be painted on top of everything else. This patch adds support for the set_cursor method on the pointer interface so that clients can change the cursor image. The set_pointer method sets a surface and a hotspot position to use for the cursor image. The surface's buffer is converted to a CoglTexture and attached to a pipeline to paint directly via Cogl. If a new buffer is attached to the surface the image will be updated. The cursor reverts back to the default image whenever to the pointer focus is moved off of any surface. The image for the pointer is taken from X. It gets installed into a fixed data location for mutter.
* configure: Adds --enable-wayland config optionRobert Bragg2013-08-101-1/+1
| | | | | | | | | | | | This adds a --enable-wayland configure option to enable building mutter as a hybrid X and Wayland compositor. By default the option is disabled. If enabled then HAVE_WAYLAND is defined for C code and as an automake conditional. This copies the xserver.xml wayland protocol into a protocol/ directory since wayland support will depend on this protocol for communicating with an xwayland X server. Copying the spec like this is consistent with Weston so we don't need a configure option to locate an external spec.
* Build reference docsJasper St. Pierre2013-03-141-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=676856
* Distcheck fixes.Tomas Frydrych2009-02-121-2/+1
|
* Add MAINTAINERS to EXTRA_DIST so others can find out where to sendKjartan Maraas2007-02-201-1/+1
| | | | | | | | | 2007-02-20 Kjartan Maraas <kmaraas@gnome.org> * Makefile.am: Add MAINTAINERS to EXTRA_DIST so others can find out where to send patches. Hi Linus :-) svn path=/trunk/; revision=3064
* 2.15.0 releaseMETACITY_2_15_0Elijah Newren2006-04-241-1/+1
| | | | | | 2006-04-24 Elijah Newren <newren gmail com> * NEWS: 2.15.0 release
* remove intltool stuff on distclean.James Henstridge2004-11-101-0/+2
| | | | | | | | | | | | | | | | | 2004-11-10 James Henstridge <james@jamesh.id.au> * Makefile.am (DISTCLEANFILES): remove intltool stuff on distclean. * src/themes/Makefile.am (uninstall-local): add uninstall rule. * src/Makefile.am (libmetacity_private_la_CFLAGS): set this variable so that the files shared with metacity get compiled with different names. * configure.in: use more modern macros in some places, and make sure that $ACLOCAL_AMFLAGS is set so that rebuilds work better. * autogen.sh (conf_flags): use newer automake.
* 2.5.5METACITY_2_5_5Havoc Pennington2003-09-041-1/+1
| | | | | | | | 2003-09-04 Havoc Pennington <hp@redhat.com> * configure.in: 2.5.5 * HACKING: add instructions on how to make a release
* add rationales.txtHavoc Pennington2003-07-051-1/+1
| | | | | | 2003-07-04 Havoc Pennington <hp@pobox.com> * Makefile.am (EXTRA_DIST): add rationales.txt
* remove theme-format.txt, it's now in doc/.Dan Mills2002-11-231-1/+1
| | | | | | 2002-11-23 Dan Mills <thunder@ximian.com> * Makefile.am: remove theme-format.txt, it's now in doc/.
* add DTD for themes from Ross BurtonHavoc Pennington2002-11-201-1/+1
| | | | | | | | | | 2002-11-20 Havoc Pennington <hp@pobox.com> * doc/metacity-theme.dtd: add DTD for themes from Ross Burton * doc/Makefile.am: doc subdir * doc/theme-format.txt: move to doc subdir
* Add so that the spec file gets auto-updated whenever configure.in getsSteve Fox2002-08-211-1/+1
| | | | | | | | | | | 2002-08-20 Steve Fox <drfickle@k-lug.org> * metacity.spec.in: Add so that the spec file gets auto-updated whenever configure.in gets bumped. Include some missing directories. * Makefile.am * configure.in: Necessary changes for spec file magic
* Hook up intltoolize here. Initialize intltool. Add this. Add this too HookKjartan Maraas2002-05-271-1/+2
| | | | | | | | | | | 2002-05-27 Kjartan Maraas <kmaraas@gnome.org> * autogen.sh: Hook up intltoolize here. * configure.in: Initialize intltool. * src/metacity.schemas.in: Add this. * src/metacity.desktop.in: Add this too * src/Makefile.am: Hook up intltool support for .schemas and .desktop. * Makefile.am: Dist the intltool files.
* fix issue with GNU libc mangling %.10s formatMETACITY_2_3_89Havoc Pennington2002-04-161-1/+1
| | | | | | | | | | | | | 2002-04-15 Havoc Pennington <hp@pobox.com> * src/window.c (update_title): fix issue with GNU libc mangling %.10s format * metacity.spec: Fix up spec file * README: update README * configure.in (ALL_LINGUAS): require GTK 2.0.0
* grab buttons 2 and 3 also, so you can focus a window with those, #70840Havoc Pennington2002-02-081-1/+1
| | | | | | | | | | | | | | | | | | | | | 002-02-08 Havoc Pennington <hp@pobox.com> * src/display.c (meta_display_grab_focus_window_button): grab buttons 2 and 3 also, so you can focus a window with those, #70840 (event_callback): fix this to let you focus a window with any unmodified click, and also with Alt+button1 * configure.in (AC_OUTPUT): add po/Makefile.in * autogen.sh: port to glib-gettextize, remove stupid auto-find-subdirs crap * Makefile.am (SUBDIRS): add po to subdirs, #70615 * src/window.c (meta_window_activate): unshaded window if shaded, I thought this was in bugzilla but I don't see it. anyway thanks whoever mentioned it to me.
* disable custom log handler and fatal mask for nowHavoc Pennington2002-02-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2002-02-06 Havoc Pennington <hp@pobox.com> * src/main.c (main): disable custom log handler and fatal mask for now * src/theme.c (meta_draw_op_list_draw): Add META_DRAW_CLIP * src/main.c: load theme, monitor current theme setting * src/prefs.c: add "current theme" setting * src/stack.c (meta_stack_free): don't try to free last_root_children_stacked if it doesn't exist * src/themewidget.c: pluggable GtkMisc subclass to use for menu icons * src/screen.c (meta_screen_manage_all_windows): fix signed/unsigned warning * src/frames.c: port to theme system (meta_frames_style_set): chain up * theme-format.txt: new file * configure.in: add more compiler warnings * src/theme.c: add various stuff needed to get theme parser working. Remove the "spacer" concept from FrameLayout object. Add draw op that references a draw op list. * configure.in: require GTK 1.3.13 * src/Makefile.am: add theme-parser.[hc], implement loading a theme * src/theme.c: add "draw title" and "draw window icon" operations (meta_draw_op_draw): put object_width/object_height in expression environment before computing x/y. Handle out-of-memory when creating pixbufs. Assorted other cleanups.
* ...rhp2001-07-281-0/+1
|
* ...rhp2001-07-071-1/+1
|
* ...rhp2001-06-021-0/+3