Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2008-04-20 | Replace sprintf() and strcpy() with snprintf(). | Matthieu Herrb | |
2008-04-19 | Cleaned up handling of defaultserver{,args} | Jeremy Huddleston | |
Per comments from Jeremy Reed on the list... basically doing for everyone what I do for Apple | |||
2008-04-19 | Apple: Fixed make dist to include a missing header and not include generated ↵ | Jeremy Huddleston | |
sources | |||
2008-04-17 | Apple: Added privileged_startx | Jeremy Huddleston | |
2008-04-14 | Apple: Wait for privileged_startx to finish, so we don't race to create ↵ | Jeremy Huddleston | |
/tmp/.X11-unix | |||
2008-04-13 | Apple: We renamed font_cache.sh to font_cache for better consistency... ↵ | Jeremy Huddleston | |
Changing startx to work with this | |||
2008-04-13 | Apple: privileged_startx is in XINITDIR | Jeremy Huddleston | |
2008-04-08 | Correctly handle users with spaces in $HOME | Jeremy Huddleston | |
2008-04-05 | Apple: Renamed LaunchAgent to org.x.startx to distinguish it from the ↵ | Jeremy Huddleston | |
org.x.X11 application | |||
2008-04-04 | Apple: Execute /usr/X11/bin/privileged_startx if it's present | Jeremy Huddleston | |
2008-04-04 | Apple: Fixed issue where display would not be passed correctly to the server ↵ | Jeremy Huddleston | |
if nolisten tcp was enabled. | |||
2008-03-15 | Use /dev/urandom for cookie it it exists | Jeremy C. Reed | |
else fall back to /dev/random. Not doing in configure.ac because can't easily check for existence when doing cross-builds. (Alternative would be to define this for every operating system in configure.ac. Currently only is defined for OpenBSD. Systems that have mcookie also will not be effected.) | |||
2008-03-08 | OpenBSD: use openssl rand -hex 16 to generate the cookie. | Matthieu Herrb | |
2008-03-06 | xinit 1.0.8xinit-1.0.8 | Adam Jackson | |
2008-03-02 | Apple: Use -c in the launchd plist, so broken .profile/.bashrc don't much up ↵ | Jeremy Huddleston | |
startx | |||
2008-03-01 | Apple: Adding support for an xinitrc.d directory on OSX, so fink doesn't ↵ | Jeremy Huddleston | |
need to clobber files | |||
2008-02-18 | Apple: font caching and defaults | Jeremy Huddleston | |
Quieted defaults "error" messages by initializing default values Do font caching in startx, so users with custom ~/.xinitrc won't have to worry about updating it. Add "cache_fonts" defaults item to toggle whether or not to cache fonts at startup Fall back on fc-cache if font_cache.sh is not present. | |||
2008-02-16 | Added org.x.X11.plist.cpp to EXTRA_DIST | Jeremy Huddleston | |
2008-02-10 | Apple: Support spaces in $HOME for font path, and remove duplicate entry | Jeremy Huddleston | |
2008-02-10 | Apple: Cleaned up font path setting and added font caching to xinitrc | Jeremy Huddleston | |
2008-02-09 | Apple: use -nocpp arg to xrdb if cpp is not installed | Jeremy Huddleston | |
2008-02-05 | Unbreak installs on non-launchd systems | David Nusinow | |
Thanks to cjb for running the tinderbox that spotted this breakage. | |||
2008-02-01 | OS-X: Set fontpath in xinitrc to include system / user fonts. Additionally ↵ | Jeremy Huddleston | |
fixed font scaling issues (trac #52) |