index
:
~pzanoni/xserver
leak-fixes
master
.yrotisoper eht eman ot 'noitpircsed' elif siht tide ;yrotisoper demannU
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-10
xfree86: Sanity check before retrieving the paired device.
Peter Hutterer
1
-1
/
+4
2008-04-07
Merge branch 'master' into dcdc_rework
Peter Hutterer
100
-2767
/
+3213
2008-04-04
Fix PCI config space cycles from int10 emulator.
Adam Jackson
1
-1
/
+1
2008-04-04
Only autoload RECORD if it was enabled.
Kristian Høgsberg
1
-0
/
+2
2008-04-04
quirk: add quirk for ACER EDID
Dave Airlie
1
-0
/
+5
2008-04-02
XQuartz: Change reporting of space change to debug log rather than stderr
Jeremy Huddleston
1
-1
/
+1
2008-04-02
The AppKit thread should not be calling directly into the X server
Ben Byer
5
-16
/
+13
2008-04-02
formatting cleanup for X11Application.m (no code changes)
Ben Byer
1
-260
/
+241
2008-04-02
moved and renamed QuartzMessageServerThread to
Ben Byer
7
-58
/
+60
2008-04-02
shovelling code around ...
Ben Byer
4
-123
/
+116
2008-04-02
just a bit of juggling headers around -- we're preparing
Ben Byer
7
-9
/
+16
2008-04-02
nuke DarwinEventQueue
Ben Byer
2
-34
/
+1
2008-04-02
continue with gutting darwinEvents.c
Jeremy Huddleston
1
-96
/
+28
2008-04-02
turns out we weren't actually using these files. oops
Jeremy Huddleston
3
-690
/
+0
2008-04-02
remove vestigal DarwinEQPointerPost etc
Ben Byer
3
-21
/
+4
2008-04-02
gut darwinEQEnqueue, and make it just call mieqEnqueue (for the moment)
Ben Byer
1
-33
/
+7
2008-04-02
add prototype for DarwinEventHandler
Ben Byer
2
-2
/
+2
2008-04-02
add logging of current thread ID to DEBUG_LOG macro
Ben Byer
1
-1
/
+1
2008-04-02
Begin to move all of our Xquartz DDX-specific event handlers
Ben Byer
1
-0
/
+24
2008-04-02
XQuartz: Fixed missing close-paren in preference pane text.
Jeremy Huddleston
2
-2
/
+2
2008-04-02
Pick up dri2proto from the standard proto header include path.
Kristian Høgsberg
1
-1
/
+1
2008-04-02
Add @XORG_CFLAGS@ to satisfy xf86* includes.
Kristian Høgsberg
2
-2
/
+2
2008-04-02
dri2: fix crasher if DRI2Connect fails
Xiang, Haihao
1
-1
/
+1
2008-04-02
Bug #15160: quirk Proview AY765C
Hong Liu
1
-0
/
+5
2008-04-01
xfree86: don't crash in AutoConfig if the primary device is not pci
Goneri Le Bouder
1
-2
/
+3
2008-03-31
Add code to track 5 valuators for pointing device, in preparation
Ben Byer
3
-20
/
+80
2008-03-31
add debug statements so we can see if/when our Xinput stubs are getting called.
Ben Byer
1
-3
/
+13
2008-03-31
Remove calls to InitValuatorAxisStruct -- these are now handled in dix by
Ben Byer
1
-18
/
+2
2008-03-31
Implement DRI2 direct rendering and update AIGLX to DRI interface changes.
Kristian Høgsberg
5
-45
/
+445
2008-03-28
XQuartz: Fixed names of enums to be more consistent
Jeremy Huddleston
8
-82
/
+82
2008-03-28
=?utf-8?q?XQuartz:=20Another=20Expos=C3=A9=20fix:=20F9=20doesn't=20raise=20al...
Jeremy Huddleston
1
-8
/
+4
2008-03-28
Compile fix.
Adam Jackson
1
-1
/
+1
2008-03-28
Add E-EDID segment selection.
Adam Jackson
1
-34
/
+71
2008-03-28
Refactor DDC2 code to allow for proper segmented addressing.
Adam Jackson
1
-68
/
+64
2008-03-28
Start E-EDID support in the DDC module.
Adam Jackson
2
-29
/
+47
2008-03-28
XSELinux: Add xorg.conf option for permissive/enforcing/disabled.
Eamon Walsh
2
-1
/
+25
2008-03-27
XQuartz: Sanity-check the removal of the 256-color option
Jeremy Huddleston
1
-1
/
+2
2008-03-27
xquartz: copy in new stubs from Xi/stubs.c to replace our old
Ben Byer
1
-127
/
+59
2008-03-27
prevent "fake mouse clicks" from generating spurious extra events
Ben Byer
1
-0
/
+3
2008-03-27
quirk: fix LPL monitors properly.
Dave Airlie
1
-8
/
+1
2008-03-24
Bug #10016: Implement WM_CLASS hints in Xephyr.
David Nusinow
4
-0
/
+51
2008-03-24
Bug #11510: Fix build without RECORD.
Adam Jackson
1
-1
/
+5
2008-03-24
Bug #11508: Fix build without XV.
Adam Jackson
1
-0
/
+2
2008-03-22
xaa: use xf86ReturnOptValBool instead of xf86IsOptionSet
Julien Cristau
1
-21
/
+36
2008-03-22
exa: use xf86ReturnOptValBool instead of xf86IsOptionSet
Julien Cristau
1
-6
/
+7
2008-03-21
XQuartz: Disable 256 color option and fullscreen option
Jeremy Huddleston
4
-25
/
+36
2008-03-21
Xquartz: Added separate preference tab for quartz-wm settings
Jeremy Huddleston
7
-160
/
+410
2008-03-21
XQuartz: Initial framework for dealing with spaces on OS-X
Jeremy Huddleston
3
-3
/
+25
2008-03-21
Rootless: Removed safeAlphaXXXX() in favor of using fb/pixman
Jeremy Huddleston
2
-13
/
+1
2008-03-21
=?utf-8?q?Apple:=20Xserver=20half=20of=20the=20Expos=C3=A9=20bug-fix=20(requi...
Jeremy Huddleston
1
-0
/
+2
[next]