summaryrefslogtreecommitdiff
path: root/xinitrc.cpp
AgeCommit message (Collapse)Author
2015-06-14Merge OpenBSD local changes that were missed in previous syncsMatthieu Herrb
2013-05-31Merge remote-tracking branch 'origin/master' into obsdMatthieu Herrb
2013-05-31Use xinitrc.d/?*.sh as the matching pattern instead of needing a fragile sed ↵Thomas Klausner
substitution XSLASHGLOB to produce xinitrc.d/*.sh. (If that were used literally the slash-star would confuse cpp.) Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-04-24Merge remote branch 'origin/master' into obsdMatthieu Herrb
Conflicts: xinitrc.cpp
2010-04-16Enable support for an xinitrc.d directoryJeremy Huddleston
This was already done on darwin and Gentoo. Now others can benefit. Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> Reviewed-by: Dan Nicholson <dbn.lists@gmail.com> Reviewed-by: Rémi Cardona <remi@gentoo.org> Reviewed-by: James Cloos <cloos@jhcloos.com>
2009-10-04Merge remote branch 'origin/master' into obsdMatthieu Herrb
Conflicts: xinit.c xinitrc.cpp
2009-10-03Strip RCS/CVS tagsAlan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2008-11-29Merge branch 'obsd' of ssh://xenocara.org/git/xenocara/app/xinit into obsdMatthieu Herrb
Conflicts: configure.ac xinit.c xinitrc.cpp
2008-11-29Merge commit 'origin/master' into obsdMatthieu Herrb
Conflicts: configure.ac xinit.c xinitrc.cpp
2008-04-20Merge xinit 1.0.8Matthieu Herrb
2008-04-08Correctly handle users with spaces in $HOMEJeremy Huddleston
2008-03-08Add configure options to specify the default window manager and applicationsMatthieu Herrb
2008-03-01Apple: Adding support for an xinitrc.d directory on OSX, so fink doesn't ↵Jeremy Huddleston
need to clobber files
2008-02-18Apple: font caching and defaultsJeremy 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-10Apple: Support spaces in $HOME for font path, and remove duplicate entryJeremy Huddleston
2008-02-10Apple: Cleaned up font path setting and added font caching to xinitrcJeremy Huddleston
2008-02-09Apple: use -nocpp arg to xrdb if cpp is not installedJeremy Huddleston
2008-02-01OS-X: Set fontpath in xinitrc to include system / user fonts. Additionally ↵Jeremy Huddleston
fixed font scaling issues (trac #52)
2007-12-03Added some support for Xquartz on OS-X.Jeremy Huddleston
2005-11-15Make using full paths in the xinit scripts optional.XORG-6_8_99_903Kevin E Martin
2005-11-08See ChangeLog entry 2005-11-07 for details.XORG-6_8_99_902Kean Johnson
2003-11-14R6.6 is the Xorg base-lineXORG-MAINKaleb Keithley