index
:
~airlied/xserver
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
Domain-branch
IPv6-REVIEW
STSF-CURRENT
XACE-SELINUX
XACE-modular
XEVIE
XINERAMA_2
XORG-6_8-branch
XORG-CURRENT
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
abi-bash
api-cleanup
api-queue
autoconfig-for-7.2
bcook-backend
compat_output
dmx-2
dri-0-1-branch
dri2-offload-proposed
dri2-swapbuffers
drvlayer
drvmodelv2
drvmodelv2-glx
drvmodelv2-prebase
drvmodelv2-rebase
drvmodelv2-wip
drvmodelv2wip2
drvmodelv3
dynerama
endless
exa-damagetrack
exa-uxa-merge
fb-cleanup
fb-define-cleanup-squashed
fix-warnings
fix-zaphod-error
for-1.14-gpu-fixes
for-keithp
for-keithp-complete
for-keithp-gpu-vt-owner
for-keithp-offload-slave
for-keithp-output-slave
for-keithp-squashed
for-keithp-stage1
for-keithp-this-time-for-sure
for-keithp-unreviewed
glamor-core-profile
glamor-finish-api
glamor-prime
glamor-put-image-write-only
glucose-2
glxpull
gpu-hotplug-vt
gpu-switch-101
gpu-switch-hacks
gpu-switch-hacks2
gpu-switch-hacks3
gsr-current
impedance
input-hotplug
keithp-queue
lg3d
lg3d-7.2
lg3d-dev
lg3d-dev-0-6-1
lg3d-dev-0-6-1-1
lg3d-dev-0-6-1-current
lg3d-dev-0-6-1-latest
lg3d-dev-0-6-2
lg3d-dev-0-6-latest
lg3d-dev-0-7-0
lg3d-dev-0-7-1
lg3d-event
lg3d-master
master
misc-prime-fixes
modesetting-zaphod
mpx
no-pci-rework
orib-soc-2006
output-class-pciid
pageflip-v5-airlied
pageflip-v6
pageflip-v6-submit
panning-for-server-1.6
pci-rework
platform-usb-hotplug-101
prime
prime-101
prime-102
prime-103
prime-dri2-hack
prime-fixes
prime-hw-cursor
proto-screens
pwin-cleanup
randr-1.2
randr-1.2-for-server-1.2
randr-1.5
randr-dpms
randr-provider
redunant-cleanups-1
reverse-prime
reviewed-fixes
rework-stuff
rhel-fixes
sco_port_update
server-1.13-branch
server-1.14-randr-fixes
server-1.14-randr-fixes-abi-break-fixed
server-1.16-branch
server-1.2-branch
server-1.3-branch
server-1.4-branch
server-1.5-branch
server-1.6-branch
server-1.6-enterleave
server-1.7-branch
server-1.7-nominations
server-1.8-branch
server-1_0-branch
server-1_1-branch
stable-1.14-fixes
tmp-api
tmp-train-work
transform-proposal
wonderland-dev
xf-4_0_2-branch
xf-4_1-branch
xf-4_2-branch
xf-4_3-branch
xfixes_2_branch
xgl-0-0-1
xinerama-cleanup
xinerama-the-revenge
xorg-server-1.2-apple
xorg-server-1.4-apple
xorg-server-1.5-apple
xorg-server-1.6-apple
xorg-server-1.7-apple
xquartz-composite
xserver-queue
Unnamed repository; edit this file to name it for gitweb.
airlied
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Xext
/
panoramiXprocs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-09
Use C99 designated initializers in Xext Replies
Alan Coopersmith
1
-17
/
+25
2012-07-09
Remove unneccesary casts from WriteToClient calls
Alan Coopersmith
1
-3
/
+2
2012-03-21
Indentation: Change '& stuff' to '&stuff'
Daniel Stone
1
-6
/
+6
2012-03-21
Xinerama: Fix up obnoxiously-indented code
Daniel Stone
1
-14
/
+12
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-1300
/
+1432
2011-03-10
panoramiX: convert 1->panoramiXNumScreens loops to use macro (v2)
xinerama-cleanup
Dave Airlie
1
-1
/
+1
2011-03-10
panoramiX: convert 0->panoramiXNumScreens loops to macro (v3)
Dave Airlie
1
-1
/
+1
2011-03-10
panoramiX: consolidate common id assignment code.
Dave Airlie
1
-15
/
+5
2011-03-10
panoramiX: macro checking if drawable is root (v2)
Dave Airlie
1
-13
/
+13
2010-11-15
Xext: panoramiXprocs: fix typo
Linus Arver
1
-1
/
+1
2010-06-10
Fix a couple more possible errors with input-only windows
Keith Packard
1
-1
/
+1
2010-06-10
Remove unnecessary parentheses around return values in functions
Mikhail Gusarov
1
-55
/
+55
2010-06-06
Replace deprecated bzero with memset
Mikhail Gusarov
1
-2
/
+2
2010-06-05
Clean up after removal of screen parameters from region macros.
Jamey Sharp
1
-6
/
+3
2010-06-05
Rename region macros to eliminate screen argument
Keith Packard
1
-12
/
+12
2010-06-03
Accumulate graphics exposures incrementally in PanoramiXCopyArea/Plane.
Jamey Sharp
1
-36
/
+26
2010-06-03
Move each screen's x/y origin into ScreenRec.
Jamey Sharp
1
-53
/
+53
2010-06-03
Delete panoramiXdataPtr: it's redundant.
Jamey Sharp
1
-53
/
+53
2010-06-03
Move each screen's root-window pointer into ScreenRec.
Jamey Sharp
1
-7
/
+7
2010-06-03
Move each screen's screensaver data into ScreenRec.
Jamey Sharp
1
-6
/
+6
2010-05-19
Add typed resource-lookup errors for non-core resource types.
Jamey Sharp
1
-61
/
+61
2010-05-19
Return an appropriately-typed error from dixLookupResourceByType.
Jamey Sharp
1
-1
/
+1
2010-05-13
Eliminate boilerplate around client->noClientException.
Jamey Sharp
1
-17
/
+13
2010-05-13
clientErrorValue is never used outside dix. Stop importing it.
Jamey Sharp
1
-7
/
+0
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-31
/
+31
2010-04-26
Kill unused/useless macros in panoramiX.h: BREAK_IF, IF_RETURN, FORCE_ROOT
Jamey Sharp
1
-1
/
+1
2009-07-14
Xext: switch to byte counting functions
Peter Hutterer
1
-9
/
+9
2009-04-29
Fix most remaining deprecated resource lookups.
Eamon Walsh
1
-295
/
+376
2009-01-22
Remove a bunch of useless casts.
Adam Jackson
1
-13
/
+13
2008-12-12
Remove #define NEED_EVENTS and NEED_REPLIES
Peter Hutterer
1
-2
/
+0
2008-07-24
Shape extension is built-in and mandatory.
Adam Jackson
1
-4
/
+0
2008-02-28
XACE: Fix instances of DixUnknownAccess at hook callsites.
Eamon Walsh
1
-4
/
+4
2008-02-22
Fix Xinerama's consolidated visual handling.
Adam Jackson
1
-5
/
+2
2007-12-13
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
1
-10
/
+0
2007-12-02
Clean up many #if 0.
Adam Jackson
1
-10
/
+0
2007-11-05
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
1
-16
/
+16
2007-11-05
Xext: Remove usage of alloca
Daniel Stone
1
-16
/
+16
2007-09-25
xace: change prototype of VALIDATE_DRAWABLE_AND_GC macro to allow access
Eamon Walsh
1
-4
/
+4
2006-12-15
Convert callers of SecurityLookupWindow() to dixLookupWindow().
Eamon Walsh
1
-10
/
+8
2006-12-14
Remove instances of macros VERIFY_GEOMETRABLE and VERIFY_GC.
Eamon Walsh
1
-1
/
+5
2006-12-14
Remove instances of macro SECURITY_VERIFY_DRAWABLE.
Eamon Walsh
1
-5
/
+12
2006-12-14
Remove instances of macros LOOKUP_DRAWABLE and VERIFY_DRAWABLE.
Eamon Walsh
1
-7
/
+18
2006-12-14
Naming change: Security*Access -> Dix*Access
Eamon Walsh
1
-86
/
+86
2006-07-21
Remove RCS tags. Fix Xprint makefile braindamage.
Adam Jackson
1
-2
/
+0
2005-07-03
Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".
Daniel Stone
1
-1
/
+1
2005-07-03
Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.
Daniel Stone
1
-0
/
+4
2005-07-01
Change all misc.h and os.h references to <X11/foo.h>.
Daniel Stone
1
-1
/
+1
2005-04-20
Fix includes right throughout the Xserver tree:
Daniel Stone
1
-2
/
+2
2004-04-23
Merging XORG-CURRENT into trunk
Egbert Eich
1
-1
/
+1
2004-03-14
Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
xf86-4_4_99_1
Egbert Eich
1
-1
/
+1
[next]