summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-03-06configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOLHEADmasterAlan Coopersmith1-1/+1
AC_PROG_LIBTOOL was replaced by LT_INIT in libtool 2 in 2008, so it's time to rely on it. Clears autoconf warnings: configure.ac:47: warning: The macro `AC_PROG_LIBTOOL' is obsolete. configure.ac:47: You should run autoupdate. m4/libtool.m4:100: AC_PROG_LIBTOOL is expanded from... configure.ac:47: the top level Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-10-17libXpresent 1.0.1libXpresent-1.0.1Alan Coopersmith1-2/+3
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-08-27Add man pages for libXpresentAlan Coopersmith10-21/+413
Fixes: #1 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-07-24autogen: add default patch prefixMihail Konev1-0/+3
Signed-off-by: Mihail Konev <k.mvc@ya.ru> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-07-24autogen.sh: use quoted string variablesEmil Velikov1-4/+4
Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent fall-outs, when they contain space. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-07-24autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer1-1/+1
Syncs the invocation of configure with the one from the server. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Emil Velikov <emil.velikov@collabora.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-07-24configure: Drop AM_MAINTAINER_MODEAlan Coopersmith1-1/+0
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-07-17gitlab CI: add a basic build testAlan Coopersmith1-0/+98
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-07-17Fix spelling/wording issuesAlan Coopersmith2-2/+2
Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-07-17Build xz tarballs instead of bzip2Alan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2018-12-07Update configure.ac bug URL for gitlab migrationAlan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2018-11-19Update README for gitlab migrationAlan Coopersmith3-5/+20
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2015-09-22configure, xpresent.pc: require xext, xfixes and xrandrJulien Cristau2-2/+2
include/X11/extensions/Xpresent.h:#include <X11/extensions/Xfixes.h> include/X11/extensions/Xpresent.h:#include <X11/extensions/Xrandr.h> include/X11/extensions/Xpresent.h:#include <X11/extensions/sync.h> v2: also add requirement in xpresent.pc since we include those in our public header Signed-off-by: Julien Cristau <jcristau@debian.org>
2015-05-07autogen.sh: Implement GNOME Build APIDaphne Pfister1-1/+3
http://people.gnome.org/~walters/docs/build-api.txt Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=90326 Signed-off-by: Daphne Pfister <daphne.pfister@genband.com> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2015-04-17Bump version to 1.0.0libXpresent-1.0.0Keith Packard1-1/+1
This should make release.sh happy Signed-off-by: Keith Packard <keithp@keithp.com>
2015-04-17Reset version number so we can make release.sh happyKeith Packard1-1/+1
Signed-off-by: Keith Packard <keithp@keithp.com>
2015-04-17Make libtool happierKeith Packard3-1/+5
Signed-off-by: Keith Packard <keithp@keithp.com>
2013-12-13Add PresentFreeInput to release allocated event idsKeith Packard2-0/+25
Signed-off-by: Keith Packard <keithp@keithp.com>
2013-12-13Add kind/mode to Complete, set pixmap in IdleKeith Packard2-0/+5
Fix a couple of event issues noticed by Fredrik Höglund -- XPresentCompleteNotifyEvent was missing kind and mode fields, and the pixmap field was never getting set in the XPresentIdleNotifyEvent. Signed-off-by: Keith Packard <keithp@keithp.com>
2013-12-13Elide redirect stuff.Keith Packard2-0/+8
This isn't part of the 1.0 specification, so remove it from the current API. Signed-off-by: Keith Packard <keithp@keithp.com>
2013-12-10Update to protocol version 1.0Keith Packard2-10/+183
Add Idle and Redirect events, change PresentRegion to PresentPixmap, add capabilities Signed-off-by: Keith Packard <keithp@keithp.com>
2013-09-12Add .gitignoreKeith Packard1-0/+78
Signed-off-by: Keith Packard <keithp@keithp.com>
2013-09-12Initial import of Xlib Present bindingKeith Packard12-0/+904
Signed-off-by: Keith Packard <keithp@keithp.com>