index
:
~iksaif/xserver
master
xwayland
Xorg that runs on wayland (xwayland extension)
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dix
Age
Commit message (
Expand
)
Author
Files
Lines
2010-06-05
dix: Remove test for obsolete NO_XINERAMA_PORT macro.
Kim Woelders
1
-2
/
+1
2010-06-05
Clean up after removal of screen parameters from region macros.
Jamey Sharp
3
-65
/
+29
2010-06-05
Add dixCreatePrivateKey API
Keith Packard
1
-2
/
+30
2010-06-05
Change devPrivates implementation.
Keith Packard
1
-149
/
+327
2010-06-05
Change the devPrivates API to require dixRegisterPrivateKey
Keith Packard
13
-98
/
+161
2010-06-05
Remove dixRegisterPrivateOffset; hard-code devPrivates offsets instead
Keith Packard
2
-45
/
+15
2010-06-05
Change region implementation from macros to inline functions.
Keith Packard
1
-130
/
+3
2010-06-05
Rename region macros to eliminate screen argument
Keith Packard
4
-185
/
+127
2010-06-05
Move mi/miregion.c to dix/region.c
Keith Packard
2
-0
/
+1846
2010-06-05
Change region implementation names to eliminate the 'mi' prefix
Keith Packard
1
-2
/
+2
2010-06-03
composite: use config notify hook to do pixmap resize.
Dave Airlie
1
-1
/
+8
2010-06-03
XineramaSetCursorPosition: use screen bounds directly, not POINT_IN_REGION.
Jamey Sharp
1
-4
/
+9
2010-06-03
Move each screen's x/y origin into ScreenRec.
Jamey Sharp
4
-79
/
+71
2010-06-03
Delete panoramiXdataPtr: it's redundant.
Jamey Sharp
3
-77
/
+77
2010-06-03
Move each screen's root-window pointer into ScreenRec.
Jamey Sharp
7
-48
/
+45
2010-06-03
Move each screen's screensaver data into ScreenRec.
Jamey Sharp
1
-37
/
+34
2010-06-03
Change keyboard controls on slave keyboards (#27926)
Nicolas George
1
-2
/
+2
2010-05-28
dix: add 3x3 transformation matrix xinput property for multi-head handling
Peter Korsgaard
2
-0
/
+90
2010-05-26
Revert "Add a "flags" field to DeleteInputDeviceRequest."
Keith Packard
1
-1
/
+1
2010-05-25
Add a "flags" field to DeleteInputDeviceRequest.
Peter Hutterer
1
-1
/
+1
2010-05-25
dix: add helper functions to duplicate and free InputAttributes.
Peter Hutterer
1
-0
/
+79
2010-05-23
Device init: Don't crash when CreateGC fails.
Jamey Sharp
1
-1
/
+2
2010-05-21
doPolyText: forget about FontChange's XID after looking up pFont.
Jamey Sharp
1
-4
/
+2
2010-05-20
dix: remove obsolete comment.from EnableDevice.
Peter Hutterer
1
-4
/
+0
2010-05-20
Replace screen->rgf scratch GC flags with a bit in each GC.
Jamey Sharp
2
-20
/
+18
2010-05-19
Add typed resource-lookup errors for non-core resource types.
Jamey Sharp
1
-0
/
+6
2010-05-19
Return an appropriately-typed error from dixLookupResourceByType.
Jamey Sharp
8
-65
/
+107
2010-05-19
Use WriteEventsToClient rather than TryClientEvents where possible.
Jamey Sharp
1
-6
/
+6
2010-05-19
Set event sequence number in WriteEventsToClient instead of at callers.
Jamey Sharp
3
-13
/
+4
2010-05-19
Make WriteEventsToClient/WriteToClient no-op on fake or dead clients.
Jamey Sharp
1
-0
/
+3
2010-05-17
Fix build without XACE
Julien Cristau
2
-0
/
+2
2010-05-14
Bugfix for "Pre-validate ChangeGC XIDs": off-by-one in loop index.
Jamey Sharp
1
-1
/
+1
2010-05-13
Merge remote branch 'jamey/cleanups'
Keith Packard
10
-441
/
+289
2010-05-13
Eliminate boilerplate around client->noClientException.
Jamey Sharp
5
-249
/
+139
2010-05-13
Quit using clientErrorValue in dix/colormap.c.
Jamey Sharp
3
-34
/
+16
2010-05-13
Quit using clientErrorValue in dix/gc.c.
Jamey Sharp
2
-25
/
+33
2010-05-13
Define GCAllBits as the union of all valid CreateGC masks.
Jamey Sharp
1
-4
/
+4
2010-05-13
Replace dixChangeGC with calls directly to the right variant.
Jamey Sharp
5
-60
/
+39
2010-05-13
Pre-validate ChangeGC XIDs.
Jamey Sharp
1
-81
/
+64
2010-05-13
dixChangeGC callers: Use ChangeGCVal instead of XID almost everywhere.
Jamey Sharp
3
-17
/
+23
2010-05-13
Remove devPrivates init and delete callback lists.
Keith Packard
1
-40
/
+0
2010-05-12
CreateGC: Pass current client on to ChangeGC.
Jamey Sharp
1
-1
/
+1
2010-05-12
Kill ChangeGC in favor of dixChangeGC.
Jamey Sharp
3
-17
/
+8
2010-05-12
Kill DoChangeGC in favor of dixChangeGC.
Jamey Sharp
1
-43
/
+3
2010-05-12
doPolyText needs UseAccess to each font, not ReadAccess.
Jamey Sharp
1
-1
/
+1
2010-05-12
Merge remote branch 'dottedmag/for-keithp'
Keith Packard
1
-18
/
+24
2010-05-13
Misc coding style cleanup
Mikhail Gusarov
1
-4
/
+4
2010-05-13
Remove useless casts
Mikhail Gusarov
1
-12
/
+13
2010-05-13
Fix code style: extra whitespace before ()
Mikhail Gusarov
1
-1
/
+1
2010-05-13
Fix warning: it's safe to pass atom strings > XA_LAST_PREDEFINED to free(3)
Mikhail Gusarov
1
-2
/
+7
[next]