index
:
~sandmann/xserver
fbdelete
filters
fixconfig
for-keithp
glyph2
glyph22
glyphs
rcs
rects
render
rhel65-fixes
sent
traps
tris
Unnamed repository; edit this file to name it for gitweb.
sandmann
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
xwin
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-19
Cygwin/X: Move duplicate extern variable declarations from various .c files t...
Jon TURNEY
25
-213
/
+94
2010-10-19
Cygwin/X: Remove g_hwndKeyboardFocus
Jon TURNEY
2
-9
/
+0
2010-10-19
Cygwin/X: Make g_hmodCommonControls static
Jon TURNEY
3
-4
/
+6
2010-10-19
Cygwin/X: Make g_hmodDirectDraw static
Jon TURNEY
4
-20
/
+24
2010-10-19
Cygwin/X: Make g_hhookKeyboardLL static
Jon TURNEY
2
-8
/
+1
2010-10-19
Cygwin/X: Fix typos in comments
Jon TURNEY
3
-4
/
+4
2010-10-19
Cygwin/X: Drop several unneeded includes of winprefs.h
Jon TURNEY
3
-3
/
+0
2010-10-19
Xming: Remove uses of register keyword
Colin Harrison
1
-15
/
+13
2010-10-19
Xming: Casts to remove warnings on event pointers
Colin Harrison
2
-3
/
+3
2010-10-19
Xming: Warning fix in winDeviceCursorCleanup()
Colin Harrison
1
-1
/
+1
2010-10-19
Cygwin/X: Reformat the keyboard layout mapping table
Jon TURNEY
1
-223
/
+43
2010-10-19
Cygwin/X: Clarify XKB options in XWin man page
Jon TURNEY
1
-4
/
+4
2010-10-19
Xming: Warning fix in winApplyHints()
Colin Harrison
1
-1
/
+1
2010-10-19
Xming: Fix warnings in ProcWindowsWMFrameSetTitle()
Colin Harrison
1
-1
/
+1
2010-10-19
Xming: Fix warnings in windialogs.c
Colin Harrison
1
-7
/
+7
2010-10-19
Xming: Fix warnings in winNameCompare(), winNormalizeName()
Colin Harrison
1
-6
/
+6
2010-10-19
Xming: Fix warnings in winClipboardFlushXEvents()
Colin Harrison
1
-3
/
+3
2010-10-19
Xming: Fix warning in winClipboardErrorHandler()
Colin Harrison
1
-1
/
+1
2010-10-19
Cygwin/X: Turn off the bad-function-cast warning for XWin code
Jon TURNEY
1
-1
/
+2
2010-10-19
Cygwin/X: Remove execute permission from source files
Jon TURNEY
17
-0
/
+0
2010-10-19
Cygwin/X: unifdef XFree86Server
Jon TURNEY
5
-152
/
+1
2010-10-19
Cygwin/X: Use normal apostrophe in XWin DDX help text
Jon TURNEY
1
-1
/
+1
2010-10-19
Cygwin/X: Cleanup some VENDOR_STRING/VENDOR_CONTACT cruft
Jon TURNEY
2
-13
/
+7
2010-10-13
xwin: Remove some undue paranoia about UNDRAWABLE_WINDOW
Adam Jackson
3
-38
/
+0
2010-10-13
dix: Remove the memory of the multibuffer extension
Adam Jackson
3
-13
/
+0
2010-09-29
Cygwin/X: Fix compilation after "delete pervasively use of DISPATCH_PROC"
Jon TURNEY
1
-27
/
+25
2010-09-28
xserver: delete pervasively use of DISPATCH_PROC
Tiago Vignatti
4
-9
/
+7
2010-09-13
rootless: Delete dead remnants of rootless acceleration.
Jamey Sharp
3
-36
/
+0
2010-09-13
rootless: ROOTLESS_TRACK_DAMAGE is never set, so unifdef it.
Jamey Sharp
1
-2
/
+0
2010-09-13
Delete redundant GC initializations.
Jamey Sharp
1
-5
/
+0
2010-08-27
Replace malloc/strlen/strcpy with strdup.
Matt Turner
1
-4
/
+1
2010-08-10
Cygwin/X: Fix glxWinCreateDrawable() for API change
Jon TURNEY
1
-5
/
+9
2010-07-07
dix: purge leftover manual key down bit setting.
Peter Hutterer
1
-1
/
+0
2010-06-22
XWin: Fixes for devPrivates API change
Colin Harrison
3
-11
/
+18
2010-06-11
Remove more superfluous if(p) checks around free(p)
Matt Turner
1
-5
/
+2
2010-06-11
xwin: Get rid of xstrdup when argument is definitely non-NULL
Mikhail Gusarov
3
-8
/
+8
2010-06-10
Remove unnecessary parentheses around return values in functions
Mikhail Gusarov
1
-3
/
+3
2010-06-06
Remove more superfluous if(p) checks around free(p)
Mikhail Gusarov
3
-18
/
+9
2010-06-05
Clean up after removal of screen parameters from region macros.
Jamey Sharp
3
-7
/
+1
2010-06-05
Change the devPrivates API to require dixRegisterPrivateKey
Keith Packard
3
-18
/
+26
2010-06-05
Rename region macros to eliminate screen argument
Keith Packard
11
-41
/
+41
2010-06-03
Move each screen's x/y origin into ScreenRec.
Jamey Sharp
1
-3
/
+3
2010-06-03
Move each screen's root-window pointer into ScreenRec.
Jamey Sharp
3
-3
/
+3
2010-06-02
Only deal with input code when changing the input shape.
Pierre-Loup A. Griffais
3
-8
/
+8
2010-05-20
Find windows GL wrapper files in $(srcdir) instead of .
Keith Packard
1
-2
/
+2
2010-05-20
winpriv.h was moved from hw/xwin to hw/xwin/glx in November
Keith Packard
2
-1
/
+1
2010-05-19
Merge remote branch 'jamey/for-keith'
Keith Packard
1
-3
/
+1
2010-05-19
Set event sequence number in WriteEventsToClient instead of at callers.
Jamey Sharp
1
-1
/
+0
2010-05-19
Make WriteEventsToClient/WriteToClient no-op on fake or dead clients.
Jamey Sharp
1
-2
/
+1
2010-05-18
xfree86: Add option parsing for percent options.
Peter Hutterer
2
-0
/
+39
[next]