summaryrefslogtreecommitdiffstats
path: root/unix/xserver
Commit message (Expand)AuthorAgeFilesLines
...
* [Cleanup] Fixed some compiler warningsAdam Tkac2008-10-101-1/+0
* Install *man files and vncserver script in Makefile.amsAdam Tkac2008-09-291-0/+2
* Fix compilation issues with gcc 3.4 (patch from George Wright - <gwright cend...Adam Tkac2008-07-292-1/+3
* Export all symbols in Xvnc to make mesa modules workingAdam Tkac2008-07-141-0/+2
* Include headers in Makefile.am-s in unix/* to fix "make dist" commandAdam Tkac2008-07-141-2/+3
* - removed DPMS stuff from xvnc.cc (included in xserver/Xext/dpmsstubs.c)Adam Tkac2008-04-171-19/+0
* - include dix-config.h before any xorg headerAdam Tkac2008-04-178-0/+32
* - introduced Xvnc Makefile.amAdam Tkac2008-04-161-0/+61
* PaintWindowBackground and PaintWindowBorder hooks are no longer used.Adam Tkac2008-03-261-57/+6
* Use SelectionCallback to handle selection changes. They should neverAdam Tkac2008-03-261-32/+17
* Add DDXRingBell to xvnc.cc because it has to be implement by DDX.Adam Tkac2008-03-261-1/+7
* Use GetKeyboardEvents and GetPointerEvents functions to generate input eventsAdam Tkac2008-03-261-42/+55
* Initialize input devices in XserverDesktop constructor and updateAdam Tkac2008-03-262-9/+19
* Moved keyboard and mouse input procedures to XserverDesktop.cc becauseAdam Tkac2008-03-262-207/+207
* Fixed minor compilation problems in xvnc.cc.Adam Tkac2008-03-221-11/+7
* Include keysym.h from $(includedir)/X11Adam Tkac2008-03-221-1/+1
* Don't access devPrivates directly. Use dixRequestPrivate and dixLookupPrivateAdam Tkac2008-03-221-34/+20
* Fixed vncExtInit.cc compilation with gcc 4 seriesAdam Tkac2008-03-221-1/+1
* Fixed libX11 #include directivesAdam Tkac2008-03-212-5/+5
* - moved Xvnc sources to unix/xserver/hw/vnc directory to affect current X treeAdam Tkac2008-03-2111-0/+5689