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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-06
Handle failure during winScreenInit() a bit more cleanly, so we don't crash
xserver-cygwin-1.10.0-1
Jon TURNEY
6
-5
/
+14
2011-03-05
Merge branch 'clipboard-improvements-for-1.10' into cygwin-release-1.10
Jon TURNEY
4
-131
/
+64
2011-03-05
Remove no-longer needed tricks used to prevent the clipboard client from bein...
Michel Hummel
2
-125
/
+3
2011-03-05
Automatically restart clipboard thread
Michel Hummel
2
-8
/
+62
2011-03-05
Give clipboard window a name
Jon TURNEY
1
-0
/
+2
2011-03-05
Merge branch 'cygwin-aiglx-for-1.10' into cygwin-release-1.10
Jon TURNEY
34
-149
/
+564
2011-03-05
Merge branch 'cygwin-patches-for-1.10' into cygwin-release-1.10
Jon TURNEY
49
-11193
/
+1261
2011-03-04
Tidy up some pointless output which is always emitted
Jon TURNEY
8
-18
/
+17
2011-03-04
Don't bother reporting XORG_VERSION_CURRENT
Jon TURNEY
2
-3
/
+3
2011-03-04
Tidy up OS version detection and reporting
Jon TURNEY
4
-23
/
+77
2011-03-04
When XDMCP -from is specified, only register the requested address
Jon TURNEY
1
-1
/
+1
2011-03-04
Consolidate XInitThreads/XSupportsLocale() in a single place.
Jon TURNEY
4
-45
/
+18
2011-03-04
Report XLocaleNotSupported result from X*TextPropertyToTextList()
Jon TURNEY
1
-1
/
+4
2011-03-04
Cygwin/X: Linkage bodge for swrast, part 2
Jon TURNEY
2
-421
/
+537
2011-03-04
Remove a few lingering traces of __GLXscreen.GLXVersion
Jon TURNEY
4
-9
/
+4
2011-03-04
Cygwin/X: glxWinErrorMessage() formatting fixes
Jon TURNEY
1
-2
/
+2
2011-03-04
Cygwin/X: Handle failure to get any fbconfigs more gracefully.
Jon TURNEY
1
-3
/
+23
2011-03-04
Cygwin/X: Add -wgl option to XWin manpage
Jon TURNEY
1
-0
/
+4
2011-03-04
Handle GLX windows being reparented from a mapped window to an unmapped window
Jon TURNEY
1
-12
/
+37
2011-03-04
Add items to WGL AIGLX todo
Jon TURNEY
1
-2
/
+11
2011-03-04
Don't spam log with wglwrap symbol resolution status at startup
Jon TURNEY
1
-8
/
+5
2011-03-04
Make AIGLX work in non-toplevel windows
Jon TURNEY
6
-35
/
+280
2011-03-04
Add a flag to track which windows have been drawn to using WGL.
Jon TURNEY
5
-2
/
+34
2011-03-04
Better handling of SetPixelFormat() failure
Jon TURNEY
1
-9
/
+17
2011-03-04
Improvements to GetLastError() reporting in WGL GLX provider
Jon TURNEY
1
-5
/
+8
2011-03-04
Report Window XIDs in Window create/destroy debug messages
Jon TURNEY
2
-11
/
+5
2011-03-04
Fix fbconfig dumper formatting for 3 digit index numbers
Jon TURNEY
1
-1
/
+15
2011-03-04
glx: In DrawableGone, only clear context tags when we are also deleting the c...
Jon TURNEY
1
-1
/
+3
2011-03-04
glx: Flush context which is being made non-current due to drawable going away
Jon TURNEY
2
-0
/
+9
2011-03-04
glx: Synchronize Xserver glx/rensize.c with mesa src/glx/compsize.c
Jon TURNEY
1
-0
/
+1
2011-03-04
Cygwin/X: Make winOverrrideStyle() thread-safe
Jon TURNEY
3
-26
/
+24
2011-03-04
Let configure --enable/disable-aiglx control building of AIGLX for all DDXs
Jon TURNEY
3
-7
/
+9
2011-03-04
Move GLX extension string utility functions into the GLX extension
Jon TURNEY
1
-3
/
+3
2011-03-04
Do not create visuals from fbConfigs which don't support window drawables.
Jon TURNEY
1
-0
/
+4
2011-03-04
Add a DDX specific GLX provider push hook
Jon TURNEY
3
-1
/
+12
2011-03-04
Replace DDXBEFORERESET with a more general way of doing DDX-specific hooks
Jon TURNEY
11
-20
/
+67
2011-03-03
Cygwin/X: Decorate function pointers retrieved via GetProcAddress with WINAPI
Jon TURNEY
2
-2
/
+2
2011-03-03
Avoid logging VENDOR_CONTACT
Jon TURNEY
1
-2
/
+2
2011-03-03
Don't assume we'll always have converted the selection after 2 attempts
Roland Cassard
1
-19
/
+4
2011-03-03
Don't make InputOnly windows visible
Jon TURNEY
1
-6
/
+11
2011-03-03
Use DeferWindowPos to delay resize
Jon TURNEY
3
-17
/
+56
2011-03-03
os: Add -displayfd option.
Jon TURNEY
7
-26
/
+78
2011-03-03
Cygwin/X: Migitate a race condition in clipboard thread initialization
Michel Hummel
1
-2
/
+0
2011-03-03
Cygwin/X: Fix a GDI bitmap resource leak of window icons
Jon TURNEY
3
-12
/
+24
2011-03-03
Cygwin/X: Internal WM workaround for Java AWT bug
Jon TURNEY
1
-0
/
+24
2011-03-03
Cygwin/X: Show any fatal error message
Jon TURNEY
1
-7
/
+37
2011-03-03
Cygwin/X: Make select() only poll and not block if there are unprocessed Wind...
Jon TURNEY
1
-0
/
+18
2011-03-03
Cygwin/X: Store pthread_ids and chain IOError handlers to avoid longjmp acros...
Jon TURNEY
2
-25
/
+53
2011-03-03
Cygwin/X: Make default DPI match native DPI
Jon TURNEY
3
-5
/
+25
2011-03-03
Cygwin/X: Left-justify website link in About box
Yaakov Selkowitz
2
-2
/
+2
[next]