index
:
~jturney/xserver
build-fixes
clipboard-64bit-fix
clipboard-debug-for-1.17
clipboard-fixes-new
clipboard-use-libXWinclip
clipboard-xcb-rewrite
clipboard-xcbification
cygwin-aiglx-for-1.10
cygwin-aiglx-for-1.11
cygwin-aiglx-for-1.6
cygwin-aiglx-for-1.7
cygwin-aiglx-for-1.9
cygwin-patches-1.6
cygwin-patches-1.7
cygwin-patches-for-1.10
cygwin-patches-for-1.11
cygwin-patches-for-1.12
cygwin-patches-for-1.13
cygwin-patches-for-1.14
cygwin-patches-for-1.15
cygwin-patches-for-1.16
cygwin-patches-for-1.17
cygwin-patches-for-1.18
cygwin-patches-for-1.18-pre-xcbification
cygwin-patches-for-1.19
cygwin-patches-for-1.20
cygwin-patches-for-1.9
cygwin-release-1.10
cygwin-release-1.11
cygwin-release-1.12
cygwin-release-1.13
cygwin-release-1.14
cygwin-release-1.15
cygwin-release-1.16
cygwin-release-1.17
cygwin-release-1.18
cygwin-release-1.19
cygwin-release-1.20
cygwin-release-1.9
cygwin-warning-fixes-for-1.17
debug-output-format-fixes
dix-patches
engine-enhancements
git-describe-in-log
jturney-cygwin
jturney-debug-improvements
jturney-race-fix
main-in-ddx
master
mhummel-clipboard-thread-improvements
multimedia-keycodes
nontoplevelwin-aiglx
old-bits-and-pieces
reorder-window-creation-skip-taskbar
rootless-hook-tidyup
rpavlik-mingw-runtime-patches
rpavlik-reviewed-patches
rpavlik-unreviewed-patches
snapshot
tinderbox
unmap-minimized-windows
window-raising-rework
window-style-update-unmmap-etc-old
windowed-mode-aiglx
winlayout-to-xmodmap
winlayout-to-xmodmap-2
xcbification
X server
jturney
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-30
Make AIGLX work in non-toplevel windows
nontoplevelwin-aiglx
Jon TURNEY
6
-38
/
+278
2010-10-30
Add a flag to track which windows have been draw to using WGL.
Jon TURNEY
5
-2
/
+34
2010-10-30
Better handling of SetPixelFormat() failure
Jon TURNEY
1
-9
/
+17
2010-10-30
Improvements to GetLastError() reporting in WGL GLX provider
Jon TURNEY
1
-5
/
+8
2010-10-30
Report Window XIDs in Window create/destroy debug messages
Jon TURNEY
2
-10
/
+4
2010-10-12
Don't make InputOnly windows visible
xserver-cygwin-1.9.0-2
Jon TURNEY
1
-6
/
+11
2010-10-12
Fix fbconfig dumper formatting for 3 digit index numbers
Jon TURNEY
1
-1
/
+15
2010-10-12
Use DeferWindowPos to delay resize
Jon TURNEY
3
-17
/
+56
2010-09-30
Cygwin/X: Always fetch OpenGL spec files to srcdir
xserver-cygwin-1.9.0-1
Jon TURNEY
1
-5
/
+5
2010-09-29
Merge branch 'cygwin-aiglx-for-1.9' into cygwin-release-1.9
Jon TURNEY
21
-62
/
+137
2010-09-29
Merge branch 'jturney-framebuffer-resize' into cygwin-release-1.9
Jon TURNEY
20
-680
/
+982
2010-09-29
Merge branch 'cygwin-patches-for-1.9' into cygwin-release-1.9
Jon TURNEY
42
-10893
/
+617
2010-09-29
Cygwin/X: DirectDraw engines shouldn't try to blit if the surface wasn't allo...
Jon TURNEY
3
-59
/
+43
2010-09-29
Cygwin/X: Simplify and consolidate reporting of the bpp value we are going to...
Jon TURNEY
6
-107
/
+31
2010-09-29
Cygwin/X: Deal with RANDR depth changes correctly in ShadowGDI drawing engine
Jon TURNEY
4
-70
/
+60
2010-09-29
Cygwin/X: Use winUpdateFBPointer() in winshaddd.c rather than duplicating it ...
Jon TURNEY
1
-16
/
+1
2010-09-29
Cygwin/X: Remove WIN_DIB_MAXIMUM_SIZE check
Jon TURNEY
4
-40
/
+0
2010-09-29
Cygwin/X: Fix a typo in command line argument validation code
Jon TURNEY
1
-2
/
+2
2010-09-29
Cygwin/X: Don't turn off -multiplemonitors when all monitors don't have the s...
Jon TURNEY
1
-4
/
+11
2010-09-29
Cygwin/X: Generate RANDR change on WM_DISPLAYCHANGE for rootless modes
Jon TURNEY
4
-11
/
+61
2010-09-29
Cygwin/X: Make WM_SIZE use RandR resizing when -resize=randr
Jon TURNEY
1
-5
/
+42
2010-09-29
Cygwin/X: Implement framebuffer resizing in RANDR extension
Jon TURNEY
1
-55
/
+242
2010-09-29
Cygwin/X: Add -resize command line option
Jon TURNEY
7
-40
/
+127
2010-09-29
Cygwin/X: Move QueryMonitor() out of windprocarg.c
Jon TURNEY
4
-70
/
+108
2010-09-29
Cygwin/X: Remove an attempt at detecting if WM_DISPLAYCHANGE affects the X sc...
Jon TURNEY
4
-69
/
+31
2010-09-29
Cygwin/X: Rather than storing calculated physical display sizes, calculate th...
Jon TURNEY
4
-21
/
+2
2010-09-29
Cygwin/X: Refactor framebuffer allocation/release in drawing engines
Jon TURNEY
7
-143
/
+229
2010-09-29
Cygwin/X: Enable building of nativegdi and primaryfb engines to avoid further...
Jon TURNEY
5
-2
/
+26
2010-09-29
os: Add -displayfd option.
cygwin-patches-for-1.9
Jon TURNEY
7
-26
/
+78
2010-09-29
Cygwin/X: Add turkish keyboard layouts to keyboard layout mapping table
Jon TURNEY
1
-0
/
+2
2010-09-29
Cygwin/X: Migitate a race condition in clipboard thread initialization
Michel Hummel
1
-2
/
+0
2010-09-29
glx: In DrawableGone, only clear context tags when we are also deleting the c...
cygwin-aiglx-for-1.9
Jon TURNEY
1
-5
/
+4
2010-09-29
glx: Flush context which is being made non-current due to drawable going away
Jon TURNEY
2
-0
/
+9
2010-09-29
glx: Synchronize Xserver glx/rensize.c with mesa src/glx/compsize.c
Jon TURNEY
1
-0
/
+1
2010-08-20
xserver 1.9.0
xorg-server-1.9.0
Keith Packard
1
-2
/
+2
2010-08-20
fb: make isClipped always reject negative coordinates (bug 11503)
Keith Packard
1
-1
/
+1
2010-08-20
edid: Adjust rounding of max_clock
Chris Wilson
1
-1
/
+1
2010-08-19
glx: Prevent NULL context deref in __glXGetDrawable() (bug 29184)
Chris Wilson
1
-0
/
+7
2010-08-19
render: Bounds check for nglyphs in ProcRenderAddGlyphs (#28801)
Adam Jackson
1
-0
/
+8
2010-08-18
dix: copy the valuators passed into GPE/GKVE/GProxE.
Peter Hutterer
1
-5
/
+16
2010-08-16
dix: reset pScreen->root to NULL when root window is deleted.
Keith Packard
1
-0
/
+2
2010-08-13
Cygwin/X: Make winOverrrideStyle() thread-safe
Jon TURNEY
3
-26
/
+24
2010-08-13
Let configure --enable/disable-aiglx control building of AIGLX for all DDXs
Jon TURNEY
3
-7
/
+9
2010-08-13
Move GLX extension string utility functions into the GLX extension
Jon TURNEY
1
-3
/
+3
2010-08-13
Do not create visuals from fbConfigs which don't support window drawables.
Jon TURNEY
1
-0
/
+4
2010-08-13
Add a DDX specific GLX provider push hook
Jon TURNEY
3
-1
/
+12
2010-08-13
Replace DDXBEFORERESET with a more general way of doing DDX-specific hooks
Jon TURNEY
11
-20
/
+71
2010-08-13
Cygwin/X: Fix a GDI bitmap resource leak of window icons
Jon TURNEY
3
-12
/
+24
2010-08-13
Cygwin/X: Internal WM workaround for Java AWT bug
Jon TURNEY
1
-0
/
+24
2010-08-13
Cygwin/X: Make the keyboard detection logging a bit clearer
Jon TURNEY
1
-33
/
+44
[next]