index
:
~herrb/xserver
for-keith
master
obsd
obsd-server-1.10-branch
obsd-server-1.11-branch
obsd-server-1.12-branch
obsd-server-1.13-branch
obsd-server-1.14-branch
obsd-server-1.15-branch
obsd-server-1.9-branch
server-1.11-branch
server-1.12-branch
server-1.13-branch
OpenBSD versions of xserver
herrb
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dix
Age
Commit message (
Expand
)
Author
Files
Lines
2008-03-04
XACE: Check the return value of the selection create hook call.
Eamon Walsh
1
-1
/
+6
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-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-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
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
2008-02-05
dix: Always add valuator information if present
Magnus Vigerlöf
1
-5
/
+2
2008-01-30
dix: print out event type if a bogus pointer event occurs.
Peter Hutterer
1
-1
/
+1
2008-01-25
XACE: Stop using fake requestVectors in favor of a simple hook call.
Eamon Walsh
1
-2
/
+3
2008-01-17
Fix for CVE-2008-0006 - PCF Font parser buffer overflow.
Matthieu Herrb
1
-0
/
+7
2008-01-16
Don't break grab and focus state for a window when redirecting it.
Kristian Høgsberg
1
-1
/
+2
2008-01-08
dix: set the correct number of valuators in valuator events.
Peter Hutterer
1
-1
/
+1
2008-01-03
devPrivates rework: Free callback lists after use.
Eamon Walsh
1
-0
/
+2
2008-01-03
dix: Fix bug+leak in callback manager DeleteCallbackList function.
Eamon Walsh
1
-1
/
+1
2008-01-02
Restore include & typedef needed by dtrace
Alan Coopersmith
1
-0
/
+2
2007-12-28
Input: Don't reinit devices
Daniel Stone
1
-1
/
+2
2007-12-20
Xquartz: General Cleanup
Jeremy Huddleston
1
-0
/
+4
2007-12-17
XACE: Restore the old background None behavior in response to bug #13683.
Eamon Walsh
1
-2
/
+2
2007-12-14
Input: Fix proximity events with valuators
Bartosz Fabianowski
1
-1
/
+1
2007-12-13
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
2
-8
/
+1
2007-12-02
Clean up many #if 0.
Adam Jackson
1
-7
/
+0
2007-11-26
registry: add missing include statement.
Eamon Walsh
1
-0
/
+1
2007-11-26
registry: swap out the DTRACE XErrorDB stuff for the new registry call.
Eamon Walsh
2
-87
/
+2
2007-11-26
registry: Add a call for DTRACE compatibility.
Eamon Walsh
1
-0
/
+19
2007-11-26
registry: Rebase registry to use the server config file of protocol names.
Eamon Walsh
2
-195
/
+130
2007-11-26
registry: Add a great big list of protocol names, like the XErrorDB that
Eamon Walsh
2
-0
/
+1058
2007-11-21
Darwin: Dead code removal, Code cleanup, Added launcher
Jeremy Huddleston
1
-1
/
+1
2007-11-20
Remove some duplicate include statements.
Eamon Walsh
1
-1
/
+0
2007-11-19
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
3
-6
/
+4
2007-11-19
xace: restore the old SaveScreens function and introduce new API, since the
Eamon Walsh
3
-4
/
+10
[next]