index
:
~dbn/xserver
build-fixes
for-keithp
inputclass
inputconf
master
no-libxorg
xorg.conf.d
Various xserver patches
dbn
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
xwin
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-21
Add xkeyboard-config to See Also of man pages referencing xkb
Alan Coopersmith
1
-1
/
+2
2011-05-24
Fix XWin compilation after updates for input API changes
Colin Harrison
2
-6
/
+4
2011-05-11
input: remove DDX event list handling
Peter Hutterer
2
-8
/
+3
2011-05-11
input: replace EventListPtr with InternalEvent array
Peter Hutterer
2
-3
/
+3
2011-05-11
input: Provide Queue{Button|Keyboard|Proximity}Event helpers
Peter Hutterer
2
-16
/
+5
2011-04-29
Merge remote-tracking branch 'jturney/remove-opengl-spec-download'
Keith Packard
4
-35
/
+10
2011-04-28
hw/xwin: wglext.h should be provided by w32api, rather than downloaded
Jon TURNEY
4
-9
/
+5
2011-04-28
configure: Look for Khronos OpenGL spec files using pkg-config
Jon TURNEY
2
-29
/
+8
2011-04-27
Merge remote-tracking branch 'jturney/master'
Keith Packard
15
-52
/
+103
2011-04-27
Cygwin/X: Handle failure during winScreenInit()
Jon TURNEY
6
-5
/
+14
2011-04-27
Cygwin/X: Make winOverrrideStyle() thread-safe
Jon TURNEY
3
-26
/
+24
2011-04-27
Cygwin/X: Cosmetic fixes to logging of result from X*TextPropertyToTextList()
Jon TURNEY
1
-1
/
+4
2011-04-27
Cygwin/X: Decorate function pointers retrieved via GetProcAddress with WINAPI
Jon TURNEY
2
-2
/
+2
2011-04-27
Cygwin/X: Don't make InputOnly windows visible
Jon TURNEY
1
-6
/
+11
2011-04-27
Cygwin/X: Fix a GDI bitmap resource leak of window icons
Jon TURNEY
3
-12
/
+24
2011-04-27
Cygwin/X: Internal WM workaround for Java AWT bug
Jon TURNEY
1
-0
/
+24
2011-04-25
hw/xwin: remove duplicated includes
Nicolas Kaiser
3
-5
/
+0
2011-04-18
input: remove GetKeyboardValuatorEvents, this is now unnecessary.
Peter Hutterer
1
-1
/
+1
2011-04-06
Merge remote-tracking branch 'jturney/master'
Keith Packard
1
-1
/
+1
2011-03-28
glx: Remove some obfuscatory macros
Adam Jackson
1
-1
/
+1
2011-03-28
glx: Remove ->forceCurrent from the context vtable
Adam Jackson
1
-8
/
+0
2011-03-28
consolidate SetRootClip (v2)
Dave Airlie
1
-102
/
+2
2011-03-25
Fix XWin compilation after commit 769531b9
Jon TURNEY
1
-1
/
+1
2011-03-17
Revert "dix: Remove usage_hint from pixmaps, store it in ->drawable.class"
Keith Packard
2
-4
/
+5
2011-03-08
dix: Remove usage_hint from pixmaps, store it in ->drawable.class
Adam Jackson
2
-5
/
+4
2011-02-25
hw/xwin: Look for gl spec files in $(srcdir) or .
Keith Packard
1
-2
/
+2
2011-02-05
Cygwin/X: Fix for Canadian Multilingual Standard keyboard layout handling
Jon TURNEY
1
-1
/
+1
2011-02-05
Cygwin/X: Ignore MappingNotify events sent to clipboard integration client
Jon TURNEY
1
-0
/
+3
2011-02-05
Cygwin/X: Add Turkish keyboard layouts to keyboard layout mapping table
Jon TURNEY
1
-0
/
+2
2011-02-05
Cygwin/X: Make the keyboard layout detection logging a bit clearer
Jon TURNEY
1
-33
/
+44
2011-02-05
Cygwin/X: Update mapping for Canadian keyboard layouts
Jon TURNEY
1
-3
/
+3
2011-02-05
Cygwin/X: Better keycode debugging output
Jon TURNEY
2
-7
/
+5
2011-02-05
Cygwin/X: Generate X keycodes for multimedia keys
Jon TURNEY
2
-11
/
+16
2011-01-19
Cygwin/X: DirectDraw engines shouldn't try to blit if the surface wasn't allo...
Jon TURNEY
3
-44
/
+18
2011-01-19
Cygwin/X: Simplify and consolidate reporting of the bpp value we are going to...
Jon TURNEY
6
-107
/
+31
2011-01-19
Cygwin/X: Deal with RANDR depth changes correctly in ShadowGDI drawing engine
Jon TURNEY
4
-70
/
+60
2011-01-19
Cygwin/X: Use winUpdateFBPointer() in winshaddd.c rather than duplicating it ...
Jon TURNEY
1
-16
/
+1
2011-01-19
Cygwin/X: Remove WIN_DIB_MAXIMUM_SIZE check
Jon TURNEY
4
-40
/
+0
2011-01-19
Cygwin/X: Fix a typo in command line argument validation code
Jon TURNEY
1
-2
/
+2
2011-01-19
Cygwin/X: Don't turn off -multiplemonitors when all monitors don't have the s...
Jon TURNEY
1
-4
/
+11
2011-01-19
Cygwin/X: Generate RANDR change on WM_DISPLAYCHANGE for rootless modes
Jon TURNEY
4
-38
/
+103
2011-01-19
Cygwin/X: Make WM_SIZE use RandR resizing when -resize=randr
Jon TURNEY
1
-5
/
+43
2011-01-19
Cygwin/X: Implement framebuffer resizing in RANDR extension
Jon TURNEY
3
-64
/
+254
2011-01-19
Cygwin/X: Add -resize command line option
Jon TURNEY
7
-40
/
+130
2011-01-19
Cygwin/X: Move QueryMonitor() out of windprocarg.c
Jon TURNEY
4
-70
/
+108
2011-01-19
Cygwin/X: Remove an attempt at detecting if WM_DISPLAYCHANGE affects the X sc...
Jon TURNEY
4
-69
/
+31
2011-01-19
Cygwin/X: Rather than storing calculated physical display sizes, calculate th...
Jon TURNEY
4
-21
/
+2
2011-01-19
Cygwin/X: Refactor framebuffer allocation/release in drawing engines
Jon TURNEY
7
-143
/
+229
2011-01-19
Cygwin/X: Enable building of nativegdi and primaryfb engines to avoid further...
Jon TURNEY
5
-7
/
+43
2011-01-18
man: refactor common code in the man pages makefiles
Gaetan Nadon
1
-19
/
+1
[next]