Commit graph

2159 commits

Author SHA1 Message Date
Ori Bernstein
30b0244db0 Updated to compile against new XCB, fixed configure.ac help message. 2006-10-29 12:22:35 -05:00
Ori Bernstein
3a6759d433 Implemented keyboard initialization. Still segfaulting on startup. 2006-09-05 21:22:23 -05:00
Ori Bernstein
e4a26c379f Added missing files 2006-08-24 00:39:59 -05:00
Ori Bernstein
56b06363c5 Server exits properly on failing to init (unimplemented) input. 2006-08-23 18:16:12 -05:00
Ori Bernstein
77d94b5f49 Made it compile, still need to finish implementing much code 2006-08-23 00:26:01 -05:00
Ori Bernstein
304697e00b Added a few files, filled in more missing code 2006-08-22 00:23:34 -05:00
Ori Bernstein
353a4cb3bc Borrowed working code from Xnest, after debugging and doing cleanups. Still not complete. 2006-08-20 00:16:58 -05:00
Ori Bernstein
dbacc8aa06 Autofooery and stubbing out of 2nd attemt at Xscreen. 2006-08-12 16:39:55 -05:00
Ori Bernstein
4b7f0b3dbb Fixed race condition. Events still broken when WM running. 2006-08-05 14:21:12 -05:00
Ori Bernstein
7bdcda388b Broke stuff in an attempt to unbreak stuff. Segfaults galore. 2006-08-03 20:31:18 -05:00
Ori Bernstein
a81adf16ef Added broken version of mirroring contents of backing server.
VERY BROKEN. mainly so I'll have something to sync at DDC/OLS
2006-07-16 00:29:42 -05:00
Ori Bernstein
912b65e4b8 Fixed a few crashes and other bugs 2006-06-30 23:26:56 -05:00
Ori Bernstein
130d2c5830 Broken Rootless implementation 2006-06-29 23:45:18 -05:00
Ori Bernstein
9d20580082 Fixed display corruption 2006-06-15 21:18:39 -05:00
Ori Bernstein
e940747528 Fixed segfault, got a single xterm window to show up.
- Can't interact with xterm
 - Default background is wrong color
 - Extremely extremely slow opening windows.
