Commit graph

39 commits

Author SHA1 Message Date
Jeremy Huddleston
a41c356124 XQuartz: 1.3.0-apple17 2008-04-19 23:31:20 -07:00
Jeremy Huddleston
ea37e151dc XQuartz: Fixed missing close-paren in preference pane text. 2008-04-02 15:01:33 -07:00
Jeremy Huddleston
c61b1c5f28 Marked 1.3.0-apple12 and 2.2.0 2008-03-25 22:52:00 -07:00
Jeremy Huddleston
7c1964338a XQuartz: Disable 256 color option and fullscreen option 2008-03-21 19:31:31 -07:00
Jeremy Huddleston
6841d078b7 Xquartz: Added separate preference tab for quartz-wm settings
Added FFM and "Focus on new window" options
2008-03-21 19:11:59 -07:00
Jeremy Huddleston
ed3d7b3959 XQuartz: Quit now properly warns the user 2008-02-23 00:01:02 -08:00
Jeremy Huddleston
a5cbf78471 XQuartz: unsetenv("DISPLAY") before startx if X11.app can't connect to it.
Also fix casting to silence warning.
2008-02-19 00:00:11 -08:00
Jeremy Huddleston
880a5ccaee Added Xquartz.plist to EXTRA_DIST
(cherry picked from commit 70f9495e0c)
2008-02-16 01:39:59 -08:00
Jeremy Huddleston
567c172c4d Fixed unescaped newline in EXTRA_DIST 2008-02-16 00:35:50 -08:00
Jeremy Huddleston
1b338c2a93 XQuartz: Fixed EXTRA_DIST to include localization 2008-02-11 16:09:03 -08:00
Jeremy Huddleston
2e7a8396b7 Versioned 1.3.0-apple10...
also bumpd X11.app version to 2.1.4 in anticipation of the next release
2008-02-11 15:43:48 -08:00
Jeremy Huddleston
ef3498e92d XQuartz: Fixed layout of Applications->Customize menu
Now resizing it won't produce weir overlaps of the widgets.  Thanks to
Pelle Johansson for his help showing me how to do this.
2008-02-11 12:09:41 -08:00
Jeremy Huddleston
bf54c267cb XQuartz: Added option for setting quartz-wm click-through preference 2008-02-10 18:27:52 -08:00
Jeremy Huddleston
656aaab957 XQuartz: Converted interface to nib 3.x format 2008-02-10 16:34:40 -08:00
Jeremy Huddleston
22abea41ed XQuartz: Set verison 1.3.0-apple9 and X11.app 2.1.3 for pending security release 2008-01-17 11:46:25 -08:00
Jeremy Huddleston
f216314448 XQuartz: Corrected copyright X.org Project -> X.org Foundation 2008-01-12 11:56:00 -08:00
Jeremy Huddleston
b549cf18ce XQuartz: added 'login_shell' option to defaults
so the user can choose something other than /bin/sh
2008-01-12 11:35:48 -08:00
Jeremy Huddleston
c0e889bb58 XQuartz: Marked 1.3.0-apple6 and X11.app 2.1.2 2008-01-06 20:10:52 -08:00
Jeremy Huddleston
9edbacbca5 XQuartz: Fixed copyright in About box for 2008. Happy New Year! 2008-01-04 22:54:52 -08:00
Jeremy Huddleston
b16351fc64 XQuartz: *REALLY* use CFStringCreateWithCString
I need sleep!  Why am I making these stupid mistakes... sorry for pointless commit spam.  ugg.
2007-12-21 02:09:01 -08:00
Jeremy Huddleston
79782b0e14 XQuartz: Use CFStringCreateWithCString 2007-12-21 02:06:47 -08:00
Jeremy Huddleston
b81809cd91 XQuartz: Reduce code duplication in X11.app 2007-12-21 01:57:43 -08:00
Jeremy Huddleston
7a5cc7bfbb XQuartz: Added localization. 2007-12-20 19:38:20 -08:00
Jeremy Huddleston
5d6ae3d299 XQuartz: Kill off server-main.c and launcher-main.c
Now using xinit
2007-12-20 18:08:40 -08:00
Jeremy Huddleston
ae302db472 XQuartz: Don't fork to exec app_to_run.
Plus other housecleaning...
2007-12-20 17:33:38 -08:00
Jeremy Huddleston
767b4c9d9d Xquartz: Removed launchd plist and x11-exec. The relevant code is now in xinit. 2007-12-16 01:14:32 -08:00
Jeremy Huddleston
534c482257 Xquartz: Fixed cpprules include
(cherry picked from commit 95c02adea8)
2007-12-14 15:21:54 -08:00
Ben Byer
2eea3483cf clarified debug message to indicate that we're sleeping
(in case we get reports about slow launch times, this will
help clarify what's happening)
2007-12-13 20:45:14 -08:00
Jeremy Huddleston
67b479ef80 Xquartz: Don't hardcode libexec dir 2007-12-13 16:25:07 -08:00
Ben Byer
a5e796c60e fix libexec path (hi jeremy) 2007-12-13 16:24:31 -08:00
Jeremy Huddleston
07a12d71fe Xquartz: Don't hardcode LaunchAgents dir 2007-12-13 15:56:54 -08:00
Ben Byer
7d9a11329e Modified X11 plist to use x11-exec 2007-12-13 15:57:39 -08:00
Jeremy Huddleston
a746383eca Xquartz: Removed Xplugin.h from EXTRA_DIST 2007-12-10 20:33:30 -08:00
Jeremy Huddleston
c5ccb98d5d Xquartz: Actually, it should be org.x.X11 for case-sensitive FS 2007-12-08 01:28:26 -08:00
Jeremy Huddleston
a74c38bd9f Xquartz: Use org.x.X11 instead of com.apple.X11 for preferences
Fixed inconsistency so preferences get read from the correct source.
2007-12-08 01:24:58 -08:00
Jeremy Huddleston
d0dca8a885 Xquartz: Fix multiple-dock icons (pt2)
In the last commit, I accidently committed the wrong change to bundle-main.c from another failed attempt.  Sorry, this should work now.
2007-12-08 00:25:23 -08:00
Jeremy Huddleston
0502955a2a XQuartz: Fixed "Multiple Dock Icons"
BAM!
2007-12-08 00:13:47 -08:00
Jeremy Huddleston
6b74c535dc XQuartz: Cleaned up configure, X11.app path in launchd script
Don't hardcode X11.app's path in the launchd plist.
Only install the launchd plist if we --enable-launchd.
2007-12-07 23:21:08 -08:00
Jeremy Huddleston
48e6a75fbd Darwin: Flattened quartz into darwin, renamed darwin xquartz
Leaving xpr unflattened since we want modularity to replace that with xpc (XPluginComposite) at some point
2007-12-05 19:43:49 -08:00