Ben Byer
d1a9f616f2
Removed redundant scroll wheel event code, and added
...
support for buttons 6 and 7 (horizontal scrolling)
2007-11-30 19:22:26 -08:00
Jeremy Huddleston
7fc12de692
Darwin: Use dix-config.h instead of xorg-config.h
2007-11-29 02:12:26 -08:00
Jeremy Huddleston
f5e5b255d1
Darwin: Undefine NDEBUG for assert.h
...
For some reason, having NDEBUG defined when #including assert.h causes assert() to hang us. This should just
cause assert() to nop (it is #defined to be (void)0 in that case).
2007-11-29 01:42:10 -08:00
Jeremy Huddleston
a8e35ebf93
Darwin: Cleaned up includes
...
I cleaned up the #includes a bit to make sure all the source files properly included xorg-config.h
Only quartzStartup.c and darwinKeyboard.c do not include it. I ran into some weird crashes when they did which I'm looking into...
2007-11-29 00:41:57 -08:00
Jeremy Huddleston
2b2df4f517
Darwin,Rootless: Makefile cleanup
...
(cherry picked from commit 9c6d8a035b )
2007-11-26 14:11:01 -08:00
Jeremy Huddleston
f3e6d12966
Darwin: Formatting cleanup
2007-11-24 03:31:54 -08:00
Jeremy Huddleston
61b6dad5ef
Darwin: Initial support for keyboard modifier remapping.
2007-11-24 02:46:22 -08:00
Jeremy Huddleston
165ab0af3a
Darwin: Further cleanup to line up to master
2007-11-22 02:16:16 -08:00
Jeremy Huddleston
52e84a353f
Darwin: Misc cleanups to line up with master
2007-11-22 00:35:36 -08:00
Jeremy Huddleston
1786f9464a
Use UTF8String since lossyCString is deprecated
2007-11-21 16:53:10 -08:00
Jeremy Huddleston
86fc74a86b
Darwin: Makefile Style Fixes
...
* Fixed Makefile style to be consistent with self and downsteam
* Readded solaris to DIST_SUBDIRS in hw/xfree86/os-support/Makefile.am
2007-11-21 16:52:47 -08:00
Jeremy Huddleston
84490775b9
Darwin: Formatting Cleanup
...
To better line up with xorg-server-1.4-apple branch
2007-11-20 04:51:18 -08:00
Jeremy Huddleston
a649bbe974
1.3a1
2007-11-19 21:04:42 -08:00
Jeremy Huddleston
3a843e26a6
Darwin: Fixed make dist
...
Added/corrected missing EXTRA_DIST entries.
2007-11-19 19:16:19 -08:00
Jeremy Huddleston
9304a3f984
XDarwin dead code removal
...
Removed unused code from the tree
Moved some files to more appropriate locations
2007-11-19 02:38:24 -08:00
Ben Byer
ec84a4cef6
Added some DEBUG_LOG sauce to the XP_EVENT handling code
2007-11-19 02:38:24 -08:00
Ben Byer
2ab1dd5e74
From Jeremy: In my previous patch, I "overfixed" hook.c. This patch
...
removes the changes I made to the searching for loop since those are
extraneous due to the remove function call in the delete for loop.
2007-11-19 02:38:24 -08:00
Ben Byer
dc48ad4a45
More correctness fixes to fix compiler warnings.
2007-11-19 02:38:24 -08:00
Ben Byer
213b51710c
From Jeremy Huddleston:
...
1) Fixed a bug where XQUARTZ was #defined when auto but not when --enable-xquartz
2) Cleaned up missing #includes and function prototypes.
3) Fixed some invalid C syntax problems
4) Removed a bunch of dead code
5) Cleaned up code to prevent some warnings
6) Bugfix in xpr/x-hook.c - looks like someone just forgot to finish writing code for hook_remove()... I only noticed it because gcc -Wall complained about reaching the end of a non-void function... lucky for us gcc is smarter than we are.
2007-11-19 02:38:24 -08:00
Ben Byer
65a717fd7b
a first stab at DEBUG_LOG
2007-11-19 02:38:23 -08:00
Ben Byer
905d672c05
More XDarwin cleanup / dead code removal from Jeremy
2007-11-19 02:38:23 -08:00
Ben Byer
0cf45239c2
Build system patches to remove XDarwin from the build (since it doesn't
...
work anyway), courtesy of Jeremy Huddleston
2007-11-19 02:38:23 -08:00
Ben Byer
97b113d550
converted some debugging prints to TRACE() statements
2007-11-19 02:38:22 -08:00
Ben Byer
9e9633c670
And now we kill XDarwinApp -- credit, Jeremy Huddleston
2007-11-19 02:38:22 -08:00
Ben Byer
c7573379a8
Fixed the call to xp_init so that we now receive Motion notifications even
...
if X is not the active application.
fixes <rdar://problem/5167664> xeyes dead until window activation
2007-11-19 02:38:22 -08:00
Ben Byer
30cbfc786e
fix for spurious "Are you sure you want to quit?" message
2007-11-19 02:38:21 -08:00
Ben Byer
633490c4e8
Adding "fake RandR" support from old X11.app
2007-11-19 02:38:21 -08:00
Ben Byer
e5652a59f1
Undo some last-minute breakage in xpr.h
2007-11-19 02:38:21 -08:00
Ben Byer
6adb325e7a
removed debugging output
2007-11-19 02:38:21 -08:00
Ben Byer
1dc55c67d9
Fixed focus problem (clicking on an X11 window that sits behind
...
an Aqua window would not always bring it to the top of the stack.
2007-11-19 02:38:20 -08:00
Ben Byer
7f1780091b
Fixed Spaces issue, correctly -- dragging an X window from one
...
Space to another in Expose mode now works.
2007-11-19 02:38:20 -08:00
Ben Byer
0504639d9f
formatting cleanup
2007-11-19 02:38:20 -08:00
Ben Byer
c3a9b7a664
Fixed logic error that prevent JIS (Japanese) keyboard layouts from
...
being detected.
2007-11-19 02:38:20 -08:00
Ben Byer
1a1be462ed
Disable deferred updates in xp_init to fix performance problems
...
-- thanks to Eric Gouriou for pointing out the issue
2007-11-19 02:38:20 -08:00
Ben Byer
2d50ea8013
Initial support for Spaces -- if you use Expose to drag an X11
...
window to another Space, it will work correctly (as opposed
to just leaving a ghost window). We accomplish this by listening
for the notification from Xplugin that our window has been moved,
and then we ask X11 to move the window to the new location.
2007-11-19 02:38:20 -08:00
Ben Byer
fd6a04e530
Fix for focus issue:
...
<rdar://problem/5289578> X11 menu bar uncoupled from X11 application's windows
Credit to William Mortensen for submitting the first community patch!
2007-11-19 02:38:19 -08:00
Ben Byer
374eb38063
default for is_uchr should be 1, not 0
2007-11-19 02:38:19 -08:00
Ben Byer
947fdd9fe8
fixed an uninitialized variable, which caused keyboard breakage on x86
...
when building with optimization enabled.
2007-11-19 02:38:19 -08:00
Ben Byer
a221730d23
Enable PseudoramiX extension by default, like on the old server
2007-11-19 02:38:18 -08:00
Ben Byer
0c7acd113e
make dist fixes
2007-11-19 02:38:18 -08:00
Ben Byer
2db9600f6a
Added patch fix yellow-cursor problem which appears on some Intel Macs
2007-11-19 02:38:18 -08:00
Ben Byer
f86d2ef33f
finished committing downstream changes
2007-11-19 02:38:18 -08:00
Ben Byer
6ff9f43ae2
More patches from downstream
2007-11-19 02:38:18 -08:00
Ben Byer
b79ecaba29
removed CVS Id tags
2007-11-19 02:38:17 -08:00
Ben Byer
e6253d49e0
merged the rest of Apple patches to xserver
2007-11-19 02:38:17 -08:00
Ben Byer
d300f631fc
added missing file from Apple version of 7.2
2007-11-19 02:38:17 -08:00
Adam Jackson
0aaac95b0d
Remove RCS tags. Fix Xprint makefile braindamage.
2006-07-21 17:56:00 -04:00
Daniel Stone
84683f19b4
get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULE
...
Get rid of almost all uses of these definitions. They're still defined for
delinquent out-of-tree drivers, and also for the Mesa build. As well as
for miinitext.c. But largely gone.
2006-07-18 18:17:38 -04:00
Alan Coopersmith
345d99c972
Typo fixes (Nicholas Joly, XFree86 bugzilla #1658 )
2006-02-27 16:19:39 +00:00
Daniel Stone
0bb669638f
Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".
2005-07-03 08:53:54 +00:00