Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-25 | Merge remote-tracking branch 'origin/master' into obsd | Matthieu Herrb | |
2018-11-16 | Update README for gitlab migration | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2015-06-14 | Merge OpenBSD local changes that were missed in previous syncs | Matthieu Herrb | |
2015-03-28 | Merge remote-tracking branch 'origin/master' into obsd | Matthieu Herrb | |
2015-02-16 | Remove left over $(launchagents_DATA) in CLEANFILES | Gaetan Nadon | |
This was left over when reorganizing layout of launchd sources in commit 567f59d3f8189b92bc46e2af1260f9340f462bdb Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2011-07-03 | Merge remote-tracking branch 'origin/master' into obsd | Matthieu Herrb | |
Conflicts: Makefile.am | |||
2011-06-19 | DIST_SUBDIRS is not required when using AM_CONDITIONALs | Gaetan Nadon | |
LAUNCHD is an Automake conditional which means that Automake will traverse the launchd directory when running the dist target. http://www.gnu.org/software/automake/manual/automake.html One less variables to maintain. Signed-off-by: Gaetan Nadon <memsize@videotron.ca> | |||
2011-06-18 | Move man pages in the man directory | Gaetan Nadon | |
Now that the cpp tool is no longer needed, normalize the man pages build. Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca> | |||
2011-06-18 | Use XORG_MANPAGE_SECTIONS rather than cpprules.in to build man pages | Gaetan Nadon | |
As for all other manpages, use sed rather than the C preprocessor from the Imake days. Use SCOMAN Automake variable and groff .if for conditional text We can therefore remove ARCHMANDEFS Remove man page related code from cpprules.in Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca> | |||
2011-06-05 | Merge remote-tracking branch 'origin/master' into obsd | Matthieu Herrb | |
2011-05-11 | Rename launchd-id-prefix to bundle-id-prefix | Jeremy Huddleston | |
It's used many other places than just for launchd. Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> | |||
2011-04-25 | launchd: Reorganized layout of launchd sources | Jeremy Huddleston | |
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> | |||
2010-05-08 | Merge remote branch 'origin/master' into obsd | Matthieu Herrb | |
2010-04-26 | Remove OS/2 leftovers | Mikhail Gusarov | |
Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2009-12-20 | Merge remote branch 'origin/master' into obsd | Matthieu Herrb | |
2009-11-26 | Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES | Gaetan Nadon | |
Now that the INSTALL file is generated. Allows running make maintainer-clean. | |||
2009-11-14 | INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 | Gaetan Nadon | |
Add missing INSTALL file. Use standard GNU file on building tarball README may have been updated Remove AUTHORS file as it is empty and no content available yet. Remove NEWS file as it is empty and no content available yet. | |||
2009-11-14 | Makefile.am: do not include autogen.sh in distribution #24183 | Gaetan Nadon | |
This is a private build script that should not be distributed | |||
2009-10-13 | make XINITDIR configurable at build-time, default is unchanged | Rémi Cardona | |
Signed-off-by: Rémi Cardona <remi@gentoo.org> | |||
2009-10-04 | Merge remote branch 'origin/master' into obsd | Matthieu Herrb | |
Conflicts: xinit.c xinitrc.cpp | |||
2009-10-03 | Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2009-09-05 | Merge commit 'origin/master' into obsd | Matthieu Herrb | |
2009-09-03 | launchd: Include LAUNCHD_ID_PREFIX in the socket name for reverse lookup to ↵ | Jeremy Huddleston | |
tell which launchd id owns $DISPLAY | |||
2009-09-02 | launchd: Added --with-launchd-id-prefix option to set non-standard launchd ↵ | Jeremy Huddleston | |
id prefix (org.x is still default) | |||
2009-02-04 | Merge commit 'origin/master' into obsd | Matthieu Herrb | |
2009-01-21 | Correct make distcheck for recent git versions. | Paulo Cesar Pereira de Andrade | |
2008-11-29 | Merge commit 'origin/master' into obsd | Matthieu Herrb | |
Conflicts: configure.ac xinit.c xinitrc.cpp | |||
2008-08-05 | Fix build of startx & xinitrc with Solaris make | Alan Coopersmith | |
For some reason, having the dependencies explictly listed causes it to ignore the suffix implicit rule for .cpp. | |||
2008-05-28 | Apple: Don't use launchd on Tiger since it doesn't support the features we need. | Jeremy Huddleston | |
https://bugs.freedesktop.org/show_bug.cgi?id=15893 | |||
2008-04-25 | Apple: Added some OSX version protection, so this will still compile on ↵ | Jeremy Huddleston | |
Tiger and below. | |||
2008-04-17 | Apple: Added privileged_startx | Jeremy Huddleston | |
2008-04-05 | Apple: Renamed LaunchAgent to org.x.startx to distinguish it from the ↵ | Jeremy Huddleston | |
org.x.X11 application | |||
2008-03-08 | put xinitrc in $datadir, missing bits for wm selection. | Matthieu Herrb | |
2008-02-16 | Added org.x.X11.plist.cpp to EXTRA_DIST | Jeremy Huddleston | |
2007-12-16 | OS-X: Added argv[0] hack for finding Xquartz UI and icon as well as claiming ↵ | Jeremy Huddleston | |
its dock icon Partially removes need for x11-exec on OS-X. We still need to handle options set in defaults. | |||
2007-12-15 | Added Apple launchd support | Jeremy Huddleston | |
2007-12-06 | Add missing PHONY line for automatic ChangeLog generation | James Cloos | |
2007-05-21 | Replace static ChangeLog with dist hook to generate from git log | Alan Coopersmith | |
2006-11-06 | Stop hardcoding /usr/X11R6/bin in manpage examples | Alan Coopersmith | |
2005-12-06 | Change *man_SOURCES ==> *man_PRE to fix autotools warnings.MODULAR_COPY | Kevin E Martin | |
2005-11-28 | Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4 | Alan Coopersmith | |
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir) | |||
2005-11-15 | Make the programs used in the xinit scripts configurable. | Kevin E Martin | |
2005-11-10 | Add settings for SHELL_CMD & ARCHMANDEFS to match monolith changes for bugXORG-6_99_99_902 | Alan Coopersmith | |
#3180. AC_DEFINE(XORG,...) so it is listed as available server in xinit help output. Update cpp -D flags to match monolith changes for bug #3180. | |||
2005-10-17 | Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to | Alan Coopersmith | |
work better with BSD make | |||
2005-10-16 | Use cpp to substitute variables in man pages | Alan Coopersmith | |
2005-10-11 | Don't define HAS_COOKIE_MAKER if mcookie wasn't found. | Alan Coopersmith | |
2005-08-29 | Define HAS_COOKIE_MAKER and search for mcookie so startx will generate | Daniel Stone | |
xauth tokens for the servers it starts. | |||
2005-08-11 | Bugzilla #4045: Do a missed replacement of @@ with \ in startx. | Eric Anholt | |
Submitted by: David Schleef <ds@schleef.org> | |||
2005-07-23 | Move manpages to section 1. | Daniel Stone | |
2005-07-20 | Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global | Adam Jackson | |
configure cache, you cache it, and the cached value is probably wrong. |