index
:
xorg/xserver-test
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
autoconfig-for-7.2
bcook-backend
compat_output
dmx-2
dri-0-1-branch
dri2-swapbuffers
exa-damagetrack
glucose-2
gsr-current
input-hotplug
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
mpx
no-pci-rework
orib-soc-2006
panning-for-server-1.6
pci-rework
randr-1.2
randr-1.2-for-server-1.2
randr-dpms
sco_port_update
server-1.10-branch
server-1.11-branch
server-1.12-branch
server-1.13-branch
server-1.14-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.9-branch
server-1_0-branch
server-1_1-branch
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
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
xwayland
xwayland-1.12
X server
keithp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dix
/
dixutils.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-05-08
dix: delete all callbacks before reset
Peter Hutterer
1
-1
/
+7
2012-07-06
dix: introduce gpu screens. (v5)
Dave Airlie
1
-0
/
+6
2012-06-05
api: rework the X server driver API to avoid global arrays.
Dave Airlie
1
-6
/
+4
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-360
/
+317
2012-01-09
dix: Return BadWindow rather than BadMatch from dixLookupWindow
Chris Halse Rogers
1
-1
/
+9
2012-01-06
dix: Tune dixLookupDrawable for success
Adam Jackson
1
-4
/
+3
2011-12-12
CompareISOLatin1Lowered: constify arguments
Alan Coopersmith
1
-2
/
+2
2011-06-30
dix: avoid calling deleted block and wakeup handlers
Scott James Remnant
1
-4
/
+6
2010-10-13
dix: optimize CallCallbacks
Adam Jackson
1
-8
/
+1
2010-06-10
Remove unnecessary parentheses around return values in functions
Mikhail Gusarov
1
-5
/
+5
2010-06-06
Remove more superfluous if(p) checks around free(p)
Mikhail Gusarov
1
-1
/
+1
2010-05-19
Return an appropriately-typed error from dixLookupResourceByType.
Jamey Sharp
1
-5
/
+3
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-18
/
+18
2010-05-07
Introduce dixLookupFontable for "FONT or GC" parameters.
Jamey Sharp
1
-0
/
+18
2009-10-15
Remove CopyISOLatin1Lowered
Yaakov Selkowitz
1
-10
/
+0
2009-04-29
Fix most remaining deprecated resource lookups.
Eamon Walsh
1
-8
/
+3
2009-03-09
Replace dixLookupResource by dixLookupResourceBy{Type,Class}
Keith Packard
1
-2
/
+2
2009-01-22
Remove a bunch of useless casts.
Adam Jackson
1
-4
/
+4
2008-12-03
Rework symbol visibility for easier maintenance
Paulo Cesar Pereira de Andrade
1
-29
/
+29
2008-11-29
Export symbols defined in the sdk.
Paulo Cesar Pereira de Andrade
1
-12
/
+12
2008-11-27
Export symbols also defined in libXfont.
Paulo Cesar Pereira de Andrade
1
-1
/
+1
2008-09-22
Change 'remap' to 'map' in saveset functions/macros
Owen Taylor
1
-2
/
+2
2008-04-21
Fixed dixLookupClient to work with client=NullClient as it did in the 1.3 branch
Jeremy Huddleston
1
-1
/
+2
2008-02-14
Rip out useless indirection in the callback list management.
Adam Jackson
1
-15
/
+6
2008-01-03
dix: Fix bug+leak in callback manager DeleteCallbackList function.
Eamon Walsh
1
-1
/
+1
2007-08-16
xace: add hooks + new access codes: core protocol client requests
Eamon Walsh
1
-8
/
+16
2007-08-14
dix: remove caching of drawables and graphics contexts. The security checks
Eamon Walsh
1
-18
/
+4
2007-06-11
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
1
-1
/
+1
2007-06-11
dixLookupClient: Use access parameter.
Michel Dänzer
1
-1
/
+1
2007-04-17
xace: change the semantics of the return value of XACE hooks to allow
Eamon Walsh
1
-2
/
+5
2007-04-17
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
1
-2
/
+2
2007-04-09
Bug #10560: Code-Cleanup: function declarations () -> (void)
Stefan Huehner
1
-2
/
+2
2007-04-04
dix: add new, combined resource lookup function. Move all dix lookup API
Eamon Walsh
1
-60
/
+5
2007-03-25
General DIX static and dead code cleanup.
Adam Jackson
1
-3
/
+3
2007-03-08
dix: remove 'register' keyword for all variables.
Peter Hutterer
1
-5
/
+5
2007-01-08
Attempt to fix drawable type checks in dixLookupDrawable().
Michel Dänzer
1
-3
/
+3
2006-12-15
Add loud warnings to deprecated lookup functions.
Eamon Walsh
1
-5
/
+19
2006-12-15
Convert callers of LookupClient() to dixLookupClient().
Eamon Walsh
1
-2
/
+3
2006-12-14
Add new, combined dix lookup functions (tweak).
Eamon Walsh
1
-1
/
+1
2006-12-14
Add new, combined dix lookup functions.
Eamon Walsh
1
-81
/
+95
2006-12-14
Naming change: Security*Access -> Dix*Access
Eamon Walsh
1
-3
/
+3
2006-12-01
Define calls away when not building XACE, allowing ifdef's to be removed.
Eamon Walsh
1
-2
/
+0
2006-08-10
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...
Alan Coopersmith
1
-2
/
+0
2006-07-21
Remove RCS tags. Fix Xprint makefile braindamage.
Adam Jackson
1
-2
/
+0
2006-06-20
Move Xserver API for security extension to securitysrv.h
Alan Coopersmith
1
-2
/
+1
2006-06-19
Replace XC-SECURITY code with XACE security hooks
Eamon Walsh
1
-29
/
+7
2006-02-15
Mark everything in dixsym.c as _X_EXPORT.
Adam Jackson
1
-16
/
+16
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
[next]