Why?
2006-06-15 18:34:23 -05:00
Ori Bernstein
2a17338c61 Seem to have ixed some Match errors, but introduced a very very strange segfault where XCBListColorReply() returns NULL, but the error is also NULL. 2006-06-15 00:49:30 -05:00
Ori Bernstein
b1eb6817e4 Some changes made 2006-06-12 23:32:20 -05:00
Ori Bernstein
c15aa3a0cf Removed XCBPeekNextEvent() 2006-06-09 12:52:21 -05:00
Ori Bernstein
3aaa4f5bdf Merge branch 'master' of git+ssh://orib@git.freedesktop.org/git/xorg/xserver into orib-soc-2006 2006-06-08 18:44:29 -05:00
Ori Bernstein
2dee7c5fa8 Actually committing xnest port to XCB 2006-06-08 18:14:09 -05:00
Ori Bernstein
614fe9dd3d XCB port of Xnest, in preparation for Xscreen 2006-06-08 17:23:37 -05:00
Adam Jackson
576e6fb112 Bug #7120: Multimonitor (non-Xinerama) support for xwin servers.
(Tom Whittock)
2006-06-08 17:49:02 -04:00
Adam Jackson
d42cf4a2a4 Bug #7121: fix clipboard handling in Xming (Colin Harrison) 2006-06-08 17:46:53 -04:00
Greg Kroah-Hartman
3930da3f62 fix compiler warnings in Xprint/ps/psout.c 2006-06-08 11:27:29 -07:00
Greg Kroah-Hartman
c496a3b9c9 fix compiler warning in Xprint/ps/PsImageUtil.c 2006-06-08 11:23:53 -07:00
Greg Kroah-Hartman
ea24b5a25c add proper function prototypes for Xprint/ps/PsCache.c to Xprint/ps/Ps.h 2006-06-08 11:22:01 -07:00
Greg Kroah-Hartman
ee2bb4d192 fix compiler warnings in Xprint/ps/PsArea.c 2006-06-08 11:15:34 -07:00
Greg Kroah-Hartman
92303d534a fix compiler warning in Xprint/ps/PsGC.c 2006-06-08 11:12:16 -07:00
Greg Kroah-Hartman
cf6169f9e9 fix compiler warnings in Xprint/ps/PsFonts.c 2006-06-08 11:09:56 -07:00
Greg Kroah-Hartman
1abc7f96ed fix compiler warnings in Xprint/ps/PsInit.c 2006-06-08 11:06:51 -07:00
Greg Kroah-Hartman
2dc291384c fixed compiler warnings in Xprint/ps/PsPixmap.c 2006-06-08 11:04:40 -07:00
Greg Kroah-Hartman
aef092e029 fix compiler warnings in Xprint/ps/PsPolygon.c 2006-06-08 10:53:17 -07:00
Greg Kroah-Hartman
511b231ded fix compiler warnings in Xprint/ps/PsPrint.c 2006-06-08 10:41:34 -07:00
Greg Kroah-Hartman
35fccb0068 remove some compiler warnings in Xprint/ps/PsText.c
Note that one of the existing warnings is pointing out a
real bug (uninitialized use for fontPage in PsPolyText16())
if anyone really cares about this code.
2006-06-08 10:40:24 -07:00
Greg Kroah-Hartman
1ac30947f4 fix compiler warnings in Xprint/ps/PsWindow.c 2006-06-08 10:35:18 -07:00
Greg Kroah-Hartman
9fa73721f0 fix up EnableDisableExtension() and EnableDisableExtensionError() prototypes 2006-06-08 10:27:28 -07:00
Greg Kroah-Hartman
c405659626 comment out QualifyName in Xprint/Init.c which is not used anymore
If someone else wants to delete this function, that's fine with me too.
2006-06-08 10:19:24 -07:00
Greg Kroah-Hartman
a940b851fa fix function pointer warning in Xprint/Init.c 2006-06-08 10:17:53 -07:00
Greg Kroah-Hartman
9e0c82386a fix already-defined warning in Xprint/Init.c 2006-06-08 10:16:37 -07:00
Greg Kroah-Hartman
40fb7eecaf fix noDamageExtension warning in Xprint/Init.c
Also took out duplicate definition of this variable in mi/miinitext.c
2006-06-08 10:11:17 -07:00
Greg Kroah-Hartman
494895e0fb Properly define dispatchExceptionAtReset to fix compiler warnings 2006-06-08 09:43:44 -07:00
Greg Kroah-Hartman
d90eecf40e add some missing function prototypes to Xprint/AttrValid.h to fix compiler warnings 2006-06-08 09:11:41 -07:00
Greg Kroah-Hartman
bccde16091 fix incompatible pointer warning in Xprint/ddxInit.c 2006-06-08 09:01:59 -07:00
Greg Kroah-Hartman
60bd8893d5 Properly #ifdef out ddxBeforeReset() to fix compiler warning 2006-06-08 09:01:21 -07:00
Greg Kroah-Hartman
ac21e6a594 remove unused variable warning in Xprint/ddxInit.c 2006-06-08 09:00:42 -07:00
Greg Kroah-Hartman
71dd44b0ad Fixed up most "warning: function declaration isn't a prototype" warnings from Xprint/ 2006-06-07 19:17:26 -07:00
Greg Kroah-Hartman
839305bac9 Remove unused variables from Xprint/attributes.c 2006-06-07 19:12:23 -07:00
Greg Kroah-Hartman
7a40ac2585 remove a bunch of unused variables in Xprint/Init.c (fixing the compiler warnings) 2006-06-07 16:23:45 -07:00
Greg Kroah-Hartman
163980138c remove some unused local variables in Xprint/Oid.c 2006-06-07 16:11:20 -07:00
Greg Kroah-Hartman
8e41640db8 add bison generated files to .gitignore 2006-06-07 15:56:43 -07:00