index
:
~marcoz/xserver
server-1.13-branch
Unnamed repository; edit this file 'description' to name the repository.
marcoz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dix
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-10
dix: Extend IsKeyboardDevice() to not include pointer devices.
Peter Hutterer
1
-1
/
+4
2008-04-10
dix: Dont deliver grabbed pointer events to a focus window.
Peter Hutterer
1
-1
/
+12
2008-04-10
dix: When floating, set sprite to NULL before calling InitializeSprite.
Peter Hutterer
1
-4
/
+11
2008-04-08
XQuartz: Fix issue where clicking on an X11 window might send that event to a...
Jeremy Huddleston
2
-0
/
+10
2008-04-08
dix: Ensure Proximity events don't kill the server.
Magnus Vigerlöf
2
-17
/
+36
2008-04-07
Merge branch 'master' into dcdc_rework
Peter Hutterer
7
-394
/
+437
2008-04-06
dix: sprite may be NULL, don't dereference it then.
Peter Hutterer
1
-1
/
+1
2008-04-06
dix: remove debug error message about XI->core type conversion.
Peter Hutterer
1
-2
/
+0
2008-04-02
shovelling code around ...
Ben Byer
1
-0
/
+14
2008-03-25
Fix that last commit.
Adam Jackson
1
-1
/
+1
2008-03-25
Fix getValuatorEvents to compute number of valuators correctly.
Sascha Hlusiak
1
-1
/
+1
2008-03-04
XACE: Check the return value of the selection create hook call.
Eamon Walsh
1
-1
/
+6
2008-03-04
Merge branch 'master' into mpx
Peter Hutterer
10
-80
/
+52
2008-03-04
dix: Convert selection list to a linked list.
Eamon Walsh
1
-26
/
+22
2008-02-29
XACE: Add generic support for property and selection polyinstantiation.
Eamon Walsh
2
-5
/
+11
2008-02-29
dix: Refactoring of selection code to allow for polyinstantiation.
Eamon Walsh
4
-274
/
+309
2008-02-29
dix: Refactoring of property code to allow for polyinstantiation.
Eamon Walsh
1
-117
/
+104
2008-02-29
On second thought, revert that, it'll make large pixmaps painfully slow.
Adam Jackson
1
-1
/
+1
2008-02-29
Bug #10465: Use calloc() for allocating PixmapRec's.
Chris Wilson
1
-1
/
+1
2008-02-29
Bug #10464: Set pixel value to 0 before FindColor()
Chris Wilson
1
-0
/
+1
2008-02-27
dix: set dev->key to NULL after freeing it in CloseDevice. (Bug #12830)
Peter Hutterer
1
-0
/
+1
2008-02-26
dix: before copying the classes the first time, set the VCK's classes to NULL.
Peter Hutterer
1
-0
/
+29
2008-02-25
Xi: remove ungrab handling of ExtendedUngrabDevice request.
Peter Hutterer
1
-12
/
+0
2008-02-20
XACE: Make the default window background state configurable per-window.
Eamon Walsh
1
-4
/
+5
2008-02-20
Remove COMPOSITE ifdefs around WindowRec bitfield as it has no ABI effect.
Eamon Walsh
1
-2
/
+0
2008-02-19
dix: set evlen to the size of the reallocated memory.
Peter Hutterer
1
-0
/
+1
2008-02-19
dix: Ensure enough memory for ClassesChangedEvent for a new device.
Peter Hutterer
1
-0
/
+16
2008-02-19
dix: change GetEventList to return length of list and set parameter in place.
Peter Hutterer
1
-3
/
+4
2008-02-19
dix: add InputEventListLen and SetMinimumEventSize
Peter Hutterer
2
-1
/
+26
2008-02-18
Move input event list initialisation and storage from DDX to DIX.
Peter Hutterer
2
-0
/
+15
2008-02-18
Xi: make SizeDeviceInfo public and re-use from CreateClassesChangedEvent.
Peter Hutterer
1
-12
/
+3
2008-02-18
dix: add support for WindowAccessAllowAll in device access checking.
Peter Hutterer
1
-0
/
+4
2008-02-18
dix: Handle the case where a device cursor was removed correctly
Benjamin Close
1
-1
/
+7
2008-02-18
dix: set num_events to 1 by default. (no RawDeviceEvents anymore)
Peter Hutterer
1
-1
/
+1
2008-02-17
main(): Remove uncredible failure
Daniel Stone
1
-9
/
+0
2008-02-13
XACE: Change access modes for some device-related requests.
Eamon Walsh
1
-5
/
+5
2008-02-14
dix: Don't generate RawDeviceEvents anymore.
Peter Hutterer
1
-34
/
+3
2008-02-14
Silence an error message in ConfigureWindow that never happens.
Adam Jackson
1
-1
/
+1
2008-02-14
Silence FreeResource()
Adam Jackson
1
-5
/
+0
2008-02-14
Silence the harmless FreeFontPath error message.
Adam Jackson
1
-3
/
+0
2008-02-14
requestingClient is an xprintism, hide it for other servers.
Adam Jackson
3
-1
/
+10
2008-02-14
Simplify critical output flushing.
Adam Jackson
1
-6
/
+2
2008-02-14
Rip out useless indirection in the callback list management.
Adam Jackson
1
-15
/
+6
2008-02-12
XACE: Move the selection access hook to its own function.
Eamon Walsh
1
-6
/
+4
2008-02-07
XACE: Correct some protocol error values in the colormap routines.
Eamon Walsh
1
-3
/
+3
2008-02-05
XACE: Move the property access hook to its own function.
Eamon Walsh
1
-9
/
+7
2008-02-05
dix: Move motion history update until after screen crossing and clipping
Magnus Vigerlöf
1
-9
/
+9
2008-02-05
dix: Skip call to clipAxis for relative core-events
Magnus Vigerlöf
1
-11
/
+33
2008-02-05
Bug # 10324: dix: Add scaling of X and Y on the reported pointer-events
Magnus Vigerlöf
1
-21
/
+76
2008-02-05
Bug # 10324: dix: Allow arbitrary value ranges in GetPointerEvents
Magnus Vigerlöf
1
-4
/
+7
[prev]
[next]