summaryrefslogtreecommitdiff
path: root/hw/xnest
AgeCommit message (Collapse)AuthorFilesLines
2006-12-16For Xvfb, Xnest and Xprt, compile fbcmap.c with -DXFree86ServerKevin E Martin1-0/+1
2006-09-06Make sure _XSERVER64 is defined when it should be and gets tested.Michel Dänzer1-1/+1
2006-08-23Make sure Composite is never enabled for Xnest.Adam Jackson1-0/+7
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson35-52/+0
2006-07-20Remove the DDXTIME conditional, for being unused.Adam Jackson2-52/+0
2006-07-18get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULEDaniel Stone2-2/+1
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-05fix compiler warning about xnestRecolorCursor() not being definedGreg Kroah-Hartman1-0/+1
2006-06-18Add some missing .gitignore stuff for Mesa symlinks and other generated files.Eric Anholt1-0/+2
2006-06-09fix compiler warnings in hw/xnest/Keyboard.cGreg Kroah-Hartman1-3/+0
2006-06-01Die XTESTEXT1, die!Daniel Stone2-70/+0
2006-05-29Remove -xkbmap argument.Daniel Stone1-7/+1
2006-04-03Coverity #616: Fix a rare memory leak.Adam Jackson1-1/+4
2006-03-27Remove remnants of XkbCF code.Daniel Stone1-21/+1
2006-02-13Move call to xf86WrapperInit() to OsVendorInit() in xf86Init.c and removeBenjamin Herrenschmidt1-3/+0
stubs in other DDX.
2006-02-11Add stub xf86WrapperInits so that the servers will build even if os/ wasEric Anholt1-0/+2
built with XFree86LOADER set.
2005-12-26Bug #4190: Add a rule for 'make relink' since automake sucks.Adam Jackson1-0/+3
2005-12-06Change *man_SOURCES ==> *man_PRE to fix autotools warnings.Kevin E Martin1-4/+4
2005-12-02Define XFree86Server only where it is required.Kevin E Martin1-1/+1
2005-11-28Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4Alan Coopersmith1-1/+1
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
2005-11-13Bug #5019 <https://bugs.freedesktop.org/show_bug.cgi?id=5019> xserverAlan Coopersmith1-3/+18
installs manpages into 'man1' instead of 'man1x'
2005-09-30Man page processing/installation and other doc file updatesAlan Coopersmith1-1/+8
2005-07-28Fix distcheck for serverKevin E Martin1-1/+4
2005-07-16Add record module building support Change module building to not useKevin E Martin1-0/+1
-include Fix xnest, dmx and vfb builds to -DXFree86Server for fbcmap compilation
2005-07-14Add #include <xnest-config.h> to the Xnest source files for modularization.Kevin E Martin18-1/+75
2005-07-14Add support for XnestKevin E Martin2-0/+99
2005-07-03Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".Daniel Stone11-11/+11
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone4-5/+5
Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings. Add #include <dix-config.h> or <xorg-config.h>, as appropriate, to all source files in the xserver/xorg tree, predicated on defines of HAVE_{DIX,XORG}_CONFIG_H. Change all Xfont includes to <X11/fonts/foo.h>.
2005-07-02Bug #3546: Use MAP_LENGTH instead of a magic number. (Mark McLoughlin) BugAdam Jackson2-2/+6
#3664: Further fixes to Xnest modifier state handling. (Mark McLoughlin)
2005-07-01Change all misc.h and os.h references to <X11/foo.h>.Daniel Stone11-12/+12
2005-06-25Bug #3030: Fix Xnest keyboard state handling. (Mark McLoughlin)Adam Jackson7-15/+77
2005-06-13Bug #3513: Silence unhandled event messages from Xnest when running withAdam Jackson1-0/+8
-parent. (Mark McLoughlin)
2005-06-09Bug #1880: Remove unused xnestConfineWindow. (Mark McLoughlin)Adam Jackson2-9/+0
2005-04-20Fix includes right throughout the Xserver tree:Daniel Stone18-35/+35
change "foo.h" to <X11/foo.h> for core headers, e.g. X.h, Xpoll.h; change "foo.h", "extensions/foo.h" and "X11/foo.h" to <X11/extensions/foo.h> for extension headers, e.g. Xv.h; change "foo.[ch]" to <X11/Xtrans/foo.[ch]> for Xtrans files.
2005-03-05xc/programs/Xserver/ImakefileRoland Mainz1-25/+0
xc/programs/Xserver/hw/xnest/Imakefile //bugs.freedesktop.org/show_bug.cgi?id=2653) attachment #2020 (https://bugs.freedesktop.org/attachment.cgi?id=2020): Cleanup Xnest usage of the DPMS dummy stub functions from dpmsstubs.c instead of using it's own copy of these functions.
2005-03-02xc/programs/Xserver/hw/xnest/Screen.cRoland Mainz3-0/+13
xc/programs/Xserver/hw/xnest/Window.c //bugs.freedesktop.org/show_bug.cgi?id=2546) attachment #2005 (https://bugs.freedesktop.org/attachment.cgi?id=2005): Fix Xnest to update the shape regions in the backend server whenever a client changes them in Xnest (the fix is to add a new wrapper which calls |xnestShapeWindow()| before calling |miSetShape()|). Patch by Mark McLoughlin <mark@skynet.ie>
2005-02-23Bugzilla #2599 (https://bugs.freedesktop.org/show_bug.cgi?id=2599)Alexander Gottwald1-9/+10
attachment #1964 (https://bugs.freedesktop.org/attachment.cgi?id=1964): move miScreenInit in front of pScreen->function initializations to prevent it from resetting ClipNotify.
2004-08-11Add COMPOSITE change to fbCopyWindow (not needed yet)Keith Packard5-102/+68
Xnest was half-using midispcur and doing a bad job of it. Replace all of that code with mipointer which does a lot of the work. Support DDXen which don't provide GetWindowPixmap, or which return NULL for the root pixmap.
2004-06-21Bug 778: add ddxBeforeResetAlexander Gottwald1-0/+5
2004-04-23Merging XORG-CURRENT into trunkEgbert Eich37-38/+44
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich37-37/+37
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0STSF-CURRENTEgbert Eich37-37/+37
2004-02-26readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich37-37/+37
2004-02-26Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich37-37/+37
2003-11-25XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16Kaleb Keithley35-567/+505
2003-11-14XFree86 4.3.0.1xf86-4_3_0_1PRE_xf86-4_3_0_1Kaleb Keithley18-40/+285
2003-11-14Initial revisionKaleb Keithley3-0/+469
2003-11-14R6.6 is the Xorg base-lineXORG-MAINKaleb Keithley37-0/+5377