Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-14 | .gitignore: use common defaults with custom section # 24239 | Gaetan Nadon | |
Using common defaults will reduce errors and maintenance. Only the very small or inexistent custom section need periodic maintenance when the structure of the component changes. Do not edit defaults. | |||
2009-11-14 | xinit 1.2.0xinit-1.2.0 | Rémi Cardona | |
Signed-off-by: Rémi Cardona <remi@gentoo.org> | |||
2009-10-27 | Apple: Export X11_PREFS_DOMAIN for children (quartz-wm) | Jeremy Huddleston | |
2009-10-21 | This is not a GNU project, so declare it foreign. | Jeremy Huddleston | |
On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote: > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote: > > I noticed an INSTALL file in xlsclients and libXvMC today, and it > > was quite annoying to work around since 'autoreconf -fvi' replaces > > it and git wants to commit it. Should these files even be in git? > > Can I nuke them for the betterment of humanity and since they get > > created by autoreconf anyways? > > See https://bugs.freedesktop.org/show_bug.cgi?id=24206 As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation of the INSTALL file. It is also part of the 24206 solution. Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org> | |||
2009-10-17 | Use platform-specific X server names in man pages for cygwin & darwin | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> Tested-by: Jon TURNEY <jon.turney@dronecode.org.uk> | |||
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-03 | Strip RCS/CVS tags | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2009-10-03 | Man page updates | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2009-10-03 | Drop ancient SunWindows compatibility check | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2009-10-03 | Drop ancient A/UX compatibility hack | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2009-10-03 | Purge ancient server names from help, add newer server names instead | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
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-04 | launchd: Update the DISPLAY envvar to not have a - ... call me paranoid, but ↵ | Jeremy Huddleston | |
I feel safer without it Also added some extra debugging fluff to distingush between two similar statements. | |||
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-08-03 | app/xinit: make startx's $? a useful value | Andres Salomon | |
When startx fails to start X, it's most likely xinit that failed. xinit returns a proper return code (1), but that gets clobbed in the startx script by clean-up commands. This patch saves $? from xinit and forces startx to exit with that value. This way, if startx actually fails to start X, $? reflects that. Signed-off-by: Andres Salomon <dilinger@debian.org> | |||
2009-03-06 | Cygwin can also have spaces in $HOME | Jon TURNEY | |
2009-01-21 | Correct make distcheck for recent git versions. | Paulo Cesar Pereira de Andrade | |
2009-01-16 | startx: fix misparsing of initial client and server arguments which begin ↵ | Robert Macomber | |
with / or ./ If you invoke startx with a client whose initial command-line arguments begin with / or ./, it uses the last such argument as the base command for the client. E.g.: startx /usr/bin/xterm /usr/bin/mutt will use /usr/bin/mutt as the client to run instead of /usr/bin/xterm. This is because of the way in which startx parses its arguments. It's a loop over a case with three clauses; the bug is in the first. When it's looking at one of startx's args it checks to see if $clientargs is empty in order to see if it should set $client or add the argument to $clientargs. It should also check to see whether $client is set. There is a similar bug in parsing server args, where it checks to see if $serverargs is empty to decide whether to set $server. Debian bug#511717 (http://bugs.debian.org/511717) Signed-off-by: Julien Cristau <jcristau@debian.org> | |||
2008-12-18 | Apple: Use MAC_OS_X_VERSION_MIN_REQUIRED instead of ↵ | Jeremy Huddleston | |
__MAC_OS_X_VERSION_MIN_REQUIRED | |||
2008-12-17 | xinit 1.1.1xinit-1.1.1 | Jeremy Huddleston | |
2008-12-17 | Apple: Allow defaults option that maps to a -dpi server command line in startx | Jeremy Huddleston | |
2008-12-13 | OSX: Don't use login/bash -c hack anymore for org.x.startx LaunchAgent | Jeremy Huddleston | |
2008-12-09 | OSX: More prefix fixes | Jeremy Huddleston | |
2008-12-03 | OSX: Fixed bad prefix | Jeremy Huddleston | |
2008-12-02 | OSX Tiger: Fix discovery of mach port | Jeremy Huddleston | |
2008-12-02 | Apple: Honor X11_PREFS_DOMAIN if it's set (1.4.2-apple26 and later) | Jeremy Huddleston | |
2008-11-28 | OSX Tiger: Hopefully the last fix for Tiger users... | Jeremy Huddleston | |
2008-11-28 | OSX Tiger: More compilation fixes... | Jeremy Huddleston | |
2008-11-27 | OSX: Create privleged_startx on Tiger | Jeremy Huddleston | |
Launchd in Tiger doesn't support OnDemand loading, so this is a KeepAlive idle daemon on Tiger. | |||
2008-11-22 | Apple: Use AvailabilityMacros.h for Tiger compatability | Jeremy Huddleston | |
2008-08-28 | Apple: Make VPATH builds work on darwin | Jeremy Huddleston | |
Patch from Peter O'Gorman <peter@pogma.com> | |||
2008-08-05 | Apple: sleep() to avoid innocent error message spew | Jeremy Huddleston | |
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-08-04 | Support the instant-off API in SnowLeopard. | Jeremy Huddleston | |
2008-07-02 | Apple: Using eval to protect people who have spaces in their home path. | Jeremy Huddleston | |
2008-06-29 | startx.cpp: Made some things a little more friendly for people who have ↵ | Jeremy Huddleston | |
spaces in pathnames. | |||
2008-06-29 | Apple: privleged_startx: Increase the timeout so slower machines don't get a ↵ | Jeremy Huddleston | |
stray process warning in their system log. | |||
2008-06-12 | xinit 1.1.0xinit-1.1.0 | Adam Jackson | |
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-05-28 | Properly handle using xserverrc | Jeremy Huddleston | |
2008-05-21 | xinit 1.0.9xinit-1.0.9 | Adam Jackson | |
2008-05-21 | Unset session environment variables so startx works within a running session. | Adam Jackson | |
2008-05-13 | Use /bin/ksh instead of /bin/sh on Solaris | Alan Coopersmith | |
2008-05-13 | Check for proper cookie creation on all platforms | Alan Coopersmith | |
2008-05-13 | Use od on /dev/random to generate cookie on Solaris | Alan Coopersmith | |
2008-05-12 | Apple: Don't need to spew unneccessary 'directory exists' messages. | Jeremy Huddleston | |
2008-05-06 | Apple: No need for these bits being here in xinit as of xserver-1.4.0-apple9 | Jeremy Huddleston | |
2008-04-25 | Apple: Added some OSX version protection, so this will still compile on ↵ | Jeremy Huddleston | |
Tiger and below. | |||
2008-04-25 | Apple: Use CFProcessPath instead of argv[0] trick. | Jeremy Huddleston | |