Find a file
Maarten Maathuis ffdf013905 randr/xfree86: Fix a one off error in the panning calculations.
- Example: mode 1280x1024, panned area 1281x1024
           panned_area.x2 = 1281
           mode.width = 1280
  If you substract 1280 from 1281, then that leaves you with one.
  Which is the one pixel that you need to move to actually see the last pixel collumn.
  Substracting 1 from this will consistently prevent you from seeing the right and bottom edge.
(cherry picked from commit aedd2f566d)
2009-01-09 10:59:05 -08:00
composite Switching from Automatic to Manual redirect needs to unmap/remap 2008-09-19 20:58:32 -07:00
config When HAL returns a NULL property, print "(null)" instead of a NULL pointer 2008-11-05 21:58:30 -08:00
damageext Unifdef ISC 2008-10-02 17:03:54 -04:00
dbe Dead code cleanup over DBE. 2008-11-25 15:05:20 -05:00
dix dix: move MAX_VALUATOR_EVENTS into include/input.h 2009-01-09 10:30:26 -08:00
doc Document zap/-retro interaction more. 2008-10-07 20:40:15 -04:00
exa exa: avoid doing prepare/done without intervening copies in exaFillRegionTiled 2008-11-17 19:15:20 +10:00
fb Partially reverts commit 505c216d03. 2008-10-03 11:24:34 -07:00
glx GLX: Changes resulting from changes to Mesa generator scripts / data 2008-12-16 12:03:06 -08:00
hw randr/xfree86: Fix a one off error in the panning calculations. 2009-01-09 10:59:05 -08:00
include dix: move MAX_VALUATOR_EVENTS into include/input.h 2009-01-09 10:30:26 -08:00
mi mi: Reuse memory in mieqProcessInputEvents rather than making excessive calls to calloc() 2009-01-09 10:30:58 -08:00
miext Rootless: LP64 related casting fixes from Bob Murphy 2008-10-31 19:03:32 -07:00
os Don't log audit messages when -audit 0 specified 2009-01-09 09:59:54 -08:00
randr randr: clear primaryOutput when the output is deleted 2008-12-16 09:55:24 -05:00
record Drop the never-called SkippedRequestCallback list. 2008-10-03 17:51:19 -04:00
render Move matrix operations from X server to pixman 0.13.2 2008-11-25 22:17:58 -08:00
Xext xsync: Fix wakeup storm in idletime counter. 2008-12-16 09:55:27 -05:00
xfixes Unifdef ISC 2008-10-02 17:03:54 -04:00
Xi Xi: silence compiler warning 2008-12-16 12:03:04 -08:00
xkb mi: Clean up CopyGetMasterEvent, re-use the memory. 2009-01-09 10:30:27 -08:00
.gitignore gitignore: ignore .patch files 2008-11-21 09:04:17 +10:00
acinclude.m4 dolt: allow older versions of bash to compile the xserver (#19031) 2008-12-16 12:03:03 -08:00
autogen.sh autogen.sh: Pass --force to autoreconf 2008-07-22 16:55:26 +03:00
configure.ac XQuartz: unsetenv(DISPLAY) if we're not org.x.X11 2008-12-16 12:03:05 -08:00
COPYING Revert "Update COPYING for SHA1 code" 2008-09-23 09:21:37 -07:00
cpprules.in For MANDEFS, also replace __mandir__ for $(mandir) which includes 2006-12-08 15:51:44 -06:00
Makefile.am XTrap delenda est. 2008-06-25 09:52:36 -04:00
xorg-server.m4 Add xorg-server.m4 for driver dependency checking. 2005-11-01 15:01:51 +00:00
xorg-server.pc.in Include pciaccess in the xorg-server.pc Requires line. 2008-04-15 14:51:51 -07:00